Jet4455

New Member
Aug 8, 2022
4
9
They will probably just ignore that too.
don't bunch everyone together, just went back like 10 pages to find the fix and it did work. The very first place I checked was the "Installation / Dev notes" sections of the front page. Then I went to the last page and made my way backward until i found it.

This discution has 1768 pages and no easy way (that I know of) to search by keywords, so its expected that most people would ask instead of trying to find a needle in an haystack.


Edit: Had to delete the 2 files with steam in their names in the folder : www: js: loaders
 
Last edited:

souldead341

Engaged Member
Oct 16, 2017
2,179
2,244
don't bunch everyone together, just went back 10-15 pages to find the fix and it did work. The very first place I checked was the "Installation / Dev notes" sections of the front page. Then I went to the last page and made my way backward until i found it.

This discution has 1768 pages and no easy way (that I know of) to search by keywords, so its expected that most people would ask instead of trying to find a needle in an haystack
You don't need to go that far back, it's been posted at least 1 time on every page for the last month or so. The fact that there's literally CONSTANT posts asking about this shows that people don't bother to read the last few pages of the thread or used the search function of the forum. Seriously, standard trouble shooting for a problem on a game like this is 1: check that it's installed according to the instructions 2: check for patches / updates 3: read the most recent posts or use the search function to see if someone has already posted the fix 4: post with as many details of the issue as possible. Basically everyone jumps right to step 4, which is just annoying.
 

Sarojin

Active Member
Jul 9, 2017
825
1,116
You don't need to go that far back, it's been posted at least 1 time on every page for the last month or so. The fact that there's literally CONSTANT posts asking about this shows that people don't bother to read the last few pages of the thread or used the search function of the forum. Seriously, standard trouble shooting for a problem on a game like this is 1: check that it's installed according to the instructions 2: check for patches / updates 3: read the most recent posts or use the search function to see if someone has already posted the fix 4: post with as many details of the issue as possible. Basically everyone jumps right to step 4, which is just annoying.
Just checked, 4 pages back.
 

crystalchaosx7

New Member
Dec 22, 2021
2
6
don't bunch everyone together, just went back 10-15 pages to find the fix and it did work. The very first place I checked was the "Installation / Dev notes" sections of the front page. Then I went to the last page and made my way backward until i found it.

This discution has 1768 pages and no easy way (that I know of) to search by keywords, so its expected that most people would ask instead of trying to find a needle in an haystack.


Edit: Had to delete the 2 files with steam in their names in the folder : www: js: loaders
You are a saint. Thanks for pointing this out. I deleted those two files as well and it launches now. :)
 

Jet4455

New Member
Aug 8, 2022
4
9
You don't need to go that far back, it's been posted at least 1 time on every page for the last month or so. The fact that there's literally CONSTANT posts asking about this shows that people don't bother to read the last few pages of the thread or used the search function of the forum. Seriously, standard trouble shooting for a problem on a game like this is 1: check that it's installed according to the instructions 2: check for patches / updates 3: read the most recent posts or use the search function to see if someone has already posted the fix 4: post with as many details of the issue as possible. Basically everyone jumps right to step 4, which is just annoying.
not quite, there's someone asking the question every page, but every time people just tell them that its already been answered then usually start trash talking those who ask. Basically putting more efforts in doing so than if they had simply answered the question.

The answer was quite a few pages back and in a big comment that wasn't all related to the fix so it's relatively easy to miss it.
 

DemonLord98

Active Member
Oct 11, 2019
736
979
not quite, there's someone asking the question every page, but every time people just tell them that its already been answered then usually start trash talking those who ask. Basically putting more efforts in doing so than if they had simply answered the question.

The answer was quite a few pages back and in a big comment that wasn't all related to the fix so it's relatively easy to miss it.
Wrong. 5 pages back I gave a step by step instruction guide on how to fix it.
 

jk11

Member
May 16, 2017
167
85
v1.2.7.19 FULL with DLCs Uploaded!
Trying to use PERO mod it says failed to load...
here's how my mods.txt looks like
// Follow the instructions by the mod authors on how to add their mods to this list.
// One line per file.

