mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
better warning?
This commit is contained in:
parent
4a763d68fe
commit
9594869b33
@ -359,7 +359,7 @@ function ARC9.MakeBadConfigWindow(tbl, openincompatafter, incompattable)
|
||||
surface.PlaySound("buttons/weapon_cant_buy.wav")
|
||||
local startTime = CurTime()
|
||||
local window = vgui.Create("DFrame")
|
||||
window:SetSize(ScrW() * 0.6, ScrH() * 0.6)
|
||||
window:SetSize(ScrW() * 0.8, ScrH() * 0.6)
|
||||
window:Center()
|
||||
window:SetTitle("")
|
||||
window:SetDraggable(false)
|
||||
|
@ -382,7 +382,7 @@ L["badconf.wait"] = "Wait {time}s"
|
||||
|
||||
L["badconf.directx.title"] = "Outdated DirectX version"
|
||||
L["badconf.directx.desc"] = "You are currently running DirectX 8 or 8.1. Modern GMod isn't meant for this, you might not be able to see models on most weapon packs. (dx9 was introduced 21 years ago!)"
|
||||
L["badconf.directx.solution"] = "Solution: Go to Garry's Mod's launch options and insert \"-dxlevel 95\" into the launch parameters. If \"-dxlevel 70/80/85\" is listed there, remove it."
|
||||
L["badconf.directx.solution"] = "Solution: Go to Garry's Mod's launch options and insert \"-dxlevel 95 +mat_directx 95\" into the launch parameters. If \"-dxlevel 70/80/85\" is listed there, remove it."
|
||||
|
||||
L["badconf.tickrate.title"] = "Too low server tickrate"
|
||||
L["badconf.tickrate.desc"] = "The server you are on is running on very low tickrate. ARC9 runs best if you run a minimum of 20 tickrate (66+ is recommended)."
|
||||
|
Loading…
Reference in New Issue
Block a user