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

From SDA Knowledge Base

Jump to: navigation, search
(NMF is back and fully operational.)
(Advanced mode.)
Line 2: Line 2:
 
REM Change directory where project folder is saved.   
 
REM Change directory where project folder is saved.   
 
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.
 +
REM DO NOT CREATE THE FOLDER IN PROGRAM FILES\
 
SET parentdir=
 
SET parentdir=
  
 
REM Make sure you have the lagarith codec installed. Set to true to enable it.
 
REM Make sure you have the lagarith codec installed. Set to true to enable it.
 
SET NMF_enabled=true
 
SET NMF_enabled=true
 +
 +
REM Advanced mode currently enables:
 +
REM  - Rip specific title numbers
 +
SET advanced_mode=false
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 20:50, 4 May 2008

REM Change directory where project folder is saved.  
REM No backslash. Set to E: for example. If blank, saves to desktop.
REM DO NOT CREATE THE FOLDER IN PROGRAM FILES\
SET parentdir=

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

REM Advanced mode currently enables:
REM  - Rip specific title numbers
SET advanced_mode=false
Personal tools