Skip to content

Testing Requirements

Bara edited this page Nov 9, 2020 · 1 revision

Testing Requirements

  • 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.
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 

Clone this wiki locally