Change ES/OMES to 2x, extend timer on ScreenCaution
Also, changed indent style in .editorconfig to spaces for txt files, to reduce diff noise.
This commit is contained in:
@@ -9,6 +9,9 @@ charset = utf-8
|
|||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.txt]
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
StepMania 5 Changelog
|
StepMania 5 Changelog
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
The StepMania 5 Changelog covers all post-sm-ssc changes. For a list of changes
|
The StepMania 5 Changelog covers all post-sm-ssc changes. For a list of changes
|
||||||
from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt.
|
from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt.
|
||||||
@@ -8,6 +8,10 @@ ________________________________________________________________________________
|
|||||||
StepMania current development
|
StepMania current development
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
2014/09/02
|
||||||
|
----------
|
||||||
|
* Changed ES/OMES speed mod to 2x from 1.5x.
|
||||||
|
|
||||||
2014/08/06
|
2014/08/06
|
||||||
----------
|
----------
|
||||||
* [ScreenGameplay] LifeMeterChangedP1 message is no longer broadcast for for
|
* [ScreenGameplay] LifeMeterChangedP1 message is no longer broadcast for for
|
||||||
|
|||||||
@@ -83,9 +83,9 @@ NumFixedProfiles=1
|
|||||||
|
|
||||||
[SongManager]
|
[SongManager]
|
||||||
# SSC: Determine what the ES/OMES Modifiers are
|
# SSC: Determine what the ES/OMES Modifiers are
|
||||||
ExtraStagePlayerModifiers="default,1.5x,reverse"
|
ExtraStagePlayerModifiers="default,2x,reverse"
|
||||||
ExtraStageStageModifiers="failimmediatecontinue,norecover"
|
ExtraStageStageModifiers="failimmediatecontinue,norecover"
|
||||||
OMESPlayerModifiers="default,1.5x,reverse"
|
OMESPlayerModifiers="default,2x,reverse"
|
||||||
OMESStageModifiers="failimmediate,suddendeath"
|
OMESStageModifiers="failimmediate,suddendeath"
|
||||||
|
|
||||||
# How many different colors you can have in the MusicWheel
|
# How many different colors you can have in the MusicWheel
|
||||||
@@ -1897,7 +1897,9 @@ Fallback="ScreenSplash"
|
|||||||
PrepareScreen=""
|
PrepareScreen=""
|
||||||
NextScreen=Branch.StartGame()
|
NextScreen=Branch.StartGame()
|
||||||
PrevScreen=Branch.TitleMenu()
|
PrevScreen=Branch.TitleMenu()
|
||||||
TimerSeconds=3
|
TimerSeconds=10
|
||||||
|
TimerStealth=true
|
||||||
|
ForceTimer=true
|
||||||
AllowStartToSkip=true
|
AllowStartToSkip=true
|
||||||
|
|
||||||
[ScreenProfileLoad]
|
[ScreenProfileLoad]
|
||||||
|
|||||||
Reference in New Issue
Block a user