Sep 21, 2021
200
366
Is rubbing their dick between Amane's thighs the most the gropers can do on the train? I understand that they have their own scene, but I was hoping for some more sandboxy experience, like Amane's common defeat scene.
 

haruyu2

Member
Dec 18, 2019
165
274
Is rubbing their dick between Amane's thighs the most the gropers can do on the train? I understand that they have their own scene, but I was hoping for some more sandboxy experience, like Amane's common defeat scene.
If it goes over 100 groper satisfaction, you can get choices being "Nod" "Decline". If you nod, you can get the common sex thing. Also you're gonna need to make Amane go until lvl2 lust for the sex to happen.
 
  • Like
Reactions: Dyhart

alberon

Newbie
Oct 6, 2017
46
18
I got it by losing in a side mission against those Renegade guys.
After that you check your computer for the leaked video of your defeat.
Then one of the guys in photography club will give you the webcam.

It may require something else like photo sessions and exposing your panties too.
you know maybe which mission? i did all except that robot thing.

seems i figured it out. took a free renegade mission and just left. voila it gets trickered.
 
Last edited:
Sep 21, 2021
200
366
If it goes over 100 groper satisfaction, you can get choices being "Nod" "Decline". If you nod, you can get the common sex thing. Also you're gonna need to make Amane go until lvl2 lust for the sex to happen.
As I said, I know that they have their own dedicated scene, I was just hoping to have some fun on the train.
 

AxelMasters

Member
Jul 27, 2017
266
133
Found a typo with the devil fruit you can get from medal exchange, for DEF and MDF it says you get a +11 boost to the stats but it's really just a +1, just in case you do what I did and get overconfident and fight an enemy I wasn't ready for due to believing I was tougher than I was. All the other stat boosts are right though.
 

Vizer007

Active Member
Oct 15, 2019
713
733
When you beat the game, there is no such thing as "buy the thing that unlock all scenes" in some post-game shop?
 

Sylith

Newbie
Jul 1, 2018
25
31
When you beat the game, there is no such thing as "buy the thing that unlock all scenes" in some post-game shop?
There should be. Looking in the items.json there is an item named "Another Memory", Id 448. It's description states it will unlock all events in the recollection room. Probably achieved on beating the game, or you can use mv save file editor to add the item to your list of items. Sadly RPGmakersaveedit can't load the list of items, as it's gui makes it a lot easier to do in most rpgmaker games.

If you haven't used the MVsavefile editor before, you tell it to open a save, and it opens the save as a json file.
  1. From there you can search for _gold, and should take you to the spot where it mentions how much gold/money you have exactly. edit the number to add money if you want.
  2. Scroll a little past it, and you'll see the items statement ( "_items":{" ), and the id of each item in your inventory, :, and then how many. Id's are listed numerically in order, and you can compare it to items.json in www/data folder to see which item is what.
  3. Adding items is as easy as changing an existing number amount for an item (if you already have it) or, in the right spot numerically, add it in. For example, early in the game, and want some aphrodisiacs? Add in, "70":99,"71":99,"72":99, and it will give you the 3 aphrodisiacs in the game, 99 of each. Enter it in where it makes sense numerically (after 68 or next highest, and before 73 or next highest). Same with "Another Memory", id 448. Add "448":1, and you'll be good to go. Only need 1.
  4. Once done, hit save and close the json file, and in the command window that appeared to edit it, just hit enter. It should write back successfully your save, and just need to load it in game again.
When adding items, you need to reference the numbers in items.json if adding new, so you know what you're adding or you can cause serious issues (like items that don't exist, and they do skip numbers a lot).
 
  • Like
Reactions: Vizer007
4.40 star(s) 114 Votes