Starbound
Recipe Browser
11개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 2월 11일 @ 오전 8시 24분

-(more OpenStarbound integration fixes) many cases that led to an error in the last version should now be handled correctly

업데이트: 2025년 1월 28일 @ 오후 12시 51분

-fixed some edge-cases (modded .recipe assets with unusual format) crashing the OpenStarbound postload patcher

(now they get skipped over instead, with a logged warning detailing which asset couldn't be parsed)

업데이트: 2025년 1월 21일 @ 오전 9시 48분

-OpenStarbound integration !! (basically, i translated my auto-patcher to lua and run it as a post-load script)
-this means that (finally) you won't need manual patches anymore (as long as you're using OpenStarbound, at least)

-a few changes in the code that hopefully noone notices while playing

업데이트: 2023년 8월 6일 @ 오전 11시 45분

-small bugfixes
-fixed potential persistent crash during search when encountering an invalid item

업데이트: 2022년 8월 26일 @ 오전 10시 40분

This is a relatively huge update actually and it would never have happened if wyongcan didn't reach out to me, Thank you :).

Changes:
-massively enhanced search function by integrating wyongcans Code:
-added ability to search outputs of recipes in addition to materials
-Search is faster and more reliable in general

-search now also runs in parallel to other functions of the interface, allowing full use during search (even though it may be laggy)

-improved ui, search function is now available from the results screen

-expanded database to include a list of all craftable items as well as support for a lot of Frackin' Universes new forms of station (like the extractor and centrifuge) -this was also wyongcans work

-as a consequence of this, old custom patches become mildly outdated: they will still work as before, but don't support all the new features.

-the script for creating patches has been updated and a new, all in one version for easily making a patch for all installed mods has been added

-fixed a few longstanding bugs, probably most importantly the fact that after setting filters and exiting the interface, those filters would remain active without visual feedback, resulting in items not showing up when they should. Apologies for only catching that one this late.

업데이트: 2020년 3월 17일 @ 오전 11시 38분

-items in Interface now persist when window is closed
-improved interaction with custom patches

업데이트: 2020년 3월 16일 @ 오후 6시 45분

-Added search function
-Added ability to set input via itemID

업데이트: 2020년 3월 12일 @ 오전 9시 15분

-Added input history (last 5 items) and Reset-Button

-removed some leftover writes to the starbound-log

업데이트: 2020년 3월 11일 @ 오전 11시 58분

Made the filter a lot better at identifying categories of items
less false negatives at the cost of some false positives with mods

업데이트: 2020년 3월 11일 @ 오전 10시 05분

Added the refinery to the displayed craftingstations
also accidentally deleted the description and had to redo it [not a feature]