Skip to content
forked from stickz/Redstone

A Nuclear Dawn community project for Redstone on GitHub.

License

Notifications You must be signed in to change notification settings

Troop666/Redstone

 
 

Repository files navigation

Redstone ND Server Project

Looking for: An automated script to reboot servers at a specified time os everyday. See the startup scripts folder here: https://github.com/stickz/Redstone/tree/master/startup_scripts

Useful Information

Get Started Using Github Here: https://guides.github.com/activities/hello-world/

The current stable build environment for this github is sourcemod 1.7 build 5294.

Compile checks are run with sourcemod 1.8 dev to point out future issues.

Bugs/Issues with sourcemod can be fixed here https://github.com/alliedmodders/sourcemod

Scripting Resources

https://wiki.alliedmods.net/Introduction_to_sourcemod_plugins

https://wiki.alliedmods.net/Nuclear_Dawn_Events

https://sm.alliedmods.net/new-api/

Build plugins

Run make to compile addons/sourcemod/scripting/*.sp files using latest stable build of SourceMod or make build-dev to compile using latest dev build.

Deployment

If you have write access to this repo then following command will compile and deploy all the files required by server to the build branch upstream:

export GH_TOKEN=<your token>; make build deploy

You won't likely need to do this manually though because Travis CI does that automatically each time master branch changes.

About

A Nuclear Dawn community project for Redstone on GitHub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SourcePawn 93.8%
  • C++ 3.2%
  • Shell 2.1%
  • Other 0.9%