Oarcinae
f9c50f4749
Fix fulgoran lightning attrators on enemy force. Fix liquid tile strip placement not respecting size modifier. Tweak default Fulgoran spawn area.
2024-11-06 12:38:01 -05:00
Oarcinae
bafd95df2f
Ignore lua warning for custom event type.
2024-11-06 12:38:01 -05:00
Oarcinae
19b0321e50
Fix log spam now that I know the reason for it. Chunk iterator provides chunks in all stages of generation.
2024-11-06 12:38:01 -05:00
Oarcinae
c5ba8c5b76
Return example map gen settings to default.
2024-11-06 12:38:01 -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
0747e722dd
Merge pull request #249 from Oarcinae/dev_2.1.9
...
Dev 2.1.9
2024-11-06 11:14:19 -05:00
Oarcinae
bcb4aa86ae
Note localizations in changelog.
2024-11-06 11:11:45 -05:00
Oarcinae
b7262591cf
Removing trailing spaces from locale, and add them in string concat where needed.
2024-11-06 10:58:35 -05:00
plex
9583ede059
add more locale gui ( #245 )
...
* add mod setting string locale
* add more locale gui
* add more locale
2024-11-06 10:53:52 -05:00
Oarcinae
0ff6c324a2
Merge pull request #247 from Oarcinae/246-crash-when-clicking-player-self-reset-button-gui
...
Fix #246 gui crash on player self reset button click
2024-11-06 10:53:06 -05:00
Oarcinae
cbb93db37a
Fix #246 gui crash on player self reset button click
2024-11-06 10:45:58 -05:00
Oarcinae
432db3bed0
Merge pull request #244 from Oarcinae/233-spawner-health-at-high-evo-is-a-problem-for-new-players-joining-a-late-game
...
233 spawner health at high evo is a problem for new players joining a late game
2024-11-05 11:30:43 -05:00
Oarcinae
ab4f50f0e8
Fix changelog wording.
2024-11-05 11:29:05 -05:00
Oarcinae
b10b507eb8
Remove unnecessary use of pairs in GetClosestUniqueSpawn. Remove old reference to "enemy-easy" in ShareChatBetweenForces.
2024-11-05 11:10:56 -05:00
Oarcinae
7dba51d535
Adding a hacky way to scale damage to spawners near spawns. Defaults to off because it is somewhat experimental.
2024-11-05 11:09:01 -05:00
Oarcinae
cd300b0dcf
Merge pull request #241 from Oarcinae/240-crash-on-gui-selection-when-disabling-main-team-radio
...
Fix #240 crash on gui radio select when main team is disabled.
2024-11-05 09:11:45 -05:00
Oarcinae
129a05510d
Fix #240 crash on gui radio select when main team is disabled.
2024-11-05 09:08:28 -05:00
Oarcinae
c38293448b
Update README.md
2024-11-04 12:31:34 -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
1172074ddb
Merge pull request #236 from Oarcinae/dev_quick_patch_2.1.5
...
Dev quick patch 2.1.5
2024-11-01 13:30:38 -04:00
Oarcinae
f2f306f4d4
Update changelog regarding zh-CN translations.
2024-11-01 13:28:38 -04:00
Oarcinae
362706116a
Merge pull request #230 from PlexPt/master
...
add Chinese locale
2024-11-01 13:28:58 -04:00
Oarcinae
78c362ed94
Merge pull request #235 from Oarcinae/234-re-adding-mod-to-a-save-where-mod-previously-was-enabled-causes-a-crash
...
Add clear error message for someone trying to re-init the mod on a save.
2024-11-01 13:27:51 -04:00
Oarcinae
f9ae63f229
Add clear error message for someone trying to re-init the mod on a save.
2024-11-01 13:24:32 -04:00
plexpt
25dee61043
update locale
2024-11-01 20:46:11 +08:00
Oarcinae
d1ca209d86
Merge pull request #232 from Oarcinae/231-crash-on-player-left-game-when-loading-game
...
Fix critical crash in player left event when removing items.
2024-10-29 19:50:36 -04:00
Oarcinae
12aed6c677
Fix critical crash in player left event when removing items.
2024-10-29 19:48:38 -04:00
plexpt
4fe126bcbf
add Chinese locale
2024-10-29 15:32:02 +08:00
Oarcinae
191cd1faea
Merge pull request #225 from Oarcinae/dev_sa_misc_next
...
2.1.3 Bug Fixes and SA Preparation
2024-10-27 20:30:40 -04:00
Oarcinae
bb0c1c6486
Note DE translation partial update in changelog.
2024-10-27 20:28:51 -04:00
Oarcinae
2437b8a0f4
Fix incorrect param order ConfigurePlayerForceRelationships
2024-10-27 20:11:59 -04:00
Oarcinae
f90c30be1f
Merge pull request #228 from Oarcinae/224-teleport-home-button-enabled-when-remote-view-is-on-nauvis
...
Should fix a LOT of cases where player was used instead of player.cha…
2024-10-27 20:02:28 -04:00
Oarcinae
7ddc0c2135
Should fix a LOT of cases where player was used instead of player.character. Add broadcast for when player changes surfaces and platforms.
2024-10-27 19:50:52 -04:00
Oarcinae
388ada2b4f
Merge pull request #227 from Oarcinae/170-add-custom-events-for-new-spawn-created-to-allow-other-modsscenarios-to-hook-into
...
170 add custom events for new spawn created to allow other modsscenarios to hook into
2024-10-27 18:13:39 -04: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
d4b26d93ac
Saving work on custom events.
2024-10-27 18:06:16 -04:00
Oarcinae
ec109a2c3b
Merge pull request #223 from Oarcinae/213-able-to-edit-other-forces-bases
...
Exposing friendly and cease fire in mod settings.
2024-10-25 19:58:53 -04:00
Oarcinae
834cac3702
Exposing friendly and cease fire in mod settings. I guess PvP is now technically supported?
2024-10-25 19:56:04 -04:00
Oarcinae
398615074a
Re-arrange and rename some of the settings tabs and headers for clarity.
2024-10-24 10:11:01 -04:00
Oarcinae
fae51e1ad3
Merge pull request #215 from Oarcinae/148-feature-request-let-players-re-roll-their-spawn-area-unlimited
...
Player can now self reset (enabled by default).
2024-10-24 09:56:07 -04:00
Oarcinae
a2cb2ed728
Player can now self reset (enabled by default).
2024-10-24 09:54:05 -04:00
Oarcinae
6b73055117
Merge pull request #214 from Oarcinae/203-make-starting-and-respawn-items-consistent-with-vanilla-gameplay
...
Set default items to be same as vanilla freeplay.
2024-10-24 08:49:39 -04:00
Oarcinae
fbd4b2c992
Set default items to be same as vanilla freeplay.
2024-10-24 08:44:29 -04:00
Oarcinae
1df295f63f
Fix updated item name in shop for logistics storage chest.
2024-10-23 21:24:27 -04:00
Oarcinae
15537d321a
Merge pull request #212 from Oarcinae/209-change-default-fluid-resource-spacing-from-4-to-6
...
Added a new spacing config for fluid resources and changed default to 6 from 4.
2024-10-23 21:22:24 -04:00
Oarcinae
482f27aad8
And update changelog for fluid spacing change.
2024-10-23 21:20:30 -04:00
Oarcinae
8c82c83736
Added a new spacing config for fluid resources and changed default to 6 from 4.
2024-10-23 21:18:07 -04:00
Oarcinae
9dcb52d6ac
Merge pull request #202 from Ice-Cue/patch-3
...
Add de locale.cfg
2024-10-23 19:32:50 -04:00
Oarcinae
0c742cc4f4
Merge pull request #211 from Oarcinae/208-add-gps-ping-for-player-list-when-clicking-on-map-icon
...
208 add gps ping for player list when clicking on map icon
2024-10-23 19:28:17 -04:00
Oarcinae
b4ba31512e
Minor text change.
2024-10-23 19:25:13 -04:00