This commit is contained in:
MokaAkashiya85 2024-07-17 19:44:47 +02:00
parent 3c6e5e6ce3
commit 00be74917f
7 changed files with 190 additions and 85 deletions

View File

@ -315,37 +315,52 @@ L["incompatible.never.hover"] = "Bist du dir absolut sicher, dass du die Auswirk
L["incompatible.never.confirm"] = "Du hast Inkompatibilitätswarnungen ausgeschaltet; Wenn etwas schiefläuft, ist das deine eigene Schuld."
////////////////////// Warning panel
-- L["badconf.title"] = "ARC9: BAD PERFORMANCE WARNING"
-- L["badconf.title"] = "ARC9: BAD GMOD SETTINGS WARNING"
-- L["badconf.line1"] = "It appears some Garry's Mod settings are causing problems."
-- L["badconf.line2"] = "Listed below are problems which have been detected, and solutions to fix them."
-- L["badconf.confirm"] = "Acknowledge"
-- L["badconf.wait"] = "Wait {time}s"
-- L["badconf.warning"] = "Warning! Your performance is not optimal! - Hover over to view details."
-- L["badconf.directx.title"] = "Outdated DirectX Version"
-- L["badconf.directx.desc"] = "You are currently running DirectX 8 or 8.1. As many weapon addons remove low-quality assets to reduce file size, you might not be able to see those models."
-- 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.tickrate.title"] = "Low Server Tickrate"
-- 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)."
-- L["badconf.tickrate.solution"] = "Solution: If you are a server owner, then insert \"-tickrate 33\", or whichever value you want, in the server launch configurations."
-- L["badconf.matbumpmap.title"] = "Bumpmaps Disabled"
-- L["badconf.matbumpmap.desc"] = "You have bumpmaps disabled, which makes weapons and props look worse. It also affects certain ARC9 optics."
-- L["badconf.matbumpmap.solution"] = "Solution: In the console, type \"mat_bumpmap 1\". If you are using an FPS config of any kind, then you might have to access \"autoexec.cfg\" and ensure it does not automatically turn it back off."
-- L["badconf.matbumpmap.title"] = "mat_bumpmap is disabled"
-- L["badconf.matbumpmap.desc"] = "You have bumpmaps disabled, which makes weapons look worse. It also breaks certain ARC9 optics."
-- L["badconf.matbumpmap.solution"] = "Solution: In the console, type \"mat_bumpmap 1\". If you are using an FPS config of any kind, then find and delete mat_bumpmap 0 line from \"autoexec.cfg\"."
-- L["badconf.addons.title"] = "Too Many LUA Files"
-- L["badconf.addons.desc"] = "You have installed way too many addons and have reached the LUA file limit. ARC9 has therefore not been able to initialize properly, meaning attachments might not work."
-- L["badconf.addons.title"] = "Too many addons! Lua file limit exceeded!"
-- L["badconf.addons.desc"] = "You have installed way too many addons and have reached the Lua file limit. ARC9 has therefore not been able to initialize properly, meaning attachments might not work."
-- L["badconf.addons.solution"] = "Solution: Uninstall heavy addons through the in-game Addons menu, or through the Steam workshop (for example other weapon bases, JMod, Entity Packs, and so on)."
-- L["badconf.x64.title"] = "32-Bit Detected"
-- L["badconf.x64.desc"] = "You are currently running Garry's Mod in 32-bit. This restricts the amount of performance you can obtain drastically."
-- L["badconf.x64.solution"] = "Solution: In Garry's Mod's launch options, go to \"Betas\" and change to \"x86-64 - Chromium + 64-bit binaries\"."
-- L["badconf.warning"] = "Warning! Your performance is not optimal! - Hover over to view details."
-- L["badconf.warning.desc"] = "More FPS is always good. Especially on weapon bases like this one.\n\nHover cursor over items below to see solution."
-- L["badconf.multicore.title"] = "No Multicore Rendering"
-- L["badconf.multicore.desc"] = "Multicore rendering is currently disabled. This results in worsened in-game performance."
-- L["badconf.multicore.solution"] = "Solution: You can google \"Gmod Multicore\" and find a solution online."
-- L["badconf.x64.title"] = "► Slow 32-Bit branch Detected"
-- L["badconf.x64.desc"] = [[You are currently running Garry's Mod in 32-bit. This restricts the amount of performance you can obtain drastically.
-- Solution: In Garry's Mod's launch options, go to "Betas" and change to "x86-64 - Chromium + 64-bit binaries".
-- Google "gmod x64" to find a tutorial online.]]
-- L["badconf.multicore.title"] = "► No Multicore Rendering commands"
-- L["badconf.multicore.desc"] = [[Certain multicore rendering settings are currently disabled. This results in worsened in-game performance.
-- Solution: You need to put certain commands into autoexec.cfg
-- Google "gmod multicore" to find a tutorial online.
-- All commands that can increase performance:
-- gmod_mcore_test 1
-- mat_queue_mode 2
-- cl_threaded_bone_setup 1
-- cl_threaded_client_leaf_system 1
-- r_threaded_client_shadow_manager 1
-- r_threaded_renderables 1]]
////////////////////// Presets
L["customize.presets.atts"] = " Aufsätze"

