What's new

RPG RPG Maker [ Osanagocoronokimini ] [ 幼心の君に ] The Zombie Island / The Zombie Island ~絶望と欲望のサバイバル~ RE174850 RJ174850


Ryuukun

Tentacle Monster
Joined
May 21, 2013
Messages
311
Reputation score
48
Re: The Zombie Island ~絶望と欲望のサバイバル~

:( my Chiitrans Lite can't hooked text from this game?
can anyone help :(
Check Libellule's signature. Everything you need is in there.
 

sonata-s

Sex Demon
Joined
Jul 18, 2013
Messages
291
Reputation score
12
Re: The Zombie Island ~絶望と欲望のサバイバル~

Man, this game's tough, I'll probably just cheat engine a ton of xp so I can just steamroll through all the awful animal "fights". Are the cheat engine rules the same as other RPG Maker versions? x*2+1?
 

Libellule

Cthulhu
Joined
Oct 21, 2013
Messages
379
Reputation score
273
Re: The Zombie Island ~絶望と欲望のサバイバル~

Man, this game's tough, I'll probably just cheat engine a ton of xp so I can just steamroll through all the awful animal "fights". Are the cheat engine rules the same as other RPG Maker versions? x*2+1?
nop ^^

that a little more hard on RPG Maker MV game than on old RPG Maker game

bacause MV game use 4 process and realocate the memory each time the value change

here how to :
  • use Cheat Engine 6.5+

  • in Cheat engine, select the game process :




    RPG Maker MV have 4 process, the game values are stoked in the 3th, the biggest one

  • Prepare Cheat Engine for MV game for the first time :


    - right clic on the "Value type" option and select "Define New Custom Type (LUA)"



    - here in the windows, delete all and paste this code in :

    Code:
    typename="RPG maker MV"
    bytecount=4  --number of bytes of this type
    functionbasename="RPGMakerMX"
    
    function RPGMakerMX_bytestovalue(b1,b2,b3,b4,address)
     local DataAddress=3+(b1+b2*256+b3*65536+b4*16777216);
      if ((DataAddress)%4 ~= 0 or DataAddress<0x1000) then --return 0 if DataAddress isn't a valid 32bit aligned address
        return 0
      else
        return readDouble(DataAddress) --return (double) [address]+3
      end
    end
    
    function RPGMakerMX_valuetobytes(i,address)
      local OriginalValue=readInteger(address)
      local ReturnValue=dwordToByteTable(OriginalValue);
      writeDouble(OriginalValue+3,i) --write i at [address]+3
    return ReturnValue[1],ReturnValue[2],ReturnValue[3],ReturnValue[4]
    
    end
    return typename,bytecount,functionbasename
    - validate, you now will have a custom "Value Type" specialy for MV game



  • Optional : you can change the "fast scan" value to 4, that will greatly lower the scanning time




  • Cheat, use CheatEngine prety like alway :



    1 - FIRST ! you need to modifie one time the value in the game BEFORE the "first scan", that realy important



    2 - first scan



    3 - modifie the value in game



    4 - next scan



    5 - redoo from 3 until you can identify the right adress

    6 - cheat :p



Hope that will help ^^
 

iotaku

Demon Girl Master
Joined
Jul 13, 2014
Messages
153
Reputation score
203
Re: The Zombie Island ~絶望と欲望のサバイバル~

Look forward into playing this game! I am a huge fan of the creator ;)
 

dragek

Jungle Girl
Joined
Jan 30, 2012
Messages
15
Reputation score
2
Re: The Zombie Island ~絶望と欲望のサバイバル~

Man, this game's tough, I'll probably just cheat engine a ton of xp so I can just steamroll through all the awful animal "fights". Are the cheat engine rules the same as other RPG Maker versions? x*2+1?
Cheat Engine rules are way different. Libellule's instructions should work as you have CE 6.5 or higher, though.

As for awful animal fights, it's actually pretty good at that aspect of being a survival game because getting into far too many fights without preparation can and will kill you quickly.
You probably won't be clearing the mountains on your first try though...
 

Gamer23

Evard's Tentacles of Forced Intrusion
Joined
Sep 22, 2012
Messages
663
Reputation score
71
Re: The Zombie Island ~絶望と欲望のサバイバル~

nop ^^

that a little more hard on RPG Maker MV game than on old RPG Maker game

bacause MV game use 4 process and realocate the memory each time the value change

here how to :
  • use Cheat Engine 6.5+

  • in Cheat engine, select the game process :




    RPG Maker MV have 4 process, the game values are stoked in the 3th, the biggest one

  • Prepare Cheat Engine for MV game for the first time :


    - right clic on the "Value type" option and select "Define New Custom Type (LUA)"



    - here in the windows, delete all and paste this code in :

    Code:
    typename="RPG maker MV"
    bytecount=4  --number of bytes of this type
    functionbasename="RPGMakerMX"
    
    function RPGMakerMX_bytestovalue(b1,b2,b3,b4,address)
     local DataAddress=3+(b1+b2*256+b3*65536+b4*16777216);
      if ((DataAddress)%4 ~= 0 or DataAddress<0x1000) then --return 0 if DataAddress isn't a valid 32bit aligned address
        return 0
      else
        return readDouble(DataAddress) --return (double) [address]+3
      end
    end
    
    function RPGMakerMX_valuetobytes(i,address)
      local OriginalValue=readInteger(address)
      local ReturnValue=dwordToByteTable(OriginalValue);
      writeDouble(OriginalValue+3,i) --write i at [address]+3
    return ReturnValue[1],ReturnValue[2],ReturnValue[3],ReturnValue[4]
    
    end
    return typename,bytecount,functionbasename
    - validate, you now will have a custom "Value Type" specialy for MV game



  • Optional : you can change the "fast scan" value to 4, that will greatly lower the scanning time




  • Cheat, use CheatEngine prety like alway :



    1 - FIRST ! you need to modifie one time the value in the game BEFORE the "first scan", that realy important



    2 - first scan



    3 - modifie the value in game



    4 - next scan



    5 - redoo from 3 until you can identify the right adress

    6 - cheat :p



Hope that will help ^^
Sorry, i don't understand which process should be selected.
 

namomo

Demon Girl Pro
Joined
Jun 25, 2013
Messages
135
Reputation score
39
Re: The Zombie Island ~絶望と欲望のサバイバル~

Game is find until mid-end game, game gets really boring once reach mountain level as creep re-spawns and suicide-ram-dehydrates you.

Secured 4 girls. 1 in the wood refuses to leave, demand to see her pal first. Spent almost an hour searching through the entire game, no luck.

Try to craft. No stone. Collect some stone. No wood. Collect some wood. Dehydrates. Collect some water. Not enough wood to cook meat. Harvest some wood more ...

Did some dangerous run just to harvest high-tier material to craft strong gear, just to break by 2 animal rams. That was 20 minutes gone wasted.

No high-tier pickaxe / axe. Gathering resources is a pain in the ass.

Kill some animals... gather wood... kill some more animals... drink water...

Start collecting CG.

Lost interest because every zombie is the same animation (and the same looking Kappa).

Start feeding girl with red fruit.

Start feeding girl with blue fruit.

And at this point I still had no idea what the green fruit does.

Rape CG is way too hard to unlock.

Decided to call it a day and rush boss.

Fucking Chihuahua are everywhere.

Fucking bats are everywhere.

Finally reached boss.

Fight.

Died.

Reload.

Fight again.

Killed boss.

Died on the way out due to dehydration.

Verdict - I'll just wait for cg pack on Exhentai.
 

Altrius

Tentacle God
Joined
Jan 24, 2013
Messages
3,012
Reputation score
59
Re: The Zombie Island ~絶望と欲望のサバイバル~

Take a few look back in page there already a full save CG...

I agree the game is grindy on material collection, but i guess its fun as well...
Personaly i don't think the game too hard as long u stock up food and water (there 2 empty bottle) before exploring.

I pretty much done with everything as well with full cg, although the rape 1 kinda anoying as need to check the girl each day.
After that to get the zombified girl, they need to be abducted in my case, puting up scarecrow during the night sleep will increase the chance of geting atk-ed (so reminder to clear ur scarecrow at night before sleep)
The 1 i'm not sure is... it say there 3 ending, but so far i only found 2:
basicaly wait till 7 days - and all died become zombie
Killed some medusa look like and wait 7 days.

@namomo
*correction: there 4 guy and "6" girl to be rescued*
and the girl u looking for is in south east map from ur cave @ middle map after u climb up cliff hiding behind tree
 
Last edited:

firemaster10101

Jungle Girl
Joined
Oct 10, 2011
Messages
35
Reputation score
3
Re: The Zombie Island ~絶望と欲望のサバイバル~

I'm not having much luck unpacking this, I get this error:
[x] Expected section name ".enigma2", found ".reloc"
[x] This file is not protected with Enigma Virtual Box or is hacked.

Anyone else successfully make this particular game hookable?
 

Libellule

Cthulhu
Joined
Oct 21, 2013
Messages
379
Reputation score
273
Re: The Zombie Island ~絶望と欲望のサバイバル~

Sorry, i don't understand which process should be selected.
technicaly, that the bigger one in the ram, but dont bother with that detail :p

just select the 3th of the 4



I'm not having much luck unpacking this, I get this error:
[x] Expected section name ".enigma2", found ".reloc"
[x] This file is not protected with Enigma Virtual Box or is hacked.

Anyone else successfully make this particular game hookable?
that because this game is not packed ^^, you dont have to use Enigma Virtual Box on it

start directly with the plugin installation ↓↓↓
 

Wessex

Tentacle God
Joined
Apr 1, 2010
Messages
1,128
Reputation score
152
Re: The Zombie Island ~絶望と欲望のサバイバル~

Okay. One of the girls just decided to turn into a zombie? Any idea why?
 

Balmunk Fezarion

Demon Girl Master
Joined
Apr 5, 2015
Messages
196
Reputation score
46
Re: The Zombie Island ~絶望と欲望のサバイバル~

Okay. One of the girls just decided to turn into a zombie? Any idea why?
I guess one of the three fruits can turn them into zombie, perhaps it is blue
 

Wessex

Tentacle God
Joined
Apr 1, 2010
Messages
1,128
Reputation score
152
Re: The Zombie Island ~絶望と欲望のサバイバル~

Blue?

Did anyone experiment around with the fruits and know what all three do?
 

Gamer23

Evard's Tentacles of Forced Intrusion
Joined
Sep 22, 2012
Messages
663
Reputation score
71
Re: The Zombie Island ~絶望と欲望のサバイバル~

technicaly, that the bigger one in the ram, but dont bother with that detail :p

just select the 3th of the 4





that because this game is not packed ^^, you dont have to use Enigma Virtual Box on it

start directly with the plugin installation ↓↓↓
Thank you =) It will take some time to find the correct address but you will save so much time grinding.
 

