Starbound

Starbound

M-13's Action Figure Dropchance Tweaks! (Version: A)
目前顯示第 1-10 項,共 12 項
< 1  2 >
更新:2023 年 2 月 3 日 @ 上午 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.

更新:2023 年 1 月 31 日 @ 下午 1:12

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

更新:2023 年 1 月 18 日 @ 上午 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.

更新:2023 年 1 月 18 日 @ 上午 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.

更新:2023 年 1 月 13 日 @ 上午 8:41

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

更新:2023 年 1 月 10 日 @ 上午 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

更新:2023 年 1 月 10 日 @ 上午 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!

更新:2023 年 1 月 9 日 @ 下午 1:48

Version 1.3

Found another bug, squashed it

更新:2023 年 1 月 9 日 @ 下午 1: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.

更新:2023 年 1 月 9 日 @ 下午 1:39

Version 1.2

Found a tiny bug, Squashed it