Page 1 of 1

grouping multiple species?

Posted: Mon Jan 11, 2021 11:28 pm
by Dan_The_Noob
Is it possible to group multiple species?
I had to add species to creatures in my mod to allow Corruption Cards to work with it properly, but it introduces infighting among creatures i don't want infighting (but also do not want to gain the same card effects)

Re: grouping multiple species?

Posted: Mon Jan 11, 2021 11:55 pm
by Misery
You can change species within the monster's species property, or you can also change it in ACS with APROP_Species usin' a custom string. Change the species of the monsters you want to group together with a custom species. Oh, and you can also customize damage type to exclude specific species of monsters. There's a post that describes that particular method in more detail viewtopic.php?f=122&t=66538.

Re: grouping multiple species?

Posted: Tue Jan 12, 2021 1:15 am
by Dan_The_Noob
i have the species all set up but I need a way to make Species A not fight with Species B or C

Re: grouping multiple species?

Posted: Tue Jan 12, 2021 1:57 am
by Misery
Well, in that case, that is why I posted the link to the topic about damage type (see above post). You can customize an actor's damage type to correspond to another actor's damage immunity. In other words, one species group has Alpha damage type, and another species group has immunity against Alpha damage type.

https://zdoom.org/wiki/Custom_damage_types
https://zdoom.org/wiki/MAPINFO/Damage_type_definition