Burnknight

Member
Donor
May 11, 2017
315
377
I see DS is still about that grind. The time of old school grind games just to see a simple footjob scene and advance a relationship by an isignificant amount is over. Its 100% justified for people to cheat or just CG rip the game. DS is out of touch regarding gameplay. Storywise i don't know since i couldn't force myself to progress the game. One positive i saw is you can exclude Eric 100% from your playtrough. Fuck the NTR bullshit from BB i am glad he saw reason.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,293
8,067
I see DS is still about that grind. The time of old school grind games just to see a simple footjob scene and advance a relationship by an isignificant amount is over. Its 100% justified for people to cheat or just CG rip the game. DS is out of touch regarding gameplay. Storywise i don't know since i couldn't force myself to progress the game. One positive i saw is you can exclude Eric 100% from your playtrough. Fuck the NTR bullshit from BB i am glad he saw reason.
I'm not sure who it was, but somebody cut the grind down significantly in their game because the fans hated it.
This means that not only is DS out of touch but also doesn't listen to his fans complaints.

Eric was a pain in the balls in BB but that made it all the more satisfying when the Mafia came for him.
 
  • Like
Reactions: Snugglepuff

Burnknight

Member
Donor
May 11, 2017
315
377
I'm not sure who it was, but somebody cut the grind down significantly in their game because the fans hated it.
This means that not only is DS out of touch but also doesn't listen to his fans complaints.

Eric was a pain in the balls in BB but that made it all the more satisfying when the Mafia came for him.
True i loved it when the Mafia came for him. But that doesn't change my oppinion, ntr does NOT belong in these kind of games. I can play through a game just for the sex scenes i couln't give less of a fuck about the dialogue or who is fucking who.

But when the game is clearly made to put the player in the MCs head and experience the story, i play it that way through the MCs eyes. And for the love of god do i hate that shit with the ntr. Anyway i went on a rant there, i am sorry. Its just my oppinion and i stand behind my believes thats why i get so worked up.
 
  • Like
Reactions: EJW and Priappus

bobbo69

Forum Fanatic
Donor
Jun 18, 2017
4,118
8,105
25-massage-67-max.jpg


Apr 12 at 11:45am
The update must grow

We're working on 0.25 and, again, it kind of ran away from us and turned out to be more than we planned. 0.25 will be about 50% bigger than our usual updates. This has an unfortunate side effect of not being released on our usual schedule. We're still going to release 0.25 this month, though, you don't have to worry about that.
As we've said before, Kate will be learning massage on Julia and Alice. We also mentioned someone else, not knowing if we're going to add him in 0.25. Well now we know we're definitely adding him in 0.25, so we can tell you it's Max. This also has a nice side-effect of us being able to reuse these images at some point in the future and add the same events from Max's perspective since the images are already here.
As we've said before, Kate will be able to do both normal and erotic massage. And she'll definitely do more than a simple massage with Max.

Please be patient with us :)
 

Smythison

New Member
Oct 21, 2017
8
2
Is there anay point of continuing getting caught by Julia in the shower, or catching Julia? nothing seems to change
 

Pogo123

Engaged Member
Mar 25, 2019
3,645
5,088
Honesty I read the discription and really like the idea and story and it really great you can choose who you want to play cause I am more of a female mc player but... the girl looks so slim. Nearly no boobs, no hips, to thighs and no butt. Why <.>
if she would be nice thicc and curvy like... Some thicc 19 year olds in real pornmovies that would have been so hot
 

Snugglepuff

Devoted Member
Apr 27, 2017
8,312
9,047
Honesty I read the discription and really like the idea and story and it really great you can choose who you want to play cause I am more of a female mc player but... the girl looks so slim. Nearly no boobs, no hips, to thighs and no butt. Why <.>
Because that's DS's favourite female body for young women... Seriously, you'll see it repeated a lot.
 

tontoman

