Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate Advanced Graphics Options from Graphics Options for now #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Languages/english.ini
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ Cyber=Cyber

#ScreenOptionsMenu
Insert Credit=Insert Credit
Graphic Options=Graphic Options
Advanced Graphic Options=Advanced Graphic Options
Arcade Options=Options
Reset Menu=Reset Menu
Center Image=Test Image
Expand Down
32 changes: 25 additions & 7 deletions metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3174,11 +3174,12 @@ GraphicOptions=
InputOptions=
MachineOptions=
SoundOptions=
LineNames=1,2,3,4,10,11,12,13,15,17,18,19
LineNames=1,2,3,4,5,10,11,12,13,15,17,18,19
Line1=list,Insert Credit
Line2=list,Graphic Options
Line3=list,Arcade Options
Line4=list,Bookkeeping
Line3=list,Advanced Graphic Options
Line4=list,Arcade Options
Line5=list,Bookkeeping
Line10=list,Center Image
Line11=list,Test Input
Line12=list,Test Lights
Expand Down Expand Up @@ -3870,15 +3871,14 @@ Fallback=ScreenOptionsSubmenu
#NextScreen=ScreenOptionsMenu
NextScreen=ScreenGraphicOptionsLoading
CapitalizeAllOptionNames=0
LineNames=1,2,3,4,5,6,7
OptionMenuFlags=together;forceallplayers;explanations;smnavigation
LineNames=1,2,3,4,5,6
OptionMenuFlags=together;explanations
Line1=conf,Windowed
Line2=lua,LuaGraphicOptions()
Line3=lua,LuaSetAspectRatio()
Line4=lua,LuaSetResolution('4:3')
Line5=lua,LuaSetResolution('16:10')
Line6=lua,LuaSetResolution('16:9')
Line7=list,Advanced Graphic Options
ColorDisabled=0.82,0.82,0.82,0
Row4Y=SCREEN_CENTER_Y-113+28*3
Row5Y=SCREEN_CENTER_Y-113+28*3
Expand All @@ -3894,6 +3894,24 @@ ShowScrollBar=0
ExplanationTogetherOnCommand=hidden,1
LineHighlightOnCommand=hidden,1

[ScreenGraphicOptionsAdvanced]
Fallback=ScreenOptionsSubmenu
LineNames=1,2,3,4,5,6,7,8,9,10,11,12,13
OptionMenuFlags=together;explanations
Line1=conf,Windowed
Line2=conf,DisplayResolution
Line3=conf,DisplayColor
Line4=conf,TextureResolution
Line5=conf,TextureColor
Line6=conf,MovieColor
Line7=conf,SmoothLines
Line8=conf,CelShadeModels
Line9=conf,DelayedTextureDelete
Line10=conf,RefreshRate
Line11=conf,Vsync
Line12=conf,ShowStats
Line13=conf,ShowBanners

[ScreenGraphicOptionsLoading]
Fallback=ScreenSelectMaster
Class=ScreenSelectMaster
Expand All @@ -3902,4 +3920,4 @@ AllowBack=0
ChoiceNames=1
DefaultChoice=1
Choice01=
PrevScreen=ScreenOptionsMenu
PrevScreen=ScreenOptionsMenu