limyz / DTXmaniaNX

A program that replicates gameplay from Konami's music video game, Gitadora - Drummania/GuitarFreaks. This project provides QoL updates, previously was forked from the DTXManiaXG verK SVN repository.
https://en.osdn.jp/projects/dtxmaniaxg-verk/
83 stars 19 forks source link

Hidden configuration options to be placed in menus for easy access #119

Open limyz opened 2 years ago

limyz commented 2 years ago

image As highlighted by @approvedtx, some options are not visible in the GUI and require the user to meddle around with config.ini to enable certain settings.

jaredmorgs commented 2 years ago

I also noticed the mention of "Stoic mode" in the config file.

; ストイックモード(0:OFF, 1:ON)
; Stoic mode. (0:OFF, 1:ON)
StoicMode=0

Is this still in the game?

jaredmorgs commented 2 years ago

Also noticed a velocity value as well to adjust cross-chatter between pads (I think)

; LC, HH, SD,...の入力切り捨て下限Velocity値(0~127)
; Minimum velocity value for LC, HH, SD, ... to accept.
LCVelocityMin=0
HHVelocityMin=20
SDVelocityMin=0
BDVelocityMin=0
HTVelocityMin=0
LTVelocityMin=0
FTVelocityMin=0
CYVelocityMin=0
RDVelocityMin=0
LPVelocityMin=0
LBDVelocityMin=0