View File

@ -400,10 +400,26 @@ L["badconf.warning"] = "Warning! Your performance is not optimal! - Hover over t
L["badconf.warning.desc"] = "More FPS is always good. Especially on weapon bases like this one.\n\nHover cursor over items below to see solution."
L["badconf.x64.title"] = "► Slow 32-Bit branch Detected"
L["badconf.x64.desc"] = "You are currently running Garry's Mod in 32-bit. This restricts the amount of performance you can obtain drastically.\n\nSolution: In Garry's Mod's launch options, go to \"Betas\" and change to \"x86-64 - Chromium + 64-bit binaries\".\n\nGoogle \"gmod x64\" to find a tutorial online."
L["badconf.x64.desc"] = [[You are currently running Garry's Mod in 32-bit. This restricts the amount of performance you can obtain drastically.
Solution: In Garry's Mod's launch options, go to "Betas" and change to "x86-64 - Chromium + 64-bit binaries".
Google "gmod x64" to find a tutorial online.]]
L["badconf.multicore.title"] = "► No Multicore Rendering commands"
L["badconf.multicore.desc"] = "Certain multicore rendering settings are currently disabled. This results in worsened in-game performance.\n\nSolution: You need to put certain commands into autoexec.cfg\n\nGoogle \"gmod multicore\" to find a tutorial online.\n\nAll commands that can increase performance:\n\ngmod_mcore_test 1\nmat_queue_mode 2\ncl_threaded_bone_setup 1\ncl_threaded_client_leaf_system 1\nr_threaded_client_shadow_manager 1\nr_threaded_renderables 1"
L["badconf.multicore.desc"] = [[Certain multicore rendering settings are currently disabled. This results in worsened in-game performance.
Solution: You need to put certain commands into autoexec.cfg
Google "gmod multicore" to find a tutorial online.
All commands that can increase performance:
gmod_mcore_test 1
mat_queue_mode 2
cl_threaded_bone_setup 1
cl_threaded_client_leaf_system 1
r_threaded_client_shadow_manager 1
r_threaded_renderables 1]]
////////////////////// Presets
L["customize.presets.atts"] = " Attachments"

View File

