TEREP

Intro

TEREP (literally Terrain, also known as Deformers) is a driving simulation by Dénes Nagymáthé.

I unpacked the executables to aid in editing and reversing. The original executable is included, the unpacked one ends with U.EXE. Hopefully they still work!

Download

Download Terep2

Download Terep1 (earlier version)

Notes

TEREP2 will read in these files (in order):

            sim.cfg
            map.pcx
            maptex.pcx
            col.pcx
            fog.dat
            smoke.dat
            textures.pcx
            car1.dat
            car1.pcx
            car2.dat
            car2.pcx
            car3.dat
            car3.pcx
            car4.dat
            car4.pcx
            car5.dat
            car5.pcx
            

The game will load any "car?.dat" file that exists. If the corresponding ".pcx" file does not exist, it will default to using "textures.pcx".

NOTE: Due to a bug, the game will crash if all 5 cars use a custom texture. There has to be at least one car using the default "textures.pcx" texture to prevent this crash.

The original seemed to only have 2 cars defined, with the rest included in the CARS directory. Copy them into the main directory if you want them available in game.

The car's breaking properties can be modified by creating and adjusting the "sim.cfg" file. It consists of two 16-bit words. The defaults are 0x0800 and 0xF000. There are some community created config files that can be used, just rename a ".cfg" file to "sim.cfg". Modifying these values can make the game unstable during heavy collisions.

EXE Reference

There's a few different versions of TEREP distributed around the internet. I've gone through and tried to note the differences

Don't use these directly. Use the download links above.

Filename b3sum Size Date Description
TEREP.EXE
45a96b5b96a6789f6f947b9cff25e264ec150bc1272c3132a647dca208adba79
12952 Oct 10 1996 TEREP1 original binary.
TEREP1U-sonneveld-early1.EXE
b26fa892f67cbf32d13783ea33d7e77c660a71dc0f6d60b301d41484763353f0
44288 Sep 22 2025 TEREP1 unpacked by sonneveld. Early version. Retracted.
TEREP1-sonneveld-unpacked.EXE
631c4f86cfe937669c7a53a3181bc3d448b1bb31cb58b1d2ee69b15ed8b646a1
39456 Sep 22 2025 TEREP1 unpacked by sonneveld.
 
TEREP2.EXE
9900b19dd630f43df6193367e9d3727203f754d636416028be4e26099458059e
37433 Apr 5 1997 TEREP2 original binary
TEREP2-bad-checksum.EXE
01ed4a8ab0df8683c6997f640b94defff24d966034ecacd349a7c85ee14f710b
37433 Oct 2 1998 TEREP2 with incorect checksum
T-unknown-unpacked.exe
3108d95244b5c06aec49441606d93458c314a8f5e6216db50feb78a75476f74c
86937 Apr 5 1997 TEREP2 unpacked by unknown. Unchanged except for a few more zeros in stack segment. Date presumed to be preserved by an unpacker tool.
TEREP2-unknown-patched-strings-zeroed-repacked.EXE
274b425095c0f3c334e8fa911300dbcffacd13e0cc550aca0a8e8cc7e00b34d0
16064 Jan 20 1998 TEREP2 patched and repacked by unknown. Strings zeroed out.
TEREP2U-sonneveld-early1.EXE
e5f1eab21711b027732ebf80342720ae97fde35ae4974b4b25e9b861af89c3c3
86496 Sep 22 2025 TEREP2 unpacked by sonneveld. Early version. Retracted.
TEREP2-sonneveld-unpacked.EXE
1e8770d259c2de92c87a13d81a11f42c44c9b4e87e9f7f5a071aa1a78faf0804
86496 Sep 22 2025 TEREP2 unpacked by sonneveld. Unchanged.
TEREP2-sonneveld-strings-patched-out.EXE
6fa79af59d4d6c29d44b4c556d50a3d04e2f244c7100e8938f155dca1e92d93c
86496 Sep 23 2025 TEREP2 unpacked by sonneveld. Strings patched out. Retracted.
TEREP2-sonneveld-print-patched-out.EXE
f52fe79399ce5ae43a34c1bb33f88fe6a9f4ed096b4ee85d1a9f1751745c9709
86496 Sep 23 2025 TEREP2 unpacked by sonneveld. Print patched out.
 
TEREP2.COM
8fc4428fcad9177c52d245b9f5544eccaf069b3d2e75e109ae37fe22bfe8aa7b
112 Jun 28 2016 TEREP2 launcher by Ripsaw to remove text. Requires TEREP2.EXE in same directory.
tereplauncher.exe
9712800d123c37614f9d71bbc414342f1d3cae25aac55b3b878b8e9eebdbe90f
256512 Nov 29 1998 TEREP2 launcher for Windows

Links

Know of any links that aren't listed here? Let me know!

There's a collection of archived and incomplete fan sites here:

History