I would be very interested in the .WD archives for the DOS version of Earth 2140.
They seem to be composed of many different formats, Zlib containing .PCX files and .dat with .pal files (are these pictures with pallette's?) and riff wave formats with strange XingCD movies.
Does any body have any help to create a plugin for this game?
Note!
Total Commander and GAUP can decode some of the .wd files but there are many It does not work with.
Available here...
http://forrox.narod.ru/gaup_en.htm
Anyway let me know if you can help.
Earth series .wd files?
- Mr.Mouse
- Site Admin
- Posts: 4051
- Joined: Wed Jan 15, 2003 6:45 pm
- Location: Dungeons of Doom
- Has thanked: 421 times
- Been thanked: 575 times
- Contact:
Code: Select all
ImpType Standard ;
Get FNum Long 0 ;
SavePos P 0 ;
SavePos C 0 ;
Set J Long 24 ;
Math J *= FNum ;
Math C += J ;
Math C += 4 ;
For T = 1 To FNum ;
GoTo P 0 ;
SavePos FOO 0 ;
Get ROff Long 0 ;
SavePos FSO 0 ;
Get Size Long 0 ;
Get D1 Long 0 ;
Get D2 Long 0 ;
Get D3 Long 0 ;
Get D4 Long 0 ;
SavePos P 0 ;
GoTo C 0 ;
Get FN String 0 ;
SavePos C 0;
Log FN ROff Size FOO FSO ;
Next T ;
Note that there are different formats of WD. Some are not archives! That's why the plugin would not work!
Re: Earth 2140 .WD Format
Mr Mouse,
Many thanks for the script.
I will spend the next few days testing on Earth 2140 .WD files.
I will let you know how I get on.
Spuddy

Many thanks for the script.
I will spend the next few days testing on Earth 2140 .WD files.
I will let you know how I get on.
Spuddy

