galgat

Newbie
Jan 6, 2019
69
39
I recently saw the queen ending and the queen outfit, looked nice. Yeah i agree it needs to be either integrated into the game more than just a game over ending. Let you continue the game somehow after unlocking it.
Yes I find it rather erotic, I would think on an inserted allowance of choice in that it would be nice to not have the bridal in your mouth, but it has not distracted me while playing through the game as a pony Girl or Mare.
 

Jaybig

Member
Sep 9, 2017
269
218
Seriously I've asked this question few times before but 0 answer.

How many achievements are now in game and how can I unlock them?
I got 8 so far but since I never tried to go for 100% dont know if that's all or not.
I want those +points for new character since I play this game on android and cant edit the save file to cheat.
 

Jorja

Member
Modder
Jun 19, 2018
286
1,159
Seriously I've asked this question few times before but 0 answer.

How many achievements are now in game and how can I unlock them?
I got 8 so far but since I never tried to go for 100% dont know if that's all or not.
I want those +points for new character since I play this game on android and cant edit the save file to cheat.
Someone posted their profile.json file a few versions back. No idea if it's still up to date or how to get all of them. There is a guide here have you checked that?

"achievements": {
"ASS_TO_MOUTH": 2,
"NURSERY": 2,
"QUEEN": 2,
"WOLF_HUNTER": 2,
"BITCH": 2,
"BOUNTY_HUNTER": 2,
"HORSE_RIDER": 2,
"QUETZAL_GODDESS_VIRGIN": 2,
"GOKKUN": 2,
"QUETZAL_GODDESS_DEFEATED": 2,
"HARPY_WIFE": 2,
"NINE_TENTHS": 2,
"LOCKED_UP": 2,
"QUETZAL_GODDESS_LEVEL1": 2,
"SEAT_OF_POWER": 2
 
  • Like
Reactions: NotRysze

galgat

Newbie
Jan 6, 2019
69
39
found out you could also play through as QUEEN

"jobClass": "QUEEN",

Which is a pretty hot outfit, maybe hotter than the pony girl outfit.
 

Jorja

Member
Modder
Jun 19, 2018
286
1,159
There are two more I think based off of the changelog.
- New Schoolgirl Hiro outfit
- New Prostitute Hiro outfit

I tried to change the "jobclass" to SCHOOLGIRL, SCHOOL, and PROSTITUTE but that just resulted in an error. If anyone has the correct jobclass titles please share.

I have included a pic in case anyone wants to see what they look like. Only edit my me is the red hair and tats and I removed the "ride me" text from the mare as it looked bad imo. I might play around with the coloring down the line. Otherwise, I think they both look pretty nice.

Now to figure out how to get them in game legit.

queenmare.png
 

Jaybig

Member
Sep 9, 2017
269
218
Someone posted their profile.json file a few versions back. No idea if it's still up to date or how to get all of them. There is a guide here have you checked that?

"achievements": {
"ASS_TO_MOUTH": 2,
"NURSERY": 2,
"QUEEN": 2,
"WOLF_HUNTER": 2,
"BITCH": 2,
"BOUNTY_HUNTER": 2,
"HORSE_RIDER": 2,
"QUETZAL_GODDESS_VIRGIN": 2,
"GOKKUN": 2,
"QUETZAL_GODDESS_DEFEATED": 2,
"HARPY_WIFE": 2,
"NINE_TENTHS": 2,
"LOCKED_UP": 2,
"QUETZAL_GODDESS_LEVEL1": 2,
"SEAT_OF_POWER": 2
By guide you mean the scene guide?
By the way did you get serious about contacting majalis or not?
 

random.person

Active Member
Aug 11, 2017
802
1,292
I'm curious, how do you go around changing stuff in the game?
I promised myself a while ago I'd dig one day through the java code, but never got to it.
 

Mr Technician

Active Member
Apr 30, 2018
858
980
found out you could also play through as QUEEN

"jobClass": "QUEEN",

Which is a pretty hot outfit, maybe hotter than the pony girl outfit.
Sorry to inform you but this outfit only happens for a short amount of time - at scene only - as a result of loosing to Beastmistresses "Pussy" and being f***** three times analy by a panther. <- this is Bad End
(you need to edit in notepad .json save file to have this outfit, when not editing - it's only at Bad End)

Mare outfit happens by loosing and being f***** three times by a Centaur. Keep in mind that by becoming a Mare boosts your Strenght by adding 6 points up to your existing Streght. This is not permanent and goes down after couple of days. But when having too much strenght like 7/8+ and loosing a fight to a Wherewolf results as Bad End also... So watch out.

Becoming a Prostitute happens when you agree to make too much favours to Brothel clients -> it happend to me when i gained Lady Of The Night (20). But i think that there is no Bad End for Prostitute right now.
 

TrunksSsj06

Newbie
Aug 31, 2018
27
23
There are two more I think based off of the changelog.
- New Schoolgirl Hiro outfit
- New Prostitute Hiro outfit

I tried to change the "jobclass" to SCHOOLGIRL, SCHOOL, and PROSTITUTE but that just resulted in an error. If anyone has the correct jobclass titles please share.

I have included a pic in case anyone wants to see what they look like. Only edit my me is the red hair and tats and I removed the "ride me" text from the mare as it looked bad imo. I might play around with the coloring down the line. Otherwise, I think they both look pretty nice.

Now to figure out how to get them in game legit.

View attachment 221671
The reason you get error for schoolgirl is because you don't get the outfit due a class change, you get it for a quest at the brothel and it only lasts for that scene which is kind of a bummer
 

Jorja

Member
Modder
Jun 19, 2018
286
1,159
The reason you get error for schoolgirl is because you don't get the outfit due a class change, you get it for a quest at the brothel and it only lasts for that scene which is kind of a bummer
Not necessarily true. The reason the game crashes is because I changed a variable the game dosent understand. For example when you start the game it says you are "male" over time that changes becoming "female" and eventually "whore". At any point, I can change it back to male or female but if I were to change it to "slut" the game would crash upon loading as "slut" is not a variable it expects there.

The code words for the other two costumes are QUEEN and MARE. If you edit the .json file and change the following you will be in that costume while you play through the game as seen below.

Screenshot (434).png Screenshot (435).png Screenshot (436).png
 
  • Like
Reactions: random.person

Jorja

Member
Modder
Jun 19, 2018
286
1,159
Okay using some of the info from above I figured out the code word to access the sexy prostitute outfit. It's by far my favorite of the four new ones and would you believe it was "jobClass": "PROSTITUTE", all along? I must have spelled it wrong when I first tried it. Oops. :p

So in order to get them to display in game at any time just edit your .json savefile and search for "jobclass" and replace it with one the following:

"jobClass": "QUEEN",
"jobClass": "MARE",
"jobClass": "PROSTITUTE",

It does seem however that the schoolgirl uniform will only show when doing the brothel quest. I tried saving while the scene was ongoing but it did not change the title on your "jobclass". Bummer because it's pretty hot too and with some tweaking, I can make it hotter. Pic's below.

qpm.png
qpm.png Screenshot (437).png
 

Deleted member 690333

Active Member
Jun 18, 2018
747
773
Okay using some of the info from above I figured out the code word to access the sexy prostitute outfit. It's by far my favorite of the four new ones and would you believe it was "jobClass": "PROSTITUTE", all along? I must have spelled it wrong when I first tried it. Oops. :p

So in order to get them to display in game at any time just edit your .json savefile and search for "jobclass" and replace it with one the following:

"jobClass": "QUEEN",
"jobClass": "MARE",
"jobClass": "PROSTITUTE",

It does seem however that the schoolgirl uniform will only show when doing the brothel quest. I tried saving while the scene was ongoing but it did not change the title on your "jobclass". Bummer because it's pretty hot too and with some tweaking, I can make it hotter. Pic's below.

View attachment 221883
View attachment 221883 View attachment 221884
holy hell prostitute and schoolgirl are so fucking sexy, mare and queen are okay but a little to over the top for my tastes
 
  • Like
Reactions: Jorja

galgat

Newbie
Jan 6, 2019
69
39
Sorry to inform you but this outfit only happens for a short amount of time - at scene only - as a result of loosing to Beastmistresses "Pussy" and being f***** three times analy by a panther. <- this is Bad End
(you need to edit in notepad .json save file to have this outfit, when not editing - it's only at Bad End)

Mare outfit happens by loosing and being f***** three times by a Centaur. Keep in mind that by becoming a Mare boosts your Strenght by adding 6 points up to your existing Streght. This is not permanent and goes down after couple of days. But when having too much strenght like 7/8+ and loosing a fight to a Wherewolf results as Bad End also... So watch out.

Becoming a Prostitute happens when you agree to make too much favours to Brothel clients -> it happend to me when i gained Lady Of The Night (20). But i think that there is no Bad End for Prostitute right now.
I am playing with this outfit I showed you how a page or so back, I have no Idea what you are sorry about, as I started a new game playing in the Queen Outfit, I also played all the way through with the mare Outfit on.. I was showing you how to do it, if you understand editing .json scripts at all.

This
Code:
"jobClass": "QUEEN",
or this
Code:
"jobClass": "MARE",

is the code that you will replace your class with in the .Json file, of course you have to pick what default class you will play at the start of the game, but once you save your game the first time, open that save, and replace your job class with the provided code, I gave more details a page or so back.
 

galgat

Newbie
Jan 6, 2019
69
39
"jobClass": "PROSTITUTE",
Glad you figured out what I was doing, I have to try that
Code:
 "jobClass": "PROSTITUTE",
It is one I had not tried yet. It does look better.

EDIT >>> What I have notice though is that all these will show up as the MARE class in the character menu. I assume that is a generic class Name they set up to use the game inflicted extra outfits ( probably because the Mare was the first one they made, only guessing ), but sense you set your character at the start to be and enchantress, paladin what ever at the start of the game, that is actually what they will be, but you will have the different outfit for there look.

Prostitute is different though. seems to be a class by it's self
 
  • Like
Reactions: Jorja

Azriel Satan

Member
Jul 27, 2017
374
1,050
I saw earlier someone asking about a save with all achievements, it was me that posted it in the past, but its been a long time since then, so ill jump back into the games code and try to make a new save with 100%.
 

lunarian21

Newbie
Nov 21, 2018
96
53
I was trying to make a save file with lots of things done while staying virgin, but realized something. You can't get Urka to join your camp unless you let her dick you right?
 
4.50 star(s) 145 Votes