- Sep 7, 2017
- 3,218
- 18,918
added to OPHere are the CGs from the latest version if anyone is interested.
You must be registered to see the links
added to OPHere are the CGs from the latest version if anyone is interested.
You must be registered to see the links
To recompile you can use MSBuild. It's a free tool that you can download from Microsoft.Congrats, I've given it a 1/2 of a try myself, but failed. I could't get a recompile to work, then I decided my time was worth more than wasted on this.
What tool did you use to recompile, Unity3D itself?
Anyway I really don't mind paying author the minimum pledge every couple months and getting the game then. What bothers me is always online BS, it would be awesome if game would cache online data and saves to disk and load from there.
dnSpy or ILSpy. Never used MSBuild so idk about that. Since the responses from the server are just objects if someone wanted to they could edit the code to serialize the objects to disk but adding code to read those and point to the next one to open would be a bit harder.What tool did you use to recompile, Unity3D itself?
Anyway I really don't mind paying author the minimum pledge every couple months and getting the game then. What bothers me is always online BS, it would be awesome if game would cache online data and saves to disk and load from there.
You will know on the 5th of the next month
You could play your Glamour with the walkthrough. Content till 0.5But what's a good way to know if I'm actually playing the $40 version?
V5 hereYou must be registered to see the links
The game autosaves every time you choose to sleep till morning. You can do it in the living room every day after 22:00.how to save thanks.
how to save thanks.
But only if you login with Patreon account (no need to pledge).The game autosaves every time you choose to sleep till morning. You can do it in the living room every day after 22:00.
Hey, Maim Lain, your previous posts made me envious and I'm trying to patch it too. First time patching a game, and never used dnSpy before, so maybe you can help me get some things right. But first of all, great work so far.Alright so since a lot of people seemed interested in and liked my first post, last night I decided to give hacking the game one more try. I did successfully recompile and changed the .dll to always set the player as the highest patron tier, that was really easy. The problem is that the game always checks for changes and rewrites the .dll file whenever you start the game, so the changes are lost. I set the file to read only but that will just throw a System.UnauthorizedAccessException and cause the game to be stuck loading on the main menu.
The solution is to stop the game from overwriting local files that don't match the files from the game server. The code that does this actually isn't in scripts.dll but in the normal Assembly-CSharp.dll in the game folder. However instead of stopping the overwriting thing for all files, I was able to just point the game to use my modified .dll with the changed code instead of his dll.
So it's possible to change any of the code now and prevent the game from overwriting any modified files. As for getting the latest version/extra content I have to reinstall the game first which sucks because getting the updates from his server is so fucking slow. Then I think I need to manually enable some other options which is a bit tedious so I'll try to upload a crack sometime soonish.
The game will still need to connect to the server to get the data for what dialog/scene/images to show, but that isn't that big of a deal.
The game is gated. Can't really get anywhere without being a patron, the event you need to go on with the game just doesn't happen.Is there a hidden content like extended sex scenes or everything is the same for guest and registered users?
Sorry mate, but no. And it's not likely to have such shared account in the future. Why?So is there like a shared account that is only this game in patreon that is supported so we can get all content or a way to get it all?
I actually said that the part you download is effectively just a glorified web browser, which is why I never bothered digging into scripts.dll. I observed the game state loop going out over HTTP and recognized that event, display and dialogue decisions were being made remotely (and passed via JSON to the client). With that architecture, it'd be redundant for DS to have game logic in the client.Some people have said that all the game's code is on his server but that's not true.
Yeah. I threw a caching nginx instance up to proxy for his server back when I was working on this. That boy needs to learn how to Cloudflare.It took 40 minutes to redownload 700mb from his server since it's so fucking slow holy shit
Clearly I don't know anything. With that out of the way, how has your investigation gone in seeing if your modifications were successful at unlocking the latest version?this game was so easy to modify in the first place that anyone who said that this game was uncrackable doesn't know anything or never even tried.
Game events newer than two months will be available in the game. I don't know anything, but I suspect those would be working at the hotel, and something to do with a café. I have no idea how to trigger those events.So what even are the differences between versions? I don't know a way to tell what the actual version I'm playing is since they all say "v0.5"