An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# My Steam Profile
[![Steam Profile](https://img.shields.io/badge/Steam-Profile-blue?logo=steam)](https://steamcommunity.com/profiles/76561199011285191)

![Steam Profile](https://steam-stat.vercel.app/api?profileName=KoreKosogaIberiaNoDestreza)

# 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
[![Subscribe](https://img.shields.io/badge/Steam-Subscribe-blue?logo=steam)](https://steamcommunity.com/sharedfiles/filedetails/?id=3279522316)
[![Subscribers](https://img.shields.io/steam/subscriptions/3279522316?logo=steam&label=Subscribers)](https://steamcommunity.com/sharedfiles/filedetails/?id=3279522316)
[![Favorites](https://img.shields.io/steam/favorites/3279522316?logo=steam&label=Favorites)](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 versions

All 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.