Paladin Lias cover

Paladin Lias

Finished v.1.20
Developer
SWORDRP5
Release Date
21 July, 2020
Engine
RPGM
Censorship
Uncensored
Size
466.9 MB
Version
1.20

Genres

Game Description

Paladin Lias; in the process of hunting for bandits, awakened to a special power. One mission after another she trained this power, but the more she used it the more she awakened to her hidden desires. At the same time, She noticed that the people around her were becoming more and more strange, as if they were beasts living only for their desires. In this world full of desire, can Lias keep herself pure and find a way to save the world?​
Extract and run.

No patch notes available.

  • Dual Core Pentium or equivalent Processor.
  • Intel HD 2000 or equivalent Graphics.
  • 466.9 MB of free disk space (Recommended to have twice as much free disk space).

Walkthrough and Guide

H-Scenes not displaying Patch: FILEKNOT - ANONZIP

Open the file located in game folder: www/js/rpg_objects.js

Find this line:

Game_Switches.prototype.value = function(switchId) {

and immediately after this line, ADD this code segment:

JavaScript:
Game_Switches.prototype.value = function(switchId) {

if (switchId == 1) {
return false
}
return !!this._data[switchId];
};

This will now let you start a new game and see the 1st scene with the bandit leader in its uncensored full version.
The first scene is actually pretty long and also ties in to the story a bit.