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:
Colby Klein
2014-09-04 10:38:37 -07:00
parent e3f8d272c1
commit b89bc65178
3 changed files with 24 additions and 15 deletions
+3
View File
@@ -9,6 +9,9 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.txt]
indent_style = space
[*.md]
trim_trailing_whitespace = false
+5 -1
View File
@@ -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
from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt.
@@ -8,6 +8,10 @@ ________________________________________________________________________________
StepMania current development
--------------------------------------------------------------------------------
2014/09/02
----------
* Changed ES/OMES speed mod to 2x from 1.5x.
2014/08/06
----------
* [ScreenGameplay] LifeMeterChangedP1 message is no longer broadcast for for
+5 -3
View File
@@ -83,9 +83,9 @@ NumFixedProfiles=1
[SongManager]
# SSC: Determine what the ES/OMES Modifiers are
ExtraStagePlayerModifiers="default,1.5x,reverse"
ExtraStagePlayerModifiers="default,2x,reverse"
ExtraStageStageModifiers="failimmediatecontinue,norecover"
OMESPlayerModifiers="default,1.5x,reverse"
OMESPlayerModifiers="default,2x,reverse"
OMESStageModifiers="failimmediate,suddendeath"
# How many different colors you can have in the MusicWheel
@@ -1897,7 +1897,9 @@ Fallback="ScreenSplash"
PrepareScreen=""
NextScreen=Branch.StartGame()
PrevScreen=Branch.TitleMenu()
TimerSeconds=3
TimerSeconds=10
TimerStealth=true
ForceTimer=true
AllowStartToSkip=true
[ScreenProfileLoad]