CHanging things in Oolite - need help
Moderators: winston, another_commander
CHanging things in Oolite - need help
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.
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.
- Dawn Trader
- Competent
- Posts: 45
- Joined: Thu Sep 29, 2011 3:45 am
Re: CHanging things in Oolite - need help
2a-- use: system redux.oxp
2b --- use: planetfall.oxp
others can help with the other questions as I am not a modeller.
2b --- use: planetfall.oxp
others can help with the other questions as I am not a modeller.
Cloning, It's not for everyone.
Re: CHanging things in Oolite - need help
THanks I probably posted in the wrong section.
- Smivs
- Retired Assassin
- Posts: 8408
- Joined: Tue Feb 09, 2010 11:31 am
- Location: Lost in space
- Contact:
Re: CHanging things in Oolite - need help
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
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
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
Commander Smivs, the friendliest Gourd this side of Riedquat.
- Diziet Sma
- ---- E L I T E ----
- Posts: 6312
- Joined: Mon Apr 06, 2009 12:20 pm
- Location: Aboard the Pitviper S.E. "Blackwidow"
Re: CHanging things in Oolite - need help
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?
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
- Disembodied
- Jedi Spam Assassin
- Posts: 6885
- Joined: Thu Jul 12, 2007 10:54 pm
- Location: Carter's Snort
Re: CHanging things in Oolite - need help
Although great things have been done with the [wiki]Cabal Common Library[/wiki] ...Smivs wrote:I'm afraid there is no 'wandering around on planets' any more than you can wander around the stations.
-
- Quite Grand Sub-Admiral
- Posts: 6683
- Joined: Wed Feb 28, 2007 7:54 am
Re: CHanging things in Oolite - need help
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.
Re: CHanging things in Oolite - need help
Yep. Some things are possible via missionscreens. It's a bit work though to get this up and running.Disembodied wrote:Although great things have been done with the [wiki]Cabal Common Library[/wiki] ...Smivs wrote:I'm afraid there is no 'wandering around on planets' any more than you can wander around the stations.
The Vector has probably something which can be considered walking *grins* Another example can be found in Thargoids PlanetFall. I'm not aware of any other OXP which does something along that line.
- Commander McLane
- ---- 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
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++.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)
- CommRLock78
- ---- 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
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.Commander McLane wrote: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++.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)
Anyway Hangar, adding more funds is the easiest of the things you asked . 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'
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
Re: CHanging things in Oolite - need help
Brilliant! Many thanks guys this is really helpful.
Thank you!!
Thank you!!