`Rοmeο Posted May 13, 2010 Posted May 13, 2010 Hi there ! Today I will teach you how to create your own WC3 FT SaveXP server. It's realy easy ! Just follow those steps. 1) Downloading and installing AMX Mod X to your server : Download the AMX Mod X 1.8.1 from Here. Open it and install it. Now go to C:\Program Files\Counter-Strike 1.6\cstrike\AMX Mod X\Installer Open the Installer icon, When you press it, an instal window will pop up, press next, check the Licence Agreement and press next again. Now this option will pop up, choose "Select Mod directory" (See image) and press next. Now browse through the HLDS server installtion location and select "cstrike" folder When installisation finished you must see this 2) Downloading and installing MySQL Server : Download MySQL Server from Here. After the download finish open it and follow the pictures. 3) Downloading and installing Navicat Lite : You can download it from Here. When the download finish run the downloaded file and follow the pictures. 4) Downloading, Installing and Setting up WC3 FT mod : Download the WC3 FT mod from Here. After the download finish unpack the downloaded file at your Desctop. Go to the war3ft_v3.0rc13 folder and move all the files at your cstrike folder. Now go to cstrike\addons\amxmodx\configs and open plugins.ini with Notepad. Find : ; Custom - Add 3rd party plugins here And place after it : war3ft.amxx Save and exit. Now go to cstrike\addons\amxmodx\configs\war3ft and open war3FT.cfg with Notepad. Serch for : wc3_save_xp 0 // Enables saving of experience (default is 0) wc3_save_xp_db 0 // How should we save XP? (0 = SQLite, 1 = MySQL) replace it with : wc3_save_xp 1 // Enables saving of experience (default is 0) wc3_save_xp_db 1 // How should we save XP? (0 = SQLite, 1 = MySQL) Now find : wc3_sql_dbhost "localhost" // Host Name wc3_sql_dbuser "root" // User Name wc3_sql_dbpass "" // Password wc3_sql_dbname "" // Database Name And replace it with : wc3_sql_dbhost "localhost" // Host Name wc3_sql_dbuser "root" // User Name wc3_sql_dbpass "root" // Password wc3_sql_dbname "wc3ft" // Database Name Save and exit. Now open the navicat client from the short cut at your desctop and follow the images. 5) Start your server and have fun with your freshly installed WC3 FT SaveXP mod :P Credits : AMX Mod X Installing - Morian MySQL & Navicat Installing - uNiQue1337 Rest of the work - Me ::) Quote
Morian Posted May 13, 2010 Posted May 13, 2010 As i can see you put the correct credits ;) +1 karma for your work. Clear guide step by step. Thank you. Quote
`Rοmeο Posted May 13, 2010 Author Posted May 13, 2010 On 5/13/2010 at 6:54 PM, Morian said: As i can see you put the correct credits ;) +1 karma for your work. Clear guide step by step. Thank you. I thank you too :P and I hope that ive helped :) Quote
CryStaliN Posted May 13, 2010 Posted May 13, 2010 It makes me sick. Is just a c/p. The Install guide is morian share. The database also is c/p As i already told you,you just copied the download link and put those features. And ofc you c/p those too,because the infos are given by the war3ft addon. If him deserve the karma i quite from cs mod. And let's copy anothers guys guides and post a gungame mod and take karma congratz :P 4) Downloading, Installing and Setting up WC3 FT mod : Download the WC3 FT mod from Here. After the download finish unpack the downloaded file at your Desctop. Go to the war3ft_v3.0rc13 folder and move all the files at your cstrike folder. Now go to cstrike\addons\amxmodx\configs and open Code: plugins.ini with Notepad. Find : Code: ; Custom - Add 3rd party plugins here And place after it : Code: war3ft.amxx Save and exit. Now go to cstrike\addons\amxmodx\configs\war3ft and open war3FT.cfg with Notepad. Serch for : Code: wc3_save_xp 0 // Enables saving of experience (default is 0) wc3_save_xp_db 0 // How should we save XP? (0 = SQLite, 1 = MySQL) replace it with : Code: wc3_save_xp 1 // Enables saving of experience (default is 0) wc3_save_xp_db 1 // How should we save XP? (0 = SQLite, 1 = MySQL) Now find : Code: wc3_sql_dbhost "localhost" // Host Name wc3_sql_dbuser "root" // User Name wc3_sql_dbpass "" // Password wc3_sql_dbname "" // Database Name And replace it with : Code: wc3_sql_dbhost "localhost" // Host Name wc3_sql_dbuser "root" // User Name wc3_sql_dbpass "root" // Password wc3_sql_dbname "wc3ft" // Database Name Save and exit. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.