Skip to content

Commit 6b9ea9a

Browse files
committed
Updated info on zooming
1 parent 4fcf33d commit 6b9ea9a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

BetterGreenScreen/resource/ui/econ/inspectionpanel.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"force_use_model" "1"
151151
"use_item_rendertarget" "0"
152152
"allow_rot" "1"
153-
"allow_manip" "0"
153+
"allow_manip" "0" // Change to 1 to enable zoom
154154
"allow_pitch" "1"
155155
"max_pitch" "360000"
156156
"use_pedestal" "1"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A tool HUD that offers a larger green screen, prevents models from spinning, wit
1313

1414
`resource\ui\econ\inspectionpanel.res`
1515
- This file creates the dynamic and larger greenscreen.
16-
(If you have a mod that already changes this file this mod may take priority.)
16+
- If you have a mod that already changes this file this mod may take priority.)
1717

1818
`cfg\bettergreenscreen.cfg`
1919
- Contains `tf_item_inspect_model_auto_spin 0`
@@ -34,6 +34,9 @@ A tool HUD that offers a larger green screen, prevents models from spinning, wit
3434
- Look for `"bgcolor_override" "0 255 0 255"` on line 21, and change those RGBA values accordingly.
3535
- Save the file and launch Team Fortress 2 to enjoy your new background color.
3636

37+
**Enable zooming**
38+
- Navigate to `resource/ui/econ/InspectionPanel.res` on line 153, and change `"allow_manip"` from `"0"` to `"1"`
39+
3740
---
3841
Thanks for downloading! Enjoy!
3942

0 commit comments

Comments
 (0)