You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found, that a lot of performance is being eaten up, just by rendering the interior model, especially on open maps, where most of the map is an open space.
I propose an ability for mappers, to add a file in /garrysmod/data/tardis/positions/[map_name]/position.txt
that will contain coordinates for the tardis interior. This will allow mappers to create blank rooms
[4096 * 4096 * 4096 hammer units (should be enough for most interiors) ], where the interior's model can be spawned by the addon, improving overall optimization.
The text was updated successfully, but these errors were encountered:
I found, that a lot of performance is being eaten up, just by rendering the interior model, especially on open maps, where most of the map is an open space.
I propose an ability for mappers, to add a file in /garrysmod/data/tardis/positions/[map_name]/position.txt
that will contain coordinates for the tardis interior. This will allow mappers to create blank rooms
[4096 * 4096 * 4096 hammer units (should be enough for most interiors) ], where the interior's model can be spawned by the addon, improving overall optimization.
The text was updated successfully, but these errors were encountered: