NikNaks
NikNaks copied to clipboard
A library with various features for Gmod.
Tried calling a function like this: `lua_run print(NikNaks.CurrentMap:IsRenderingSkyboxAtPosition(player.GetAll()[1]:GetPos()))` Received this error: ``` [NikNaks] lua/niknaks/modules/sh_bsp_module.lua:1066: attempt to call method 'Has3DSkyInPVS' (a nil value) 1. IsRenderingSkyboxAtPosition - lua/niknaks/modules/sh_bsp_module.lua:1066 2. unknown - lua_run:1...
https://steamcommunity.com/workshop/filedetails/?id=169600867 https://steamcommunity.com/sharedfiles/filedetails/?id=1722381233 Gmod essentially dies trying to load into this map if this navmesh is enabled, not entirely sure why. Gmod ends up in this loop where it continuously eats...
Feb 2019 * MAX_MAP_ENTITIES - 8192 to 20480 * MAX_MAP_AREAS - 256 to 1024 * MAX_MAP_BRUSHES - 8192 to 16384 * MAX_NODES - 1500 to 4096 * MAX_MAP_BRUSHSIDES - 65536...