Supreme_Evil

⸸ БѢСЪ ⸸
Uploader
Oct 16, 2020
2,314
30,082
Changelog for KP 1.0.6:
  • Added Russian localization.
  • Corrected a typo in the effect description for the Store Item Aphrodisiac.
  • Fixed a bug with the Stripper side job.
  • Fixed a bug with the income for some of the Publish Status Edict.
 

gtoaz1234

New Member
Jan 12, 2019
12
38
Is there a way to disable autosave out ENTIRELY?

(like the main post does link to how to disable autosave, but only before the battle. autosave still happens on like practically every actions you do.)
Edit : for other mode aside from the easy mode
 
Last edited:

HappyGoomba

Active Member
Mar 7, 2020
680
671
Beating wave 10 I believe unlocks custom battle. Where you can choose any 6 types of enemies you want then battle them. Might be a title or something for 100, don't remember.
Wave 5 unlocks custom battle. I can't remember what wave 10 unlocks, I never bothered with it.
 

derblyatkunt

New Member
Dec 29, 2020
6
1
Hello, I got to level 2 and I tried fighting the slimes, but it seems like its impossible since they just keep regenerating their health. Is there an edict or skill I can get somehow that prevents them from healing, or should I just run through the level for a while until I get more powerful?
 

subli

Member
Jul 30, 2020
479
292
Slam, the strength skill, stops them regenerating. The equivalent agility and dexterity skills decrease it.
 

derblyatkunt

New Member
Dec 29, 2020
6
1
Slam, the strength skill, stops them regenerating. The equivalent agility and dexterity skills decrease it.
Got it, thank you! Is there a wiki I could try and look through in case I have any other questions about the game? Scrolling through over a thousand pages isn't terribly efficient, and I'm sure some of the questions I might have will have already been asked earlier in the thread.
 

DudeBro79

Member
Jun 8, 2020
310
227
Got it, thank you! Is there a wiki I could try and look through in case I have any other questions about the game? Scrolling through over a thousand pages isn't terribly efficient, and I'm sure some of the questions I might have will have already been asked earlier in the thread.
Some of the friendly prisoners in the yard near your office give you hints about specific enemies. It's a good idea to talk to them when you enter a new floor.
 

negroidprime

Engaged Member
Sep 25, 2018
2,006
4,391
Hello, I got to level 2 and I tried fighting the slimes, but it seems like its impossible since they just keep regenerating their health. Is there an edict or skill I can get somehow that prevents them from healing, or should I just run through the level for a while until I get more powerful?
Slam, cleave or skewer, they all stop the regen.
 

VincentYamato

Member
Feb 12, 2018
235
44
Any chance someone could share a edited file where only one type of drink is served in the bar? im sick of trying to remember orders and every time i try to edit myself it dosent work
 

Vidxl

Newbie
May 13, 2022
49
30
Sure. It's fairly easy.
Goto RemtairyKarryn.js in your www\js\plugins folder and search for the following (or goto line 2039 in v0.7B.p):
JavaScript:
Game_Actor.prototype.arousalPoint = function() {
    let value = this._arousalBasePoint + this.end * VAR_AP_PER_END + this.level * VAR_AP_PER_CLVL;
    return value;
};
There you just replace the line return value; with return 0;.
Im sorry I dont quite understand what I am doing
 
4.60 star(s) 425 Votes