Skip to content

A drummania (GITADORA era) imitation skin for Drum Game

Notifications You must be signed in to change notification settings

de-odex/dg-drummania-skin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drum Game drummania skin

This is a skin for Drum Game that mimics GITADORA drummania (post-Matixx) as closely as possible.

Preview

Usage

  1. Install Drum Game
  2. Create a folder skins/dg-drummania-skin in your resources folder

Basic (speed 4.0, no customisation)

  1. Put skin.json from the Releases in the folder
  2. Find a DTXMania drummania skin (Matixx or later) and copy the Graphics folder into the dg-drummania-skin folder

Intermediate (customise your skin)

This is for when you want to customise the skin with the same settings as drummania.

  1. Install the CUE language tooling
  2. Clone this repo into the dg-drummania-skin folder with git clone https://github.com/de-odex/dg-drummania-skin
  3. Create a custom.cue file in the dg-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
}
  1. Compile the skin with cue export -fo ./skin.json

Advanced (change anything about the skin)

This will be an upcoming feature for this skin.

Differences

  • 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

About

A drummania (GITADORA era) imitation skin for Drum Game

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages