Hi, posted this in the physics thread, linked it to here as many might not see, http://forums.uktrainsim.com/viewtopic. ... 24&t=88141
Cheers
Mart
New Physics for HST
Moderator: Moderators
- codrivermike
- Very Active Forum Member
- Posts: 2386
- Joined: Fri Feb 04, 2005 7:42 pm
- Location: The County Palatine of Lancashire
Re: New Physics for HST
Would this physics update have any effect on the Armstrong Powerhouse sounds pack?
Michael
Michael
That's Co - Driver - Mike. The one in the other seat.
Re: New Physics for HST
none at all....it just improves driving the HST along with these soundscodrivermike wrote:Would this physics update have any effect on the Armstrong Powerhouse sounds pack?
Michael
- class43HS125
- Well Established Forum Member
- Posts: 697
- Joined: Mon Dec 17, 2007 1:56 am
- Location: New Zealand
Re: New Physics for HST
hi,
Just when I think I am getting my head around lua scripts somebody derails me.
if Call( "*:ControlExists", "EmergencyBrake", 0 ) ~= zero then
is a line from the Simulation file for the HST. my simple question is , could somebody explain the *: bit for me.
Thanks for any clues
Ross
NZ
Just when I think I am getting my head around lua scripts somebody derails me.
if Call( "*:ControlExists", "EmergencyBrake", 0 ) ~= zero then
is a line from the Simulation file for the HST. my simple question is , could somebody explain the *: bit for me.
Thanks for any clues
Ross
NZ
http://thefraserline.blogspot.com/
RW RB Challenge 1 Here and There and Back again! uktsfile 22834
RW RB Challenge 2 This Train Goes Round and Round uktsfile 25166
RW RB Challenge 3 The Windsor Branch, a challenge to far
RW RB Challenge 1 Here and There and Back again! uktsfile 22834
RW RB Challenge 2 This Train Goes Round and Round uktsfile 25166
RW RB Challenge 3 The Windsor Branch, a challenge to far
-
markpullinger
- Very Active Forum Member
- Posts: 3105
- Joined: Sun Jun 08, 2003 6:24 pm
Re: New Physics for HST
Hi, in the good old days `*` meant a wildcard - which means any, not sure about when using LUA though!
Mark
Mark
Re: New Physics for HST
Ross
The *: bit in front of the function name just tells the code to look everywhere to find it, not just locally. It's mentioned in the 3.02 developer document. I'm not sure if it was necessary in this particular instance, but it works, so I didn't experiment.
Dave B
The *: bit in front of the function name just tells the code to look everywhere to find it, not just locally. It's mentioned in the 3.02 developer document. I'm not sure if it was necessary in this particular instance, but it works, so I didn't experiment.
Dave B