LH7 locomotive
Usable with SPR Map Plugin
Usable only on track 1 with Railway Mod
Basic driving instructions are taped to the left side of the cab.
How the reverser works:
Only one button indicating the driving direction (Forward/OFF/Reverse) can be pressed.
The reverser lever goes like this:
activationGroup="(Off = 0) & ((Forward * Reverse) = 0)"
input="Reverse" OR input="Forward"
Off=0 means that if the Off button is pressed, it'll go to Off="1" and therefore, the activationGroup will be false.
((Forward * Reverse) = 0)" means that both if either forward OR reverse is selected, the value will remain at 0 because 1*0=0
Locomotive traction motors funky trees code:
smooth(((ceil(Throttle * 10)) / 10) * (GS > 0 & GS < 2 ? 1 : (GS > 2 & GS < 4 ? 0.95 : (GS > 4 & GS < 6 ? 0.90 : (GS > 6 & GS < 8 ? 0.84 : (GS > 8 & GS < 10 ? 0.80 : (GS > 10 & GS < 12 ? 0.72 : (GS > 12 & GS < 14 ? 0.64 : (GS > 14 & GS < 16 ? 0.55 : (GS > 16 & GS < 20 ? 0.50 : (GS > 20 & GS < 22 ? 0.46 : (GS > 22 & GS < 24 ? 0.42 : (GS > 24 & GS < 26 ? 0.32 : (GS > 26 & GS < 28 ? 0.18 : (GS > 28 & GS < 30 ? 0.1 : (GS > 30 & GS < 32 ? 0.05 : (GS > 32 ? 0.0 : 1)))))))))))))))),0.2)
Now this was a bad move. Basically, its an attempt to make a basic ten step throttle coupled with a clumsy attempt to reduce the power output as the speed increases.
smooth(Rest of code,0.2) reduces the throttle response time
(((ceil(Throttle * 10)) / 10)
Putting the throttle anywhere above 0% would put the power at 10%
10% throttle = 20% power
and so on until
90% throttle = 100% power
- (GS > 0 & GS < 2 ? 1
If the GS is between 0 and 2 m/s, the throttle is multiplied by 1
If not,
: (GS > 2 & GS < 4 ? 0.95
If its between 2 and 4, the throttle is multiplied by 0.95
Happy new year to anyone who made it this far down.
Specifications
Spotlights
- jamesPLANESii 2.8 years ago
General Characteristics
- Created On Windows
- Wingspan 11.0ft (3.4m)
- Length 59.1ft (18.0m)
- Height 15.8ft (4.8m)
- Empty Weight N/A
- Loaded Weight 298,732lbs (135,503kg)
Performance
- Power/Weight Ratio 0.902
- Wing Loading N/A
- Wing Area 0.0ft2 (0.0m2)
- Drag Points 11855
Parts
- Number of Parts 4137
- Control Surfaces 0
- Performance Cost 12,747
Do-Do智能型电力机车。
@DatRoadTrainGuy19 😂
@ChamDel78
😂
福字好评
@Feanor 😭
@ChamDel7 nope
Can you download maps on iOS?
great job ! maybe my next project is a Loko'
Feanor. Stealing NASA computers since 2016.
Hello!
I was scrolling through posts when I found this post.
I know that what I will type next is weird and a suggestion but I found your naval posts and I have trust and potential from you.
So, my suggestion is for you to build and post either Carnival Legend or Carnival Panorama. They are both cruise ships and are quite popular. I strongly hope you take the time to read this and consider building and posting either one of these. I will be greatly pleased if you succeed. @Feanor
WAT DA BUGGER DOIN
Incredible work !
@Cereal SPR map plugin for first two images and railway mod for third image
Link of map please
@realSavageMan go big or go home I guess
Why 4000 parts lol