1
Released Mods / Re: [COMPILATION] Final Mod Pack (FMP)
« on: August 31, 2016, 09:46:31 am »
Hi Solarius,
Thanks for all your work on this mod.
I've discovered a bug. There is no research item for "STR_OBLITERATOR" leading to a crash when this research is randomly given in response to certain interrogations.
It took me a while to figure it out, but I fixed it by adding the following to the \rulesets\research.rul file:
- name: STR_OBLITERATOR
cost: 0
points: 50
needItem: true
(I just copied the entry for STR_OBLITERATOR_AUTOPSY and changed the name).
Interestingly STR_OBLITERATOR_AUTOPSY and other STR_OBLITERATOR items are the first in the research.rul file; perhaps STR_OBLITERATOR was cut off the front of the file?
Thanks again.
Thanks for all your work on this mod.
I've discovered a bug. There is no research item for "STR_OBLITERATOR" leading to a crash when this research is randomly given in response to certain interrogations.
It took me a while to figure it out, but I fixed it by adding the following to the \rulesets\research.rul file:
- name: STR_OBLITERATOR
cost: 0
points: 50
needItem: true
(I just copied the entry for STR_OBLITERATOR_AUTOPSY and changed the name).
Interestingly STR_OBLITERATOR_AUTOPSY and other STR_OBLITERATOR items are the first in the research.rul file; perhaps STR_OBLITERATOR was cut off the front of the file?
Thanks again.