Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.64 KB

File metadata and controls

31 lines (19 loc) · 1.64 KB

Purpose of this repository

I've been noticed that some persons struggles on how to deploy a SharpTimer up-to-date version on their servers, so this repository gets all the updated versions (CSS, MetaMod, MovementUnlocker, RampBugFIX, STFixes) and bundles to a zip folder using GitHub actions.

So, you just need to download the OS you want to run, Windows or Linux and drop to your game/csgo/ folder.

Also, to activate metamod, you need to add the following to gameinfo.gi:

Game csgo/addons/metamod

gameinfo

For database, better to use something like MySQL. The database should be automatically updated with SharpTimer migrations file, in case it doesn't, you can use the SQL file that should work for MySQL 8 to create a template database. (example.sql)

Any issues, please ask on SharpTimer discord: Discord

Sources used:

MetaMod: https://www.sourcemm.net/downloads.php?branch=dev

CounterStrike Sharp: https://github.com/roflmuffin/CounterStrikeSharp

SharpTimer: https://github.com/Letaryat/poor-sharptimer/tree/dev

STFixes-Metamod: https://github.com/SharpTimer/STFixes-metamod

RampBugFix https://github.com/Interesting-exe/CS2Fixes-RampbugFix/

CS2-Tags: https://github.com/schwarper/cs2-tags

All credits to the respective creators. I just put everything to a bundle :)