Commit Graph

3030 Commits

Author SHA1 Message Date
littlebabyman
695cbab79c Update cl_settings_menu.lua 2024-12-11 23:38:20 +02:00
MokaAkashiya85
4c75a85b0d darsu, "if not float > 0.001" didn't work 🅰️ 2024-12-11 22:01:29 +01:00
MokaAkashiya85
72b1444479 Tweaks 2024-12-11 17:35:47 +01:00
Darsu
d0b573804c debug thing pls test if it prints on pagedown/m4 2024-12-11 19:38:34 +07:00
Darsu
b76d3ad3fe perhaps it will work? 2024-12-11 19:31:59 +07:00
MokaAkashiya85
38450041f5 Changes + Stuff
- "Enable Slow-mo in SP" is now listed after Enable Sway
- "requireconvar" now checks for a float of 0.001 or above
- Added "toggleatts" actions in the customize UI (function not implemented)
- Updated localization for strings related to hold breath and weapon sway
- Updated German localizations, courtesy of marig
2024-12-11 02:05:00 +01:00
littlebabyman
bbb2a18f8a Update sh_shoot.lua 2024-12-10 20:42:15 +02:00
littlebabyman
94985f7b7b use "and" dumbass 2024-12-09 14:07:18 +02:00
littlebabyman
ee844edfd2 decoupled sway and slomo
lines will need updating
maybe even split sway further into hip and aim sway (Iike tacrp)
2024-12-09 14:04:39 +02:00
littlebabyman
a21673e5dd Update sh_sway.lua 2024-12-09 11:45:29 +02:00
littlebabyman
09aec9eca6 sway changes 2024-12-09 11:13:54 +02:00
Darsu
3f252c22da a bit improved 2024-12-08 23:45:45 +07:00
MokaAkashiya85
1573b2583d Camera Strength Variable
- Removed 'Disable Camera Movement' and added 'Camera Strength'
- Allow 'Camera Roll Strength' to reach 0 > 4 instead of 0 > 1
2024-12-08 17:36:56 +01:00
MokaAkashiya85
b0c1fe7f70 Loc.
- Added localization to the newly added Viewmodel Camera Roll Strength variable.
- Added "Could help in reducing motion sickness" to the description to Disable Viewmodel Camera Movement variable.
2024-12-07 13:48:46 +01:00
littlebabyman
3f0b424e75 vm cam horizon line retaining option
strings not included, reduces camera roll
2024-12-07 10:38:13 +02:00
MokaAkashiya85
63105e8553 Tooltip BG, RecoilAutoControl -, true
- Added a background for the tooltip text for Low Ammo, Bipod and Jam,
- "RecoilAutoControl" is no longer affected by the ProcessedValue delay.
2024-12-06 18:04:15 +01:00
littlebabyman
55042baf3a less awkward looking sky pellets 2024-12-06 14:33:11 +02:00
MokaAkashiya85
9d49f0ecf0 Update cl_hud.lua
- Fixed that LUA errors appeared screaming about now removed convars
2024-12-04 11:13:15 +01:00
MokaAkashiya85
6a0d0831da Hints + Blur when Inspect
- Added a convar that allows hints to be either set to always on, fade away or off (2, 1, 0 respectively), replacing the "Always On" and "Hide" convars. Set to "Fade away" (1) by default.
- Added a convar that allows the background to get blurred when inspecting your weapon. Off by default.
2024-12-02 16:59:37 +01:00
littlebabyman
9406719d2f hitscan tracer imaginary bullets 2024-11-30 03:07:26 +02:00
littlebabyman
2add990e1d Merge branch 'main' of https://github.com/HaodongMo/ARC-9 2024-11-30 01:01:33 +02:00
littlebabyman
7a28b45c04 fix hybrids 2024-11-30 01:01:22 +02:00
MokaAkashiya85
f161f21999 vm_camdisable
- Added a ConVar which allows users to disable QC Camera movement.
- Fixed some non-translated Swedish strings.
2024-11-29 20:23:20 +01:00
MokaAkashiya85
788aa57c87 Legacy Loc.
- Added legacy strings for Spanish, Russian and Traditional Chinese.

