8000 Research table modding compatibility by ubertpendragon · Pull Request #15841 · FakeFishGames/Barotrauma · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@ubertpendragon
Copy link
@ubertpendragon ubertpendragon commented Apr 9, 2025

Currently the research table only accepts a handful of limited item tags
Modders who want to make use of the research table by including vanilla items will have to override them and/or the station, which will inevitably cause modding incompatibilities

And
There is only 1 output slot so you can't research items with multiple products without them falling on the floor. This also happens in vanilla with invalid recipes as if you put 2 items and it fails, one of them drops out

This PR simply does 3 things:

  • Adds smallitem and mediumitem to the list of tags. This should cover most items that are able to go inside things
  • Sets output slots to 3 so it leaves room for invalid recipes and products
  • Rescaled UI to fit the new slots

This should allow modders to use the vanilla station across all mods without causing conflicts

368930382-f68d144c-bb1f-4713-a0d7-f75290e6da95

-Accepts smallitem and mediumitem tags
-3 output slots
-Rescaled UI to fit
@Jasontti Jasontti added Feature request Request a new feature to be added Balance labels Sep 11, 2025
@Regalis11
Copy link
Collaborator

Thank you for the contribution, and sorry for taking so long to take a proper look at this! I don't see any issues with the change 9915 s, moved this to a PR in our private repo so our QA team can give it a quick test before we merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Balance Feature request Request a new feature to be added

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

0