Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickbutton/lethalinjection
L4D2 Modded Server custom plugin
https://github.com/rickbutton/lethalinjection
Last synced: 5 days ago
JSON representation
L4D2 Modded Server custom plugin
- Host: GitHub
- URL: https://github.com/rickbutton/lethalinjection
- Owner: rickbutton
- Created: 2015-04-16T02:46:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T03:02:55.000Z (over 9 years ago)
- Last Synced: 2024-04-15T02:59:22.255Z (7 months ago)
- Language: SourcePawn
- Homepage: http://steamcommunity.com/groups/Lethal-Injection
- Size: 38.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lethal-Injection
Welcome! This github repository hosts the code for Lethal-Injection, one of the most popular L4D2 Co-Op servers ever.
This project was created in order to preserve, projected, and maintain the code written by the original owner of the LI server, [Machine](http://steamcommunity.com/profiles/76561198001936748/).
After 5 years of running LI, he has given the code to the community.## Current host
The plugin/server is currently hosted on Microsoft Azure, connect to it using the developer console:
connect lethal.cloudapp.net
### Developing
This repository contains all plugins needed by the server, as well as the main `LI` plugin `lethal.sp`. It is currently a monolith of a file, sitting at over 20,000 lines of code.
The files in the repository are not copied into the game server folder, but are symlinked, for easy deployment (see links.txt).
**The current objective is to fully move LI over to a new server with no bugs (that didn't already exist). If you have experience with SourcePawn, let me know.**