nobodx

Newbie
Nov 2, 2017
68
49
to save is not working any solution !? or i delete the game has a lot of bugs (Save Game is not working from 0.23 - 0.25 version if you start new game it not let you to save your progression ) how long we need to wait to some one fix this shit !!!!!!!!!!!!
Apparently, the game is using names it can't find anymore while saving (at least thats for me)
I was able to save my game, but can't see them when i click load......

If you head over to %appdata%\..\LocalLow\Sandlust Games Ltd\glamour\saves\ {some number, probably UUID} \ and then Kate or Max you will find all you savefiles as some numbers.
If you rename them to slot0, slot1, slot2..... the game will find them again
 

d3dx666

Newbie
May 22, 2019
79
30
To all this affects version 0.26 online this is only bugfix and introduction of improvements, so don't be surprised that you don't get any new content.
 

Deleted member 24507

Well-Known Member Amateur Artist 3D
Donor
May 5, 2017
1,636
6,526
View attachment 206842

Overview:
Main character (a guy or a girl, your choice) from a small town turns 18 and it's time to go to college. Thankfully, they get an opportunity to move into big city and apply into a new experimental college. New live, new opportunities, and no oversight from an overprotective mom! Turns out main character doesn't even have to pay for the college! All they have to do is sign a strange contract and agree to follow college rules, breaking which might have grave consequences, up to being expelled... And not only that, the rules might change in the future, too...​

Thread Updated: 2020-05-24
Release Date: 2020-05-23
Developer: Dark Silver -
Censored: No
Version: 0.25 Offline
OS: Windows
Language: English, Russian
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

More Info:
You don't have permission to view the spoiler content. Log in or register now.

Glamour tries to download files after the start make sure you disconnect from the internet or block it via firewall!

Saves are encrypted and won't work if shared, so please do not ask for save files!


DOWNLOAD
Win: MEGA - - -
Others: COMPRESSED*

Extras: CGRIP (v0.16) - - -

- SAVE EDITOR
Perdos and jaliar Thanks for the link. *This unofficial port/version is not released by developer, download at your own risk.

View attachment 79706 View attachment 79711 View attachment 79712 View attachment 79713 View attachment 206824 View attachment 206825 View attachment 206826 View attachment 206828 View attachment 206829 View attachment 206830 View attachment 206831 View attachment 206832 View attachment 206833 View attachment 206835 View attachment 206842 View attachment 206848 View attachment 206849 View attachment 206850
v0.25 offline
SPOILER

There is a long series of events with Lien, Julia, Alice, and especially Max. Finishing the storyline will unlock periodic events with several options.

this events is in the Kate version?
 
Jun 19, 2018
31
27
I cant make new saves.
I havent played the game for a while, downloaded it, made a new game, played a bit and saved. Then I downloaded the save editor tool and tried it which worked, but now when I try to make saves its not saving anything. There are only the old saves left.
So I removed the game and reinstalled it without the save editor and even removed the old saves but now the load screen is just empty after I start a new game and try to make a save.
Anyone know how to fix this?
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
6,957
7,767
I cant make new saves.
I havent played the game for a while, downloaded it, made a new game, played a bit and saved. Then I downloaded the save editor tool and tried it which worked, but now when I try to make saves its not saving anything. There are only the old saves left.
So I removed the game and reinstalled it without the save editor and even removed the old saves but now the load screen is just empty after I start a new game and try to make a save.
Anyone know how to fix this?
So you used a tool that is not made nor endorsed by the creator of the game and now you wonder why the save function doesn't work. Given that you've only played a bit, starting over shouldn't be too much. You'll have to do a full wipe of Glamour and redownload.
A full wipe includes deleting the Users/Username/AppData/LocalLow/Sandlust Games Ltd folder as well as the game's install folder.
Don't worry yourself with deleting the game's registry key; that can be left where it is.
When you get back into the game, see if the save function works BEFORE using the save editor.
If it does, then it's because of the save editor. If it doesn't work at all, then it's a common problem A LOT of other people seem to have.
There must be something different about my system as I've never had save issues, with or without the save editor.
Also make sure that you have both read and write access to the save folder (and its subfolders) in the directory I mentioned above.
 
  • Like
Reactions: Annisthebest99

9inchz

Engaged Member
Oct 2, 2017
2,006
803
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.
this is complicated
me no engurish :(
 

khumak

Engaged Member
Oct 2, 2017
3,460
3,501
I was curious to see if anything had been done with the Max path and it's at least somewhat playable now. I hadn't played this in a LONG time. From what I could tell though, the webcams are entirely useless. They don't produce any money so Max is entirely reliant on allowance and cleaning the pool for money.

The content is also very limited for Max still. There may be more that I haven't seen yet but so far all I've been able to do with him is peeping, watching porn with Kira, and yoga/jerking off with Ann. As far as I can tell he's under permanent house arrest and other than spanking Alice or giving her non sexual massages he doesn't get to touch anyone but himself. I imagine the content for Kate has gotten a lot more attention. Will have to check that out next.

Edit: So after checking out the Kate content I'm remembering why it's been so long since I played this. I love the renders. DS does great with that aspect, which is why I'll probably forget my issues with it and check it out again in 6 months or whatever. But the grind... Oh my god, the grind... Either there's basically no additional content since the last time I played or it's just not worth the time to find it.
 
Last edited:

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
6,957
7,767
will we have to wait a month for the 0.26 fix update for offline?
There's really a lot happening in 0.26. It's not just a bugfix for 0.25. .
But yeah, considering it was a paid release, we're going to have to wait. His $5 patrons got it on the same day we got 0.25 Offline. So, one more month.
 
2.60 star(s) 183 Votes