Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xenophonic

Pages: [1]
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.

Pages: [1]