# @@NVM BUILD CONFIG 2.0 # # Config file for game builds. Please fill out as shown in the examples. # Do not forget to put commas after each line. { # Game executable name. What should be ran when we want to invoke the game. # This is the default one, it can be a command line as well. It can be # overridden by OS-specific executable names Bin => '\Data\ME3_120125\Setup.exe', # Command line that's required to run the game. This is the default one. CmdLine => '', #OSCmdLineRegexpMapping => # [ # { # Regexp => 'vista.*amd', # Bin => 'gamev64.exe', # CmdLine => '-run', # }, # # { # Regexp => 'vista', # Bin => 'gamev.exe', # CmdLine => '-run', # }, # # { # Regexp => 'xp.*64', # Bin => 'game64.exe', # CmdLine => '-run', # }, # # { # Regexp => 'xp', # Bin => 'game.exe', # CmdLine => '-run', # }, # ], # CD requirements. # Possible values: # 'NO_CD' - no CD required at all. # 'DTOOLS' - DTools (ISO/BIN/CCD/MDS) image insert required. # 'MANUAL' - manual CD insertion in the physical drive. CDReq => 'NO_CD', #CDReq => 'DTOOLS', #CDReq => 'MANUAL', # ISO/CCD/MDF image name (run CD, image of the CD required to run the # game OR 'library' name of the physical CD (not used right now) to # insert in the physical drive. # #ISO => 'runcd.iso', #ISO => 'Star Wars Lego CD2', # Anti-BLAXX required. Set to 0 if not, otherwise set to 1. ABLReq => 0, #ABLReq => 1, # Copy protection type for Anti-Blaxx profile setup. # Find the value in the settiongs.ini of Anti-Blaxx under the # 'Kopierschutz' key. # Paste it here as is! #ABLCopyProt => 'SafeDisc', #ABLCopyProt => 'JoWood X-Protect', #ABLCopyProt => 'SecuRom 5', #ABLCopyProt => 'SecuRom 7', #ABLCopyProt => 'Protect CD', }; # _END_