-
Posts
70 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by 林鳳珠
-
Is he able to achieve it?
-
Can someone help me make a solar panel control plugin? Requirements are as follows: After the solar panel receives sunlight, it can stay at full power. It can be locked so that it remains fully powered even without sunlight. It should be possible to configure the maximum full power value. Payment is available. Plugin found, thank you everyone.
-
- 30 comments
-
- 30 comments
-
-
Could you please add both reward systems? Economics ServerRewards
-
- 2 comments
-
- 12 comments
-
Specific functions in the Basements plugin that cause lag There are several particularly risky parts in your code: SpawnBasement Calls Spawn1x1BasementCell() → spawns the foundation + walls + ceiling + door. After spawning, it also calls SpawnLadderHatchPair(), which then spawns the upper and lower hatches, triggers SFX, and synchronizes over the network. If multiple foundations are spawned within the same tick, it will cause server latency. SpawnMissingExteriorWalls() Scans exterior walls for every block in the entire basement and automatically fills in any missing walls. Each time it uses Physics.SphereCastAll + Vis.Entities for checks, which is extremely CPU-intensive. GetFoundationsForBasement() + GetProjectedBasementElevation() Every build scans the foundation group to determine elevation and flatness. When your base has a “huge rectangular foundation” like in the screenshot, this logic performs hundreds of physics collision checks.
-
- 161 comments
-
- #arena
- #tournament
- (and 10 more)
-
-
There’s nothing wrong in the console, and the situation remains the same even after I restarted the server.
-
