PDA

View Full Version : Problem with Server Config



EvilMadcat
Jan 29 2007, 01:50
Hi all

How i can in Server Config disable the white Cross hairs http://forums.bistudio.com/oldsmileys/huh.gif?
Pls Help

EvilMadcat
http://forums.bistudio.com/oldsmileys/banghead.gif http://forums.bistudio.com/oldsmileys/banghead.gif http://forums.bistudio.com/oldsmileys/banghead.gif

RN Escobar
Jan 29 2007, 10:20
set up your server to run with a name by adding this to the command line

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">-name=YOURNAMEHERE[/QUOTE]

this will start a user profile in
C:/my documents/other armaprofiles
with the name of your server

go into this and edit this server profile.

here is an example

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class Difficulties
{
class regular
{
class Flags
{
Armor=1;
FriendlyTag=1;
EnemyTag=0;
HUD=1;
HUDPerm=1;
HUDWp=1;
HUDWpPerm=1;
AutoSpot=1;
Map=1;
WeaponCursor=1;
AutoGuideAT=1;
ClockIndicator=1;
3rdPersonView=1;
Tracers=1;
UltraAI=0;
AutoAim=0;
UnlimitedSaves=1;
};
skillFriendly=0.750000;
skillEnemy=0.600000;
precisionFriendly=0.750000;
precisionEnemy=0.600000;
};
class veteran
{
class Flags
{
HUD=1;
HUDWp=1;
HUDWpPerm=1;
WeaponCursor=1;
ClockIndicator=1;
3rdPersonView=0;
Tracers=1;
UltraAI=0;
};
skillFriendly=0.850000;
skillEnemy=0.850000;
precisionFriendly=0.850000;
precisionEnemy=0.850000;
};
};[/QUOTE]

the line you are interested in is

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">WeaponCursor=1;[/QUOTE]

switch this value to 0 in cadet or veteran to disable cross hairs in whichever difficulty u want it disabled in

get back to me if u have problems
Esco

EvilMadcat
Jan 29 2007, 10:51
My Problem is is a ded. Server not a game server i start from my game .... work it with this to ?
EvilMadcat

RN Escobar
Jan 29 2007, 13:46
yes this is even easier

go to difficulties and turn them off

or if they aren&#39;t in there, and i haven&#39;t looked, go to your own armaprofile and edit the same settings to turn crosshair off

[myg0t]Azide
Feb 15 2007, 18:14
Hello,

I have generated a custom user profile as described above.

**Note:  Having "illegal" characters in the name of the server seemed to prevent the file from being created ***

When I open "MYNAME.ArmaProfile"  I see server settings, but not the ones listed in your example.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
version=1;
blood=1;
viewDistance=1200;
terrainGrid=10.000000;
volumeCD=7;
volumeFX=7;
volumeSpeech=7;
singleVoice=0;
playerVoice=0;
gamma=1.000000;
brightness=1.000000;
fovTop=0.750000;
fovLeft=1.000000;
uiTopLeftX=0.000000;
uiTopLeftY=0.000000;
uiBottomRightX=1.000000;
uiBottomRightY=1.000000;
sceneComplexity=300000.000000;
shadingQuality=7;
shadowQuality=2;
soundEnableEAX=1;
soundEnableHW=0;

[/QUOTE]

Am I in the right file?  May I add the lines in your code?

I am running Arma_Server with an uploaded install.

-A

EvilMadcat
Feb 23 2007, 15:03
you musst say there server exe to get your profile get behind the arma_server.exe -name=profilname -port=xxxxxx -config=yourconfigfilename.cfg and so one you can start the server and he is loading to your config file the profil to

Have fun i hope i can help :-)