Game vlak.com from the legendary Czech author Miroslav Němeček.
First of all make sure you have correct environment:
- Make sure you have Turbo Assembler installed and you can run
tasm
andtlink
at your computer.
Building steps:
- Run
RUZNE.BAT
for RUZNE.SCR creation. - Run
VAGONY.BAT
for VAGONY.SCR creation. - Run
VECI.BAT
for VECI.SCR creation. - Finally run
A.BAT
which will put all together and will make VLAK.COM.
Original file VLAK.COM was compressed by ProComp utility and protected againtst viruses by Poj utility.
- Clone repository
git clone https://github.com/oldcompcz/vlak
- Add new scene at the end of SCENY.ASM
- Open VLAK.ASM and do following:
- Increase number of scenes at line 6
- Add password for new scene at the end of the file (at about line 1733)
- Build project