This is a skin for Drum Game that mimics GITADORA drummania (post-Matixx) as closely as possible.
- Install Drum Game
- Create a folder
skins/dg-drummania-skin
in your resources folder
- Put
skin.json
from the Releases in the folder - Find a DTXMania drummania skin (Matixx or later) and copy the
Graphics
folder into thedg-drummania-skin
folder
This is for when you want to customise the skin with the same settings as drummania.
- Install the CUE language tooling
- Clone this repo into the
dg-drummania-skin
folder withgit clone https://github.com/de-odex/dg-drummania-skin
- Create a
custom.cue
file in thedg-drummania-skin
folder and put this text inside, changing the values to what you like:
package dgskin
_#inputs: {
speed: 4.0 // your speed (0.5 to 20.0)
targetLinePosition: 0 // your target line position (0 to 100)
targetEffectPosition: "A" // your target effect position (A, B)
laneLayout: "A" // your lane layout (A, B, C, D)
shutter:
top: 0
bottom: 0
}
- Compile the skin with
cue export -fo ./skin.json
This will be an upcoming feature for this skin.
- Different note graphics are (currently) used for:
- Splash
- Left Bass Pedal (same as Bass Pedal but flipped, on the Hi-hat Pedal lane)
- This will be configurable in the future
- Ride (like in DTXMania)
- This will be configurable in the future
- Currently, the borders of the lanes are not skinnable, so they are left as solid colours with accurate sizes for now