Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###gzdoom/zand ini###
- [IWADSearch.Directories]
- Path=$PROGDIR/../IWAD
- [FileSearch.Directories]
- Path=$PROGDIR/../Multi
- Path=$PROGDIR/../Mega
- Path=$PROGDIR/../ETC
- [SoundfontSearch.Directories]
- Path=$PROGDIR/../ETC
- ###slade\config\executables.cfg###
- executables
- {
- game_exe zandronum
- {
- name = "Zandronum";
- exe_name = "zandronum";
- config "Run" = "-iwad %i -file %r %a";
- config "Skill 1" = "-iwad %i -file %r %a +map %mn -skill 1";
- config "Skill 2" = "-iwad %i -file %r %a +map %mn -skill 2";
- config "Skill 3" = "-iwad %i -file %r %a +map %mn -skill 3";
- config "Skill 4" = "-iwad %i -file %r %a +map %mn -skill 4";
- config "Skill 5" = "-iwad %i -file %r %a +map %mn -skill 5";
- config "No Monsters" = "-iwad %i -file %r %a +map %mn -nomonsters";
- config "Host" = "-iwad %i -file %r %a -host +sv_updatemaster False +sv_forcepassword False";
- config "Host DM" = "-iwad %i -file %r %a -host +exec ../../zandronum/CFG/testdm.txt +sv_updatemaster False +sv_forcepassword False";
- config "Host COOP" = "-iwad %i -file %r %a -host +exec ../../zandronum/CFG/coop.txt +sv_updatemaster False +sv_forcepassword False";
- }
- }
- ###slade\config\slade3.cfg###
- base_resource_paths
- {
- "../../IWAD/DOOM.WAD"
- "../../IWAD/DOOM2.WAD"
- "../../IWAD/PLUTONIA.WAD"
- "../../IWAD/TNT.WAD"
- "../../IWAD/heretic.wad"
- "../../IWAD/HEXEN.WAD"
- "../../IWAD/HEXDD.WAD"
- "../../IWAD/strife1.wad"
- }
- executable_paths
- {
- gzdoom "gzdoom.bat"
- zandronum "zandronum.bat"
- }
- ###slade\zandronum.bat###
- @echo off
- START "" ../../zandronum/zandronum.exe %*
- ###slade\gzdoom.bat###
- @echo off
- START "" ../../gzdoom/gzdoom.exe %*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement