Versions of regal mane beyond fur & feather. And the values to get them in TiTsed.

Shiranui

Well-Known Member
Apr 6, 2017
287
72
OK after a few hours of trying values in TiTsed I found all 8 while only 2 are in the game the values you need to put in are.
18=Plant Mane
19=Slime Mane
20=Fur Mane
21=Scales Mane
34=Chitin Mane
35=Feathered Mane
37=Goo Mane
38=Spiked Mane
if(target.hasPerk("Regal Mane"))
{
output2(" Above your shoulders and around your neck grows a");
switch(target.perkv1("Regal Mane"))
{
case GLOBAL.FLAG_FURRED: output2(" mane of fluffy, " + target.furColor + " fur"); break;
case GLOBAL.FLAG_SCALED: output2(" retractable frill covered in " + target.scaleColor + " scales"); break;
case GLOBAL.FLAG_CHITINOUS: output2(" collar of spiky, " + target.chitinColor() + " chitin"); break;
case GLOBAL.FLAG_GOOEY: output2(" flexible shell of smooth, " + target.skinTone + " goo"); break;
case GLOBAL.FLAG_FEATHERED: output2(" mane of poofy, " + target.furColor + " feathers"); break;
case GLOBAL.FLAG_SPIKED: output2(" collar of sinister-looking spikes"); break;
case GLOBAL.FLAG_TENDRIL: output2(" wreath of plant-like vines"); break;
case GLOBAL.FLAG_AMORPHOUS: output2("n amorphous brace of translucent slime"); break;
default: output2(" magnificent mane"); break;
}
output2(", making you appear quite royal.");
}
Keep in mind only 20 and 35 can be obtained using TF's. So if you want dangerous spikes or A vine collar around your neck then head to TiTsed and use the value that you want.
If they have been added what do I set the value of the perk at to change it to them I know 0 is none 20 is fur and 35 is feathered EDIT: I forgot that I found scales at 21 by accident. The main ones I am looking for is chitin or goo. SECOND EDIT: I know from the public source code that there are currently 8 description for the perk but I have no idea if they are able to be called or what value calls them.
Also I hate when I end up on a thread creation binge, it makes me feel like a ass.
 
Last edited:
  • Like
Reactions: Skywolf99

Shiranui

Well-Known Member
Apr 6, 2017
287
72
Found all 8 they are edited in to the original post if anyone wants them for character customization.
 

Shiranui

Well-Known Member
Apr 6, 2017
287
72
Are you able to get them in-game, or just by save edit?
You can only get fur 20 from Huskar treats and feathered 35 from Illumorpheme in game. I think a fated name can give you scale version, but that's it the others can only be got through save editor. To get them after selecting the perk click on the magnifier glass and change the 20 or 35 to the number you want.
 

Shiranui

Well-Known Member
Apr 6, 2017
287
72
Well duh. That's cause nobody even knows about them! But now, that's gonna change! Hopefully...
I hope so to I have added the source code for Regal mane to the OP to try and make it easier. That said as long as we keep boosting/necroing this it should do something.
 
  • Like
Reactions: XBoxMaster131

Zavos

Well-Known Member
May 7, 2016
2,429
1,313
31
Earlier I was looking at the possibility of neck-to-tail manes, but a major problem atm is that manes are perks, rather than body parts. On top of being somewhat undefined, Fen said that he disliked snowflakey appearance perks (and that Jaquees00 codes them when he isn't looking)
 

Shura

Well-Known Member
Apr 15, 2018
774
583
31
Earlier I was looking at the possibility of neck-to-tail manes, but a major problem atm is that manes are perks, rather than body parts. On top of being somewhat undefined, Fen said that he disliked snowflakey appearance perks (and that Jaquees00 codes them when he isn't looking)

I wonder if maybe adding hair/body flags could be the solution in this case?
 

Karretch

Well-Known Member
Aug 26, 2015
2,063
301
"Mane" as in a lion's mane, not horse. Though there's one for that, too, if you use the horse pill.
 

Witar

Member
Feb 7, 2021
18
3
35
54 is apparently "flowers". Used ceresperin on a female character with regal mane and got this number.
 

Syth Dracous

Well-Known Member
Apr 14, 2022
65
10
38
Were you datamining or just FAaFO with an editor? Given what Witar posted there maybe ways to trigger some of this in game just extra steps. Possibly the Gooey/Slime versions come from GaloMax or Crackle Jelly but only if you have the Mane or gaining it... just ideas.