Page MenuHomeFeedback Tracker

phantom3013
User

Projects

User does not belong to any projects.

User Details

User Since
Jul 2 2015, 4:31 AM (460 w, 1 d)

Recent Activity

Jun 8 2019

phantom3013 updated the task description for T140453: Dead Teammates Disappear..
Jun 8 2019, 9:26 AM · Arma 3
phantom3013 created T140453: Dead Teammates Disappear..
Jun 8 2019, 9:26 AM · Arma 3

Oct 25 2017

phantom3013 added a comment to T126972: Visual Glitches.

The issue is still there on stable.

Oct 25 2017, 2:26 AM · Arma 3

Oct 22 2017

phantom3013 edited Steps To Reproduce on T126972: Visual Glitches.
Oct 22 2017, 8:46 AM · Arma 3
phantom3013 updated the task description for T126972: Visual Glitches.
Oct 22 2017, 8:46 AM · Arma 3
phantom3013 created T126972: Visual Glitches.
Oct 22 2017, 8:44 AM · Arma 3

May 20 2017

phantom3013 changed Severity from severity:none to severity:major on T124895: Major Issues With Modules & Features In MP.
May 20 2017, 12:57 AM · Arma 3
phantom3013 created T124895: Major Issues With Modules & Features In MP.
May 20 2017, 12:57 AM · Arma 3

May 10 2016

phantom3013 added a comment to T84652: Status_Access_Violation Error In Arma 3 Editor..

I believe I have discovered the problem, very strange actually, hopefully it will help someone else who's having the same issue. In the editor if you spawn objects in the black zone of the map where there is nothing.... that can cause strange crashing while saving and previewing.

So don't spawn objects in the black zone of the maps you're working on. Moved the objects away from the black zone and crashing stops, move objects in the black zone and crashing starts again.

May 10 2016, 12:13 PM · Arma 3
phantom3013 set Category to category:gamecrash on T84652: Status_Access_Violation Error In Arma 3 Editor..
May 10 2016, 12:13 PM · Arma 3
phantom3013 edited Steps To Reproduce on T83563: Show/Hide Module AI problems & MP Issues..
May 10 2016, 11:41 AM · Arma 3
phantom3013 added a comment to T82838: Music sometimes repeats from beginning when pausing game (More Info Provided).

I'm having the same issue as well with call custom sounds which used to work for years without fail until now. When I press esc while a custom sound is playing it will repeat from the beginning which can be a big problem.

The way to reproduce this...

inside your mission folder, create a folder named "music" and put a custom ogg type file inside of it, name your sound clip "test" or whatever. Then create a description folder and copy past this inside it...

class CfgMusic
{
tracks[]={};
class test
{ name = ""; sound[] = {\music\test.ogg, db+1, 1.0};
};

};

^ Now click save, and start your game, and start your mission through the editor. Spawn a blufor soldier, create a trigger and set it for blufor present, inside the onact field copy and paste this and click ok.....

playmusic "test";

^ Hope that helps. Many mission makers use custom sounds so, I think the best thing to do is make a fix where you press esc it pauses all custom sounds together with the game, then press esc again all custom sounds play where they left off with the game. Hope this post helped.

May 10 2016, 11:18 AM · Arma 3