Starbound
Anter583's Utility Library
11개 중 1~10개 표시 중
< 1  2 >
업데이트: 2024년 2월 12일 오전 2시 14분
작성자: Anter583

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.

업데이트: 2022년 7월 26일 오후 5시 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.

업데이트: 2021년 9월 21일 오전 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.

업데이트: 2020년 12월 25일 오후 2시 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

업데이트: 2020년 10월 19일 오전 12시 03분

v1.2.3:
main:
-new preview image

ASM_Core:
-renamed utility library

업데이트: 2020년 10월 3일 오전 3시 12분

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

업데이트: 2020년 10월 3일 오전 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

업데이트: 2020년 8월 16일 오전 12시 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.

업데이트: 2020년 7월 24일 오전 11시 38분

v1.0.1:
minor additions

업데이트: 2020년 7월 24일 오전 11시 35분