Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Ease down the trolling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mendasp committed Oct 18, 2015
1 parent 793a9f2 commit 3049d8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
10 changes: 2 additions & 8 deletions configs/ns2plus.json
@@ -1,12 +1,6 @@
{
"swalkMode": [
31570534,
58609233
],
"goldenMode": [
31570534,
58609233
],
"swalkMode": [],
"goldenMode": [],
"masterresMode": [
31570534,
58609233
Expand Down
3 changes: 2 additions & 1 deletion lua/NS2Plus/CHUD_Client.lua
Expand Up @@ -59,7 +59,8 @@ function GUIScale(size)
local scale = CHUDGetOption("uiscale") or 1
return originalGUIScale(size*scale)
elseif masterresModeEnabled then
return originalGUIScale(size*(1+PlayerUI_GetGameLengthTime()/60))
//return originalGUIScale(size*(1+PlayerUI_GetGameLengthTime()/60))
return originalGUIScale(size)
elseif CHUDGetOption("brokenscaling") then
local screenWidth = Client.GetScreenWidth()
local screenHeight = Client.GetScreenHeight()
Expand Down

0 comments on commit 3049d8a

Please sign in to comment.