haekb

Results 24 comments of haekb

Small regression, not sure when it was introduced. Here's hopefully relevant info! [Xbe.txt](https://github.com/Cxbx-Reloaded/game-compatibility/files/3389506/Xbe.txt) [KrnlDebug.zip](https://github.com/Cxbx-Reloaded/game-compatibility/files/3389507/KrnlDebug.zip) ![gauntlet-failed-to-create-vertex-buffer](https://user-images.githubusercontent.com/3683240/61179881-f7ba5b00-a5c0-11e9-91b5-1acdd19610ba.jpg) Also running this on debug mode in VS2017 with remote debugging tool installed generates multiple...

The game now pauses when you look at intelligence items in the game. This was one of the first things I added while working on Modernizer. I'll look into the...

Yea the music code is buggy. I've had to do some fixes for NOLF 2 that I'm still tweaking. (The music code is essentially the same for both games.) So...

Ok the extent of this issue isn't as huge as I thought it was. Small priority.

Interesting. I won't be doing any work in this personally, but they're more than welcome to make a fork of this mod. They'll want to rip out the engine hacks,...

Yea, the OSX ports have debugging symbols (function names, and some variables, no structs though) still in, so I've been poking around in there every now and then to try...

They do indeed work! I believe this actually fixed it https://github.com/haekb/nolf2-modernizer/pull/70/files. The main issue I noticed was bananas had pretty much every effect applied to them at once. But the...

Here's the fix for that Siberia crash (I believe it's most likely the one you're referring too.) https://github.com/haekb/nolf2-modernizer/commit/57f3e6a430b2cfd3ffc919c6c08b6fa18f548a9c And there's also a pretty dedicated lithtech modding community discord I'm in,...

![image](https://user-images.githubusercontent.com/3683240/81141360-3f7beb80-8f21-11ea-9eee-fe5f7477707d.png) I've adjusted the blender plugin to convert models. Here's hero_thief as a multiplayer character. There's some issues with the actual game not liking the model. But interface wise it...

![image](https://user-images.githubusercontent.com/3683240/81142258-fe390b00-8f23-11ea-943d-c6f2f04ba71f.png) Ah, okay. I was just missing weightsets. Fully works. I'm going to look into fixing the converter so I don't have to do any manual work with this. (This...