@ -315,37 +315,52 @@ L["incompatible.never.hover"] = "¿Estás completamente seguro de que entiendes
L["incompatible.never.confirm"] = "Ha elegido no volver a mostrar advertencias de incompatibilidad. Si encuentras errores o comportamientos rotos, es tu responsabilidad."
////////////////////// Warning panel
-- L["badconf.title"] = "ARC9: BAD PERFORMANCE WARNING"
-- L["badconf.title"] = "ARC9: BAD GMOD SETTINGS WARNING"
-- L["badconf.line1"] = "It appears some Garry's Mod settings are causing problems."
-- L["badconf.line2"] = "Listed below are problems which have been detected, and solutions to fix them."
-- L["badconf.confirm"] = "Acknowledge"
-- L["badconf.wait"] = "Wait {time}s"
-- L["badconf.warning"] = "Warning! Your performance is not optimal! - Hover over to view details."
-- L["badconf.directx.title"] = "Outdated DirectX Version"
-- L["badconf.directx.desc"] = "You are currently running DirectX 8 or 8.1. As many weapon addons remove low-quality assets to reduce file size, you might not be able to see those models."
-- 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.tickrate.title"] = "Low Server Tickrate"
-- 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)."
-- L["badconf.tickrate.solution"] = "Solution: If you are a server owner, then insert \"-tickrate 33\", or whichever value you want, in the server launch configurations."
-- L["badconf.matbumpmap.title"] = "Bumpmaps Disabled"
-- L["badconf.matbumpmap.desc"] = "You have bumpmaps disabled, which makes weapons and props look worse. It also affects certain ARC9 optics."
-- L["badconf.matbumpmap.solution"] = "Solution: In the console, type \"mat_bumpmap 1\". If you are using an FPS config of any kind, then you might have to access \"autoexec.cfg\" and ensure it does not automatically turn it back off."
-- L["badconf.matbumpmap.title"] = "mat_bumpmap is disabled"
-- L["badconf.matbumpmap.desc"] = "You have bumpmaps disabled, which makes weapons look worse. It also breaks certain ARC9 optics."
-- L["badconf.matbumpmap.solution"] = "Solution: In the console, type \"mat_bumpmap 1\". If you are using an FPS config of any kind, then find and delete mat_bumpmap 0 line from \"autoexec.cfg\"."
-- L["badconf.addons.title"] = "Too Many LUA Files"
-- L["badconf.addons.desc"] = "You have installed way too many addons and have reached the LUA file limit. ARC9 has therefore not been able to initialize properly, meaning attachments might not work."
-- L["badconf.addons.title"] = "Too many addons! Lua file limit exceeded!"
-- L["badconf.addons.desc"] = "You have installed way too many addons and have reached the Lua file limit. ARC9 has therefore not been able to initialize properly, meaning attachments might not work."
-- L["badconf.addons.solution"] = "Solution: Uninstall heavy addons through the in-game Addons menu, or through the Steam workshop (for example other weapon bases, JMod, Entity Packs, and so on)."
-- L["badconf.x64.title"] = "32-Bit Detected"
-- L["badconf.x64.desc"] = "You are currently running Garry's Mod in 32-bit. This restricts the amount of performance you can obtain drastically."
-- L["badconf.x64.solution"] = "Solution: In Garry's Mod's launch options, go to \"Betas\" and change to \"x86-64 - Chromium + 64-bit binaries\"."
-- L["badconf.warning"] = "Warning! Your performance is not optimal! - Hover over to view details."
-- L["badconf.warning.desc"] = "More FPS is always good. Especially on weapon bases like this one.\n\nHover cursor over items below to see solution."
-- L["badconf.multicore.title"] = "No Multicore Rendering"
-- L["badconf.multicore.desc"] = "Multicore rendering is currently disabled. This results in worsened in-game performance."
-- L["badconf.multicore.solution"] = "Solution: You can google \"Gmod Multicore\" and find a solution online."
-- L["badconf.x64.title"] = "► Slow 32-Bit branch Detected"
-- L["badconf.x64.desc"] = [[You are currently running Garry's Mod in 32-bit. This restricts the amount of performance you can obtain drastically.
-- Solution: In Garry's Mod's launch options, go to "Betas" and change to "x86-64 - Chromium + 64-bit binaries".
-- Google "gmod x64" to find a tutorial online.]]
-- L["badconf.multicore.title"] = "► No Multicore Rendering commands"
-- L["badconf.multicore.desc"] = [[Certain multicore rendering settings are currently disabled. This results in worsened in-game performance.
-- Solution: You need to put certain commands into autoexec.cfg
-- Google "gmod multicore" to find a tutorial online.
-- All commands that can increase performance:
-- gmod_mcore_test 1
-- mat_queue_mode 2
-- cl_threaded_bone_setup 1
-- cl_threaded_client_leaf_system 1
-- r_threaded_client_shadow_manager 1
-- r_threaded_renderables 1]]
////////////////////// Presets
L["customize.presets.atts"] = " Accesorios"

View File

