Before I say what i need help with, I would like to say that I am a total noob to servers and mod installation and the like. Thus, I have looked over the documentation many times, and also read several other posts about it but I still don't understand. I thought I followed the instructions perfectly but it wouldn't work. By now you all probably know that i need help with...
... the installation of War3FT.
My server is hosted on a website, not from my computer which may be the source of my problems. Can someone explain to me how to do this?
can someone help me?
Moderator: Forum Moderator
- Krazy
- Forum Administrator
- Posts: 282
- Joined: Wed Jul 06, 2005 9:40 am
- Location: Dayton, Ohio
- Contact:
Re: can someone help me?
I think you are totally lost. You can not just upload all your server files to a website and think it will run. Do you even have SSH access to your server box?crzdmaniac123 wrote:My server is hosted on a website, not from my computer which may be the source of my problems.
Website: www.djpsych.com
Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!
Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!
-
- Peon
- Posts: 5
- Joined: Sun Jan 08, 2006 1:56 pm
You are right I am completely lost... as I said I don't know much about servers, which is why i'm here.
I have no idea what SSH access is or what my server box is. I have access to the FTP folder, and I have SmartFTP for uploading files.
And actually the server runs, it's a website that hosts servers for you, charging money. Clanservers.com if it helps. I already have Amxx installed on it, and that works, but when I try to install war3FT it never works.
I have no idea what SSH access is or what my server box is. I have access to the FTP folder, and I have SmartFTP for uploading files.
And actually the server runs, it's a website that hosts servers for you, charging money. Clanservers.com if it helps. I already have Amxx installed on it, and that works, but when I try to install war3FT it never works.
- Krazy
- Forum Administrator
- Posts: 282
- Joined: Wed Jul 06, 2005 9:40 am
- Location: Dayton, Ohio
- Contact:
Ok never mine what I said above. At first I just thought you were uploading all the Warcraft 3 FT files to a website and hopeing that it would run that way
All you have to do is this (assuming you are running cstrike or czero server):
Download the (amxmod x 1.6x v2.3.0 for cstrike/czero):
http://wc3mods.net/war3ft/downloads.php
Now read the documentation and do what it says:
http://wc3mods.net/war3ft/documentation ... e&os=linux
And you should be good to go.
All you have to do is this (assuming you are running cstrike or czero server):
Download the (amxmod x 1.6x v2.3.0 for cstrike/czero):
http://wc3mods.net/war3ft/downloads.php
Now read the documentation and do what it says:
http://wc3mods.net/war3ft/documentation ... e&os=linux
And you should be good to go.
Website: www.djpsych.com
Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!
Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!
-
- Peon
- Posts: 5
- Joined: Sun Jan 08, 2006 1:56 pm
- Krazy
- Forum Administrator
- Posts: 282
- Joined: Wed Jul 06, 2005 9:40 am
- Location: Dayton, Ohio
- Contact:
First of all it does not matter what operating system you are using it matters what operating system the server company is using which is linux because I use ClanServers too.
And forget about all the SSH stuff. All that is saying is upload all the files that are in the zip file that you downloaded to your zip file in the right place. So just delete the addons folder that you have on your FTP right now and then upload the addons folder that is in the zip file you just downloaded. Also upload the sound folder and sprite folder.
And then change the code in the liblist.gam from:
to
Which I am guessing you already changed the liblist.gam because you said you got AMX Mod X working.
And forget about all the SSH stuff. All that is saying is upload all the files that are in the zip file that you downloaded to your zip file in the right place. So just delete the addons folder that you have on your FTP right now and then upload the addons folder that is in the zip file you just downloaded. Also upload the sound folder and sprite folder.
And then change the code in the liblist.gam from:
Code: Select all
gamedll "dlls\mp.dll"
gamedll_linux "dlls/cs_i386.so"
Code: Select all
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
Last edited by Krazy on Sun Jan 08, 2006 6:52 pm, edited 1 time in total.
Website: www.djpsych.com
Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!
Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!