3.80 star(s) 19 Votes

ManlyMarco

Newbie
Jan 12, 2019
74
169
144
I played a few challenge runs myself (having to always use the lowest card in fights and events, taking no souls, no resting, etc.) and even then it's easy, this game should have had a challenge mode because there's potential there.
 
  • Like
Reactions: Peter_Enis_69

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,438
2,222
470
I don't like how the "instructions" were given at all. It seems like a bad joke.
>I won't say what it is, even though it's apparently really simple! Just download this other file and look and...
Blah. Terrible if only for the fact that if one day the mega file gets deleted, which happens ALL the time, gg anyone in the future looking for this.

I had debug'd my game a few versions ago, dug up the unpacked scene1.ks file, and did a comparison in notepad++ to try to find it. There are a lot of differences between v1.1 and v1.3, strangely the developer renamed a lot of image files...?
But I ramble. To cut to the chase, I -think- the answer is in line 1153 of the old version.
In the unmodded version I had, the line was

;[jump storage="scene1.ks" target="*skip_debug_menus" cond="f.Cheat!=1" ]

whereas in the modded version it was

[jump storage="scene1.ks" target="*skip_debug_menus" ]

If I'm mixing those around my apologies, but that should hopefully be enough to point you in the right direction.
Let me know if not.
Actually the simplest change to enable the cheat menu is similar, edit the file scene1.ks locate the line noted
[jump storage="scene1.ks" target="*skip_debug_menus" cond="f.Cheat!=1" ]
and just delete the entire line. This enables the debug menu

If people want I can upload an updated app.asar for those not sure how to do this
 
Last edited:
  • Like
Reactions: yakagi

Halis628

Newbie
Mar 21, 2019
61
58
100
Actually the simplest change to enable the cheat menu is similar, edit the file scene1.ks locate the line noted
[jump storage="scene1.ks" target="*skip_debug_menus" cond="f.Cheat!=1" ]
and just delete the entire line. This enables the debug menu

If people want I can upload an updated app.asar for those not sure how to do this
removing that line stops the game from launching for some reason. also is there an uncensor patch?
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,438
2,222
470
removing that line stops the game from launching for some reason. also is there an uncensor patch?
You may wish to double check, worked fine for me. I have done this a couple of times experimenting with changes. Possibly it is how you are re-compressing the asar file.
Also double check you did the right line it is around line number 562

I do not think an uncensor patch is possible as the images use mosaic censoring in the image. I do not see all the in-game images only some like the 'Engage' images but they have the censorship in the image
 

yakagi

Member
Feb 17, 2022
115
17
141
Actually the simplest change to enable the cheat menu is similar, edit the file scene1.ks locate the line noted
[jump storage="scene1.ks" target="*skip_debug_menus" cond="f.Cheat!=1" ]
and just delete the entire line. This enables the debug menu

If people want I can upload an updated app.asar for those not sure how to do this
then how make hi and low card apprear?
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,438
2,222
470
then how make hi and low card apprear?
I have not looked at that, so I do not know. I will check later

EDIT:
if you edit scene1.ks there is a function
*Card_X_change
at line 1658 that picks the next card.

I personally have no great interest in altering this, the debug menu allows you to add large numbers of ability points or to set your hp to 1
 
Last edited:

yakagi

Member
Feb 17, 2022
115
17
141
I have not looked at that, so I do not know. I will check later

EDIT:
if you edit scene1.ks there is a function
*Card_X_change
at line 1658 that picks the next card.

I personally have no great interest in altering this, the debug menu allows you to add large numbers of ability points or to set your hp to 1
done bruh, I used RNG on v1.0.0 and work thanks who make rng on ver 1.0.0
 

$$Ribbon

New Member
Jun 29, 2023
7
4
21
Does appear a gray play button for anyone else? It pops for me once move/attack animation starts
 

YuyuK_05

Newbie
Feb 28, 2018
50
50
127
I figured out a way to remove the RNG
I simply unpacked the app.asar file with npx asar and modfied a file then repackaged.

View attachment 2265869

Game Version 0.9.1
Simple mod which will only give you 1s: Mega

Game Version 1.0.0 (current)
Mega
- Added back debug menu and added RNGMOD option to it. After activation it will give you a 1 or a 10 if you are missing those on every next draw. (The option is persistent so it will be saved into the save file.)
- Make gallery always show
- Added Fallen-30 and add200m buttons to debug menu (by Josh_ua )
- Updated some invalid translations

Instructions for both versions:
Just replace your current app.asar in the resources folder with the downloaded file and ur good to go
Update for 1.3.0?
 

LONGnipples

New Member
Aug 1, 2023
2
0
11
For notice, while last version you could at least use the data for gallery from the previous version, you can´t use your save game and gallery from previous version for this one as it will break the game, means you need to finish the game again, for being able to open the gallery.

Edit: Added save file for gallery
(Gallery got extended, just trap cgs are not implemented afaik)
 

LeakCode

Member
Nov 30, 2018
478
418
187
Once I get Dragon's will and max Luck, it's pretty much GG. Way to easy. I just need to force myself lose.
 

XDXD2

Member
May 22, 2021
114
91
142
cool game

that's actually not only a cool game, but top tier game.
 
Last edited:
3.80 star(s) 19 Votes