@ -341,10 +341,24 @@ L["badconf.warning"] = "Внимание! Производительность
L["badconf.warning.desc"] = "Больше FPS всегда лучше. Особенно на этой базе оружия.\n\nНаведите курсор на пункты ниже чтобы узнать решение."
L["badconf.x64.title"] = "► Медленный 32-битный GMod обнаружен"
L["badconf.x64.desc"] = "В данный момент игра работает в 32-битном режиме, это сильно ограничивает производительность.\n\nРешение: в параметрах запуска Garry's Mod's зайдите в \"Бета версии\" и измените ветку на \"x86-64 - Chromium + 64-bit binaries\".\n\nГугли \"gmod x64\" чтобы найти гайд как это сделать."
L["badconf.x64.desc"] = [[В данный момент игра работает в 32-битном режиме, это сильно ограничивает производительность.
Решение: в параметрах запуска Garry's Mod's зайдите в "Бета версии" и измените ветку на "x86-64 - Chromium + 64-bit binaries".
Гугли "gmod x64" чтобы найти гайд как это сделать.]]
L["badconf.multicore.title"] = "► Многопотоковый рендеринг отключен"
L["badconf.multicore.desc"] = "Отсутствуют некоторые команды для многопотоковых процессоров, можно увеличить производительность путём добавления нужных команд в autoexec.cfg.\n\nГугли \"gmod multicore\" чтобы найти гайд как это сделать.\n\nВсе команды для увеличения производительности:\n\ngmod_mcore_test 1\nmat_queue_mode 2\ncl_threaded_bone_setup 1\ncl_threaded_client_leaf_system 1\nr_threaded_client_shadow_manager 1\nr_threaded_renderables 1"
L["badconf.multicore.desc"] = [[Отсутствуют некоторые команды для многопотоковых процессоров, можно увеличить производительность путём добавления нужных команд в autoexec.cfg.
Гугли "gmod multicore" чтобы найти гайд как это сделать.
Все команды для увеличения производительности:
gmod_mcore_test 1
mat_queue_mode 2
cl_threaded_bone_setup 1
cl_threaded_client_leaf_system 1
r_threaded_client_shadow_manager 1
r_threaded_renderables 1]]
////////////////////// Presets
L["customize.presets.atts"] = " обвесов"

View File

