3.00 star(s) 36 Votes

rcuqdc

New Member
Aug 26, 2021
7
13
1.17 DLC access code is: `dovgdac`
And the alternative start code is: `other`
 
Last edited:

Rzn

Newbie
Jun 27, 2017
15
6
Am I doing something wrong or is the game impossible to play? There are errors everywhere and nothing can be done sadasda.PNG
 
Last edited:

tehmasta

Active Member
May 1, 2017
613
1,752
Am I doing something wrong or is the game impossible to play? There are errors everywhere and nothing can be done View attachment 3356672
Yeah it's not very intuitive. Here's how i did it, start from dlc.html, write the code at the very start and press enter on your keyboard. If i try to launch the game from early.html the code doesn't work. Idk if it's correct, but it was the only way i could launch the game.
New Bitmap Image.JPG
 
  • Like
Reactions: Rzn and mightypachi

exeit0

New Member
Nov 3, 2018
4
0
Couldn't find the code so I just did this to the code



window.hashStr = function(txt) {

if (txt === "xd") {
return -1052607321; // You can specify any hash value you want here
}

// Otherwise, compute the hash value as before
var hash = 0, i, chr;
if (txt.length === 0) return hash;
for (i = 0; i < txt.length; i++) {
chr = txt.charCodeAt(i);
hash = ((hash << 5) - hash) + chr;
hash |= 0; // Convert to 32bit integer
}
return hash;
};

the hash string for the dlc is 1846033802
so set that instead of the first hash string, that was for the base game.
 
Last edited:

yilkin

dl.rpdl.net
Donor
Feb 23, 2023
8,889
4,878
ProjectReeducation-1.17HTML
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.​
 
3.00 star(s) 36 Votes