Norbyte

Results 59 comments of Norbyte
trafficstars

LSFv7 support and fix for LSJ serialization was added in v1.18.7: https://github.com/Norbyte/lslib/releases

Hi, The link you sent seems to be restricted (can't open it as I don't have access).

I added support for the D2 vertex formats in feb8350d2ef952c5ee6024090821d270de45c661; i.e. converting from GR2 to DAE should work now. Converting back to GR2 is trickier, as the game packs a...

To be more specific: GR2 has a fixed format, however for each object it supports "ExtendedData" nodes where the game can stuff whatever customizations it wants. In the case of...

> Would it help if we gave more examples of models? A skinned model (i.e. character) and animation .gr2 files would be helpful. Also I'd probably need the game .exe...

Hi, I plan to look at D2R models, but I'm unfortunately quite busy so I'm not sure when I will get around to it.

The DLL looks for the main exe using `GetModuleHandleW(L"EoCApp.exe")` and `GetModuleHandleW(L"DivinityEngine2.exe")`, to ensure that it doesn't get loaded for other apps that run from the bin directory (like ReCon, SFG...

[DXGI-Spec.zip](https://github.com/Norbyte/ositools/files/4389031/DXGI-Spec.zip) I've built a launcher version that always loads independently of filename (see above).

[DXGI-Spec2.zip](https://github.com/Norbyte/ositools/files/4389459/DXGI-Spec2.zip) This one has a debug console, can you check its output?

Interesting ... looks like shell32 in Proton doesn't support reading Zip files as COM Folders, so it is unable to extract the zip. You can bypass the update step by...