It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hello fellow warlord 2 lovers. I made an adjustment to the start menu to
get easy acces to the game editor.
hope to see many new scenario's like starwars and dr who for example as
its an easy to use editor.
instructions:
go to the folder where warlords 2 has been installed, open the
dosbox_warlords2_single.conf file in notepad and copy and paste the
following text over the original text to get the game editor as extra
option.

[ipx]
ipx=false

[autoexec]
# Lines in this section will be run at startup.
@echo off
mount c ".."
imgmount d "..\game.ins" -t iso
c:
goto launcher

:launcher
cls
ECHO ÉÍÍÍÍÍÍÍÍÍÍÍ&I acute;ÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍ&Iacut e;ÍÍÍÍÍ»
ECHO º ------------------------------------------ º
ECHO º Warlords II Launcher º
ECHO º ------------------------------------------ º
ECHO º 1) Warlords II Deluxe º
ECHO º 2) Game DOS Settings º
ECHO º 3) Warlords II Deluxe Mapeditor º
ECHO º ------------------------------------------ º
ECHO º 4) exit program º
ECHO º ------------------------------------------ º
ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍ&Iacut e;ÍÍÍÍÍÍÍÍÍÍÍÍÍ&Iac ute;ÍÍÍÍÍÍÍÍÍÍÍÍÍ&I acute;ÍÍͼ

choice /c1234 /s Which program do you want to run? [1-4]: /n
if errorlevel 4 goto exit
if errorlevel 3 goto edit
if errorlevel 2 goto setup
if errorlevel 1 goto game

:game
cls
war2.bat
goto exit

:edit
cls
warscen.exe
Post edited August 31, 2020 by ysvry
info on editor:

like he said "To sum it all up, the WARLORDS 2 SCENARIO BUILDER is a slick product. It will allow you to create an entire (almost) new world to play WarLords II in." ;)

www.ibiblio.org/GameBytes/issue20/greviews/warlord2.html
Post edited August 31, 2020 by ysvry
avatar
ysvry: Hello fellow warlord 2 lovers. I made an adjustment to the start menu to
get easy acces to the game editor.
hope to see many new scenario's like starwars and dr who for example as
its an easy to use editor.
instructions:
go to the folder where warlords 2 has been installed, open the
dosbox_warlords2_single.conf file in notepad and copy and paste the
following text over the original text to get the game editor as extra
option.

[ipx]
ipx=false

[autoexec]
# Lines in this section will be run at startup.
@echo off
mount c ".."
imgmount d "..\game.ins" -t iso
c:
goto launcher

:launcher
cls
ECHO ÉÍÍÍÍÍÍÍÍÍÍÍ&I acute;ÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍ&Iacut e;ÍÍÍÍÍ»
ECHO º ------------------------------------------ º
ECHO º Warlords II Launcher º
ECHO º ------------------------------------------ º
ECHO º 1) Warlords II Deluxe º
ECHO º 2) Game DOS Settings º
ECHO º 3) Warlords II Deluxe Mapeditor º
ECHO º ------------------------------------------ º
ECHO º 4) exit program º
ECHO º ------------------------------------------ º
ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍ&Iacut e;ÍÍÍÍÍÍÍÍÍÍÍÍÍ&Iac ute;ÍÍÍÍÍÍÍÍÍÍÍÍÍ&I acute;ÍÍͼ

choice /c1234 /s Which program do you want to run? [1-4]: /n
if errorlevel 4 goto exit
if errorlevel 3 goto edit
if errorlevel 2 goto setup
if errorlevel 1 goto game

:game
cls
war2.bat
goto exit

:edit
cls
warscen.exe
Thank you so very much! I got it to work on my Macbook running Catalina. I had to type in the added portions you created, but it works great! Thank you!