Basic code scripting

From XStoryPlayer Wiki
Revision as of 13:24, 5 January 2015 by Xwikip (Talk | contribs)

Jump to: navigation, search


All the scripts for the dungeon pack directory can be found in the ./pack/pack_dungeon/init directory.

It contains two sub-directories:

  • /std : These files are the same for all stories (like .dll files in windows)
  • /stories : These files are story specific.


The /stories/dungeon directory contains the following sub-directories:

  • /chars : These files are the same for all stories (like .lib files in c++)
  • /gamestate : These files are story specific.
  • /lib : These files are story specific.
  • /mains : These files are story specific.
  • /objects : These files are story specific.
  • /scenes : These files are story specific.
  • /settings : These files are story specific.