rambo1942 • PM |
Jul 30, 2011 4:13 PM
|
![]() Posts: 239 |
server ip: 208.167.243.189:28960
Was trying to add +exec awe.cfg to the command line, not sure if I put it in the right spot but now it's not working at all and the server is dead. When I click on the edit command line box, it opens and says this: Error: Command line could not be retrieved I found where I had copied and pasted the original command line: /coduo_lnxded +set fs_game uo_awe +set net_ip 208.167.243.189 +set net_port 28960 +set fs_homepath home_path/uo +set sv_punkbuster 1 +set sv_maxclients 16 +exec config.cfg +map_rotate and upon putting it in there and clicking update it says could not update command line Need this fixed right away plz and also, please tell me where to put the +exec awe.cfg in properly so the server doesn't crash again plz
Last edited by: rambo1942 Jul 30, 2011 4:19 PM
|
burn • PM |
Jul 31, 2011 12:42 AM
|
![]() Posts: 10924 |
I'm guessing fs_game uo_awe and home_path/uo should be the same - so it should be either uo or uo_awe. This should reflect the folder name on the server. Have not run a COD server in a while.
Please note that GT premium servers do not provide support for customization options. GT onlyprovides support for technical issues with the service by email only. ![]() |
rambo1942 • PM |
Jul 31, 2011 2:16 PM
|
![]() Posts: 239 |
burn wrote: I'm a little confused by this comment because the "AWE" is an install option right from the gt page...it's not something I'm trying to install server side, it's an option right on your drop down menu right along with "pam" and "update punkbuster" If it's something you are offering to install on the server from your side then you really should provide support for it. As of right now, I still can't access the start up command line. Would you happen to have a link somewhere as to how to install the AWE mod?? |
burn • PM |
Jul 31, 2011 2:44 PM
|
![]() Posts: 10924 |
rambo1942 wrote:burn wrote: As that comment indicates, GT only provides support for technical issues with the service by email only. If the mod for auto install is no longer working or the command line is editable even though you are making the correct change, you can contact the support team to correct the issue with the service. The reason the prices are so low is become they come without staff support for customization options - they are self-managed. I just did a clean install of a UO server and installed the awe mod. It worked fine for me, so you must have altered something to cause it not to work. Try reinstalling your server and then install it again. You should be able to find the AWE mod for download at many gaming download sites, such as http://www.gamefront.com/files/3860538/UO_AWE__v2_1___zip_ ![]() |
rambo1942 • PM |
Jul 31, 2011 6:43 PM
|
![]() Posts: 239 |
I haven't found the "email" you refer to. I wasn't aware I could send email instead of always posting on the forums.
Thanks for your quick response. What I did was reinstall uo and reinstall the awe from the "manage" section. Seems to be working, I'll have to read up on modifying the actual awe.cfg.....know a good place I can read up on that because the http://www.awemod.com is no longer there....neither is that iwnation.com site Thanks again and any info would be great. |
burn • PM |
Aug 01, 2011 12:58 AM
|
![]() Posts: 10924 |
You can see it at the bottom of http://www.gametracker.com/account/plan.php
I think you can find info at http://www.raidersmerciless.com/ you may have to register ![]() |
rambo1942 • PM |
Aug 01, 2011 3:19 PM
|
![]() Posts: 239 |
Thanks for the info Burn...and I have some info for you as well friend.
1)You can not modify the command line for the awemod....it's already there. What you can do, because it wasn't doing it, was add this to the bottom of the main config file: exec awe.cfg If you add that to the end, you don't have to modify the start up command line. Thats it for gt side of things. Redirects using Godaddy windows shared hosting account: You have to have IIS 7 Installed first Secondly, to add your own filetypes for direct download you need to create a web.config file and put it in your website root directory. Thirdly, for uo maps (.pk3 file extension) This is all you need to have to create the web.config file, just have folks copy and paste this into notepad, save it as web.config and upload it to their website root directory: <configuration> <system.webServer> <staticContent> <remove fileExtension=".pk3" /> <mimeMap fileExtension=".pk3" mimeType="octet-stream/pk3" /> </staticContent> </system.webServer> </configuration> ok, here's an explanation: you have to know what mimetype the file extension is, I researched on google and found that the octet-stream works for pk3 filetypes. Anyway, I know there's a lot of clans using Godaddy so I thought I'd share that knowledge with you because you've always been helpful and we're all part of one big gaming family after all. Again, thanks for your help and glad I could pay it forward ![]() |