Jump to content
  • 0

Voice Over Side Chat Question


ssoylu1996

Question

Hi,

 

I've set up a overpoch server and the difficulty is on veteran. My problem is that I can not see who is speaking on side chat using voice. Is there anyone who could help? I could not find answers over Google so please don't flame at me if there is a similar topic.  This is my config.cfg

// DO NOT CHANGE
// Submit a ticket to be enabled
//steamPort = 0;
//steamQueryPort = 2340;

hostName = "SERVER NAME";
password = "";
passwordAdmin = "123345667";
maxPlayers = 50;
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
timeStampFormat = "short";
motd[] = {""};
motdInterval = 0;
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData = 	"kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 103718;
VonID=1;

class Missions
{
    class Mission1
    {
    	template = "DayZ_Overpoch_1.Chernarus";
    	difficulty="veteran";
    };

};

I have written VonID=1; as you all can see.. I also wanted to show my basic.cfg

 

Here it is:

MinBandwidth=104857600;
MaxBandwidth=1073741824;
MaxMsgSend=256;
MaxSizeGuaranteed=128;
MaxSizeNonguaranteed=256;
MinErrorToSendNear=0.029999999;
MinErrorToSend=0.003;
MaxCustomFileSize=0;
Windowed=0;
adapter=-1;
3D_Performance=1;
Resolution_Bpp=32;
VonID=1;
class sockets
{
	maxPacketSize=1400;
};
serverLongitude=-2;
serverLatitude=52;
serverLongitudeAuto=-2;
serverLatitudeAuto=52;

Which also uncludes the Von id.  I don't know what else to do. Could someone please be a bit of a assistance?

 

Thanks.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

I think you have to add it in the server.Arma2OAProfile.
Check your instance_X_Chernarus\users folder, should be in there.

Then if you're using the Veteran difficulty, add/edit it there.

class Veteran
{
class Flags
{
3rdPersonView = 1;
armor = 0;
autoAim = 0;
autoGuideAT = 0;
autoSpot = 0;
cameraShake = 1;
clockIndicator = 1;
deathMessages = 1;
enemyTag = 0;
friendlyTag = 0;
hud = 0;
hudGroupInfo = 0;
hudPerm = 0;
hudWp = 1;
hudWpPerm = 1;
map = 0;
netStats = 0;
tracers = 0;
ultraAI = 0;
unlimitedSaves = 0;
vonId = 1;
weaponCursor = 0;
};
skillFriendly=0.44999999;
skillEnemy=0.44999999;
precisionFriendly=0.34999999;
precisionEnemy=0.34999999;
};
Link to comment
Share on other sites

  • 0

 

I think you have to add it in the server.Arma2OAProfile.

Check your instance_X_Chernarus\users folder, should be in there.

Then if you're using the Veteran difficulty, add/edit it there.

class Veteran
{
class Flags
{
3rdPersonView = 1;
armor = 0;
autoAim = 0;
autoGuideAT = 0;
autoSpot = 0;
cameraShake = 1;
clockIndicator = 1;
deathMessages = 1;
enemyTag = 0;
friendlyTag = 0;
hud = 0;
hudGroupInfo = 0;
hudPerm = 0;
hudWp = 1;
hudWpPerm = 1;
map = 0;
netStats = 0;
tracers = 0;
ultraAI = 0;
unlimitedSaves = 0;
vonId = 1;
weaponCursor = 0;
};
skillFriendly=0.44999999;
skillEnemy=0.44999999;
precisionFriendly=0.34999999;
precisionEnemy=0.34999999;
};

Hi,

 

I have done what you have said.

 

It did not work :/

 

I copied it exactly.

Link to comment
Share on other sites

  • 0

Hi,

 

You are correct, my difficulty is already set to veteran within the config.cfg.

 

This is what I have in my Arma2OA file. The text outside the { and }  brackets, I deleted and they just came back.

class Veteran
{
	class Flags
	{
		3rdPersonView=1;
		armor=0;
		autoAim=0;
		autoGuideAT=0;
		autoSpot=0;
		cameraShake=1;
		clockIndicator=1;
		deathMessages=1;
		enemyTag=0;
		friendlyTag=0;
		hud=0;
		hudGroupInfo=0;
		hudPerm=0;
		hudWp=1;
		hudWpPerm=1;
		map=0;
		netStats=1;
		tracers=0;
		ultraAI=0;
		unlimitedSaves=0;
		vonId=1;
		WeaponCursor=1;
	};
	skillFriendly=0.44999999;
	skillEnemy=0.44999999;
	precisionFriendly=0.34999999;
	precisionEnemy=0.34999999;
};
shadingQuality=7;
shadowQuality=3;
singleVoice=0;
maxSamplesPlayed=32;
sceneComplexity=300000;
viewDistance=1600;
terrainGrid=10;
volumeCD=6.5;
volumeFX=8.5;
volumeSpeech=5.5;
volumeVoN=6.5;
vonRecThreshold=0.029999999;
I also wanted to mention that I might not know how to see which player is speaking, I am still a noob to all these stuff. I am expecting to see the players name on the bottom left corner of my screen. Is that where I am supposed to be searching?

Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...