HELP!!
Moderators: winston, another_commander
- lex_talionis
- Deadly
- Posts: 160
- Joined: Thu Nov 10, 2005 3:46 pm
- Location: Inverness, Scotland
what progress? I mean where/how much cr; how much kills, what kind of ship?
Okay, so launch the game, save the commander, then quit Oolite, open the savefile with a texteditor, and change these things to your heart's content.... (I take one of my savefiles as example)
money:
that's 3069.2 cr, mind the fact that Oolite counts in fractions of ten...
Location:
I'm in galaxy 3 (internally it counts from 0....) planet location 150 62, you can look those up if you press "!" in Oolite when looking at the big maps, it then creates a list with these numbers...
Equipment:
true: I have it, false, I don't...
zero = good boy...
what kind of ship:
number of kills:
I think those are the most important? there's the missions accomplished etc too, but I don't know if you're already into those...
Okay, so launch the game, save the commander, then quit Oolite, open the savefile with a texteditor, and change these things to your heart's content.... (I take one of my savefiles as example)
money:
Code: Select all
<key>credits</key>
<integer>30692</integer>
</dict>
Location:
Code: Select all
<key>galaxy_coordinates</key>
<string>150 62</string>
<key>galaxy_number</key>
<integer>2</integer>
Equipment:
Code: Select all
<key>has_docking_computer</key>
<true/>
<key>has_ecm</key>
<true/>.....
Code: Select all
<key>legal_status</key>
<integer>0</integer>
what kind of ship:
Code: Select all
<key>ship_desc</key>
<string>supercobra-player</string>
Code: Select all
<key>ship_kills</key>
<integer>1078</integer>
Last edited by Rxke on Mon Feb 13, 2006 8:45 pm, edited 1 time in total.
- lex_talionis
- Deadly
- Posts: 160
- Joined: Thu Nov 10, 2005 3:46 pm
- Location: Inverness, Scotland