Luis Michaelis

Results 106 comments of Luis Michaelis

Thanks, that helps out a lot! I managed to find out, that it's a single entry in the VDF which is causing the problem: `SYSTEM/ZBINKFIXOLD.DLL`. The entire archive looks like...

Yeah that looks like a custom implementation of `Vdfs32g.dll`. Just skimming I can already tell trouble ahead: ![image](https://user-images.githubusercontent.com/20187490/218802633-070a4127-75a0-4972-a01c-193116771c37.png) There might be mods using these features too since the custom VDF...

Hey @Try, can you confirm this is done?

Right, that fails because the VDF is compressed and I don't handle that. Just loading and accessing the files is fine but trying to actually parse data from them (animations...

Maybe it would be possible but it would be unreliable. Afaik there is no way of telling if a file is stored as compressed or not so I would have...

If you need to figure out if the VDF is made for/with Union, you can try checking the version stored in the header (`vdf.header.version`). For original Gothic 1 & 2...

I was thinking about that initially, but I noticed none of the files had an obvious header. I did some more investigating and I did find something the could be...

Thanks, I'll look into it. Just real quick: > Minor issue with de-compiled sources: ~~I do have an updated version of the decompiler up on lmichaelis/phoenix-studio. I'll redo the decompilation...

Yes they are now scattered throughout `Source/` I have to classify them again. They should be easy to pull out though since the filenames are now actually helpful.

> Crash in `symbol::set_int` This should be fixed now. Because the script will assign function parameters to local variables, this caused issues with higher-order functions since no memory was actually...