Balmunk Fezarion

Demon Girl Master
Joined
Apr 5, 2015
Messages
196
Reputation score
46
Re: The Zombie Island ~絶望と欲望のサバイバル~

Blue?

Did anyone experiment around with the fruits and know what all three do?
White fruit cures poison, yellow fruit for food poisoning, red fruit is viagra.
Blue fruit acts like sleeping medicine, I guess with a side effect of turning people to zombies.

Haven't played the game much so I can't be sure
 

cheers12

Jungle Girl
Joined
Oct 8, 2013
Messages
5
Reputation score
0
Re: The Zombie Island ~絶望と欲望のサバイバル~

I keep getting
Error:[string "typename="RPG maker MV"..."]:17: attempt to perform arithmetic on local 'OriginalValue' (a nil value)
when trying to change a value through Cheat Engine for some reason.
 

Maryel

Lurker
Joined
Jun 10, 2009
Messages
1,130
Reputation score
79
Re: The Zombie Island ~絶望と欲望のサバイバル~

i guess its time to wait for a ful savefile

game its so ··!"·! slow - cannot use acceleration cuz game froze once you do / the tip for cheat engine to work just worked 1st time after that havent worked
/ just how much farm its this game for gods sake? i practically just go out take some iems make 2 meats and go back and time runs out and repeat several times damn
 

Darkarbiter

Demon Girl Master
Joined
Feb 16, 2013
Messages
162
Reputation score
10
Re: The Zombie Island ~絶望と欲望のサバイバル~

i guess its time to wait for a ful savefile

game its so ··!"·! slow - cannot use acceleration cuz game froze once you do / the tip for cheat engine to work just worked 1st time after that havent worked
/ just how much farm its this game for gods sake? i practically just go out take some iems make 2 meats and go back and time runs out and repeat several times damn
Isn't there one on the 4th page?
 

Maryel

Lurker
Joined
Jun 10, 2009
Messages
1,130
Reputation score
79
Re: The Zombie Island ~絶望と欲望のサバイバル~

yeah thx just noticed it
 
Top