Skip to content

Commit

Permalink
More resolutions!
Browse files Browse the repository at this point in the history
  • Loading branch information
eezstreet committed Sep 13, 2016
1 parent 5c1d779 commit 7f8f8d8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ You can make a shortcut to these .bat files for more convenience.
- New Feature: Disable initial dispatch. Enable it in Audio Options
- You can now pick up guns through restrained suspects, and all hostages (except live, unrestrained ones)
- AI-controlled officers will now automatically report suspects/hostages that they restrain
- Support for many more resolutions (4 -> 22)
- Fixed a bug that caused the Heavy Armor to have texture issues due to StaticLoadout.ini missing
- Fixed a bug that caused the AI-controlled officers to not deploy pepperball gun if it was their secondary weapon
- Fixed a bug that caused the AI-controlled officers to not deploy grenade launcher if it was their secondary weapon
Expand All @@ -45,6 +46,7 @@ System/PlayerInterface_Use.ini
System/SoundEffects.ini
System/StaticLoadout.ini
System/SwatGui.ini
System/SwatGuiState.ini
Generated code

### v1 ###
Expand Down Expand Up @@ -184,6 +186,7 @@ Some of the changes are as follows.
- 'Display Subtitles' moved to Audio Options
- 'Use Speech Recognition' option added to Audio Options
- 'Disable Initial Dispatch' option added to Audio Options
- Support for ~5x as many resolutions (4 -> 22)


## EQUIPMENT ##
Expand Down
2 changes: 1 addition & 1 deletion Source/Game/SwatGame/Classes/SwatGUIConfig.uc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ var(AudioSettings) config localized array<string> SoundQualityChoices "Choices f
//////////////////////////////////////////////////////////////////////////////////////
// Video Settings
//////////////////////////////////////////////////////////////////////////////////////
var(VideoSettings) config localized array<string> ScreenResolutionChoices "Choices for screen resolution";
var(VideoSettings) config array<string> ScreenResolutionChoices "Choices for screen resolution";
var(VideoSettings) config localized array<string> TextureDetailChoices "Choices for texture detail";
var(VideoSettings) config localized array<string> OtherDetailChoices "Choices for other detail";
var(VideoSettings) config localized array<string> RenderDetailChoices "Choices for generic render detail";
Expand Down
3 changes: 1 addition & 2 deletions System/SwatGame.int
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CustomEquipmentLoadoutDefaultFriendlyNames=("Assaulter (JHP)","Assaulter (FMJ)",
LocalizedCommandString=("Classic: Primary Weapon","Classic: Secondary Weapon","Classic: Flashbang Grenade","Classic: CS Gas Grenade","Classic: Sting Grenade","Classic: Pepper Spray","Classic: Breaching","Classic: Toolkit","Classic: Optiwand","Classic: Wedge","Graphic: Primary Weapon","Graphic: Secondary Weapon","Graphic: Flashbang Grenade","Graphic: CS Gas Grenade","Graphic: Sting Grenade","Graphic: Pepper Spray","Graphic: Breaching","Graphic: Toolkit","Graphic: Optiwand","Graphic: Wedge","Classic: Back","Classic: Deploy","Open/Close Menus","Fire","Melee","Reload","Equip Handcuffs","Change Firing Mode","Zoom","Toggle Flashlight","Use","Throw Lightstick","Change command group","Toggle Red team Viewports","Toggle Blue team Viewports","Toggle Sniper Viewports","Deactivate Viewports","Control Viewports","Display Objectives & Scores","Open Graphic Command Interface","Give Quick Command / Initiate","Equip Next Weapon","Equip Previous Weapon","Scroll Command Up","Scroll Command Down","Move Forward","Move Backward","Sidestep Left","Sidestep Right","Lean Left","Lean Right","Run/Walk","Crouch","Toggle Run/Walk","Toggle Crouch","Say","Team Say","Scroll Chat Up","Scroll Chat Down","Scroll Chat Page Up","Scroll Chat Page Down","Scroll Chat To Home","Scroll Chat To End","Hold Command","Activate Voice over IP")
AudioVirtualizationChoices=("None","Low HRTF","High HRTF")
SoundQualityChoices=("Low","High")
ScreenResolutionChoices=("800x600", "1024x768", "1152x864", "1280x768", "1280x800", "1280x960", "1280x1024", "1360x768", "1366x768", "1600x900", "1600x1024", "1600x1050", "1600x1200", "1920x1080", "2560x1440")
ScreenResolutionChoices=("800x600", "1600x1200")
TextureDetailChoices=("Low","Medium","High")
OtherDetailChoices=("Off","Low","Medium","High")
RenderDetailChoices=("Custom","Low","Medium","High","Very High")
Expand Down Expand Up @@ -128,4 +128,3 @@ CampaignObjectivesString=CAMPAIGN OBJECTIVES.
[DefaultCustomSkin]
SkinFriendlyName=Default
SkinDescription=Selecting this skin will cause the default skin for your team to be used

18 changes: 18 additions & 0 deletions System/SwatGuiState.ini
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,27 @@ AudioVirtualizationChoices=High HRTF
SoundQualityChoices=Low
SoundQualityChoices=High
ScreenResolutionChoices=800x600
ScreenResolutionChoices=1024x576
ScreenResolutionChoices=1024x768
ScreenResolutionChoices=1152x648
ScreenResolutionChoices=1152x864
ScreenResolutionChoices=1280x720
ScreenResolutionChoices=1280x768
ScreenResolutionChoices=1280x800
ScreenResolutionChoices=1280x960
ScreenResolutionChoices=1280x1024
ScreenResolutionChoices=1360x768
ScreenResolutionChoices=1366x768
ScreenResolutionChoices=1440x900
ScreenResolutionChoices=1600x900
ScreenResolutionChoices=1600x1024
ScreenResolutionChoices=1600x1050
ScreenResolutionChoices=1600x1200
ScreenResolutionChoices=1920x1080
ScreenResolutionChoices=1920x1200
ScreenResolutionChoices=2560x1440
ScreenResolutionChoices=3840x2160
ScreenResolutionChoices=4096x2160
TextureDetailChoices=Low
TextureDetailChoices=Medium
TextureDetailChoices=High
Expand Down

0 comments on commit 7f8f8d8

Please sign in to comment.