[Plugin] Eneroth Railroad System (v 0.1.21)
-
-
I can hardly believe my eyes when seeing the video. It's really cool!
I think I can add the settings for how to follow a rolling stock in the advanced animation settings. I don't want to clutter the context menu since it makes it a lot more time consuming to find in it when drawing.
By 'Translate camera', do you mean moving the camera relative to the train but without rotating and by 'Rotate around selection' the current behavior?
I can add a reference called session_data to the balises where user can store any data they like during a the Sketchup session.
Btw, custom signals have been added for the next version:).
-
Hi Christina,
Thanks for the fix for small tracks. It works great.
I played a little bit with the SU camera target and eye attributes and put the code to be executed between frames.
Here is a sample of what can be obtained with that :Itโs very simple code, but hardcoded, and no idea of any user interface.
I will try at least to โpackageโ some functions so they can be called easily from railroad at each frame call.
Basically Iโm thinking of :- Follow selection
- Rotate around selection
- Zoom in / Zoom out
- Translate camera
With any train that can be selected as any other object.
If others want to play and add more detailed/fun rolling stocks, here is the basic Lego pack used in this video to unzip in the Plugins directory (simple track + locomotive and freight):
ene_railroad.zip
Yours
Pascal -
A fantastic plugin, but it does have something that bothers me. I like to use a limited number of toolbars and only open them up when I need them. Your toolbar, no matter which way you close it, will always reopen on startup unless you have actually disabled the plugin. Could you look at removing this behavior.
-
@box said:
A fantastic plugin, but it does have something that bothers me. I like to use a limited number of toolbars and only open them up when I need them. Your toolbar, no matter which way you close it, will always reopen on startup unless you have actually disabled the plugin. Could you look at removing this behavior.
The plugin should run toolbar.restore within a 0 timer t avoid some bug (apparently called 2902434) but for some reason my code uses .show instead . It'll be fixed for the next release but you can manually change it an line 1248 in main.rb now if you want to. I think this was the solution for a bug in SU 8 which doesn't support the plugin so it's probably not needed at all.
-
Thanks, it was only a tiny thing in an otherwise superb plugin.
-
WELCOME BACK <joke> JCE (sound like jaycey)</joke> Eneroth3.
i have find some bugs and eastereggs in your plugin.
more about this via PM.
dean
-
@eneroth3 said:
By 'Translate camera', do you mean moving the camera relative to the train but without rotating and by 'Rotate around selection' the current behavior?
Hi Christina,
Easier to explain with sample. Here are some functions I used, to be called at each frame.
Feel free to integrate/customize/mix as you want within your plugin.Here is the ruby file:
camera_animation.rbAnd samples:
rotate around
target
follow
Pascal
-
So, you created the animations in your videos with your own animation script?
Have you published it anywhere other in that comment here? GitHub? -
@tt_su said:
So, you created the animations in your videos with your own animation script?
Yes for the cameras, not for the trains that are moved by Christina's Railroad plugin.
@unknownuser said:
Have you published it anywhere other in that comment here? GitHub?
No. Its only few lines of code, that could/should be optimized... and adapted to custom needs. If any of the good developers that are here wants to improve it to make a more complete library it may be great...
In fact I think those features are really missing to SU. -
@ppoublan said:
If any of the good developers that are here wants to improve it to make a more complete library it may be great...
I'd encourage GitHub to publish code where you invite collaboration and enhancements from the community.
-
I have just downloaded the Railroad plugin, but there are no selections in the "Add Track" box. Is there a link to other components?
-
Pascal: The animations look great and I really like the 0.95 ratio thing to make it smoother. It looks just as filmed with a real stadicam. I think this library could grow and be used for much more than the train simulator. I agree with Thomthom about putting it on Github for more people to work on, then I can also add a link to it from the documentation of my plugin .
@leolouie said:
I have just downloaded the Railroad plugin, but there are no selections in the "Add Track" box. Is there a link to other components?
That's really odd. What Sketchup version are you using? 2013+ is needed.
-
I'm having the same problem. I use SU 2013 and 2014 and in neither of them can I place track in a new drawing. When I open your example drawing however I am able to place track - it is as if a library was not loading but perhaps is already loaded in the example drawing.
Also in SU 2013 I get a script error - see attached photo. I'm using your latest version 1.13 I think dated the 9th of this month.
thanks though for this awesome plugin! I am really impressed and can't wait to place a train track throughout some new building model I want to show off to a customer!
Jon
-
@jonb42 said:
I'm having the same problem. I use SU 2013 and 2014 and in neither of them can I place track in a new drawing. When I open your example drawing however I am able to place track - it is as if a library was not loading but perhaps is already loaded in the example drawing.
Also in SU 2013 I get a script error - see attached photo. I'm using your latest version 1.13 I think dated the 9th of this month.
thanks though for this awesome plugin! I am really impressed and can't wait to place a train track throughout some new building model I want to show off to a customer!
Jon
Hi Jon
This sounds very similar to an error on Mac that's one user has reported but that didn't occur for others. Can you add this code "puts js" to line 376 in track_insert_tool.rb and post the text printed in the console?
-
Here an intresting links:
for all ENE-RR-Fans ( eneroth3railroad)
http://gritton.org/greg/rail/docs/clearance/
http://gritton.org/greg/rail/docs/clearance/AAR_plates_with_UIC.gif
this is a svg file UIC & AAR clearance.
for all non railroader.
this is the room that need the train without crash with other objects along and alongside the Track ( /bridge/tunnel/catenary/signals/and other trains.)
http://en.wikipedia.org/wiki/Loading_gauge
for more search results: insert in google
aar clearance (american) AND/OR uic clearance (european+br)
----here a way to go to a simulator (sketchup to trainz(auran.com))
http://www.dhobh.net/trainz/GoogleSketchUp/RubyTMIX.htm
sometimes i work/play with this, too.
AND
railworks (Trainsimulator 2012/2013/2014/2015)
https://www.facebook.com/dovetailgames
sorry not a sketchup plugin avaiable only for blender/3dsmax.
----
and here my historical project for this games.sorry german language however with pictures.
this is not an egoshooter!!!
dean
(loco driver student/retired)all parts was build with original blueprints!!!
-
@eneroth3 said:
Hi Jon
This sounds very similar to an error on Mac that's one user has reported but that didn't occur for others. Can you add this code "puts js" to line 376 in track_insert_tool.rb and post the text printed in the console?
Julia,
see attached screenshots.
In the ruby console what you see is left from me running some other plugin - so you can see the console is working. Actually, none of your tools writes anything to the console. You can see I've started the track tool here and nothing shows - except the script error dialog.
The other screenshot is showing where I put the "puts.js"
Another strange thing - while I was looking for track_insert_tool.rb I noticed there was only an instance of this file in the Program files etc SU 2013 Plugins folder, not in the SU 2014 folder. Is the plugin not compatible with 2014 or am I looking in the wrong place? I looked under ProgramData as well and searched c:\
Maybe the install process did not work properly?
thanks
Jon
-
Jon,
Sorry, I gave you the wrong line number because I've added more code above it in my local copy. The code needs to be on line 393 and without quotes:
puts js
I've never installed a plugin from the Pluginstore so I don't know if it puts the files in the wrong location, however if it does the plugin shouldn't open at all.
It seems like something goes wrong when creating the javascript that is later executed in the web dialog so I'd like to know what code is executed (the variable named js). I really have no idea how this can work in my example model but not in new models. That is really odd.
Thanks
-
Dean,
These links are quite inspiring. I've actually drawn 2 structural gauges (European ones) as rolling stocks included in the plugin that can be used to test tracks.
@deaneau said:
all parts was build with original blueprints!!!
Do you know any online resources for original drawings?
-
@eneroth3 said:
Dean,
These links are quite inspiring. I've actually drawn 2 structural gauges (European ones) as rolling stocks included in the plugin that can be used to test tracks.
Yes i know, however your audience / targed group is bigger.
i think you will that all continents of the world know your plugin.Trainz is an australian game with routs in AUS,USA,GBR,SWE,GER,FRA,RUS etc.
the Game TS 2014 (2015) have routs in USA GBR,;FRA,CHN and in the next version YPN,too.yes i know some. however only open blueprints.
you must know that blueprints of the GERMAN ICE is not opensource and normally you must pay a license when you show the ICE in your plugin.
i think the best way is to contact DB Deutsche Bahn and ask.
you must tell, that your project isnยดt commercial and you will show kids how i build my railroad in 3d.
AND you and the kids love the ICE.the same you must write to the british railway etc. this sound in the ears better when you doining somethings with passion and love.
you must know that i was loco driver student and this was very difficult to become any pages in pdf etc.
i would would therefore recommend that you contact any users in the rail-sim.de forum or in the main auran forum.
you can find there a woman ( Sandra-Marion/rail-sim.de). when you need support for a german translation for letters and contact i could help you...however you must do it by your self.
i dont know what you need.normally the first address for me is the 3d warehouse than safe all side views with measures as pictures and build your loco,airplain,ship or what ever.
some designer for games that give away freeware parts you could contact,too.
here i could help in german language,too.
however some designers could tell you, freeware is not free..you can this use for free in the game, its strictly forbidden to recompile etc.
you must know, that i have 2-3 years to investigate,research for the BerlinWallProject.
i have contacted Soldiers of the EAST GERMAN BORDER PATROLS to become any background knowhow about this.
ok this is and was a very sad political theme/topic.normally, a Berlin People donยดt search contact to the soldiers of the(Grenztruppen ( East German Border Patrol).
my target was, all kids must see and know what is it the Wall, what feeling before and behind the wall etc.ok i could visuallize a LIMES, however i cant ask a roman soldier about this
i have contacted the producer of the movie Walled-in (Art-Com)
every time when i see this movie, itยดs like the same under a very cold water shower or rolling icecubes over my back. and this turn me angry and sad. ooops sorry.
@eneroth3 said:
Do you know any online resources for original drawings?
blueprints for buildings you must visit libraries or museums about architecture.
the mother of all locos "The Rocket" you could find in Nurmberg (Germany) and in England
ok when you have more questions you could ask.
do you know the innotrans in Berlin?
in september 23-26 you can see the newest locos
i will pay a ticket in the next month.
when you will come to berlin with your boyfriend or girlfriend etc. i could ask the owner off my appartment. he have appartmats for visitors, not so expansive like a hotel, i hope. otherwise we have many hotels/hostels and motels.ok cu
dean
Advertisement