Starbound
Anter583's Utility Library
Se afișează 1-10 din 11 intrări
< 1  2 >
Actualizare: 12 febr. 2024 @ 2:14

Version 1.4.1

  • Added a basic queue table
  • Disabled multiscript's debug logs
  • Disabled antrItem.getConfig's debug logs
  • Improved & cleaned up antrItem.getConfig(), the cleanup queue is still not fixed, though.
  • Removed a bunch of template images that were collectively doubling the library's size

And probably a fiew more misc changes, naturally I forgot to log them so I have no clue what else changed.

Pro tip, keep a text file on hand where you can write down anything you change immediately after doing so instead of hoping that you still remember half a year later when you finally remember to publish the change.

Actualizare: 26 iul. 2022 @ 17:07

V1.4.0
Just like last time, It's been months since I've made additions to this thing and I forgot the details again.

Major changes are:

  • Added a half-finished item data manipulation system, it makes it possible for multiple mods/scripts to make temporary (reversible/changeable) changes to the same variables without conflicting, currently only supports strings & clothing directives (auto finds & adds colour index directives), does not yet support table paths.
  • Added an itemConfig fetching script that functions similarly to root.itemConfig(), but without as much lag, this is achieved by storing any item that's fetched and returning that over calling root.itemConfig() again, has a poorly written anti-leak protection to stop the game breaking from the script storing too many itemConfigs
  • Added multiScript, a small script that can be used to alter script sources that normally only load a single script file to be able to load a list of script files, like most other script sources.

Actualizare: 21 sept. 2021 @ 10:07

V1.3.0
Many additions were made, not sure what they are since it's been half a year since I made them.
Hopefully i didn't break any of my other mods.

I think most of them were related to colour palette conversion and tracking player/npc animations, sprites & colour palettes.

Actualizare: 25 dec. 2020 @ 14:23

v1.2.4:
main:
-added conversion functions for distance
-added conversion function for translating integers to HEX
-added conversion functions for translating RGB/RGBA to HEX
-added conversion functions for translating RGB to HSV and back
-renamed some library files

ASM_Core:
-moved utility library to the mod itself

Actualizare: 19 oct. 2020 @ 0:03

v1.2.3:
main:
-new preview image

ASM_Core:
-renamed utility library

Actualizare: 3 oct. 2020 @ 3:12

v1.2.2
A-H:
-disabled compatibility code for an outdated/janky ASM module.

Actualizare: 3 oct. 2020 @ 2:38

v1.2.1:
main:
-added some portrait directive, animation frame & colour palette fetching scripts

A-H:
-fixed error reporter to output arrays in a computer readable format
-fixed unhide circle test returning a false negative in some specific cases

Actualizare: 16 aug. 2020 @ 0:12

v1.2.0:

main:
-Intergrated armour-hider's library
-added a system that lets my other mods state if there installed & their version
-added some utility code relating to a highly experimental mod that I'm working on

armour hider:
-added pre-built functions for hiding/unhiding items the player is holding with their mouse (swap slot)


pretty sure there were more changes.

Actualizare: 24 iul. 2020 @ 11:38

v1.0.1:
minor additions

Actualizare: 24 iul. 2020 @ 11:35