Personally, I like it that I can play the same game again, without it feeling too similar. And there are, indeed, many subtle differences. Mostly in the way equipment is managed.Damn, I hate how I'll play the same game again basically and still enjoy it cause the dev made the models MOVE
Someone needs to just datamine these games
Yes, all of this author's games are similar.hmmm, isn't it just goblin strike back with a few item icon changed ?
is the gameplay different enough to play this one too ?
One of the main characters ofImagine being named Hūm the Human
After messing with this, specifically the variables for money and energy gain from defeating the adventurers, I noticed that despite the menu showing the huge numbers, it actually gives you a normal amount. Is there something I'm missing, another check the game does that would also need to be edited or something?like this game easy to cheat.
go to "Goblin Adventurer Hunting \js\plugins\m"
if you need money open EventBattle.js by edit or some editor, and Ctrl + f to find "const getG" above $gameParty.gainGold(getG);
then edit
"const getG = Math.floor(HeroineStatus[HeroineId][4]*(1+0.01*$gameVariables.value(2)));" to
"const getG = Math.floor(HeroineStatus[HeroineId][4]*(1000000*$gameVariables.value(2)));" just more than 1+0.01 that's okay
defeat any girl and get money then you get tons of money.
or you need stats like ATK, DEF.
open Shop.js edit, find ATK/DEF/MDF/INT line. you can find Ctrl + f and "ATK/DEF/MDF/INT".
then edit
const PatternKakaku = [2000,5000,10000,30000,100000]; -> const PatternKakaku = new Array(100).fill(0);
const PatternItemId = [ 0, 21, 22, 23, 23]; -> const PatternItemId = new Array(100).fill(0);
const PatternItemNum= [ 0, 1, 1, 3, 5]; -> const PatternItemNum = new Array(100).fill(0);
if you want more than 100, just edit you want in Array number.
and Ctrl + f and find "if(ShopId==76){SsName=TShop5[la]+" ATK ";}" and below the fifth line, edit to
if($gameVariables.value(ShopId)>=5) -> if($gameVariables.value(ShopId)>=100)
if you change the Array number, you have to enter your number in 100.
then you can Upgrade your ATK/DEF/MDF/INT you want.
if you hard to do this, just replace into this file. you may backup your file to play normally this game.
ps) many script that you can edit gamerule in this folder. you can make all upgrade cost set to 0, or multiple girl capture by using 1 capture bottle.
there is just showing number line and actually get money line.After messing with this, specifically the variables for money and energy gain from defeating the adventurers, I noticed that despite the menu showing the huge numbers, it actually gives you a normal amount. Is there something I'm missing, another check the game does that would also need to be edited or something?
Edit: Closed and reopened the game a few times and it works now, lol. Dunno what happened, or why it didn't work the first time. Oh well! Time to game.
Apparently, it multiplies the money you get from a run. At least, there is a glass slipper in the calculation screen.what does 'glass slipper' do?
good thing for you because i speculating this game is also bugged like other games on same series.anyone have save? i don't know how to play the game ... sorry skill issue~