Save Anywhere
From Elite Wiki
Revision as of 12:14, 5 November 2011 by Cmdr. Maegil (talk | contribs) (Added CommonSenseOTB SaveAnywhere3.1 DIY Bugfix from http://aegidian.org/bb/viewtopic.php?p=148328#p148328)
Save Anywhere is a unique method whereby you can save your game at any OXP station, not only Main Planetary Orbital Stations, as in the standard game.
Requires:
It is recommended that you read the enclosed Instructions file carefully before using this OXP.
Downloads:
Current version:
- Save Anywhere V3.1 Current Release Version. (does not work correctly with Oolite 1.75 in its released form, but see below on how to fix it)
CommonSenseOTB SaveAnywhere3.1 DIY Bugfix:
This OXP is authored by Frame, but he's been unavailable for contact; until he does the OXP can be fixed by editing a few lines. WARNING: do NOT use Notepad, which adds file-corrupting metadata; use Jedit or Notepad ++ instead.
- line 487 let lstation = system.addShips(role,1,[-150000000,0,0],0)[0] //CommonSenseOTB bug found was big S for system
- line 529 this.tracker = system.addShips("frame2_dumb_object", 1, this.mz,0)[0]//CommonSenseOTB bug found was big S for system
- line 831 if(guiScreen !== "GUI_SCREEN_OPTIONS" && guiScreen !== "GUI_SCREEN_MISSION" && guiScreen !== "GUI_SCREEN_STATUS")//CommonSenseOTB bug found deprecated != and also changed "GUI_SCREEN_SAVE" to "GUI_SCREEN_OPTIONS"
- line 846 if(guiScreen !== "GUI_SCREEN_OPTIONS" && guiScreen !== "GUI_SCREEN_MISSION" && guiScreen !== "GUI_SCREEN_STATUS")//CommonSenseOTB bug found deprecated != and also changed "GUI_SCREEN_SAVE" to "GUI_SCREEN_OPTIONS"
- line 884 if(guiScreen !== "GUI_SCREEN_STATUS")//CommonSenseOTB bug found deprecated !=
Older versions:
- This article is a stub. You can help EliteWiki by expanding it.