Translations:Update History/477/en
来自Trials in Tainted Space Bilingual Wiki
更多操作
- Decorations are working again! You can decorate four different locations on the ship: the ramp, the bed, the navigation console, and the security console (crew access). Decorations can only hang in one locale at a time. I’m going to continue poking at this system and try to improve the UI for selecting a decoration for a space because right now, there’s nothing to handle having more than 14 available decorations – not a pain point yet but definitely will be. Changes I’m making might wipe out your inventory of unlocked decorations, but if I do that, I’ll be sure to add code for a cheat to unlock them all.
- Under the hood, a new item type was added: “Decorations”. The relevant items were updated to use it.
- Mimbranes had duplicate code/functions in two different files. I went through to clean up duplicates and move any functions that might need to happen off of Mhen'ga into a file that is available no matter your present locale, which should prevent issues. However all the touching and moving might have broken some things. Keep an eye out, mim-brains.
- Apparently New Texas slipped out the door in a previous patch. Please be aware that New Texas is highly experimental and crashy.
- Re-arming yourself when leaving New Texas should work better.
- Fixed a panty masturbation bug.
- Applied some formatting fixes to the codebase as a whole that should nip a bunch of potential crashes in the bud before they can bloom.
- Fixed a bug with Virection.
- Fixed Shekka’s greeting screen showing “<
br>Shekka” as a title. - Ramis’s duplicate file has been removed. I swear I did this once already…
- T1-K4 got her code cleaned up a bit.
- The New Texan gym got two small fixes.
- Some new utility functions for pregnancies were added to the creature data object.
- Group combat UIs should no longer clip off the bottom of status icons.