Difference between revisions of "Save Anywhere"
From Elite Wiki
Cmdr. Maegil (talk | contribs) (Added CommonSenseOTB SaveAnywhere3.1 DIY Bugfix from http://aegidian.org/bb/viewtopic.php?p=148328#p148328) |
m (updated to box.com) |
||
Line 9: | Line 9: | ||
Current version: | Current version: | ||
− | * [http://www.box. | + | * [http://www.box.com/shared/l6f4mdqvn9''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: | CommonSenseOTB SaveAnywhere3.1 DIY Bugfix: | ||
Line 27: | Line 27: | ||
Older versions: | Older versions: | ||
− | * [http://www.boxcn. | + | * [http://www.boxcn.com/shared/tnjt79pskb''Save Anywhere V0.2''] |
Revision as of 22:00, 27 November 2011
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.