If anyone still plays this, here's a short list on what I know is what from the first 26 lines of a saved game:
4.22.2006 15:05 //Datastamp 100.000000 0 No Name //Ships name, the first one sets global stuff. 0 0 0 0 0 //Money amound, has to be an int 800 //Fuel, I'm guessing an int. 77716141 //Ship's Armour, float (allows decimals, etc) 0 Hallowed //Ship's name. The bellow applies to this ship. 7 //Type See below. 0 0 0 0 //Money amound, has to be an int, Not needed for ships 800 //Fuel, I'm guessing an int, not needed either 77716141 //Ship's Armour, float - not sure why another exists. 0
Made a few assumptions there, but it's fixed now.
Ship types (So far):
0 = Alien's Ship 1 = Err, Green pointy ship? 2 = Starting Ship. 3 = Blue Tiger. 4 = Red Spikey Ball Ship (sorry, I don't know their actual type) 5 = Cargo Ship. 6 = Battle Station (i.e Protects Earth) NON MOVEABLE 7 = Modded Cargo Ship (i.e, with mining laser)
|