diff --git a/crusader-no-remorse.html b/crusader-no-remorse.html new file mode 100755 index 0000000..5c06c73 --- /dev/null +++ b/crusader-no-remorse.html @@ -0,0 +1,60 @@ + + + + + + + + + + + +
+ + + + diff --git a/games/War_Craft_2.zip b/games/War_Craft_2.zip new file mode 100644 index 0000000..9ef3afb Binary files /dev/null and b/games/War_Craft_2.zip differ diff --git a/games/crusader-no-remorse.zip b/games/crusader-no-remorse.zip new file mode 100644 index 0000000..a6ae8d7 Binary files /dev/null and b/games/crusader-no-remorse.zip differ diff --git a/src/scripts/example.txt b/src/scripts/example.txt index dc0ded6..d0dfceb 100644 --- a/src/scripts/example.txt +++ b/src/scripts/example.txt @@ -3,6 +3,6 @@ GAME_NAME="War_Craft_2" GAME_ROOT_PATH="../../tmp/wc2/" -ZIP_PATH="../../zip" +ZIP_PATH="../../games" bash pack-jsbox-game.sh "${GAME_NAME}" "${GAME_ROOT_PATH}" "${ZIP_PATH}" diff --git a/templates/dosbox.conf.wc2 b/templates/dosbox.conf.wc2 new file mode 100755 index 0000000..33f4aca --- /dev/null +++ b/templates/dosbox.conf.wc2 @@ -0,0 +1,113 @@ +[sdl] +autolock=false + +fullscreen=false +fulldouble=false +fullresolution=original +windowresolution=original +output=surface +sensitivity=100 +waitonerror=true +priority=higher,normal +mapperfile=mapper-jsdos.map +usescancodes=true +vsync=false +[dosbox] +machine=svga_s3 + +language= +captures=capture +memsize=16 +[cpu] +core=auto +cputype=auto +#cycles=auto +#cycleup=10 +#cycledown=20 + +cycles=10000 +cycleup=500 +cycledown=20 + +[mixer] +nosound=false +rate=44100 + +blocksize=1024 +prebuffer=20 + +[render] + +frameskip=0 +aspect=false +scaler=none + +[midi] + +mpu401=intelligent +mididevice=default +midiconfig= + +[sblaster] + +sbtype=sb16 +sbbase=220 +irq=7 +dma=1 +hdma=5 +sbmixer=true +oplmode=auto +oplemu=default +oplrate=44100 + +[gus] + +gus=false +gusrate=44100 +gusbase=240 +gusirq=5 +gusdma=3 +ultradir=C:\ULTRASND + +[speaker] + +pcspeaker=true +pcrate=44100 +tandy=auto +tandyrate=44100 +disney=true + +[joystick] + +joysticktype=auto +timed=true +autofire=false +swap34=false +buttonwrap=false + +[serial] + +serial1=dummy +serial2=dummy +serial3=disabled +serial4=disabled + +[dos] + +xms=true +ems=true +umb=true +keyboardlayout=auto + +[ipx] + +ipx=true +[autoexec] +echo off +mount c . +c: + +type jsdos~1/readme.txt +echo on + +RUNME.BAT