Active Member
May 4, 2017
702
556
Honesty I read the discription and really like the idea and story and it really great you can choose who you want to play cause I am more of a female mc player but... the girl looks so slim. Nearly no boobs, no hips, to thighs and no butt. Why <.>
if she would be nice thicc and curvy like... Some thicc 19 year olds in real pornmovies that would have been so hot
Because not every game has to have thicc body types. There's lots of games with those to choose from. And they are already hot, if you like the games body type.
 

MrBlack ✌

Member
Jun 4, 2017
363
337
I don't know, wheter it's the best or not, but usually you can freeze the three stats (hungry, energy, arousal) at 100 with CheatEngine.
But that's also some kind of grinding, if you don't know about CheatEngine yet.
 

l8rdude

Member
Jan 13, 2020
157
604
You can also modify the poker flag in order to advance one of the quests where you need to win a poker match to influence their decision in the school board. I can't really remember it in detail rn tho.

If you find interesting and relevant bits in the save file and their interpretation in the game itself, please do share. Eg. what properties in the save have what meaning and what they influence. That way we could improve the save editor and make many options more accessible (i.e. implement quick action buttons that help you do something specific)

Cheers,
 
Last edited:
  • Like
Reactions: firevoodoo

Noneless

Active Member
Jul 27, 2017
800
670
I have problems trying to understand the NPC mapping, can someone give me a example of how properly name the characters?

There are so many fucking names and relations that I dont know who is mother of who and who are the cousin, is frustrating.
 
Last edited:

pusikzz

New Member
Apr 1, 2018
10
1
View attachment 568608

Presenting Glamour Edit. A savegame editor for Glamour.

After countless hours of reverse engineering the glamour-server I was finally able to understand how savegame decryption and encryption in the game work. Since the server application is embedded into a patched node binary (using pkg) and transformed into tokenized V8 compilations it really was a pain in the ass to debug. Turns out, however, the encryption isn't really that special (decompile the SaveGameCipher class inside this binary to see what's happening under the hood).

As has been mentioned plenty times before, savegames are bound to your windows installation since the encryption and decryption keys are derived from your machine GUID. So in order to share savegames (without altering your machine guid) you can use this utility to export the decoded savegame as a json file. Other players can then import your json and have it encoded properly so the game recognizes it.

I added a JSON editor (based on ace) to the program for easier editing. Hit Ctrl+F while inside the editor if you want to search for specific strings. For the editor to show up and work properly you'll want to have at least Internet Explorer 10 installed on your system. If it's not working or if you don't like to use the built-in version you can export your save to a json file, edit it in a JSON editor of your liking and import it back.

Tested on Win7 SP1 64 and Win10 64 v1903 with Glamour saves from v0.21 and v0.22. Requires .NET Framework 4.6. This program was written in managed code, namely C# and thus its source code is readily available via the binary itself.

Let me know if you run into any problems. Any feedback is appreciated.

PS: Since you will be asking this: each character in the characters array holds a money value. Find the character you're playing right now and edit the money property to your liking.

PPS: Make a backup of your save game before tinkering with it. Editing the wrong values might lead to a broken game state. Values are only checked for syntax but not plausibility before saving.

Update: You'll now find the source code including solution files attached to this post. Not all files in this archive are necessary to compile the program. Some things remained there even after refactoring earlier code (e.g. a proper Save class, which is no longer used).

Cheers,

Update 1.0.5
  • You can now resize the tree view on the left
  • Removed old/unneccesary code from several classes
  • Added the possibility to import binary savegames from other machines.
To expand a little on the last point: if the editor finds a file in the savegame folder it can't decrypt (excluding JSON files) it will now show up in the list as Unknown save:
View attachment 583478

Clicking on it now gives you the option to add a machine ID for decrypting this file:
View attachment 583479

If the machine ID provided is valid and the file can be decoded it will appear in the save list just like any other savegame. No further adjustments are neccessary to make the savegame work.
View attachment 583490

Press "Save" to write the new save to your folder overwriting the old one. The save will now appear ingame.
Give me your save someone
 
2.70 star(s) 190 Votes