HELP!!

General discussion for players of Oolite.

Moderators: winston, another_commander

Post Reply
JIMBO
Mostly Harmless
Mostly Harmless
Posts: 3
Joined: Wed Jan 18, 2006 9:51 pm
Location: Eugene, Oregon

HELP!!

Post by JIMBO »

I just moved the 1.62 folder into my App folder and clicked 'replace.' Now I don't have a save file anymore. Can someone help me create a save file that approximates my progress?
User avatar
lex_talionis
Deadly
Deadly
Posts: 160
Joined: Thu Nov 10, 2005 3:46 pm
Location: Inverness, Scotland

Post by lex_talionis »

what stats can you remember? looking for:

›equipment
›cred balance
›ship
›kill count
›laser specs
›player name

gimme that and i'll make one for you.
edible poet? onna stick?
User avatar
Rxke
Retired Assassin
Retired Assassin
Posts: 1760
Joined: Thu Aug 12, 2004 4:54 pm
Location: Belgium

Post by Rxke »

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:

Code: Select all

<key>credits</key>
	<integer>30692</integer>
</dict>
that's 3069.2 cr, mind the fact that Oolite counts in fractions of ten...

Location:

Code: Select all

<key>galaxy_coordinates</key>
	<string>150 62</string>
	<key>galaxy_number</key>
	<integer>2</integer>
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:

Code: Select all

<key>has_docking_computer</key>
	<true/>
	<key>has_ecm</key>
	<true/>.....
true: I have it, false, I don't...

Code: Select all

<key>legal_status</key>
	<integer>0</integer>
zero = good boy...

what kind of ship:

Code: Select all

	<key>ship_desc</key>
	<string>supercobra-player</string>
number of kills:

Code: Select all

<key>ship_kills</key>
	<integer>1078</integer>
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...
Last edited by Rxke on Mon Feb 13, 2006 8:45 pm, edited 1 time in total.
User avatar
lex_talionis
Deadly
Deadly
Posts: 160
Joined: Thu Nov 10, 2005 3:46 pm
Location: Inverness, Scotland

Post by lex_talionis »

see, that's so much more helpful Rxke :oops:

*sigh* it's been a long day...
edible poet? onna stick?
User avatar
Rxke
Retired Assassin
Retired Assassin
Posts: 1760
Joined: Thu Aug 12, 2004 4:54 pm
Location: Belgium

Post by Rxke »

I thought it was maybe a good idea to let JIMBO try to tweak a savefile himself, and find out how nice it is to be able to do those things, heehee....

BTW JIMBO, if this is still too much like Chinese for you, just ask for someone to make you a savefile, no problem.
JIMBO
Mostly Harmless
Mostly Harmless
Posts: 3
Joined: Wed Jan 18, 2006 9:51 pm
Location: Eugene, Oregon

Post by JIMBO »

WOW! Thanks a ton.
User avatar
Rxke
Retired Assassin
Retired Assassin
Posts: 1760
Joined: Thu Aug 12, 2004 4:54 pm
Location: Belgium

Post by Rxke »

No problem, have fun! :D
Post Reply