3lfscout

Member
Jan 8, 2018
412
518
For anyone crying how 2-hand that is:

(of course only for UNboxed version,
EnigmaVBUnpacker)

www/js/plugins/HSPlugins.JS
line 90: var _TouchInput_update = TouchInput.update;
add:
/*
above it
and after }; below the block:
*/

and voila the game allows you to use the mouse

Controllers go to:

www/js/rpg_core.js

trick here is to turn unused buttons into "C" (MV doesnt use R2/L2 or stickpresses)
they can be manually turned into those Custom keys like C for attack

line 3036-3047:
Input.gamepadMapper = {
0: 'ok', // A
1: 'cancel', // B
2: 'shift', // X
3: 'menu', // Y
4: 'pageup', // LB
5: 'pagedown', // RB
12: 'up', // D-pad up
13: 'down', // D-pad down
14: 'left', // D-pad left
15: 'right', // D-pad right
};

As you can see: 6-11 are free

You can just replace entire block with:
Input.gamepadMapper = {
0: 'ok', // A
1: 'cancel', // B
2: 'shift', // X
3: 'menu', // Y
4: 'pageup', // LB
5: 'pagedown', // RB
6: 'C', // LT/2
7: 'control', // RT/2
8: 'C', // Select
9: 'control', // Start
10: 'C', // L3
11: 'control', // R3
12: 'up', // D-pad up
13: 'down', // D-pad down
14: 'left', // D-pad left
15: 'right', // D-pad right
};

This makes LT, Select and L3 (left stick press) into C for attack
and their right side counterparts all become CTRL for turn

or if you got a Manufacturer-Side input tool, like Logitech gives their gamepads one, just use that for re-binds and assign the Game's .exe or launch it from inside or whatever
 
Last edited:
  • Like
Reactions: Zippix and Ezra

anonymous316

Member
Oct 6, 2017
439
442
My problem isn't how hard it is it's just that one trap that always ruins my day, the one that brings you to 1 hp. Is there a way to notice where traps are or am I just getting really unlucky?
 

3lfscout

Member
Jan 8, 2018
412
518
My problem isn't how hard it is it's just that one trap that always ruins my day, the one that brings you to 1 hp. Is there a way to notice where traps are or am I just getting really unlucky?
no you cannot smell traps (pun unintended)
but the 1st armor u "buy" (trade loot for) makes you immune, its the best armor

also,
BUY levels before entering dungeon

equip armor by clicking/pressing on it - it STAYS in list, it doesnt vanish (becus equipped)

careful not to accidentally sell Equipped stuff


btw you can be a mega crap in dungeon and lose becus 2x horse'd - and still get 9999 gold reward for that
 

Clancy

New Member
Apr 26, 2018
13
88
I can't seem to unlock the scene with the 'boy' in it. Talked to every 'boy' in town, like the one near the brothel and the one near Jubei's house. In order to unlock it, I have to view the 'first interaction' with Jubei in which I did. What am I missing here exactly?
 

Yxel

Member
Nov 15, 2017
171
172
Any RPGM game that lets me full screen window mode is a win for me. Bonus points since it seems there's gameplay beyond walking around town slowly becoming a whore. Hope the scenes have good variety and the gameplay isn't tedious
You wii be surprised how many games can be set to fullscreen borderless with third-party soft. I use Borderless gaming.
 

Villi X

Member
Jun 12, 2018
103
293
Just download the save file, save yourself the time, unless you like the gameplay it isn't worth the effort trying to get these scenes on your own, plus most scenes are played instances, and not just text and images over your character standing in the recollection room.
 

3lfscout

Member
Jan 8, 2018
412
518
does anyone know what the "item" is?
(No, it 100% is not the scroll)

suppose said "item" is a hard requirement for Aftermath 2, 3, 4 & 5

Beating endboss without herbs leads to Aftermath 1 no matter how often one repeats that
 

wumpalumba

Newbie
Jun 28, 2017
48
130
I can't seem to unlock the scene with the 'boy' in it. Talked to every 'boy' in town, like the one near the brothel and the one near Jubei's house. In order to unlock it, I have to view the 'first interaction' with Jubei in which I did. What am I missing here exactly?
In the house where u can sell stuff
 

ssj782

Engaged Member
Apr 19, 2019
3,391
5,071
Huh. Wolves are fairly easily defeatable as of lvl 3 in my experience, which you either buy or grind at the first floor.
After reading this, I re-downloaded it to try. I killed several wolves with no problem, but after a couple runs I ran into another one that two-shotted me. All crits, 20+ damage per hit. No idea why I'm seeing it, if you haven't.
 

DrGrigor

Member
Nov 12, 2018
337
929
After reading this, I re-downloaded it to try. I killed several wolves with no problem, but after a couple runs I ran into another one that two-shotted me. All crits, 20+ damage per hit. No idea why I'm seeing it, if you haven't.
If you stay too long at the same floor, something bad is going to happen. My guess is some big bad wolf pop up due to it.

I never stay too long, so I don't know.
 

ssj782

Engaged Member
Apr 19, 2019
3,391
5,071
If you stay too long at the same floor, something bad is going to happen. My guess is some big bad wolf pop up due to it.

I never stay too long, so I don't know.
Nope. Both times it was the first creature I ran into on the second floor.
 

anonymous316

Member
Oct 6, 2017
439
442
Yeah twice in a row at floor 15 I've been critted for all but 1 hp by that dang ghost looking monster not long after entering.
 

Thecatbred

Active Member
Game Developer
Sep 24, 2018
861
1,598
a bit too much fisting for my tastes, but overall very pleasant and short porn game. Doesn't need a grind, or rather, since it's made in MV instead of the usual VX trash with it's turn-based system, the fighting is direct and real-time, so grinding doesn't feel like grinding at all. There's one small bug in the game (or maybe it's a feature, can't say for sure) with an item costing exactly 10k, while the game allows only for 9999. But the lack of the item can be circumvented by unlocking a certain event. Good stuff, this game. Takes about 2-3h to 100%
Man, what VX games have you been playing... i've found more really good games on VX compared to MV...
 
  • Like
Reactions: superelmo

feuerzeug

Newbie
Jul 14, 2017
19
2
does anyone know what the "item" is?
(No, it 100% is not the scroll)

suppose said "item" is a hard requirement for Aftermath 2, 3, 4 & 5

Beating endboss without herbs leads to Aftermath 1 no matter how often one repeats that
Try using the scroll on the water lilly to the west of the manor entrance. There is a ninja selling 4 items, 2 of wich are 10k gold(is it gold?), don't know how to actually buy them but it could be the armor.
 

Rizo

Well-Known Member
Jul 29, 2017
1,187
5,858
Oh yea! This will kill time until tomorrow when Detective Girl releases! Gonna be a long weekend ;)
 

Zippix

Well-Known Member
Sep 7, 2017
1,585
1,066
You wii be surprised how many games can be set to fullscreen borderless with third-party soft. I use Borderless gaming.
You are quite right; I would be remiss to add, though, that if memory serves I have yet to meet an MV game that I couldn't full-screen (F4 or ALT+Enter) - and it's been a lot more than a few dozen that I've tried out thus far... *he said not entirely unashamed*
 
2.30 star(s) 6 Votes