Oarcinae
502ed16b92
Lots of changes to the color/sound/icons for various messages printed to players.
2024-12-02 12:49:56 -05:00
PennyJim
e18bd34d52
Add Better Chatting compatibility ( #252 )
...
* Add CompatSend
* Replace all other prints with CompatSend
I used the regex `(\w+)\.print\(` and replaced it with `CompatSend($1, `
Was really easy.
2024-11-21 19:43:38 -05:00
Oarcinae
4cd397f815
Add basic support for Vulcanus secondary spawns.
...
Have a workaround for demolishers that tracks them and destroys them if they are too close to the spawn. Can definitely be abused, but good enough for now. Fixed issue with joiners being teleported unexpectedly when rerolling a secondary spawn. Removed some old commented out code in utils. Tweak default danger radius to be smaller based on feedback. Fix fuild resources and sharing entities not moving when scaling spawn size. Added locale for welcome home ground text.
2024-11-19 20:59:25 -05:00
Oarcinae
a4c4a67d32
Renaming startup setting for enabling secondary spawns. Adding some helper commands. Fixing more migration issues.
2024-11-11 12:00:10 -05:00
Oarcinae
30646f63d7
Saving major work implementing and testing secondary spawns on other surfaces. Still semi-experimental.
2024-11-08 23:00:12 -05:00
Oarcinae
3eb2c385c9
Saving my work getting other planet spawns to work. Got distracted by a repeatable desync related to cheat planet command and removing offline players. Needs more testing.
2024-11-07 22:27:12 -05:00
Oarcinae
305786da57
Have the basics of a Fulgora spawn working. Looks like shit, but best I can do for now.
2024-11-06 12:37:48 -05:00
Oarcinae
5bcaa1267a
Dev fix teleport issue 2.1.6 ( #238 )
...
* plexpt localization work
* Fix teleport bug when remote driving.
* Fix some minor localization issues from PR.
* Fix some more incompatibilities due to dependency ordering. Add more surfaces to be blacklisted as well.
* Update changelog.
---------
Co-authored-by: plexpt <plexpt@gmail.com>
2024-11-04 12:23:07 -05:00
Oarcinae
49764f928f
Adding utility function for grabbing cargo pods to the player. Not yet exposed. Fixing #224 (player respawn on other planets crashes game). Adding custom events to help with integration and for handling changing between surfaces.
2024-10-27 18:06:16 -04:00
Oarcinae
3ad5d85c87
Saving work on player list. Mostly working?
2024-10-04 13:27:42 -04:00
Oarcinae
a7c300f991
Cleaning up a lot of small things. Localizations, minor todos, removing extra log messages. Fixed an issue with regrowth refreshing chunks around players. Added FAQ for sharing electricity and items. Getting ready for first mod release.
2024-09-22 22:18:22 -04:00
Oarcinae
ca7cd6ac41
Added custom entities for power sharing and item sharing via cross-surface electric networks and linked-chests respectively. Added settings for adjusting enemy evo level.
2024-09-20 21:39:01 -04:00
Oarcinae
a661483e85
New enemy scaling using multiple enemy forces capped at different evo levels.
2024-09-17 14:19:41 -04:00
Oarcinae
dc27eab5e7
Refined new spawn search logic. (Using random vector search.)
2024-09-15 13:50:07 -04:00
Oarcinae
fd2d4052ff
More gui work done. Cleaned up primary spawn options. Several things still missing proper gui styles.
2024-09-05 13:18:47 -04:00