Starbound

Starbound

M-13's Action Figure Dropchance Tweaks! (Version: A)
1-10 van 12 items weergegeven
< 1  2 >
Update: 3 feb 2023 om 8:29

- Version 2.0 (Hopefully FINAL version)

First thing you all might notice is that i renamed the C Version of my mods from C(heaty) to C(elestial), this was due to feedback from glider521al, who thought the name might scare users into not using the mod.

Besides that the mod's code has been completely reworked and improved.

The bottom line is that it should be a LOT more compatible with other mods.

The details: (for those wishing to read them)

- The Mod's code has been segmented into smaller pieces and Test operations have been added to the code.
- Replace operations have been swapped out for Add operations
What this means:
1. Cutting the code into smaller segments does nothing on it's own, but together with Test operations each tiny piece is run seperately.
This means that if my mod encounters an error on a specific monster (because of changes made by another mod) it will skip that monster and continue running (instead of your game crashing)
2. Using Add operations instead of Replace operations ensures that other mods do not overwrite/replace changes made by my mod.

the ONLY exception is the Ixoling, this due to the way the Ixoling is coded, so that part of the mod still uses Replace operations

Thanks again to glider521al for the suggestions.

Update: 31 jan 2023 om 13:12

Version 1.7
- Overhauled the enitre mod since i kept finding incorrect values.

Update: 18 jan 2023 om 1:42

Again no changes to the mod, just a description update.

The description for the mod inside the game should be easier to read now

This will (hopefully) be the last time i update the mod, unless i find another bug in the code.

Update: 18 jan 2023 om 1:11

No changes to the mod, just a Thumbnail and description update.
Decided to get less lazy and replace my largely stolen thumbnail with my own creation.

Update: 13 jan 2023 om 8:41

Version 1.6
- Fixed an issue where the Lilodon and Iguarmor were dropping the wrong items.

Update: 10 jan 2023 om 4:23

Version 1.5

Found 2 incorrect values, 1 for the Peblit, 1 for the Capricoat.
Let's just say 1 extra 0 in the value resulted in really crappy droprates :P

Update: 10 jan 2023 om 4:00

Version 1.4

- Fixed a HUGE bug, more or less found a bug that invalidated the entire "Hunting Weapon" list, is hopefully fixed now!

Update: 9 jan 2023 om 13:48

Version 1.3

Found another bug, squashed it

Update: 9 jan 2023 om 13:39

Version 1.2 (again)

Tweaked the mod's description.
This is so i don't have to chance the Workshop page text everytime i update the mod

No changes/fixes to the actual mod this time.

Update: 9 jan 2023 om 13:39

Version 1.2

Found a tiny bug, Squashed it