https://github.com/rimunace/vscripts
VScripts for Left 4 Dead 2
https://github.com/rimunace/vscripts
l4d2 left-4-dead-2 left4dead2 vscript vscripts
Last synced: 3 months ago
JSON representation
VScripts for Left 4 Dead 2
- Host: GitHub
- URL: https://github.com/rimunace/vscripts
- Owner: RimunAce
- Created: 2024-11-29T00:13:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T01:28:55.000Z (6 months ago)
- Last Synced: 2025-03-13T17:23:28.586Z (3 months ago)
- Topics: l4d2, left-4-dead-2, left4dead2, vscript, vscripts
- Language: Squirrel
- Homepage: https://steamcommunity.com/id/KoreKosogaIberiaNoDestreza/myworkshopfiles/
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Steam Profile
[](https://steamcommunity.com/profiles/76561199011285191)
# L4D2 VScript Collection
A collection of high-quality VScript addons for Left 4 Dead 2 that enhance gameplay with new mechanics and features.
## 🎮 Workshop Collection
Find all my published addons on my [Steam Workshop](https://steamcommunity.com/id/KoreKosogaIberiaNoDestreza/myworkshopfiles/)
## ✨ List of Addons
### 1. Double Jump
[](https://steamcommunity.com/sharedfiles/filedetails/?id=3279522316)
[](https://steamcommunity.com/sharedfiles/filedetails/?id=3279522316)
[](https://steamcommunity.com/sharedfiles/filedetails/?id=3279522316)
### 🎯 Features:
- Perform mid-air jumps as survivors
- Highly configurable settings:
- Jump force/height
- Maximum jumps allowed
- Health requirements
- Cooldown timing
- Smooth animations and sound effects
- Performance optimized## 🛠️ Installation
### Steam Workshop (Recommended)
1. Subscribe to the desired addons on Steam Workshop
2. Launch Left 4 Dead 2
3. The scripts will automatically load when starting a game
4. No manual configuration needed, but settings can be customized in-game### Manual Installation
1. Download the desired .nut script
2. Place the script in: `\Steam\steamapps\common\Left 4 Dead 2\left4dead2\scripts\vscripts\`
3. If director_base_addon.nut doesn't exist:
- Download director_base_addon.nut and place it in the same folder
4. If director_base_addon.nut already exists:
- Open director_base_addon.nut in a text editor
- Add `IncludeScript("SCRIPT.nut")` at the end of the file
5. Launch Left 4 Dead 2
6. The scripts will load automatically when starting a game## ⚙️ Configuration
Each addon has its own configuration options that can be adjusted if you know what you're doing.
Open the raw .nut file and look around for the config section. :3## 🤝 Contributing
Contributions are welcome!
- Report bugs by opening issues
- Suggest new features or improvements
- Submit pull requests with code changes
- Help test new versionsAll accepted changes will be published to the Workshop versions.
## 🏆 Credits
- VSLib framework by Rayman1103 and Neil
- Special thanks to the L4D2 modding community for their support and feedback## 📄 License
This project incorporates code from VSLib under the MIT License. See individual addon files for specific licensing details.