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
tasmandtlinkat your computer.
Building steps:
- Run
RUZNE.BATfor RUZNE.SCR creation. - Run
VAGONY.BATfor VAGONY.SCR creation. - Run
VECI.BATfor VECI.SCR creation. - Finally run
A.BATwhich 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
