Difference between revisions of "Preparing for modding"

From XStoryPlayer Wiki
Jump to: navigation, search
Line 1: Line 1:
  
1) First of all you need to get access to XStoryPlayer 3 (or higher). More information on that can be [http://www.xmoonproductions.org/viewtopic.php?f=33&t=3459 found here].
+
# First of all you need to get access to XStoryPlayer 3 (or higher). More information on that can be [http://www.xmoonproductions.org/viewtopic.php?f=33&t=3459 found here].
  
2) It is assumed that you are familiar with playing XStoryPlayer and you know what e.g. the '[[Story menu]]' and '[[Fast Sex menu]]' are.
+
# It is assumed that you are familiar with playing XStoryPlayer and you know what e.g. the '[[Story menu]]' and '[[Fast Sex menu]]' are.
  
3) After installing XStoryPlayer you will find (among others) the following files in the [[install directory]]:
+
# After installing XStoryPlayer you will find (among others) the following files in the [[install directory]]:
  
  
- [[settings.ini]]
+
* [[settings.ini]]
  
- filemaker/
+
* filemaker/
  
- pack/
+
* pack/
  
- testini/
+
* testini/
  
- save/
+
* save/
  
  
4) Make backup copy of your save directory and then delete the save files
+
# Make backup copy of your save directory and then delete the save files
  
  
5)
+
# Open [[settings.ini]] and make the following changes:
 
+
Open [[settings.ini]] and make the following changes:
+
 
+
  
  
Line 33: Line 30:
 
debug_brain = ENABLED; // Trace brain events to trace.txt
 
debug_brain = ENABLED; // Trace brain events to trace.txt
 
save_key    = "";      // Do not encrypt save files
 
save_key    = "";      // Do not encrypt save files
 
  
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 11:55, 5 January 2015

  1. First of all you need to get access to XStoryPlayer 3 (or higher). More information on that can be found here.
  1. It is assumed that you are familiar with playing XStoryPlayer and you know what e.g. the 'Story menu' and 'Fast Sex menu' are.
  1. After installing XStoryPlayer you will find (among others) the following files in the install directory:


  • filemaker/
  • pack/
  • testini/
  • save/


  1. Make backup copy of your save directory and then delete the save files


  1. Open settings.ini and make the following changes:


start_mode  = MAIN;    // Start in menu
debug_sys   = BASIC;   // Use basic debugging
debug_brain = ENABLED; // Trace brain events to trace.txt
save_key    = "";      // Do not encrypt save files