@ -315,37 +315,52 @@ L["incompatible.never.hover"] = "Är du absolut säker på att du förstår kons
L["incompatible.never.confirm"] = "Du har valt att aldrig igen visa inkompatibla varningar igen. Om du upplever problem eller brutet beteende så är det ditt eget ansvar."
////////////////////// Warning panel
L["badconf.title"] = "ARC9: DÅLIG PRESTANDAVARNING"
L["badconf.title"] = "ARC9: DÅLIG GMOD-INSTÄLLNINGSVARNING"
L["badconf.line1"] = "Ser ut som att några inställningar på Garry's Mod orsakar problem."
L["badconf.line2"] = "Nedanför finns problem som upptäckts och lösningar till dem."
L["badconf.confirm"] = "Bekräfta"
L["badconf.wait"] = "Vänta {time}s"
L["badconf.warning"] = "Varning! Din prestanda är ej optimal! - Markera för att visa detaljer."
L["badconf.directx.title"] = "Gammal DirectX-Version"
L["badconf.directx.desc"] = "Du kör just nu DirectX 8 eller 8.1. Då många vapentillägg tar bort tillgångar med lägre kvalitet för att sänka filstorleken så kanske du inte ser dessa modeller."
L["badconf.directx.solution"] = "Lösning: Gå till startinställningarna på Garry's Mod och lägg till \"-dxlevel 95\" i startparametern. Om \"-dxlevel 70/80/85\" är med där, ta bort det."
L["badconf.tickrate.title"] = "Låg Server \"Tickrate\""
L["badconf.tickrate.title"] = "För låg server \"tickrate\""
L["badconf.tickrate.desc"] = "Servern du är på kör på för låg \"tickrate\". ARC9 är bäst när du kör på minumum 20 tickrate (66+ rekommenderas)."
L["badconf.tickrate.solution"] = "Lösning: Om du är serverns ägare, lägg till \"-tickrate 33\", eller det värdet du vill använda, i serverns startkonfiguration."
L["badconf.matbumpmap.title"] = "\"Bumpmaps\" avaktiverade"
L["badconf.matbumpmap.title"] = "mat_bumpmap avaktiverat"
L["badconf.matbumpmap.desc"] = "Du har avaktiverat \"bumpmaps\" vilket gör att vapen och modeller ser värre ut. Det kan också påverka vissa ARC9-riktmedel."
L["badconf.matbumpmap.solution"] = "Lösning: I konsolen, skriv in \"mat_bumpmap 1\". Om du använder en \"FPS config\" av något slag så kanske du måste öppna \"autoexec.cfg\" och vara säker på att det inte stängs av automatiskt igen."
L["badconf.matbumpmap.solution"] = "Lösning: I konsolen, skriv in \"mat_bumpmap 1\". Om du använder en \"FPS config\" så måste du hitta och ta bort \"mat_bumpmap 0\" från \"autoexec.cfg\"."
L["badconf.addons.title"] = "För många LUA-filer"
L["badconf.addons.title"] = "För många tillägg! LUA-filbegränsning nådd!"
L["badconf.addons.desc"] = "Du har installerat för många tillägg och nått LUA-filbegränsningen. ARC9 har därför inte kunnat laddas korrekt, vilket betyder att tillbehör kanske inte fungerar."
L["badconf.addons.solution"] = "Lösning: Avinstallera tyngre tillägg via spelets Tillägg meny, eller via Steam workshop (exempelvis andra vapenbaser, JMod, Entity-Tillägg, mm.)."
L["badconf.x64.title"] = "32-Bitars Upptäckt"
L["badconf.x64.desc"] = "Du kör just nu Garry's Mod i 32-bitars. Detta begränsar hur mycket prestanda du kan ha, ganska drastiskt."
L["badconf.x64.solution"] = "Lösning: I Garry's Mods startinställningar, gå till \"Betas\" och byt till \"x86-64 - Chromium + 64-bit binaries\"."
L["badconf.warning"] = "Varning! Din prestanda är ej optimal! - Markera för att visa detaljer."
L["badconf.warning.desc"] = "Högre FPS är alltid bäst. Speciellt på vapenbaser som den här.\n\nMarkera föremålen nedanför för att se lösningar."
L["badconf.multicore.title"] = "Ingen Multicore-Rendering"
L["badconf.multicore.desc"] = "Multicore-rendering är avstängt. Detta ger väldigt dålig spelprestanda."
L["badconf.multicore.solution"] = "Lösning: Google \"Gmod Multicore\" och hitta en lösning på nätet."
L["badconf.x64.title"] = "► Sölig 32-Bitars branch Upptäckt"
L["badconf.x64.desc"] = [[Du kör just nu Garry's Mod i 32-bitars. Detta begränsar hur mycket prestanda du kan ha, ganska drastiskt.
Lösning: I Garry's Mods startinställningar, gå till "Betan", och byt till "x86-64 - Chromium + 64-bit binaries".
Googla "gmod x64" för att hitta hjälp nätet.]]
L["badconf.multicore.title"] = "► Inga Multicore-Rendering Kommandon"
L["badconf.multicore.desc"] = [[Vissa multicore-rendering inställningar är för tillfällat avstängda. Detta ger förvärrad spelprestanda.
Lösning: Du kan skriva in vissa kommandon in i autoexec.cfg
Google "gmod multicore" för att hitta hjälp nätet.
Alla kommandon som han öka prestandan:
gmod_mcore_test 1
mat_queue_mode 2
cl_threaded_bone_setup 1
cl_threaded_client_leaf_system 1
r_threaded_client_shadow_manager 1
r_threaded_renderables 1]]
////////////////////// Presets
L["customize.presets.atts"] = " Tillbehör"

View File

