Vultr.com - Instant Cloud Server Deployment
Game Rank
Servers:
Teams:
Fans:
6918
Players:
245
Forum Home > Call Of Duty Server Administration & Help > Cod UO - AWE Features Problem
kubapl2014PM
#1
Cod UO - AWE Features Problem
Feb 28, 2015 11:16 AM
Joined: Jul 07, 2014
Posts: 1
Hello,i have a problem,because only 2 features are working(AWE logo and searching dead bodies) but the rest of features like showhit,Team status,UO Sprint(and more) still don't work. (I made shorcut which looks like this:"C:\Program Files\Call of duty" +set fs_game awe_uo +set dedicated 0[because i want play offline] +exec awe.cfg) (BTW. Sorry for bad english.)
burebarutaPM
#2
May 03, 2015 6:04 PM
Joined: Mar 09, 2010
Posts: 15
kubapl2014 wrote:
Hello,i have a problem,because only 2 features are working(AWE logo and searching dead bodies) but the rest of features like showhit,Team status,UO Sprint(and more) still don't work. (I made shorcut which looks like this:"C:\Program Files\Call of duty" +set fs_game awe_uo +set dedicated 0[because i want play offline] +exec awe.cfg) (BTW. Sorry for bad english.)




remove in your awe.cfg settings

example

// Show blip on hud when you hit another player (0=off, 1=on)
//set awe_showhit "1"

if is your settings look like that. option will not work but if you remove this: //

working example

// Show blip on hud when you hit another player (0=off, 1=on)
set awe_showhit "1"


than option is enabled.so,if you want to enable any option you need to remove "//" this!

same thing with show status

//Show number of alive players in each team (0=off, 1=on, 2=alternate setting) (default 0)

set awe_show_team_status "1"


just remove this // and option will work.