youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
6,027
2,807
InnocentGirl-0.02Hotfix
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

khahan

Member
Jun 21, 2018
125
158
Pervmail is messed up. Posting pics is messed up. Trying to do volunteer work is messed up. All of these force me to close down and restart. There's supposedly Chloe interactions in the spa but she does not even exist.
 
  • Like
Reactions: Philjd

Hardor

Member
May 29, 2020
431
264
The size of the download is about 2.5 GiB, but it needs three times the amount of RAM?! For sure! :sneaky:
Sounds like a memory leak, which probably is the reason of the crashes. If it also has a habit of writing something to the cache/setting files around these times that the game tries to load on next startup, it could also explain the insta-crashes.

Quite many of the games here aren't exactly coded by pros or even close, so the quality and "features" are accordingly.
 

Sewei

Newbie
Aug 7, 2021
29
12
why can't I buy a laptop? I've collected 3 times the amount of over 550 euros and still, when I click on the laptop it doesn't buy it... bug?
 

Content_Consumer

Well-Known Member
Dec 24, 2019
1,050
3,591
I just think the unity engine is very clunky for these types of games. Lot of overhead. Personal opinion. Of course if the dev is well versed in unity that may be why he picked it.
Unity is really a bad choice for this type of "game".
better than RPGM, but only a bit.

Renpy and twine are far better for this sort of thing.
 

Kamet-69

Member
Jan 31, 2020
194
66
it's so weird, I was able to play the game quite a bit, until it suddenly crashed. Reopening the game, it now freezes on the main menu, and although I can "click" the Patreon logo (it has the hover animation), no amount of clicking works.

Oh and by the way, to anyone wanting to edit saves: the game is built with Unity Bolt scripting, so the savedata is located at HKEY_CURRENT_USER\SOFTWARE\NyxusGamesv0.02\Innocent Girl\LudiqSavedVariables_h<randomnumbers>. Just copy the data in UTF-8 (or use PowerShell, see spoiler below for details), modify the necessary values, and voila.

You don't have permission to view the spoiler content. Log in or register now.
and then, when you have modified everything that you need how to put it back in the registry?
 

Kamet-69

Member
Jan 31, 2020
194
66
and then, when you have modified everything that you need how to put it back in the registry?
this is the opposite comand:



Code:
$bytes = [System.Text.Encoding]::Default.GetBytes((Get-Content -Path "D:\Mega\innocentgirlsave.txt" -Raw))
Set-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\NyxusGamesv0.03HF2\Innocent Girl\" -Name "LudiqSavedVariables_h1058032432" -Value $bytes -Type Binary
 
  • Like
Reactions: SimReaper18

SimReaper18

Member
Jan 11, 2019
180
245
this is the opposite comand:



Code:
$bytes = [System.Text.Encoding]::Default.GetBytes((Get-Content -Path "D:\Mega\innocentgirlsave.txt" -Raw))
Set-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\NyxusGamesv0.03HF2\Innocent Girl\" -Name "LudiqSavedVariables_h1058032432" -Value $bytes -Type Binary
Yeah I just did
Code:
Set-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\NyxusGamesv0.03HF2\Innocent Girl\" -Name "LudiqSavedVariables_h1058032432" -Value $([System.Text.Encoding]::Default.GetBytes((Get-Clipboard))) -Type Binary
which takes the JSON data from the clipboard, converts it to a byte array, and Set-ItemProperty puts sets the registry value
 

Hardor

Member
May 29, 2020
431
264
Unity is really a bad choice for this type of "game".
better than RPGM, but only a bit.

Renpy and twine are far better for this sort of thing.
Agreed, however I do like even more the simplicity of html games, since the code is usually simpler to read and you can basically cheat or fix simple problems with wave of a hand... Well not the typical "wave of a hand" for the genre, but close enough... :p
 

dusty stu

Well-Known Member
Jan 24, 2018
1,784
1,683
So, Can you at least DL the game and then just browse through the /images/ folder, rather than playing this poorly optimized mess?
 
3.20 star(s) 18 Votes