@ -315,37 +315,52 @@ L["incompatible.never.hover"] = "Awe you sillius wight meow? you undewwstand de
L["incompatible.never.confirm"] = "You hawe chowwen to newew showww INCOwOMPATIBLE owawnings again. If you encountew ewwows owr bwoken behaviouw its youw own wesponsibwwity >-< you silly ass"
////////////////////// Warning panel
-- L["badconf.title"] = "ARC9: BAD PERFORMANCE WARNING"
-- L["badconf.title"] = "ARC9: BAD GMOD SETTINGS WARNING"
-- L["badconf.line1"] = "It appears some Garry's Mod settings are causing problems."
-- L["badconf.line2"] = "Listed below are problems which have been detected, and solutions to fix them."
-- L["badconf.confirm"] = "Acknowledge"
-- L["badconf.wait"] = "Wait {time}s"
-- L["badconf.warning"] = "Warning! Your performance is not optimal! - Hover over to view details."
-- L["badconf.directx.title"] = "Outdated DirectX Version"
-- L["badconf.directx.desc"] = "You are currently running DirectX 8 or 8.1. As many weapon addons remove low-quality assets to reduce file size, you might not be able to see those models."
-- 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.tickrate.title"] = "Low Server Tickrate"
-- 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)."
-- L["badconf.tickrate.solution"] = "Solution: If you are a server owner, then insert \"-tickrate 33\", or whichever value you want, in the server launch configurations."
-- L["badconf.matbumpmap.title"] = "Bumpmaps Disabled"
-- L["badconf.matbumpmap.desc"] = "You have bumpmaps disabled, which makes weapons and props look worse. It also affects certain ARC9 optics."
-- L["badconf.matbumpmap.solution"] = "Solution: In the console, type \"mat_bumpmap 1\". If you are using an FPS config of any kind, then you might have to access \"autoexec.cfg\" and ensure it does not automatically turn it back off."
-- L["badconf.matbumpmap.title"] = "mat_bumpmap is disabled"
-- L["badconf.matbumpmap.desc"] = "You have bumpmaps disabled, which makes weapons look worse. It also breaks certain ARC9 optics."
-- L["badconf.matbumpmap.solution"] = "Solution: In the console, type \"mat_bumpmap 1\". If you are using an FPS config of any kind, then find and delete mat_bumpmap 0 line from \"autoexec.cfg\"."
-- L["badconf.addons.title"] = "Too Many LUA Files"
-- L["badconf.addons.desc"] = "You have installed way too many addons and have reached the LUA file limit. ARC9 has therefore not been able to initialize properly, meaning attachments might not work."
-- L["badconf.addons.title"] = "Too many addons! Lua file limit exceeded!"
-- L["badconf.addons.desc"] = "You have installed way too many addons and have reached the Lua file limit. ARC9 has therefore not been able to initialize properly, meaning attachments might not work."
-- L["badconf.addons.solution"] = "Solution: Uninstall heavy addons through the in-game Addons menu, or through the Steam workshop (for example other weapon bases, JMod, Entity Packs, and so on)."
-- L["badconf.x64.title"] = "32-Bit Detected"
-- L["badconf.x64.desc"] = "You are currently running Garry's Mod in 32-bit. This restricts the amount of performance you can obtain drastically."
-- L["badconf.x64.solution"] = "Solution: In Garry's Mod's launch options, go to \"Betas\" and change to \"x86-64 - Chromium + 64-bit binaries\"."
-- L["badconf.warning"] = "Warning! Your performance is not optimal! - Hover over to view details."
-- L["badconf.warning.desc"] = "More FPS is always good. Especially on weapon bases like this one.\n\nHover cursor over items below to see solution."
-- L["badconf.multicore.title"] = "No Multicore Rendering"
-- L["badconf.multicore.desc"] = "Multicore rendering is currently disabled. This results in worsened in-game performance."
-- L["badconf.multicore.solution"] = "Solution: You can google \"Gmod Multicore\" and find a solution online."
-- L["badconf.x64.title"] = "► Slow 32-Bit branch Detected"
-- L["badconf.x64.desc"] = [[You are currently running Garry's Mod in 32-bit. This restricts the amount of performance you can obtain drastically.
-- Solution: In Garry's Mod's launch options, go to "Betas" and change to "x86-64 - Chromium + 64-bit binaries".
-- Google "gmod x64" to find a tutorial online.]]
-- L["badconf.multicore.title"] = "► No Multicore Rendering commands"
-- L["badconf.multicore.desc"] = [[Certain multicore rendering settings are currently disabled. This results in worsened in-game performance.
-- Solution: You need to put certain commands into autoexec.cfg
-- Google "gmod multicore" to find a tutorial online.
-- All commands that can increase performance:
-- gmod_mcore_test 1
-- mat_queue_mode 2
-- cl_threaded_bone_setup 1
-- cl_threaded_client_leaf_system 1
-- r_threaded_client_shadow_manager 1
-- r_threaded_renderables 1]]
////////////////////// Presets
L["customize.presets.atts"] = " awatachmenws >w<"

View File

