CHanging things in Oolite - need help

General discussion for players of Oolite.

Moderators: winston, another_commander

Post Reply
hangar18
Competent
Competent
Posts: 45
Joined: Sun Sep 04, 2011 9:10 am

CHanging things in Oolite - need help

Post by hangar18 »

Hi Guys,

I desperately want to get started in changing / redesigning things in Oolite but having searched for last hour cannot easily find where to begin (and am getting bloody frustrated in the process). Any help would be great in answering the following questions:

1. Basic question - how to change the starting credits from say 100 to 1,000 (changing <<Credits>> in a saved game file simply seems to invalidate that saved game as it no longer gets recognized in the load new commander screen)

2. Best place to learn about creating an the .oxp - I can see a thread called "THings I wish I knew before starting an OXP" but it isn't very helpful. What I want to do is the following (its ambitious I know but I am experienced in programming)
a) Create more than 1 planet per system.
b) allow docking on planets
c) allow wandering around on planets (like in Sundog)
d) create new ships (am familiar with wings3D and can see a few useful tutorials on this)

3. I know where all the add ons are located but is there a pack that combines some of them or is it case of downloading each an every individual one that tickles your fancy. Are there any "Giant" mod add ons

Many thanks in advance.
User avatar
Dawn Trader
Competent
Competent
Posts: 45
Joined: Thu Sep 29, 2011 3:45 am

Re: CHanging things in Oolite - need help

Post by Dawn Trader »

2a-- use: system redux.oxp
2b --- use: planetfall.oxp

others can help with the other questions as I am not a modeller.
Cloning, It's not for everyone.
hangar18
Competent
Competent
Posts: 45
Joined: Sun Sep 04, 2011 9:10 am

Re: CHanging things in Oolite - need help

Post by hangar18 »

THanks I probably posted in the wrong section.
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: CHanging things in Oolite - need help

Post by Smivs »

I'm afraid there is no 'wandering around on planets' any more than you can wander around the stations. This is because the player is the ship for all intents and purposes. Think of yourself as a hard-wired-in organic flight computer :wink:
Making ships is well documented around the Wiki and on the forom here. There is a Blender tutorial thread and also much advice on using Wings3D. There is a texturing tutorial on the Wiki which I wrote a while ago (which is still current but could use an update sometime), and plenty of advice about putting an OXP together.
It can be useful to use an existing OXP as a template, but make sure you choose a recent one which is more likely to follow current conventions. For ships,my Contractor is ideal for this as it is well featured wih a a custom AI and script and fully uses the 'materials' attributes for the texture.
Health Warning
Modding and making OXPs is addictive and can seriously affect your life :D
Commander Smivs, the friendliest Gourd this side of Riedquat.
User avatar
Diziet Sma
---- E L I T E ----
---- E L I T E ----
Posts: 6311
Joined: Mon Apr 06, 2009 12:20 pm
Location: Aboard the Pitviper S.E. "Blackwidow"

Re: CHanging things in Oolite - need help

Post by Diziet Sma »

3. No, there are no ComboPacks, partly because nobody can agree on a list of "must have" OXPs (everyone has different tastes, and less powerful computers struggle and/or grind to a halt with certain OXPs) and partly because of the difficulty and hassle involved in updating the pack every time an individual OXP gets updated (which can happen quite frequently)

What you mean by "Giant" mod add ons, I'm not entirely sure.. mind elaborating?
Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
User avatar
Disembodied
Jedi Spam Assassin
Jedi Spam Assassin
Posts: 6885
Joined: Thu Jul 12, 2007 10:54 pm
Location: Carter's Snort

Re: CHanging things in Oolite - need help

Post by Disembodied »

Smivs wrote:
I'm afraid there is no 'wandering around on planets' any more than you can wander around the stations.
Although great things have been done with the [wiki]Cabal Common Library[/wiki] ...
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6645
Joined: Wed Feb 28, 2007 7:54 am

Re: CHanging things in Oolite - need help

Post by another_commander »

1. Changing credits from 100 to 1000 is as simple as adding one extra zero at the savefile, then loading up that file in the game. The file is recognized by the game as "tampered with" but there are no other consequences. It certainly does not get invalidated. There is one thing you can check: is your editor adding a .txt extension automatically when it saves the file after modification? Removing manually any extensions added by the editor to the filename will make the savegame visible again. Anything ending in .oolite-save is recognizable.
User avatar
Svengali
Commander
Commander
Posts: 2370
Joined: Sat Oct 20, 2007 2:52 pm

Re: CHanging things in Oolite - need help

Post by Svengali »

Disembodied wrote:
Smivs wrote:
I'm afraid there is no 'wandering around on planets' any more than you can wander around the stations.
Although great things have been done with the [wiki]Cabal Common Library[/wiki] ...
Yep. Some things are possible via missionscreens. It's a bit work though to get this up and running.

The [EliteWiki] Vector has probably something which can be considered walking *grins* Another example can be found in Thargoids [EliteWiki] PlanetFall. I'm not aware of any other OXP which does something along that line.
User avatar
Commander McLane
---- E L I T E ----
---- E L I T E ----
Posts: 9520
Joined: Thu Dec 14, 2006 9:08 am
Location: a Hacker Outpost in a moderately remote area
Contact:

Re: CHanging things in Oolite - need help

Post by Commander McLane »

hangar18 wrote:
1. Basic question - how to change the starting credits from say 100 to 1,000 (changing <<Credits>> in a saved game file simply seems to invalidate that saved game as it no longer gets recognized in the load new commander screen)
The most probable reason for this problem is that you have used Notepad to edit your save file. The best remedy is: don't do that. Use either Wordpad or download and use Notepad++.
User avatar
CommRLock78
---- E L I T E ----
---- E L I T E ----
Posts: 1138
Joined: Sat Apr 07, 2012 7:35 pm
Location: US
Contact:

Re: CHanging things in Oolite - need help

Post by CommRLock78 »

Commander McLane wrote:
hangar18 wrote:
1. Basic question - how to change the starting credits from say 100 to 1,000 (changing <<Credits>> in a saved game file simply seems to invalidate that saved game as it no longer gets recognized in the load new commander screen)
The most probable reason for this problem is that you have used Notepad to edit your save file. The best remedy is: don't do that. Use either Wordpad or download and use Notepad++.
This makes me wonder what I used to give myself a pay raise - I was still using Windows then, but I never lost a file. Too bad that the basic editor for windows is so funky.

Anyway Hangar, adding more funds is the easiest of the things you asked :D. For multiple planets I use Deep Horizon Systems. If you happen to be using POV ray planets and Distant suns, you may find the following helpful:
https://bb.oolite.space/viewtopic.php?f= ... 60#p190386
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
hangar18
Competent
Competent
Posts: 45
Joined: Sun Sep 04, 2011 9:10 am

Re: CHanging things in Oolite - need help

Post by hangar18 »

Brilliant! Many thanks guys this is really helpful.

Thank you!!
Post Reply