4.30 star(s) 30 Votes

SumTingWong0420

Well-Known Member
Aug 30, 2018
1,137
1,042
Holy diamond coated unicorns Batman!!
One of 'these' games that's Not censored & lacks the 'No Sexual Content' tag. Got kinda excited, No Android port......
zoey101-scream.gif
I keep forgetting RPGM's are hit or miss (usually miss) for getting a port.
 

mr.thibbit

Newbie
Nov 20, 2018
36
53
Damn, almost forgot about this game, super happy to see it's still alive. Unfortunate that I have to start from scratch again tho lol
 

obake

Member
Oct 4, 2017
187
180
hey came back with a report I can run it via wine with the sex scenes displaying here are the steps (tested on steamOS3/Holo iso (PC)
1) install wine-staging and winetricks
(Sudo pacman -S wine-staging winetricks)
2) setup your wine environment (default is fine)
(winecfg)
(select no for installing wine mono and set the windows version to 10)
3) install dxvk,corefonts,ole32(ole32 may not be needed)
(winetricks -q dxvk corefonts ole32)
4) important!!!! move the Game folder to somewhere within the wine env (sex scenes won't show if you run it on your desktop for example)
example path ~/deck/.wine/drive_c/Program Files/<Game Folder>
Test by double clicking Game.exe
(Optional but recommended) create a symlink (Shortcut) to Game.exe on the desktop on KDE plasma (default desktop for steamos 3) drag the Game.exe to the desktop a popup menu will appear click "Link here"
-or-

ln -s /home/deck/.wine/drive_c/Program Files/(insert game folder's name here)/Game.exe /home/deck/Desktop (do not use ~/ it will corrupt your shortcut use the full path on both locations like in my example) (for some reason creating a link won't work so i recommend you to create a link to your drive_c or Program Files folder instead
instead of doing all this what you could do is use the electron version to run the game in linux, there is already a guide posted here for it,
just search the thread with the term electron
 
  • Like
Reactions: chrisrlink

DarkLabs02

Member
Jun 10, 2018
196
296
The game kept crashing on some main map transitions.
Downloading the last stable version of Electron "v22" from GitHub fixed it for me. (It's the game engine)
For windows, the file name is: "electron-v22.0.0-win32-x64.zip"
(Verify OS compatibility first. v22 works for Win10 /Win11. )

Couldn't cheat engine the game, so I search for something else and found a way to edit the source code.
(Besides using save editor for infinite Souls.)
I made a "readme" of the steps, but regardless, here they are:

1- Open cmd.exe and install Asar:
CMD: npm install -g asar js-beautify

2- Navigate to the "resources" folder:
CMD: cd x:\whatereverfolderpath\resources

3- Extract "app.asar" into a folder name "app" (takes a couple of minutes):
CMD: asar extract app.asar app

4- Rename "app.asar" to conserve it as backup (either with CMD or Explorer):
(This is necessary so the game reads from the "app" folder instead of "app.asar")
CMD: mv app.asar app.asar.bak

5-Open the following files from "resources\app\src\js\plugins":
AS_GameMap.js
AS_GamePlayer.js
AS_StruggleCode.js

6- Search for those terms (Ctrl+F or Ctrl+H) and replace the "+" with "-":
battler.erosion +=
battler.erosion++

7- Now Erosion decreases over time instead of increasing.
Only using the cursed sword gives erosion, so you still can't abuse it, but that's fine.
The game becomes casual now with this.

Sorry to bother but the command don't work for me.
And if I open the ASAR with electron it just run the game, so how to extract it ?

EDIT : Nvm I got it working now, thanks for all anyways
 
Last edited:

darkwer34

New Member
Nov 6, 2017
13
8
anyone has a full save on 0.65d version i dont have really alot of time to grind the game so would kindly appericate a full save so i can mess just arround abit
 

Masterrace

Newbie
Oct 23, 2020
17
3
how to unlock H animation from some event? i already did the enemykillcount on editor but i dunno how to setup the other one
 

ddjn

Newbie
Jul 23, 2017
65
25
Oh? This game doesn't allow me to save at will ?! No worries, I will just copy and paste my savefiles at different moment!!
 

chrisrlink

Newbie
Oct 24, 2017
66
43
instead of doing all this what you could do is use the electron version to run the game in linux, there is already a guide posted here for it,
just search the thread with the term electron
only problem i dont know where to put the saves
 
4.30 star(s) 30 Votes