@ -315,37 +315,52 @@ L["incompatible.never.hover"] = "Are you absolutely sure you understand the cons
L["incompatible.never.confirm"] = "You have chosen to never show incompatiblity warnings again. If you encounter errors or broken behaviour, it is your own responsibility."
////////////////////// Warning panel
-- L["badconf.title"] = "ARC9: BAD PERFORMANCE WARNING"
-- L["badconf.title"] = "ARC9: BAD GMOD SETTINGS WARNING"
-- L["badconf.line1"] = "It appears some Garry's Mod settings are causing problems."
-- L["badconf.line2"] = "Listed below are problems which have been detected, and solutions to fix them."
-- L["badconf.confirm"] = "Acknowledge"
-- L["badconf.wait"] = "Wait {time}s"
-- L["badconf.warning"] = "Warning! Your performance is not optimal! - Hover over to view details."
-- L["badconf.directx.title"] = "Outdated DirectX Version"
-- L["badconf.directx.desc"] = "You are currently running DirectX 8 or 8.1. As many weapon addons remove low-quality assets to reduce file size, you might not be able to see those models."
-- 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.tickrate.title"] = "Low Server Tickrate"
-- 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)."
-- L["badconf.tickrate.solution"] = "Solution: If you are a server owner, then insert \"-tickrate 33\", or whichever value you want, in the server launch configurations."
-- L["badconf.matbumpmap.title"] = "Bumpmaps Disabled"
-- L["badconf.matbumpmap.desc"] = "You have bumpmaps disabled, which makes weapons and props look worse. It also affects certain ARC9 optics."
-- L["badconf.matbumpmap.solution"] = "Solution: In the console, type \"mat_bumpmap 1\". If you are using an FPS config of any kind, then you might have to access \"autoexec.cfg\" and ensure it does not automatically turn it back off."
-- L["badconf.matbumpmap.title"] = "mat_bumpmap is disabled"
-- L["badconf.matbumpmap.desc"] = "You have bumpmaps disabled, which makes weapons look worse. It also breaks certain ARC9 optics."
-- L["badconf.matbumpmap.solution"] = "Solution: In the console, type \"mat_bumpmap 1\". If you are using an FPS config of any kind, then find and delete mat_bumpmap 0 line from \"autoexec.cfg\"."
-- L["badconf.addons.title"] = "Too Many LUA Files"
-- L["badconf.addons.desc"] = "You have installed way too many addons and have reached the LUA file limit. ARC9 has therefore not been able to initialize properly, meaning attachments might not work."
-- L["badconf.addons.title"] = "Too many addons! Lua file limit exceeded!"
-- L["badconf.addons.desc"] = "You have installed way too many addons and have reached the Lua file limit. ARC9 has therefore not been able to initialize properly, meaning attachments might not work."
-- L["badconf.addons.solution"] = "Solution: Uninstall heavy addons through the in-game Addons menu, or through the Steam workshop (for example other weapon bases, JMod, Entity Packs, and so on)."
-- L["badconf.x64.title"] = "32-Bit Detected"
-- L["badconf.x64.desc"] = "You are currently running Garry's Mod in 32-bit. This restricts the amount of performance you can obtain drastically."
-- L["badconf.x64.solution"] = "Solution: In Garry's Mod's launch options, go to \"Betas\" and change to \"x86-64 - Chromium + 64-bit binaries\"."
-- L["badconf.warning"] = "Warning! Your performance is not optimal! - Hover over to view details."
-- L["badconf.warning.desc"] = "More FPS is always good. Especially on weapon bases like this one.\n\nHover cursor over items below to see solution."
-- L["badconf.multicore.title"] = "No Multicore Rendering"
-- L["badconf.multicore.desc"] = "Multicore rendering is currently disabled. This results in worsened in-game performance."
-- L["badconf.multicore.solution"] = "Solution: You can google \"Gmod Multicore\" and find a solution online."
-- L["badconf.x64.title"] = "► Slow 32-Bit branch Detected"
-- L["badconf.x64.desc"] = [[You are currently running Garry's Mod in 32-bit. This restricts the amount of performance you can obtain drastically.
-- Solution: In Garry's Mod's launch options, go to "Betas" and change to "x86-64 - Chromium + 64-bit binaries".
-- Google "gmod x64" to find a tutorial online.]]
-- L["badconf.multicore.title"] = "► No Multicore Rendering commands"
-- L["badconf.multicore.desc"] = [[Certain multicore rendering settings are currently disabled. This results in worsened in-game performance.
-- Solution: You need to put certain commands into autoexec.cfg
-- Google "gmod multicore" to find a tutorial online.
-- All commands that can increase performance:
-- gmod_mcore_test 1
-- mat_queue_mode 2
-- cl_threaded_bone_setup 1
-- cl_threaded_client_leaf_system 1
-- r_threaded_client_shadow_manager 1
-- r_threaded_renderables 1]]
////////////////////// Presets
L["customize.presets.atts"] = " 个配件"