Git Product home page Git Product logo

trikz's Introduction

INSTALLATION AND USAGE:

To make use of this updated code (all in source) you will need to be running BotoX's fork of Sourcemod, OutputInfo (BotoX's version), SendProxy Manager and DHooks (Supporting Detours)

DHooks (detour support) can be found here: [https://forums.alliedmods.net/showpost.php?p=2588686&postcount=589]

SendProxy Manager can be built from this source: [https://github.com/SlidyBat/sendproxy] (any obtained version will do!)

and OutputInfo from this source: [https://gogs.botox.bz/CSSZombieEscape/sm-ext-outputinfo]

BotoX's Sourcemod can be found here: [https://github.com/BotoX/sourcemod]

!!! USE BRANCH 1.11-fork !!!

To Build SourceMod follow these instructions replacing the sourcemod repository with BotoX's version: [https://wiki.alliedmods.net/Building_SourceMod] (I recommend Clang on Linux)

To build the extensions after building sourcemod simply change to the extensions dir within the sourcemod source and follow these instructions per extension:

mkdir build
cd build
python ../configure.py
ambuild

The extension files will be placed inside of this build folder to be copied to your sourcemod installation.

For SendProxy I recommend building with CSS support specifically using the following variation:

mkdir build
cd build
python ../configure.py --sdks css
ambuild

Additionall you will need a MySQL database for this!

Once you have all the requirements, simply compile the provided plugins and upload them along with the configs (my configs are provided since some features of bTimes are not well suited to Trikz).

Then add an entry to your addons/sourcemod/configs/databases.cfg as follows:

	"timer"
	{
		"driver"			"mysql"
		"host"				"localhost"
		"database"			"unloze_trikz"
		"user"				"unloze_trikz"
		"pass"				"tcSF5nn9kRp57YWuTWBK"
	}

Remember to configure your own ranks and sounds in the addons/sourcemod/configs/timer folder in place of my own!

trikz's People

Contributors

nyano1337 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.