Starbound
M-13's Action Figure Dropchance Tweaks! (Version: A)
Mostrando 1-10 de 12 aportaciones
< 1  2 >
Actualización: 3 FEB 2023 a las 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.

Actualización: 31 ENE 2023 a las 13:12

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

Actualización: 18 ENE 2023 a las 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.

Actualización: 18 ENE 2023 a las 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.

Actualización: 13 ENE 2023 a las 8:41

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

Actualización: 10 ENE 2023 a las 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

Actualización: 10 ENE 2023 a las 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!

Actualización: 9 ENE 2023 a las 13:48

Version 1.3

Found another bug, squashed it

Actualización: 9 ENE 2023 a las 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.

Actualización: 9 ENE 2023 a las 13:39

Version 1.2

Found a tiny bug, Squashed it