Incident Question

Started by Arctic Wolf, February 03, 2015, 09:50:25 AM

Previous topic - Next topic

Arctic Wolf

I am working on a new incident so I was wondering.

Is there a way to add a field to the IncidentDef, I tried making a new Def that inherited from IncidentDef and added some fields,
this seemed to work and it loaded just fine but I havent seen my incident even if I upped the chance on it and I also dont see it in the debug menu.

Any ideas?

Rikiki

First, add a copy of an existing incident, modify its label and check you see it in the dev menu.

Second, have you any warning or error message in the console?

To grab your extra fields, you must change the thingClass of your def to your inheriting def.
Have a look at the jaxxa shield, or M&Co. Laser Weapons mods to see how to get back your extra field values.