The sound caused by the GTO inverters, and you hear the frequency of the current what drives the traction motors.
The newer ones have IGBT inverters, so the sound is continous
a slower with freight train http://www.youtube.com/watch?v=yJyu4Mr3DA4
Search found 230 matches
- Tue Sep 14, 2010 2:03 am
- Forum: [RW] General RW Discussion
- Topic: Singing Loco
- Replies: 6
- Views: 1089
- Mon Sep 13, 2010 8:15 pm
- Forum: [RW] General RW Discussion
- Topic: Singing Loco
- Replies: 6
- Views: 1089
Re: Singing Loco
http://www.youtube.com/watch?v=cdy3G_an65s
120 km/h reached at 0:22
http://www.youtube.com/watch?v=g8ltazT6ud0&
120 km/h reached at 0:22
http://www.youtube.com/watch?v=g8ltazT6ud0&
- Mon Sep 13, 2010 1:50 pm
- Forum: [RW] Building Rolling Stock
- Topic: Chilean Electric Locomotive, E-29.
- Replies: 46
- Views: 19489
Re: Chilean Electric Locomotive, E-29.
BTW what means poly now? Because the editable poly, and editable mesh is two different data structure(polymesh/trimesh). The editable poly have polys, but editable mesh have only have triangles (tris), but 3d max writes it as poly too sometimes. But in games in the end the model will by triangulated...
- Sat Sep 11, 2010 9:46 pm
- Forum: [RW] General RW Discussion
- Topic: "Sleep Tight" scenario AIcollision
- Replies: 11
- Views: 1338
Re: "Sleep Tight" scenario AIcollision
The AI never cared about signals in railworks... that's the main problem of the ai pathing.
- Wed Sep 08, 2010 6:37 pm
- Forum: [RW] General RW Discussion
- Topic: Disappearing Class 43s?
- Replies: 13
- Views: 1637
Re: Disappearing Class 43s?
sometimes i notice this too, but not only with class 43... i think it's a scenario bug, because if i crate a new scenario use them.
- Tue Sep 07, 2010 3:41 pm
- Forum: [RW] General RW Discussion
- Topic: RW must be on the up
- Replies: 38
- Views: 4824
Re: RW must be on the up
Now if the RW popularity is increasing, i hope rs.com will have money to pay programmers who make correction on engine physics (field divert at electric and diesel electric, diesel mechanic problems), make superelavted tracks possible, and make us more script functions, better ai :DD
- Mon Sep 06, 2010 8:13 pm
- Forum: [RW] General RW Discussion
- Topic: Your very own C functions in LUA
- Replies: 25
- Views: 9876
Re: Your very own C functions in LUA
Can someone explain meg how the set/getNearPostion function works? I want to make resonating cab, and loco body, and these are the only functions that looks usable for this (exept the animation method like the pendolino tilting). Other: i know that in railworks there is a minutesfrommidnight control...
- Mon Sep 06, 2010 3:40 pm
- Forum: [RW] General RW Discussion
- Topic: RPMDelta not working?
- Replies: 10
- Views: 1501
Re: RPMDelta not working?
In my view, it would be true for just above 50 to just below 350, not 0, not 400, etc. Must likely, something in another place of the script went wrong, if you see something happening with 400 rpm. Yes that would be the correct but not that happens. The value and name directly taken from OnControlV...
- Mon Sep 06, 2010 2:29 pm
- Forum: [RW] General RW Discussion
- Topic: RPMDelta not working?
- Replies: 10
- Views: 1501
Re: RPMDelta not working?
if name=="RPM" then
if ((50<value) and (value<350)) then
please someone tell me, me how can the 2nd if can be true, from 1 rpm to infinty, but not from 400 rpm to 0rpm?
if ((50<value) and (value<350)) then
please someone tell me, me how can the 2nd if can be true, from 1 rpm to infinty, but not from 400 rpm to 0rpm?
- Sun Sep 05, 2010 5:03 pm
- Forum: [RW] General RW Discussion
- Topic: RPMDelta not working?
- Replies: 10
- Views: 1501
Re: RPMDelta not working?
Is there any usermade lua callable thing reference for rw? The rswiki "reference" is very incomplete...
- Fri Sep 03, 2010 10:34 pm
- Forum: [RW] General RW Discussion
- Topic: Full Detail...dont be scared!
- Replies: 33
- Views: 5022
Re: Full Detail...dont be scared!
stuttering is caused by the loading from hdd, because the hdd is the slowest(and most unreliable) thing in a pc, and because the rw can't preload.
- Fri Sep 03, 2010 8:38 pm
- Forum: [RW] General RW Discussion
- Topic: RPMDelta not working?
- Replies: 10
- Views: 1501
Re: RPMDelta not working?
Pretty sure you need to lose the brackets around the if I did the EXACT same thing 2 days ago... switching the brain from daytime C# to night time lua is a constant pain! same here, but i'm JAVA programmer :) Those brackets can make issues like this? That would be funny since i've never seen such i...
- Fri Sep 03, 2010 8:18 pm
- Forum: [RW] General RW Discussion
- Topic: RPMDelta not working?
- Replies: 10
- Views: 1501
Re: RPMDelta not working?
Rpmdelta is working in scripts, just the rw lua compiler have very strange behaviors. I did some emitter changes in oncontrolvaluechange function. And other ones in update function. The funny is, i you don't call beginupdate in initialise, then the update wont update. But if you do then in oncontrol...
- Fri Sep 03, 2010 3:20 pm
- Forum: [RW] General RW Discussion
- Topic: RPMDelta not working?
- Replies: 10
- Views: 1501
RPMDelta not working?
function Update (time) rpm_change = Call( "*:GetControlValue", "RPMDelta", 0 ) if ( rpm_change > 0.001 ) then Call("M62surge:SetEmitterActive",1); --else --Call("M62surge:SetEmitterActive",0); end end But but the rpmdelta never activates the emitter, while in same time with same call the engine star...
- Thu Sep 02, 2010 7:54 pm
- Forum: [RW] Route Building
- Topic: Wang
- Replies: 422
- Views: 111362
Re: Wang
Isn't there any automated wang making tool, or program? Makeing wang textures seem to be a long, repeating, but not complex task.
PS: i've found something: http://www.robburke.net/mle/wang/
PS: i've found something: http://www.robburke.net/mle/wang/