https://github.com/sour-dani/BetterGreenScreen
A tool HUD that offers a larger green screen, prevents models from spinning, with a slimmed down UI.
https://github.com/sour-dani/BetterGreenScreen
Last synced: 10 months ago
JSON representation
A tool HUD that offers a larger green screen, prevents models from spinning, with a slimmed down UI.
- Host: GitHub
- URL: https://github.com/sour-dani/BetterGreenScreen
- Owner: sour-dani
- License: agpl-3.0
- Created: 2023-09-26T23:43:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T03:56:48.000Z (almost 2 years ago)
- Last Synced: 2025-04-26T01:49:18.195Z (11 months ago)
- Language: Valve Data Format
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - sour-dani/BetterGreenScreen - A tool HUD that offers a larger green screen, prevents models from spinning, with a slimmed down UI. (Valve Data Format)
README
# Better Green Screen
v1.2 12/12/23
This mod was created by Wiethoofd and is maintained by Sour Dani.
Extract or move the **BetterGreenScreen** folder from this zip to your `tf/custom` folder.
A tool HUD that offers a larger green screen, prevents models from spinning, with a slimmed down UI.
[Full guide available on Steam](https://steamcommunity.com/sharedfiles/filedetails/?id=2224490198)
## Files in this mod
`resource\ui\econ\inspectionpanel.res`
- This file creates the dynamic and larger greenscreen.
- If you have a mod that already changes this file this mod may take priority.)
`cfg\valve.rc`
- Contains `tf_item_inspect_model_auto_spin 0`
- This console command prevents the weapon from spinning.
`info.vdf`
- This file loads the HUD.
## FAQ/Info
**Enable spinning animation**
- If you wish to turn the war paint spin animation on, set `tf_item_inspect_model_auto_spin` to `1` in console.
**Change greenscreen color**
- If you wish to change the color of the greenscreen, go to the mod folder, navigate to `resource/ui/econ/InspectionPanel.res` and open it in any text editor.
- Look for `"bgcolor_override" "0 255 0 255"` on line 21, and change those RGBA values accordingly.
- Save the file and launch Team Fortress 2 to enjoy your new background color.
**Enable zooming**
- Navigate to `resource/ui/econ/InspectionPanel.res` on line 153, and change `"allow_manip"` from `"0"` to `"1"`
---
Thanks for downloading! Enjoy!