Jump to content

Wopke

Mitglieder
  • Gesamte Inhalte

    5
  • Benutzer seit

  • Letzter Besuch

Alle erstellten Inhalte von Wopke

  1. Hi, I would like to use a LUA-script to generate some tracks, but nothing happens when I connect this script to an event. Is there some way I can debug the script? Does 3DTS feature a console window? Any help would be appreciated!! Thanks, Wopke The script: function createTrack(id, x, y, angle) local track = { catalogId = id, -- De rail ID uit de catalogus position = { x = x, y = y, z = 0 }, -- Coördinaten rotation = { x = 0, y = 0, z = angle } -- Hoek in graden } return track end -- Begin een nieuw project layout = Layout.new() -- Spoor ID's (gebruik de ID's van de Märklin, PIKO of andere railset die je gebruikt) local straight = "ID_STRAIGHT_TRACK" -- Vervang met de catalogus-ID van een rechte rail local curve = "ID_CURVE_TRACK" -- Vervang met de catalogus-ID van een bocht -- Maak een eenvoudige ovaalbaan local tracks = { createTrack(straight, 0, 0, 0), createTrack(straight, 10, 0, 0), createTrack(curve, 15, 5, 45), createTrack(curve, 17, 10, 90), createTrack(straight, 15, 15, 180), createTrack(straight, 5, 15, 180), createTrack(curve, 0, 10, 270), createTrack(curve, 2, 5, 315) } -- Voeg de rails toe aan de lay-out for _, track in ipairs(tracks) do layout:addObject(track) end -- Sla het project op als .mbp layout:saveAs("C:/Gebruikers/JOUWNAAM/Documenten/mijntreinbaan.mbp")
  2. Vielen dank, Neo!
  3. Hallo Neo, manchmal mochte ich mit einer gewissen zug fahren, zum beispiel ein BR218. Es waehre schoen sein wenn ich dieser loco als filter zu brauchen und nur die anlagen zu sehen die dieser loc einkorporieren. Freundliche gruessen, Wopke
  4. Hallo, Ist es möglich zu sehen welche modellen in welche anlagen gebraucht werden? Eine "Cross reference" so zu sagen. Vielen dank, Wopke
  5. Hi, I downloaded a model of the incredible Radio Kootwijk Gebouw A building, which has a fascinating history. I would like to import it into 3DTS, but it only accepts MBE files (as a Beatles fan, I have different associations with MBE ;-) ) and the 3D model is in SKP format. From the discussion above I understand that I can transfer the SKP via a SketchUp add-in. However SketchUp only accepts plugins in the Pro version and up. The Pro versions starts at €337 each year, which is a bit steep for just attempting to convert a single file. Does anyone know if there are any alternatives available? Thanks in advance! Wopke - Newbie Kootwijk.skp.zip
×
×
  • Neu erstellen...