Anders Jenbo
Anders Jenbo
alt+f4 or alt+enter and click X
Yes, use any MPQ tool on diablosw.exe and you will be able to extract spawn.mpq. Remember that you have to specify -DSPAWN=ON to CMake when you build DevilutionX for it...
The menu for the shareware version is now fully implemented.
Excellent this would go well with a Debian package 😊
To simplify this the spawn code has now been unified with the main program Meaning you only have to build one exec and future releases will be able to run...
> Do you really mean MPQ tool? I used MPQEditor 4.0, but it shows some incomprehendable stuff:  > > Maybe you meant some PE-EXE extarction tool? Yes i really...
Here is a simple bash script that does the trick: ```bash echo "spawn.mpq" > list.txt wget http://ftp.blizzard.com/pub/demos/diablosw.exe smpq -L list.txt -x diablosw.exe 'spawn.mpq' ``` (expects `smpq` and `wget` to be...
> What I don't understand is how does it differentiate between the other files (like click.wav) that should reside in the same virtual catalog inside the parent MPQ container. The...

@Raphalex46 yes that is excellent, thank you for making a note of this