Difference between revisions of "Filemaker"

From XStoryPlayer Wiki
Jump to: navigation, search
(Created page with " Work in progress...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Most modding can be done using the [[Filemaker]].
 +
It is a script parser that allows you to: Unpack/pack files, Convert Maya files to Game files, Automatically create dds textures, Make font textures etc.<br>
 +
It has a very simple gui, because the batch scripts it uses contain all relevant information.
  
Work in progress...
+
===Location===
 +
The default location for the filemaker is:
 +
 
 +
<code>C:/Users/[Your Name]/AppData/Local/X Moon Productions/XStoryPlayer 3/filemaker/filemaker.exe</code>
 +
 
 +
===Starting===
 +
The filemaker can be started using startup parameters e.g.:
 +
 
 +
<code>filemaker.exe -path "C:/Users/[Your Name]/AppData/Local/X Moon Productions/XStoryPlayer 3/filemaker/" -start "start.ini" -width 400 -height 300</code>
 +
 
 +
===Startup parameters===
 +
* -path: The startup path
 +
* -start: The name of the start.ini file that contains the batch script code
 +
* -width: width of filemaker window
 +
* -height: height of filemaker window
 +
 
 +
===Shortcut===
 +
Create a windows shortcut on your desktop (or other location) with target:
 +
 
 +
<code>"C:/Users/[Your Name]/AppData/Local/X Moon Productions/XStoryPlayer 3/filemaker/filemaker.exe" -path "C:/Users/[Your Name]/AppData/Local/X Moon Productions/XStoryPlayer 3/filemaker/" -start "start.ini" -width 400 -height 300</code>
 +
 
 +
So you can easily startup the filemaker in a small window allowing you to do other things while waiting for the coffee whistle to blow.

Latest revision as of 13:19, 6 January 2015

Most modding can be done using the Filemaker. It is a script parser that allows you to: Unpack/pack files, Convert Maya files to Game files, Automatically create dds textures, Make font textures etc.
It has a very simple gui, because the batch scripts it uses contain all relevant information.

Location

The default location for the filemaker is:

C:/Users/[Your Name]/AppData/Local/X Moon Productions/XStoryPlayer 3/filemaker/filemaker.exe

Starting

The filemaker can be started using startup parameters e.g.:

filemaker.exe -path "C:/Users/[Your Name]/AppData/Local/X Moon Productions/XStoryPlayer 3/filemaker/" -start "start.ini" -width 400 -height 300

Startup parameters

  • -path: The startup path
  • -start: The name of the start.ini file that contains the batch script code
  • -width: width of filemaker window
  • -height: height of filemaker window

Shortcut

Create a windows shortcut on your desktop (or other location) with target:

"C:/Users/[Your Name]/AppData/Local/X Moon Productions/XStoryPlayer 3/filemaker/filemaker.exe" -path "C:/Users/[Your Name]/AppData/Local/X Moon Productions/XStoryPlayer 3/filemaker/" -start "start.ini" -width 400 -height 300

So you can easily startup the filemaker in a small window allowing you to do other things while waiting for the coffee whistle to blow.