Difference between revisions of "Save Anywhere"

From Elite Wiki
m (added link to BB post that explains what to change to make it work again)
(Added CommonSenseOTB SaveAnywhere3.1 DIY Bugfix from http://aegidian.org/bb/viewtopic.php?p=148328#p148328)
Line 9: Line 9:
 
Current version:
 
Current version:
  
* [http://www.box.net/shared/l6f4mdqvn9''Save Anywhere V3.1''] Current Release Version. (does not work correctly with Oolite 1.75 in its released form, but see [http://aegidian.org/bb/viewtopic.php?p=148328#p148328 this] discussion for information on how to fix it)
+
* [http://www.box.net/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:
 +
 
 +
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:
 
Older versions:
  
 
* [http://www.boxcn.net/shared/tnjt79pskb''Save Anywhere V0.2'']
 
* [http://www.boxcn.net/shared/tnjt79pskb''Save Anywhere V0.2'']
 +
  
 
[[Category:Oolite]] {{misc-OXP}}
 
[[Category:Oolite]] {{misc-OXP}}
  
 
{{stub}}
 
{{stub}}

Revision as of 12:14, 5 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.