Norbyte

Results 59 comments of Norbyte
trafficstars

Hi, This should be fixed in v1.18.6: https://github.com/Norbyte/lslib/releases/tag/v1.18.6

A lot of data is now encoded into a large binary blob found in Globals.lsx called `NewAge`, which contains a lot of entity-related data (position, health, spells, stats, etc.). Sadly...

Hi, LSLib v1.19 requires .NET 8, make sure you have that installed: https://dotnet.microsoft.com/en-us/download

> > Hi, > > LSLib v1.19 requires .NET 8, make sure you have that installed: https://dotnet.microsoft.com/en-us/download > > Is there any way to include this in the deployment process...

Hi, If update fails, the latest downloaded extender version willl load. Check the bottom right corner of the menu; if the extender version is displayed, then it is loaded, despite...

Hi, Do you mean `DWrite.dll`? That's quite strange if it indeed works this way, since the original DLL is literally named `DWrite.dll` (with uppercase D and W) in the System32...

Ah right, DXGI is indeed lowercase in sys32 too, so that could be it. I'll fix it in the next patch release.

Hi, I'd recommend verifying file integrity on Steam, there should be no such issue. I've tried and asked multiple people, Textures.pak should extract fine.

Hi, The GR2 format is proprietary and as far as I'm aware there is no public documentation for it anywhere. The way the format works is that most of the...

Hi, DamageFromBase is a % value that scales the MinDamage and MaxDamage fields. So 55 means that the damage range of the weapon is 0.55\*MinDamage .. 0.55\*MaxDamage.