Skip to content

Commit 7f2f942

Browse files
authored
readme: improve installation + requirements docs (#537)
* readme: improve installation + requirements docs * readme: EndTouchFix note update * readme: EndTouchFix note update
1 parent dcc3080 commit 7f2f942

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Less bugs = better experience = more players for surf!
3838
* Download and install [Metamod 1.11](https://www.sourcemm.net/downloads.php/?branch=stable)
3939
* Download and install [SourceMod 1.10](https://www.sourcemod.net/downloads.php?branch=stable) (latest stable) or [SourceMod 1.11](https://www.sourcemod.net/downloads.php?branch=master&all=1) (required for some recommended plugins)
4040
* Download latest [release](https://github.com/surftimer/SurfTimer/releases/latest) and upload all the files to your csgo server directory
41-
* Set up A MySQL Database (MySQL 5.7, MySQL 8+, MariaDB supported)
41+
* Set up A MySQL Database (MySQL 5.7, MySQL 8+, MariaDB supported) and [initialise a schema for surftimer](https://github.com/surftimer/SurfTimer/blob/master/scripts/mysql-files/fresh_install.sql)
4242
* Add a MySQL database called surftimer to csgo/addons/sourcemod/configs/databases.cfg
43-
* Ensure [End-Touch-Fix](https://github.com/rumourA/End-Touch-Fix) is loaded, this is required to ensure times are always accurate
43+
* Ensure [End-Touch-Fix](https://github.com/rumourA/End-Touch-Fix) is loaded, this is required to ensure times are always accurate (note: this is included in the official SurfTimer release build and loaded automatically without installing separately unless you are compiling SurfTimer yourself)
4444
* Ensure you have added all the requirements below
4545

4646
## Installation common errors
@@ -74,10 +74,15 @@ Run the following queries on your database:
7474
## Requirements
7575

7676
**SourceMod Extensions**
77-
* [DHooks](https://github.com/peace-maker/DHooks2)
77+
* (\*) [DHooks](https://github.com/peace-maker/DHooks2)
7878
* *(recommended)* [Cleaner](https://github.com/Accelerator74/Cleaner) - Suppresses server console warnings
7979

80+
(\*) *Already included with SourceMod 1.11.6820 and newer*
81+
8082
**SourceMod Libraries**
83+
84+
ℹ️ SourceMod Libraries are only required if you are compiling SurfTimer yourself
85+
8186
* [SMLib](https://github.com/bcserv/smlib/tree/transitional_syntax)
8287
* [ColorLib](https://github.com/c0rp3n/colorlib-sm)
8388
* [AutoExecConfig](https://github.com/Impact123/AutoExecConfig)

0 commit comments

Comments
 (0)