-
Notifications
You must be signed in to change notification settings - Fork 72
Testing Requirements
Bara edited this page Nov 9, 2020
·
1 revision
- Start your server
- Test that Metamod is running by entering
meta version
in your server console (will return version information) - Test that Sourcemod is running by entering
sm version
in your server console (will return version information) - Test that DHooks is running by entering
sm exts list
in your server console. You should see DHooks in the returned list - Test that SMJansson is running by entering
sm exts list
in your server console. You should see SMJansson in the returned list - Test that Steamworks is running by entering
sm exts list
in your server console. You should see Steamworks in the returned list - Test that Sourcemod-Discord API is running by entering
sm plugins list
in your server console. You should see Sourcemod-Discord API in the returned list - Test that Stripper is running by entering
meta list
in your server console. You should see Stripper in the returned list - Test that Movement unlocker is running by entering
sm plugins list
in your server console. You should see Movement unlocker in the returned list - Test that Surftimer is running by entering
sm plugins list
in your server console. You should see Surftimer in the returned list - Test that Surftimer is communicating with your database. The easiest way to test this is, simply open your database and confirm that the timer has created the tables as per the below.
- Test that Metamod is running by entering
Tables
ck_announcements
ck_bonus
ck_checkpoints
ck_latestrecords
ck_maptier
ck_newmaps
ck_playeroptions2
ck_playerrank
ck_playertemp
ck_playertimes
ck_spawnlocations
ck_vipadmins
ck_wrcps
ck_zones
- You have completed testing the required install files. If any of the tests fail, view your Server Logs and try redo anything that may be failing.
-
If you are installing the optional plugins, proceed to Installing Optional
-
If you are upgrading and not Installing Optional plugins, proceed back to Upgrading
- If you are not Installing Optional plugins, nor Upgrading, proceed to Server Configuration