// The format is {"name":"[filename of mod]","status":[true or false],"description":"[description for the end user so they know which mod to disable or enable]","parameters":{[Don't use this if you're unsure]}},
// If you want to disable a certain mod, change their ["status":true] to ["status":false]

// For Mod Authors:
// Starting in ver. 1.0.6b, you can now automate this process so the end user do not have to edit the mods.txt themselves anymore
// In order to do that, you need to add the following lines once to one of your js files, INCLUDING the // at the start

// #MODS TXT LINES:
// {"name":"ExampleName","status":true,"description":"","parameters":{"Debug":"0"}},
// #MODS TXT LINES END

// Replace the ExampleName part with the filename of your mod, and if your mod contains multiple js files, you can add more lines before the // #MODS TXT LINES END
// If you're not a mod author reading this part and the mod you're using is still requiring you to manually edit the mods.txt, feel free to contact the author of the mod you're using to notify them of this new feature.


var $mods =
[
// Do not edit above this line
// FPSLimit is provided as a sample of how to add a mod to this list
{"name":"FPSLimit","status":false,"description":"An alternative way of limiting FPS for fast monitors, turn off FPS Sync in the ingame Settings if you want to enable this mod.","parameters":{"FPS Limit":"60"}},

// Start adding mods below this line

// #PeroCheat MODS TXT LINES:
{"name":"PEROCheatMenu","status":true,"description":"Cheat Menu for titles and passives. Usage and Credits inside file www\mods\PEROCheatMenu.js https://f95zone.to/threads/karryns-prison-v1-0-2a-full-remtairy.33777/post-7010514","parameters":{}},
{"name":"PERO_TitlePassive","status":true,"description":"Sub-mod of PeroCheatMenu","parameters":{}},
{"name":"PERO_TitleCondition","status":true,"description":"Sub-mod of PeroCheatMenu","parameters":{}},
{"name":"PERO_PassiveCondition","status":true,"description":"Sub-mod of PeroCheatMenu","parameters":{}},
// #MODS TXT LINES END


// Do not edit below this line
];
any idea what's the matter?
 

RedAISkye

Well-Known Member
Apr 10, 2017
1,100
2,494
Trying to use PERO mod it says failed to load...
here's how my mods.txt looks like


any idea what's the matter?
A screenshot of the error would be helpful.
But I don't think the game uses that mod-loader anymore since I think I saw a local mod-loader or something in the recent update.
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,123
3,592
This discution has 1768 pages and no easy way (that I know of) to search by keywords, so its expected that most people would ask instead of trying to find a needle in an haystack.
You can change your "Preferences" to sort search results by "Most recent".
Untitled.PNG
 

RedAISkye

Well-Known Member
Apr 10, 2017
1,100
2,494
since I added peromod folder, copy the files into mod folder and modify as in my previous post the mods.txt I cannot see what I'm missing
You don't need to do anything other than to simply extract the mod directly into the game folder.
 

jk11

Member
May 16, 2017
167
85
Just as a reminder, if someone got stucked like me

I had to edit PEROCheatMenu and momozahara_etc. js file and remove the comment at the beginning of the file: once those files started with code instead of comments the game started

still, pressing 2 (or 1 or anything else) doesn't trigger the menu
 
  • Angry
Reactions: RedAISkye

petarded

New Member
Jan 14, 2020
4
13
That's not even in the same spot, the ass did not get bigger.


View attachment 3034193

Went into gimp and lined up the spear and ass together, the ass did not get bigger.

Also both of those images are not even in the same pose, you'd need the exact same pose to compare.
Wait how are your breasts so huge, i've heard about P cup being planned but thought update isn't out yet, btw is v.1.2.7.2. the newest update or is it v1.2.7.19?
 
Last edited:

SylvanaHellsing

Active Member
Mar 22, 2019
593
361
Did... I miss something?
I wanted to try the new version, seeing what new, and the game crash instant... But, the old version I have have no problem to load...
What did I do wrong... XD
 
4.60 star(s) 427 Votes