Difference between revisions of "Anri-chan/Source/ini.bat"

From SDA Knowledge Base

Jump to: navigation, search
(ini.bat, currently only has setting for changing save directory.)
 
(NMF is back, but disabled by default.)
Line 3: Line 3:
 
REM No backslash. Set to E: for example. If blank, saves to desktop.
 
REM No backslash. Set to E: for example. If blank, saves to desktop.
 
SET parentdir=
 
SET parentdir=
 +
 +
REM Make sure you have the lagarith codec installed. Set to true to enable it.
 +
SET NMF_enabled=false
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 22:05, 22 March 2008

REM Change directory where project folder is saved.  
REM No backslash. Set to E: for example. If blank, saves to desktop.
SET parentdir=

REM Make sure you have the lagarith codec installed. Set to true to enable it.
SET NMF_enabled=false
Personal tools