- Aug 30, 2018
- 1,137
- 1,045
what axe? i only got a dagger.You're supposed to use the axe skill with push effect on the purple ball to move it out of the way.
if you break the dagger u can use the weapon scrap from the dagger to get the axewhat axe? i only got a dagger.
OOOOOOOOOOOHif you break the dagger u can use the weapon scrap from the dagger to get the axe
but it don't work, every time i do: and i try to forge it's not hilightedOOOOOOOOOOOH
do u mean its not highlighting the dagger scrap in ur inventory when u try to forge it?but it don't work, every time i do: and i try to forge it's not hilighted
no i meant it wasn't highlighting the forge option of the scrapdo u mean its not highlighting the dagger scrap in ur inventory when u try to forge it?
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,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
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.
only problem i dont know where to put the savesinstead 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