Note: If you're localizing, please don't use these. Use the ones listed below the legacy strings.
Note II: If you're localizing the above three languages, please use the strings located beneath the legacy strings. Once all is translated, remove the legacy stuff all together.
2024-11-28 17:26:33 +01:00
MokaAkashiya85
5f712b8f66 No Camera Movement when Customizing
- Fixes an error in Multiplayer where the camera can drastically stutter when reloading or inspecting a weapon with intense camera movement.
2024-11-28 11:33:33 +01:00
littlebabyman
c7aedfa590 hl2 sway fix 2024-11-28 09:05:39 +02:00
littlebabyman
130fe6b726 fix for rtscope behavior aswell 2024-11-28 08:39:21 +02:00
littlebabyman
ce4b1a6994 Update cl_vm.lua 2024-11-28 07:18:46 +02:00
littlebabyman
f33cc4c85a hm. lets do this just to be safe 2024-11-28 07:16:12 +02:00
littlebabyman
8ec5fbbf9d changing depth range seems to do the trick 2024-11-28 07:06:53 +02:00
MokaAkashiya85
2e6b8248e6 Tweaks + Loc.
- If present, a "<Lang> Translation" string appears when hovering over the ARC9 Language setting in the settings menu. Not present in English; Present in German, Spanish*, Russian*, Swedish, UwU and Traditional Chinese*.
*The text string is not localized.

- Fixed the formatting of localizations, and removed unused 'Universal Trivia'.
- Fixed that some Setting tabs didn't have descriptions.
2024-11-26 22:11:51 +01:00
Darsu
2637b0f85f microchanges 2024-11-27 02:20:19 +07:00
Darsu
822c1a45c6 rearranged settings 2024-11-27 01:34:25 +07:00
Darsu
7760f09a51 we are not sprinting if shift is holded, sway 2024-11-27 00:31:36 +07:00
Darsu
1ec70da4c6 no hold breath thing if mod_sway 0 2024-11-27 00:24:54 +07:00
Darsu
59dafb1f1b darkmode to lightmode (forcing everyone to have dark theme by default) 2024-11-27 00:14:28 +07:00
Darsu
96fc6b8e9d dont reset scroll level on invalidatechace 2024-11-26 23:39:50 +07:00
MokaAkashiya85
58b94b03e2 Autostat Change
- Altered the behaviour of the autostat displays in the customization menu to now utilize "%s" and string.format. This gets rid of the "divider" and "beforephrase" 'strings', and depending on the language, allows mixing strings together.
   ∟ Also added an explanation bit in the localization files.
2024-11-24 18:11:24 +01:00
MokaAkashiya85
e7285d5357 Settings Additions and Changes
- Added "Reset Client Settings", "Reset Server Settings" and "Open Blacklist" Buttons to the Settings Menu.
- Cleared and fixed up all localization files, removing the old Settings strings. (Old files located in a 'legacy' folder).
- Attachment names in the Blacklist menu now show localized display names if available.
       ∟ The search function still requires the non-localized names.
2024-11-24 17:52:24 +01:00
MokaAkashiya85
41a835532f Settings Additions
- Added Quick Stat Modifiers back to the Settings Menu, located at the bottom of the Server tab.
- Fixed incorrect string description on "Reset Peek After Aiming".
- Removed "Legacy Settings".
- Updated Swedish localization to have new strings; Unfinished.
2024-11-24 03:29:55 +01:00
MokaAkashiya85
c69196a72e Fix?
- Changed the "arc9_units" command back to "arc9_imperial".
2024-11-24 00:45:54 +01:00
MokaAkashiya85
a3777a66b7 V2 Settings Menu
- The Settings Menu has been completely revamped.
   ∟ The amount of tabs has been reduced.
   ∟ Plenty of settings has been moved around.
   ∟ Some settings now have parent settings which must be turned on first.
   ∟ Quality of life changes.
*Note that the settings menu is, currently, only in English.

- Fixed that the default HL2 HUD was shown in the customization menu if "Force-Disable ARC9 HUD" was enabled.
- Removed "arc9_imperial" command and replaced it with "arc9_units" (set it to "1" if you want Imperial units).
2024-11-24 00:18:13 +01:00
littlebabyman
ac4c60eee9 caccve 2024-11-23 13:56:59 +02:00
MokaAkashiya85
82e720a036 WIP V2 Settings
- It is currently commented out in the file. If you want to check it out, simply remove the "--[[" and "]]--" at the start and end. No need to remove the old settings menu until it is redundant.
2024-11-22 19:38:31 +01:00
Darsu
0a2831d9e1 arc9_mod_overheat & mod_peek cvars 2024-11-22 22:13:13 +07:00
Darsu
e28afce52e fukc that was debug 2024-11-22 21:45:56 +07:00
Darsu
5a084cc53b parentinvert 2024-11-22 21:45:38 +07:00
Darsu
30556fd4da Update cl_settings_menu.lua 2024-11-22 21:04:19 +07:00
Darsu
119f4ba8e4 parentconvar settings 2024-11-22 21:02:38 +07:00
Darsu
2fda186396 asset caching fixes, it was horrible 2024-11-22 20:17:24 +07:00