Results 1104 comments of Anders Jenbo

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: ![image](https://user-images.githubusercontent.com/7887758/167305597-2b6dbe7e-6a2d-42ba-9521-f2963023fdea.png) > > 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...

![image](https://user-images.githubusercontent.com/204594/183955035-da2bad46-79b4-4d68-bf65-17aac85788e9.png)

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