Two Parasite tails?

Ormael

Well-Known Member
Aug 27, 2015
6,623
1,786
But this could be still doable...or make tail similar to nyrea cocks that well can act as cock or vag.
 

Etis

Well-Known Member
Creator
Aug 26, 2015
2,497
258
But this could be still doable...or make tail similar to nyrea cocks that well can act as cock or vag.

Well, Foxfire includes overhaul of tailcunts to be flag-based, so, should it be implemented, you;ll be able to literally save edit it to nyrea cock :)
 

Karretch

Well-Known Member
Aug 26, 2015
2,063
301
Well, Foxfire includes overhaul of tailcunts to be flag-based, so, should it be implemented, you;ll be able to literally save edit it to nyrea cock :)

Cunt genitail already is a flag/type or whatever, cuntsnake is a specific "racial" tail. However, nyrea ovipositors are covered as actual cocks so how would that work?
 

Etis

Well-Known Member
Creator
Aug 26, 2015
2,497
258
Cunt genitail already is a flag/type or whatever

Nope. Cock is, but tailcunt is working using direct check if tail is cuntanske.


Nyrea cock can be not ovipositor, ovipositor is just a falg. Though nothing is preventing you from adding that flag to tail.
 
Last edited by a moderator:

Karretch

Well-Known Member
Aug 26, 2015
2,063
301
Nope. Cock is, but tailcunt is working using direct check if tail is cuntanske.

The save editor someone made would argue otherwise, but I will concede that there are no scenes calling for a tailgina, only cuntsnake.
 
Last edited by a moderator:

Etis

Well-Known Member
Creator
Aug 26, 2015
2,497
258
The save editor someone made would argue otherwise, but I will concede that there are no scenes calling for a tailgina, only cuntsnake.

Have no idea what said save editor can say, but that's detection code from source:

Code:
		public function hasTailCunt(): Boolean {
			if (tailType == GLOBAL.TYPE_CUNTSNAKE && tailCount > 0) return true;
			return false;
		}
 
Last edited by a moderator:

Karretch

Well-Known Member
Aug 26, 2015
2,063
301
Have no idea what said save editor can say, but that's detection code from source:

Code:
		public function hasTailCunt(): Boolean {
			if (tailType == GLOBAL.TYPE_CUNTSNAKE && tailCount > 0) return true;
			return false;
		}

Probably because there isn't yet any tailcunts that aren't cuntsnake? It doesn't explicitly say you can't have one, just that if it's not cuntsnake game doesn't call it a tailcunt. Question is why, though?
 

Etis

Well-Known Member
Creator
Aug 26, 2015
2,497
258
Probably because there isn't yet any tailcunts that aren't cuntsnake? It doesn't explicitly say you can't have one, just that if it's not cuntsnake game doesn't call it a tailcunt. Question is why, though?

Nope. There are no flag for it, this is the only function which is used to detect female genitaila on tail.
 

Karretch

Well-Known Member
Aug 26, 2015
2,063
301
Time to experiment, then!


Well, nothing broke, but obviously I see no indication that the game has noticed it.
 
Last edited by a moderator:

Ormael

Well-Known Member
Aug 27, 2015
6,623
1,786
Well, Foxfire includes overhaul of tailcunts to be flag-based, so, should it be implemented, you;ll be able to literally save edit it to nyrea cock :)

Yeah just this one cock isn't cock even if we would look lorewise. I wonder how would fen react to Foxfire been submitted for him to look over ^^


Heh another editing thread it becoming now of it. But that cool to see how people extend game horizons with a lil editor help ;)