打开/关闭菜单
4741
2301
13
7.5万
Trials in Tainted Space Bilingual Wiki
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Translations:Update History/474/en

来自Trials in Tainted Space Bilingual Wiki
  • [Update 10:08 PM] Gedan fixed an issue with Captain Khorgan that was preventing characters from saving after defeating her in certain scenarios.
  • [Update 10:08 PM] Penny’s recruitment quest should work now. I had to re-add missing busts for the red zil and venus ziltraps. I also had to fix about a dozen different crashes. I haven’t tested her on-ship content yet, so if she crashes… it’s on you.
  • [Update 9:20 PM] New Game should no longer crash. Sorry about that. A comprehensive fix for movement formatting replaced something in the creation routine that went undetected, since us devs are all using saves to test at this point.
  • Gedan fixed a bug that caused the game to crash on iOS. The UI is hardly happy about it, but it shouldn’t explode when you try to open it any more. I would personally hold off on trying to play on iOS for now. -Fen
  • We made some under the hood changes to how images are set up in the code to be more readable and play nicer with git. This should make it easier to add and adjust more images & busts in the future (and fix bugs with any that need fixing!)
    • [Fix Deployed] Known Bug: It appears the image updates broke some things. We’re looking into it.
  • The decorations system was updated with a proper UI for selecting your decoration in a room. I had to change how we were storing unlocked decorations in the code to do this, which has the unfortunate side-effect of losing all your currently unlocked decorations. Not to worry: I’ve taken steps so that when we have the cheat menu setup, you will be able to use it to unlock all the decorations in the game.
    • Psssst. If you really, really want to get back those missing items, you can always pop open your browser’s console and slap some of these in there to jam things into your inventory:
      • pc.inventory.insertItem(new (Serialization.getClassByName(“SteeleTechPoster”))());
      • pc.inventory.insertItem(new (Serialization.getClassByName(“SquirrelGirlPoster”))());
  • An absolute FUCKLOAD of bugs got fixed, both for currently available content and content that has yet to be released. I’m not even going to try to list them individually.
  • [Backers] You can fly to Tarkus now. Try not to junk up the place!