-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d97b3ba
Showing
166 changed files
with
2,581 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.