Saulius Krasuckas

Results 310 comments of Saulius Krasuckas

(Big thanks to this project) It would be interesting to compare this to the benchmarks on old `alphavm-free` and the new `EmuVM` + `vtAlpha` emulators. I would also like an...

On **Ubuntu 20.04** (64-bit) it's not happening either: ![image](https://user-images.githubusercontent.com/7887758/201161876-dc8aabcd-3977-443d-acda-69e3ce746467.png) I run **ctop** version `0.7.7`.

@mmatuska commented [on May 1, 2021](#issuecomment-830622068): > Switching to e.g. Alpine Linux might be the solution here. Brilliant idea. Enabling ZFS support seems to be simply by running `apk add...

By writing `int godmode = TRUE;` do you mean it is present as a var somewhere in the binary and not as an inline const a-la `#define godmode 1` ?

@AJenbo wrote: > Yes, use any MPQ tool on diablosw.exe and you will be able to extract spawn.mpq. Do you really mean MPQ tool? I used MPQEditor 4.0, but it...

Now I found a script that uses `7z` to extract the thing: https://github.com/pkegg/PortMaster-Build/blob/0fa59eacadd997ffb4e097540bc756d454a785cb/ports/devilution/package#L29 But it still not so obvious on the first sight: ``` $ 7z l diablosw.exe 7-Zip [64]...

Thanks for the tool. I postpone building it (under MSYS2) for the future. Now I see, it will be easier for me to just install the original game. Now: >...

Yes, the list file helped. But why does it need the name, why the file cannot be extracted anonymously? Then these two statements contradicts IMO. If the .exe has the...

This reminded me about Wine bugreport [#2082](https://bugs.winehq.org/show_bug.cgi?id=2082). I registered it 14y ago, and it still stays hard to fix. Main reason, I would summarize, is that Diablo is doing blitting...

Whee! Do you plan to release the work it in separate repo?