Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
upgrading infos
Browse files Browse the repository at this point in the history
and also update infos
  • Loading branch information
Riccardo H committed Jul 31, 2019
1 parent 9b7a328 commit 081620d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,39 @@
## installation and requirements
you will need [SourceMod 1.9](https://www.sourcemod.net/downloads.php?branch=stable), [MetaMod 1.10](https://www.sourcemm.net/downloads.php/?branch=stable), [SteamWorks](https://forums.alliedmods.net/showthread.php?t=229556), [SMJansson](https://forums.alliedmods.net/showthread.php?t=184604) and a working MySQL instance, other dependencies like `DHooks` and `Cleaner` are already included

### new install

* download the latest version from the release page [here](https://github.com/totles/z4lab-surftimer/releases/latest)
* copy the files to your csgo directory
* edit configs (mysql db, etc, to do)

### upgrading from SurfTimer(fluffys)

* download the latest version from the release page [here](https://github.com/totles/z4lab-surftimer/releases/latest)
* copy the files to your csgo directory
* edit configs (mysql db, etc, to do)
* run `mysql-files/upgrade-fluffy.sql` in your surftimer db

### upgrading from ckSurf(nikooo777)

* download the latest version from the release page [here](https://github.com/totles/z4lab-surftimer/releases/latest)
* copy the files to your csgo directory
* ~~import the `surftimer.sql` to your database~~
* remove all old ckSurf data you don't want anymore
* run `mysql-files/upgrade-niko.sql` in your ckSurf db
* edit configs (mysql db, etc, to do)

## features added
* added discord bonus announcement
* added prestrafe chat info option
* new [NORD](https://www.nordtheme.com/) color scheme
* made name of discord webhooks customizable
* made it possible to remove the security question for the `sm_dr` command

## bugs fixed in this version
* fixed "S1 to S2 record glitch"
* fixed custom Clantags in Scoreboard which weren't working
* prestrafe message option is now saved correctly
* fixed name colors while using default_titles

## point system
<details>
Expand Down
7 changes: 7 additions & 0 deletions mysql-files/upgrading/upgrade-fluffy.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* Updrade for upgrading from flufflys SurfTimer to our z4lab-surftimer */

/* Fixing timer crash after upgrading to our time */
/* Prestrafe Message */

ALTER TABLE `ck_playeroptions2`
ADD COLUMN `prestrafe` INT(11) NOT NULL DEFAULT '0' AFTER `module5s`;

0 comments on commit 081620d

Please sign in to comment.