1
The X-Com Files / Re: Bugs, crashes, typos & bad taste
« on: August 01, 2019, 02:56:18 am »
This mod is remarkably stable and polished considering the huge amount of new content.
- Samael of Apocalypse crashes the game when recovered because he has no recovery item. Adding the following to items fixed it.
- In manufacturing, 'Repair Tritanium Rocket Hover Tank' actually repairs normal rocket hover tanks into tritanium rocket hovertanks. There is no way to repair tritanium rocket hovertanks. If the tank gun can accept different types of ammunition then maybe there should only be one rocket tank?
- I also encountered the fake door in the alien embassy. A sectoid spawns inside a tiny room next to the access lift and is trapped there. The fake door is only visible from inside the room so the player is unlikely to find the alien without bughunt mode. It sounds like LuigiWhatif drilled into it via the roof by random chance.
- Samael of Apocalypse crashes the game when recovered because he has no recovery item. Adding the following to items fixed it.
Code: [Select]
- type: STR_SAMAEL_OF_APOCALYPSE
categories: [STR_HUMANS]
size: 0.0
recover: true
liveAlien: true
prisonType: 1
costSell: 30000
listOrder: 153421
- In manufacturing, 'Repair Tritanium Rocket Hover Tank' actually repairs normal rocket hover tanks into tritanium rocket hovertanks. There is no way to repair tritanium rocket hovertanks. If the tank gun can accept different types of ammunition then maybe there should only be one rocket tank?
- I also encountered the fake door in the alien embassy. A sectoid spawns inside a tiny room next to the access lift and is trapped there. The fake door is only visible from inside the room so the player is unlikely to find the alien without bughunt mode. It sounds like LuigiWhatif drilled into it via the roof by random chance.