dos h0092 keyGroupOrder - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

Home > Chart settings specification > Initial settings in settings screen

| <- transKeyUse | keyGroupOrder | customFont -> |

keyGroupOrder

  • Setting of partial key type groups that can be configured in Key Config.

Usage

|keyGroupOrder=11L$11L,5,12,7i|
// The first chart shows only label: 11L
// The second chart is labeled: 11L, 5, 12, 7i in this order

Overview

  • Specify the key type group names that can be selected on the Key Configuration screen, separated by commas.
  • Key configurations can be set in the order specified.
  • The key type group name is selected from the names specified in keyGroupX of the custom key definition. If the key group name spans multiple charts, use a $ delimiter.
  • This setting allows the key configuration function to be displayed only to the extent intended by the creator. It is intended for use in charts with key changes.
  • If not specified, the key group names are converted to numbers and then sorted in ascending order. If the chart does not have a key change, it is assigned to key group "0" uniformly.

Additional information

  • If the use is not temporary, such as a trans-key, it can be a custom key definition.

Example of splitting only the key configuration screen with everything displayed (keyGroupOrderX)

|keyCtrl25=D2,D3,D4,D7,D8,D9,W,E,R,U,I,O,7_0,Z,X,C,M,Comma,Period|
|chara25=aleft,aleftdia,adown,aup,arightdia,aright,bleft,bleftdia,bdown,bup,brightdia,bright,7_0,cleft,cleftdia,cdown,cup,crightdia,cright|
|color25=4,4,4,4,4,4,3,3,3,3,3,3,0,0,0,2,0,0,0,1,1,1,1,1,1|
|stepRtn25=0,-45,-90,90,135,180,0,-45,-90,90,135,180,7_0_0,0,-45,-90,90,135,180|
|pos25=0,1,2,4,5,6,0.01,1.01,2.01,4.01,5.01,6.01,0.02,1.02,2.02,3.02,4.02,5.02,6.02,0.03,1.03,2.03,4.03,5.03,6.03|
|keyGroup25=0/1,0/1,0/1,0/1,0/1,0/1,0/2,0/2,0/2,0/2,0/2,0/2,0/3,0/3,0/3,0/1/2/3/4,0/3,0/3,0/3,0/4,0/4,0/4,0/4,0/4,0/4|

|keyGroupOrder25=1,2,3,4|

Related pages

Changelog

Version Change details
v30.0.1 - Initial implementation

| <- transKeyUse | keyGroupOrder | customFont -> |