Skip to content

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed May 12, 2018
0 parents commit d97b3ba
Show file tree
Hide file tree
Showing 166 changed files with 2,581 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*~
*.OBJ
*.EXE
*.COM
*.MAP
*.TR
*.TD
RUZNE.SCR
VAGONY.SCR
VECI.SCR
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Vlak

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

## How to build

First of all make sure you have correct environment:

* Run build within real DOS. For example DosBox does troubles with running bat files.
* 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.
1. Run `VAGONY.BAT` for VAGONY.SCR creation.
1. Run `VECI.BAT` for VECI.SCR creation.
1. Finally run `A.BAT` which will put all together and will make VLAK.COM.

Original file VLAK.COM was compressed by
[ProComp](http://panda38.sweb.cz/download/ProComp.zip) utility and
protected againtst viruses by [Poj](http://panda38.sweb.cz/download/Poj.zip)
utility.
19 changes: 19 additions & 0 deletions SRC/A.BAT
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@echo off
:start
kontext vlak.asm #2 sceny.asm
tasm vlak.asm vlak.obj /z/zi
if errorlevel == 1 goto chyba
tlink vlak.obj, vlak.com, vlak.map /t/l/v/s/m
if errorlevel == 1 goto chyba
tdmap vlak.map vlak.com
goto konec
:chyba
pause
goto start
:konec
del vlak.map
del vlak.obj

copy /b vlak.com + titulek.scr + nic.scr + ruzne.scr + vagony.scr + veci.scr vlak2.com
del vlak.com
ren vlak2.com vlak.com
11 changes: 11 additions & 0 deletions SRC/HESLA.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
GOLEM = 1 MOUSE = 11 JEANS = 21 BIENE = 31 HOMER = 41
KRONE = 2 DREAM = 12 METAL = 22 KATZE = 32 BUNNY = 42
MYDLO = 3 IDEAL = 13 MIKRO = 23 HYDRO = 33 FOTON = 43
LEDEN = 4 ILUZE = 14 SENZA = 24 FAUNA = 34 QUACK = 44
STROP = 5 SAINT = 15 GALAX = 25 ULTRA = 35 HAFIK = 45
LILIE = 6 BELLS = 16 STONE = 26 TODAY = 36 DIZZY = 46
RYBKA = 7 TROJA = 17 SLAVE = 27 HOROR = 37 STARK = 47
KLAUN = 8 EMOCE = 18 FORTE = 28 GAPPA = 38 ZARAZ = 48
BRAUN = 9 BASTL = 19 LUCIE = 29 RETAL = 39 DUKEN = 49
WHITE = 10 ISLAM = 20 NATUR = 30 CLOCK = 40 STORY = 50

Binary file added SRC/NIC.SCR
Binary file not shown.
18 changes: 18 additions & 0 deletions SRC/RUZNE.BAT
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@echo off
cd ruzne
copy /b lokomot1.scr + lokomot2.scr + lokomot3.scr + lokomot4.scr ruzne.scr
copy /b ruzne.scr + lokomot5.scr + lokomot6.scr + lokomot7.scr + lokomot8.scr ruzne.scr
copy /b ruzne.scr + lokomot9.scr + lokomotA.scr + lokomotB.scr + lokomotC.scr ruzne.scr
copy /b ruzne.scr + srazka1.scr + srazka2.scr + srazka3.scr + srazka4.scr ruzne.scr
copy /b ruzne.scr + srazka5.scr + srazka6.scr + srazka7.scr + srazka8.scr ruzne.scr
copy /b ruzne.scr + srazka9.scr + srazkaA.scr ruzne.scr

rem copy /b ruzne.scr + zedº.scr + zedÍ.scr + zedÊ.scr + zedË.scr ruzne.scr
rem copy /b ruzne.scr + zedÌ.scr + zed¹.scr + zed¼.scr + zedÉ.scr ruzne.scr
rem copy /b ruzne.scr + zedÈ.scr + zed».scr + vrata1.scr + vrata2.scr ruzne.scr

copy /b ruzne.scr + zed.scr + vrata1.scr + vrata2.scr ruzne.scr
copy /b ruzne.scr + vrata3.scr + vrata4.scr + vrata5.scr + vrata6.scr ruzne.scr
copy ruzne.scr ..\ruzne.scr
del ruzne.scr
cd ..
Binary file added SRC/RUZNE/LOKOMOT1.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOT2.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOT3.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOT4.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOT5.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOT6.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOT7.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOT8.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOT9.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOTA.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOTB.SCR
Binary file not shown.
Binary file added SRC/RUZNE/LOKOMOTC.SCR
Binary file not shown.
Binary file added SRC/RUZNE/SRAZKA1.SCR
Binary file not shown.
Binary file added SRC/RUZNE/SRAZKA2.SCR
Binary file not shown.
Binary file added SRC/RUZNE/SRAZKA3.SCR
Binary file not shown.
Binary file added SRC/RUZNE/SRAZKA4.SCR
Binary file not shown.
Binary file added SRC/RUZNE/SRAZKA5.SCR
Binary file not shown.
Binary file added SRC/RUZNE/SRAZKA6.SCR
Binary file not shown.
Binary file added SRC/RUZNE/SRAZKA7.SCR
Binary file not shown.
Binary file added SRC/RUZNE/SRAZKA8.SCR
Binary file not shown.
Binary file added SRC/RUZNE/SRAZKA9.SCR
Binary file not shown.
Binary file added SRC/RUZNE/SRAZKAA.SCR
Binary file not shown.
Binary file added SRC/RUZNE/VRATA1.SCR
Binary file not shown.
Binary file added SRC/RUZNE/VRATA2.SCR
Binary file not shown.
Binary file added SRC/RUZNE/VRATA3.SCR
Binary file not shown.
Binary file added SRC/RUZNE/VRATA4.SCR
Binary file not shown.
Binary file added SRC/RUZNE/VRATA5.SCR
Binary file not shown.
Binary file added SRC/RUZNE/VRATA6.SCR
Binary file not shown.
Binary file added SRC/RUZNE/ZED.SCR
Binary file not shown.
715 changes: 715 additions & 0 deletions SRC/SCENY.ASM

Large diffs are not rendered by default.

Binary file added SRC/TITULEK.SCR
Binary file not shown.
23 changes: 23 additions & 0 deletions SRC/VAGONY.BAT
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@echo off
cd vagony
copy /b krystal4.scr + krystal5.scr + krystal6.scr + krystal7.scr vagony.scr
copy /b vagony.scr + koruna4.scr + koruna5.scr + koruna6.scr + koruna7.scr vagony.scr
copy /b vagony.scr + strom4.scr + strom5.scr + strom6.scr + strom7.scr vagony.scr
copy /b vagony.scr + jablko4.scr + jablko5.scr + jablko6.scr + jablko7.scr vagony.scr
copy /b vagony.scr + krava4.scr + krava5.scr + krava6.scr + krava7.scr vagony.scr
copy /b vagony.scr + tresne4.scr + tresne5.scr + tresne6.scr + tresne7.scr vagony.scr
copy /b vagony.scr + rybnik4.scr + rybnik5.scr + rybnik6.scr + rybnik7.scr vagony.scr
copy /b vagony.scr + zirafa4.scr + zirafa5.scr + zirafa6.scr + zirafa7.scr vagony.scr
copy /b vagony.scr + zmrzlin4.scr + zmrzlin5.scr + zmrzlin6.scr + zmrzlin7.scr vagony.scr
copy /b vagony.scr + dort4.scr + dort5.scr + dort6.scr + dort7.scr vagony.scr
copy /b vagony.scr + pocitac4.scr + pocitac5.scr + pocitac6.scr + pocitac7.scr vagony.scr
copy /b vagony.scr + auto4.scr + auto5.scr + auto6.scr + auto7.scr vagony.scr
copy /b vagony.scr + balon4.scr + balon5.scr + balon6.scr + balon7.scr vagony.scr
copy /b vagony.scr + budik4.scr + budik5.scr + budik6.scr + budik7.scr vagony.scr
copy /b vagony.scr + slon4.scr + slon5.scr + slon6.scr + slon7.scr vagony.scr
copy /b vagony.scr + vino4.scr + vino5.scr + vino6.scr + vino7.scr vagony.scr
copy /b vagony.scr + penize4.scr + penize5.scr + penize6.scr + penize7.scr vagony.scr
copy /b vagony.scr + letadlo4.scr + letadlo5.scr + letadlo6.scr + letadlo7.scr vagony.scr
copy vagony.scr ..\vagony.scr
del vagony.scr
cd ..
Binary file added SRC/VAGONY/AUTO4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/AUTO5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/AUTO6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/AUTO7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/BALON4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/BALON5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/BALON6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/BALON7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/BUDIK4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/BUDIK5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/BUDIK6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/BUDIK7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/DORT4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/DORT5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/DORT6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/DORT7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/JABLKO4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/JABLKO5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/JABLKO6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/JABLKO7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KORUNA4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KORUNA5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KORUNA6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KORUNA7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KRAVA4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KRAVA5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KRAVA6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KRAVA7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KRYSTAL4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KRYSTAL5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KRYSTAL6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/KRYSTAL7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/LETADLO4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/LETADLO5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/LETADLO6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/LETADLO7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/PENIZE4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/PENIZE5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/PENIZE6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/PENIZE7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/POCITAC4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/POCITAC5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/POCITAC6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/POCITAC7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/RYBNIK4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/RYBNIK5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/RYBNIK6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/RYBNIK7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/SLON4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/SLON5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/SLON6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/SLON7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/STROM4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/STROM5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/STROM6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/STROM7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/TRESNE4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/TRESNE5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/TRESNE6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/TRESNE7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/VINO4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/VINO5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/VINO6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/VINO7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/ZIRAFA4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/ZIRAFA5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/ZIRAFA6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/ZIRAFA7.SCR
Binary file not shown.
Binary file added SRC/VAGONY/ZMRZLIN4.SCR
Binary file not shown.
Binary file added SRC/VAGONY/ZMRZLIN5.SCR
Binary file not shown.
Binary file added SRC/VAGONY/ZMRZLIN6.SCR
Binary file not shown.
Binary file added SRC/VAGONY/ZMRZLIN7.SCR
Binary file not shown.
23 changes: 23 additions & 0 deletions SRC/VECI.BAT
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@echo off
cd veci
copy /b krystal1.scr + krystal2.scr + krystal3.scr veci.scr
copy /b veci.scr + koruna1.scr + koruna2.scr + koruna3.scr veci.scr
copy /b veci.scr + strom1.scr + strom2.scr + strom3.scr veci.scr
copy /b veci.scr + jablko1.scr + jablko2.scr + jablko3.scr veci.scr
copy /b veci.scr + krava1.scr + krava2.scr + krava3.scr veci.scr
copy /b veci.scr + tresne1.scr + tresne2.scr + tresne3.scr veci.scr
copy /b veci.scr + rybnik1.scr + rybnik2.scr + rybnik3.scr veci.scr
copy /b veci.scr + zirafa1.scr + zirafa2.scr + zirafa3.scr veci.scr
copy /b veci.scr + zmrzlin1.scr + zmrzlin2.scr + zmrzlin3.scr veci.scr
copy /b veci.scr + dort1.scr + dort2.scr + dort3.scr veci.scr
copy /b veci.scr + pocitac1.scr + pocitac2.scr + pocitac3.scr veci.scr
copy /b veci.scr + auto1.scr + auto2.scr + auto3.scr veci.scr
copy /b veci.scr + balon1.scr + balon2.scr + balon3.scr veci.scr
copy /b veci.scr + budik1.scr + budik2.scr + budik3.scr veci.scr
copy /b veci.scr + slon1.scr + slon2.scr + slon3.scr veci.scr
copy /b veci.scr + vino1.scr + vino2.scr + vino3.scr veci.scr
copy /b veci.scr + penize1.scr + penize2.scr + penize3.scr veci.scr
copy /b veci.scr + letadlo1.scr + letadlo2.scr + letadlo3.scr veci.scr
copy veci.scr ..\veci.scr
del veci.scr
cd ..
Binary file added SRC/VECI/AUTO1.SCR
Binary file not shown.
Binary file added SRC/VECI/AUTO2.SCR
Binary file not shown.
Binary file added SRC/VECI/AUTO3.SCR
Binary file not shown.
Binary file added SRC/VECI/BALON1.SCR
Binary file not shown.
Binary file added SRC/VECI/BALON2.SCR
Binary file not shown.
Binary file added SRC/VECI/BALON3.SCR
Binary file not shown.
Binary file added SRC/VECI/BUDIK1.SCR
Binary file not shown.
Binary file added SRC/VECI/BUDIK2.SCR
Binary file not shown.
Binary file added SRC/VECI/BUDIK3.SCR
Binary file not shown.
Binary file added SRC/VECI/DORT1.SCR
Binary file not shown.
Binary file added SRC/VECI/DORT2.SCR
Binary file not shown.
Binary file added SRC/VECI/DORT3.SCR
Binary file not shown.
Binary file added SRC/VECI/JABLKO1.SCR
Binary file not shown.
Binary file added SRC/VECI/JABLKO2.SCR
Binary file not shown.
Binary file added SRC/VECI/JABLKO3.SCR
Binary file not shown.
Binary file added SRC/VECI/KORUNA1.SCR
Binary file not shown.
Binary file added SRC/VECI/KORUNA2.SCR
Binary file not shown.
Binary file added SRC/VECI/KORUNA3.SCR
Binary file not shown.
Binary file added SRC/VECI/KRAVA1.SCR
Binary file not shown.
Binary file added SRC/VECI/KRAVA2.SCR
Binary file not shown.
Binary file added SRC/VECI/KRAVA3.SCR
Binary file not shown.
Binary file added SRC/VECI/KRYSTAL1.SCR
Binary file not shown.
Binary file added SRC/VECI/KRYSTAL2.SCR
Binary file not shown.
Binary file added SRC/VECI/KRYSTAL3.SCR
Binary file not shown.
Binary file added SRC/VECI/LETADLO1.SCR
Binary file not shown.
Binary file added SRC/VECI/LETADLO2.SCR
Binary file not shown.
Binary file added SRC/VECI/LETADLO3.SCR
Binary file not shown.
Binary file added SRC/VECI/PENIZE1.SCR
Binary file not shown.
Binary file added SRC/VECI/PENIZE2.SCR
Binary file not shown.
Binary file added SRC/VECI/PENIZE3.SCR
Binary file not shown.
Binary file added SRC/VECI/POCITAC1.SCR
Binary file not shown.
Binary file added SRC/VECI/POCITAC2.SCR
Binary file not shown.
Binary file added SRC/VECI/POCITAC3.SCR
Binary file not shown.
Binary file added SRC/VECI/RYBNIK1.SCR
Binary file not shown.
Binary file added SRC/VECI/RYBNIK2.SCR
Binary file not shown.
Binary file added SRC/VECI/RYBNIK3.SCR
Binary file not shown.
Binary file added SRC/VECI/SLON1.SCR
Binary file not shown.
Binary file added SRC/VECI/SLON2.SCR
Binary file not shown.
Binary file added SRC/VECI/SLON3.SCR
Binary file not shown.
Binary file added SRC/VECI/STROM1.SCR
Binary file not shown.
Binary file added SRC/VECI/STROM2.SCR
Binary file not shown.
Binary file added SRC/VECI/STROM3.SCR
Binary file not shown.
Binary file added SRC/VECI/TRESNE1.SCR
Binary file not shown.
Binary file added SRC/VECI/TRESNE2.SCR
Binary file not shown.
Binary file added SRC/VECI/TRESNE3.SCR
Binary file not shown.
Binary file added SRC/VECI/VINO1.SCR
Binary file not shown.
Binary file added SRC/VECI/VINO2.SCR
Binary file not shown.
Binary file added SRC/VECI/VINO3.SCR
Binary file not shown.
Binary file added SRC/VECI/ZIRAFA1.SCR
Binary file not shown.
Binary file added SRC/VECI/ZIRAFA2.SCR
Binary file not shown.
Binary file added SRC/VECI/ZIRAFA3.SCR
Binary file not shown.
Binary file added SRC/VECI/ZMRZLIN1.SCR
Binary file not shown.
Binary file added SRC/VECI/ZMRZLIN2.SCR
Binary file not shown.
Binary file added SRC/VECI/ZMRZLIN3.SCR
Binary file not shown.
Loading

0 comments on commit d97b3ba

Please sign in to comment.