View Single Post
  #40  
Old 09-26-2011, 12:00 PM
Mington Mington is offline
Approved Member
 
Join Date: Apr 2008
Posts: 29
Default

Thanks Ataros, hugely interesting

The clue that 500 is the radius no wait it's a radius- is that an airfield radius I wonder?

There are two radii for each airfield

This is a command to assemble a string, can you decode the string please? Something like-

TPassThrough

Ahah pass through, passes through, crosses a radius...

Decoding, building a string-

TPassThrough 3 1

strs[0] (red or blue maybe, 'red' from Babelfish)

strs[1] appears to be a 'coordinate' from Babelfish

-it gets quite complicated eg-

double y; double.TryParse( strs[1], out y);

500

Maybe the whole assembled string is a coordinate somewhere on the map, with a radius around the coordinate of 500m

Yes that sounds reasonable, if we can now work out a test value for the cryptic strs[1]

valueTr = " TPassThrough 3 1 " + strs[0] + " " + strs[1] + " 500";

Maybe the TPassThrough trigger is documented somewhere, I'll see what I can find, the mysterious (without C# string-operation knowledge) coordinate bit is interesting

'TPassThrough: gets active' - does this mean that some Boolean variable is set to True or False? How to link to the emergency ambulance method I wonder, If NoBellsAreRinging CarryOn = True

Working left for inspection

Ming

Quote:
TPassThrough: gets active after a GroundGroup or Airgroup or Player entering the Area
http://forum.1cpublishing.eu/showthr...413#post339413
Reply With Quote