Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishusandy/pronightvision
Nightvision menu and custom nightvision filters plugin for Counter-Strike Source with Sourcemod
https://github.com/vishusandy/pronightvision
counter-strike-source sourcemod sourcemod-plugins
Last synced: about 1 month ago
JSON representation
Nightvision menu and custom nightvision filters plugin for Counter-Strike Source with Sourcemod
- Host: GitHub
- URL: https://github.com/vishusandy/pronightvision
- Owner: vishusandy
- Created: 2022-11-01T13:42:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T21:45:12.000Z (about 2 years ago)
- Last Synced: 2023-05-17T06:39:04.189Z (over 1 year ago)
- Topics: counter-strike-source, sourcemod, sourcemod-plugins
- Language: SourcePawn
- Homepage:
- Size: 221 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pro Nightvision
A custom nightvision plugin for Counter-Strike Source and Sourcemod. Based off of [GAMMACASE's NightVision](https://github.com/GAMMACASE/NightVision) plugin. I have only tested this with Counter-Strike Source, but may work with CSGO (if you are willing to help test let me know).
Custom nightvision filters allows adjustments to how nightvision goggles work by applying an adjustment over the player's screen. Custom nightvision filters (`.raw` files) can be added by adding a database entry for them. A database is not required if no custom nightvision filters are desired.
## Screenshots
Nightvision menu:
![Nightvision menu](nightvision.png)
## Features
- Reactivates nightvision on respawn
- Support for custom nightvision filters
- Nightvision menu with intensity settings
- Nightvision light for very dark maps (may impact framerate depending on map; defaults to off). This will add a light only the player can see (must have nightvision on).
- Easy to use - just press `n` (or whatever you use to activate nightvision)
- Natives are provided to control nightvision from other plugins## Commands
- `!nv` or `!nightvision`: activates the last nightvision filter and brings up the nightvision menu.
- If using the ProEquip plugin the `!setnv` admin command can be used to activate/deactivate a nightvision filter.## Installation
1. Copy the .SMX file to the `cstrike/addons/sourcemod/plugins` folder
2. For custom filters see [installation](installation.md)## Credits
Based on GAMMACASE's plugin: https://github.com/GAMMACASE/NightVision