Skip to content

codneutro/L2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L2D

Current version: alpha

What is this script ?

It's a competitive script for cs2d.

What are the features ?

- Ranking system - Matches - Subs - MVP - Events (in the future)

How to install ?

First of all, this script only works on LINUX !!

First way:

  • Export this project into the root of your cs2d folder by clicking on (downloadig ZIP)
  • Starts your server !

Second way:

  • Create a folder called whatever you like or go in the root of your cs2d, I will use "cs2d"
  • Open terminal go in your folder
  • ~: cd cs2d
  • nano ld2_updater.sh
  • Copy and paste this:
  • #!/bin/bash
    git clone https://github.com/codneutro/L2D tmp
    cd tmp
    cp -r * ..
    rm -rf ../tmp
    rm -f ../README.md
    rm -f ../LICENSE
  • ./l2d_updater.sh
  • How to customize my server ?

    Edit the config/constants.lua file

    How to update ?

    Just run ./l2d_updater.sh in your cs2d root folder

    Documentation

    Location: www.codneutro.github.io/L2D

    List of known bugs

    • Dying during tactic time / phase just before live can lead to problems ?

    Do you need help ? Or do you have bugs ?

    Report bugs here or contact me on skype (apachyl).

About

2D League Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published