Noah Pilarski

Results 8 comments of Noah Pilarski

@mafaca has been offline for a little over a year now. You shouldn't expect too much.

try running the mod manager as administrator. this is a common gamepass fix.

Is OWML.Common.dll missing from that folder?

> why isnt this merged? A good question, but still no answer,

https://github.com/ow-mods/owml/issues/521#issuecomment-1616762398

Lie to them! That was added so that when people are editing their config, and add that property, their IDE doesn't go `"semiMajorAxis": 0` and instead goes `"semiMajorAxis": 5000`.

Lua 5.3+ uses bitwise operators instead of bit32. Here is an edited version of the string_decode file. ```lua -- -- String decoder functions -- local stringdecode = {} -- From...