Skip to content

oldcompcz/vlak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vlak

Game vlak.com from the legendary Czech author Miroslav Němeček.

VLAK.png

How to build

First of all make sure you have correct environment:

  • Make sure you have Turbo Assembler installed and you can run tasm and tlink at your computer.

Building steps:

  1. Run RUZNE.BAT for RUZNE.SCR creation.
  2. Run VAGONY.BAT for VAGONY.SCR creation.
  3. Run VECI.BAT for VECI.SCR creation.
  4. 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.

How add new scene

  1. Clone repository git clone https://github.com/oldcompcz/vlak
  2. Add new scene at the end of SCENY.ASM
  3. Open VLAK.ASM and do following:
    1. Increase number of scenes at line 6
    2. Add password for new scene at the end of the file (at about line 1733)
  4. Build project