Page MenuHomeFeedback Tracker

th3cr0w
User

Projects

User does not belong to any projects.

User Details

User Since
Sep 21 2013, 5:40 PM (551 w, 5 d)

Recent Activity

May 11 2016

th3cr0w edited Additional Information on T112299: Character stuck behind dumpsters.
May 11 2016, 6:20 AM · DayZ

May 10 2016

th3cr0w added a comment to T85876: createSoundSource is not syncronised.

Sound_Alarm is defined in cfgVehicles and has a link (sound) to cfgSFX. the CfgSFX Class contains a list of multiple tracks which get selected at random which doesn't get synct.

"sounds[]={ "track01", "track02", "track03"};"

May 10 2016, 12:50 PM · Arma 3
th3cr0w added a comment to T85876: createSoundSource is not syncronised.

class cfgVehicles
{
class Sound;

class myCustomSound: Sound
{

		scope=2;
		sound="myCustomSound_SFX";
		displayName="myCustomSound";
		vehicleClass="sounds";

};
};

class CfgSFX
{

class myCustomSound_SFX
{

		sounds[]=
		{
			"radio01",
			"radio02",
			"radio03"

		};
		
		name="Custom Sound";
		
		radio01[]=
		{
			"testsound_01_40sek.ogg",
			6,
			1,
			50,
			0.082999997,
			0,
			0,
			0
		};
		radio02[]=
		{
			"testsound_02_40sek.ogg",
			6,
			1,
			50,
			0.082999997,
			0,
			0,
			0
		};
		radio03[]=
		{
			"testsound_03_40sek.ogg",
			6,
			1,
			50,
			0.082999997,
			0,
			0,
			0
		};
		
		empty[]=
		{
			"",
			0,
			0,
			0,
			0,
			0,
			0,
			0
		};

};
};

May 10 2016, 12:50 PM · Arma 3
th3cr0w added a comment to T85876: createSoundSource is not syncronised.

by creating "myCustomSound" playes can get one of the 3 different tracks(radio01 - radio03) + the empty one.

May 10 2016, 12:50 PM · Arma 3
th3cr0w edited Steps To Reproduce on T85876: createSoundSource is not syncronised.
May 10 2016, 12:50 PM · Arma 3
th3cr0w added a comment to T82939: Random frees during loadingscreen (Application Hang).

I don't think that this is the problem here, I wait quite some time until I open the taskmanager.
The freeze is not always a the same moment. (different process in loading the mission and terrain (loadingbar).
And happens even after I already was previewing the mission so the terrain is still in ram.(afaik)

btw. .rpt and windows errorfile (.evtx) is attached.

May 10 2016, 11:20 AM · Arma 3
th3cr0w added a comment to T82939: Random frees during loadingscreen (Application Hang).

I don't not use mods so it is kind of hard to test.
I hoped you could narrow the cause with the windows error log I provided.
(occurrence is 1 in 100 or less)

May 10 2016, 11:20 AM · Arma 3
th3cr0w edited Steps To Reproduce on T82939: Random frees during loadingscreen (Application Hang).
May 10 2016, 11:20 AM · Arma 3
th3cr0w added a comment to T80732: Cannot raise/lower weapon in v 1.38.

Can confirm, it's AGM related.

May 10 2016, 10:07 AM · Arma 3
th3cr0w edited Steps To Reproduce on T79950: Can't recover from connection loss (No message received ).
May 10 2016, 9:38 AM · Arma 3
th3cr0w added a comment to T78379: The list of actions that AI not able to do, but should do..

Sry, I meant AI [b]vehicle[/b] Commander.

AI as a vehicle Commander doesn't search the area with their optics.

May 10 2016, 8:50 AM · Arma 3
th3cr0w added a comment to T78379: The list of actions that AI not able to do, but should do..

AI Commander are incapable of using their optics to spot enemy units.
e.g. try standing silent near a tank but not in front of the gun, they won't notice u ever.

May 10 2016, 8:50 AM · Arma 3