Page MenuHomeFeedback Tracker
Feed Arma 3 Activity

May 10 2016

Laxemann added a comment to T77572: _PLEASE_ remove the black screen overlay when diving deeper and find a better solution.

Even inside an SDV?

May 10 2016, 8:29 AM · Arma 3
Unknown Object (User) added a comment to T77572: _PLEASE_ remove the black screen overlay when diving deeper and find a better solution.

SDV are not water proof AFAIK.

May 10 2016, 8:29 AM · Arma 3
Unknown Object (User) added a comment to T77571: Backup weapon storage..

Just like ACE did? although they made the backpack slot a place to put another gun

May 10 2016, 8:29 AM · Arma 3
Laxemann edited Steps To Reproduce on T77572: _PLEASE_ remove the black screen overlay when diving deeper and find a better solution.
May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77571: Backup weapon storage..
May 10 2016, 8:29 AM · Arma 3
KDN added a comment to T77570: Next Weapon Buton.

I added the newer info on the original post for better review. I hope that is ok

May 10 2016, 8:29 AM · Arma 3
john681611 edited Steps To Reproduce on T77571: Backup weapon storage..
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77572: _PLEASE_ remove the black screen overlay when diving deeper and find a better solution: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77571: Backup weapon storage.: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77570: Next Weapon Buton: Arma 3.
May 10 2016, 8:29 AM · Arma 3
SilentSpike added a comment to T77569: Missing of scripting command : damageAllowed object.

Couldn't you use the setVariable command when changing the damage allowance in the provided example?

May 10 2016, 8:29 AM · Arma 3
Deadfast added a comment to T77570: Next Weapon Buton.

<i>I still would put this as user error and move to close this post :)</i>

I disagree. If there is a conflict it should be clearly indicated.

May 10 2016, 8:29 AM · Arma 3
KDN added a comment to T77570: Next Weapon Buton.

The problem seems to arise when the key assigned for "Change Gunner weapon" is also the key assigned for "next weapon". Once they are separated the problem disappears. Usually a key that is assigned somewhere else shows in red but not in this case.

I still would put this as user error and move to close this post :)

May 10 2016, 8:29 AM · Arma 3
madbull added a comment to T77569: Missing of scripting command : damageAllowed object.

@Killzone_Kid :
I had two different needs about the invulnerability :

  • Be invulnerable when a condition NOT depending of the future damage events is true -> I succeed easily with allowDamage
  • Compute a condition depending of the damage event context to know if the current Damage Event has to be ignored -> I succeed hardly with HandleDamage EH.

The two needs have been fullfilled. So I'm personnaly OK :)
The first need is not perfect because doing "allowDamage true" at the end may do vulnerable an object which has been set invulnerable by another script or by the mission maker.
The second need was hard due to the getHit missing but never mind.
I used some tricks and it is not 100% perfect.

@SilentSpike :

Couldn't you use the setVariable command when changing the damage allowance in the provided example?

Of course if there is only my script running on Arma. But we need the command to ensure compatibility between other scripts and with the mission maker choices in the initialization line (if he adds "allowDamage false" on specific objects).

May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77570: Next Weapon Buton.
May 10 2016, 8:29 AM · Arma 3
KDN edited Steps To Reproduce on T77570: Next Weapon Buton.
May 10 2016, 8:29 AM · Arma 3
madbull added a comment to T77569: Missing of scripting command : damageAllowed object.

Note :
Using (then removing) the event handler HandleDamage to return 0 is not a viable solution.
Because returning 0 doesn't only make it invulnerable, but also do a "setDamage 0".
In addition, the missing of the "getHit" command makes difficult/impossible to keep the health status properly.

May 10 2016, 8:29 AM · Arma 3
madbull added a comment to T77569: Missing of scripting command : damageAllowed object.

Thanks for your comments. I'm agree for the command name, isDamageAllowed is clearer.

Although I personally don't see the need for such command

What do you suggest ? :) You have a better solution to make temporary an object indestructible (without "corrupting" its current damage state) ?

May 10 2016, 8:29 AM · Arma 3
Killzone_Kid added a comment to T77569: Missing of scripting command : damageAllowed object.

Although I personally don't see the need for such command, if added, the name should be

isDamageAllowed

to keep with Arma SQF commands names convention.

Also allowdamage takes local argument, this means isDamageAllowed would query only local instance of the object. This would be pretty awkward.

May 10 2016, 8:29 AM · Arma 3
Killzone_Kid added a comment to T77569: Missing of scripting command : damageAllowed object.

I need an example of practical problem to answer that. Not sure if the example you provided makes a compelling case for such command, well at least I'm not sure why do you need to use it there.

Well fine, there might be a case when you might want to know if after changing locality the object is allowed to take damage on particular client, maybe. I'm not against new commands, was just curious about the usefulness of this particular one.

May 10 2016, 8:29 AM · Arma 3
Xarieq added a comment to T77568: NATO Story unit Kerry is using wrong face (WhiteHead_05) loading the game sets his face to one that you set in your game profile.

Fixed in 1.32 version

May 10 2016, 8:29 AM · Arma 3
madbull edited Steps To Reproduce on T77569: Missing of scripting command : damageAllowed object.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77569: Missing of scripting command : damageAllowed object: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77568: NATO Story unit Kerry is using wrong face (WhiteHead_05) loading the game sets his face to one that you set in your game profile: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77569: Missing of scripting command : damageAllowed object.
May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77568: NATO Story unit Kerry is using wrong face (WhiteHead_05) loading the game sets his face to one that you set in your game profile.
May 10 2016, 8:29 AM · Arma 3
Cenwulf added a comment to T77567: OSD Time, Date, Location Causes Massive Performance Issues on First Mission Load.

Hmmmm, I'm stumped then. I don't experience this issue and I can't think why the osd text would be particularly demanding. Anyone else got any ideas?

May 10 2016, 8:29 AM · Arma 3
Xarieq edited Steps To Reproduce on T77568: NATO Story unit Kerry is using wrong face (WhiteHead_05) loading the game sets his face to one that you set in your game profile.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a comment to T77567: OSD Time, Date, Location Causes Massive Performance Issues on First Mission Load.

Thanks Cenwulf, very helpful!

May 10 2016, 8:29 AM · Arma 3
Bohemia added a comment to T77567: OSD Time, Date, Location Causes Massive Performance Issues on First Mission Load.

The OnScreen Display (OSD) function, which is frequently used in the campaign, and appears at the bottom right-hand corner of the screen, with digitally typed text that then disperses, appears to be taking a huge amount of energy to perform. Sometimes, it starts halfway through the process and the audio is delayed (normally on the first mission load). I hope that's a bit clearer, sorry!

May 10 2016, 8:29 AM · Arma 3
Cenwulf added a comment to T77567: OSD Time, Date, Location Causes Massive Performance Issues on First Mission Load.

This doesn't sound like the issue you describe is actually caused by the OSD text. Sounds more like your game is simply lagging on first mission load (which is common) as this is when the system is under heavy load as it initialises all the AI and scripts for the mission and loads textures.

The OSD text often coincides with large amounts of data being loaded as it is commonly displayed at the start of a mission or after a large transition from a cut scene, common times your system will be experiencing higher than normal load.

May 10 2016, 8:29 AM · Arma 3
Bohemia added a comment to T77567: OSD Time, Date, Location Causes Massive Performance Issues on First Mission Load.

Cenwulf - I've tried the OSD script at later points in the mission, still suffering a sight but problematic lag / delay.

May 10 2016, 8:29 AM · Arma 3
Deadfast added a comment to T77567: OSD Time, Date, Location Causes Massive Performance Issues on First Mission Load.

I'm sorry, I don't understand what you're talking about?

May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77567: OSD Time, Date, Location Causes Massive Performance Issues on First Mission Load.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77567: OSD Time, Date, Location Causes Massive Performance Issues on First Mission Load: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia edited Steps To Reproduce on T77567: OSD Time, Date, Location Causes Massive Performance Issues on First Mission Load.
May 10 2016, 8:29 AM · Arma 3
gutsnav added a comment to T77566: disabling explosives.

Many explosive devices have anti-tampering mechanisms, especially anti infantry mines such as the Claymore. Sadly Arma 3's Claymore is not implemented to its full potential (As with many of the mines). Currently they can only be manually detonated. You can still use this to your advantage. If you are spotted, retreat without being seen to a position overlooking your last. Then when the enemy walks up to your original position to investigate, blow them into dog food with the Claymore.

May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77566: disabling explosives.
May 10 2016, 8:29 AM · Arma 3
ruPaladin added a comment to T77565: IR-grenades (any) are "green" for any aircraft if the pilot is of AAF fraction..

UPD:
This bug depend on pilot fraction. So any IR grenade (CSAT, NATO, AAF grenade) will be "green" to any aircraft (even СSAT and NATO) if the pilot of this aircraft is of AAF fraction.

AAF pilot + any aircraft (CSAT, NATO, AAF) = any IR greande is "green" on the radar of this aircraft.

May 10 2016, 8:29 AM · Arma 3
kripto202 edited Steps To Reproduce on T77566: disabling explosives.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77566: disabling explosives: Arma 3.
May 10 2016, 8:29 AM · Arma 3
ruPaladin added a comment to T77565: IR-grenades (any) are "green" for any aircraft if the pilot is of AAF fraction..

I don't know and it doesn't matter I think. There are AAF IR grenades in game also and they are "green" for AAF aircraft radars too. It is a bug I think.

If any IR grenade is green for AAF, then why does AAF fraction has it is own AAF IR grenades...

May 10 2016, 8:29 AM · Arma 3
gutsnav added a comment to T77565: IR-grenades (any) are "green" for any aircraft if the pilot is of AAF fraction..

Are you sure the IND side are not set to "friendly to everyone"?

May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77565: IR-grenades (any) are "green" for any aircraft if the pilot is of AAF fraction.: Arma 3.
May 10 2016, 8:29 AM · Arma 3
ruPaladin edited Steps To Reproduce on T77565: IR-grenades (any) are "green" for any aircraft if the pilot is of AAF fraction..
May 10 2016, 8:29 AM · Arma 3
kripto202 added a comment to T77565: IR-grenades (any) are "green" for any aircraft if the pilot is of AAF fraction..

how can you throw those ir grenades? I never can seem to get an option for them.

May 10 2016, 8:29 AM · Arma 3
ruPaladin added a comment to T77565: IR-grenades (any) are "green" for any aircraft if the pilot is of AAF fraction..

Like any other grenade. Take it from ammobox, press Ctrl+G to choose IR-grenade and then press G to throw it.

May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77565: IR-grenades (any) are "green" for any aircraft if the pilot is of AAF fraction..
May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77564: "Start patrol" quad doesn't work.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77564: "Start patrol" quad doesn't work: Arma 3.
May 10 2016, 8:29 AM · Arma 3
B93 edited Steps To Reproduce on T77564: "Start patrol" quad doesn't work.
May 10 2016, 8:29 AM · Arma 3
Iceman added a comment to T77563: game crash stack_overflow.

Hello,
do these crashes happen on Arma with no mods activated? If so, would it be possible to upload crashdumps from the vanilla session?

Thank you very much.

May 10 2016, 8:29 AM · Arma 3
Bohemia added a comment to T77563: game crash stack_overflow.

Rar added with 3 files.
I will upload another one if we get this error again

May 10 2016, 8:29 AM · Arma 3
Iceman added a comment to T77563: game crash stack_overflow.

Hello,
Thank you for reporting the issue.
We need crash dump files from this folder for solve your problem.
C:\Users\<Name>\AppData\Local\Arma 3\
Can you upload somewhere in winrar package please?
When package will be smaller than 5000k, you can attach it here. When package is bigger, please use some free sharing service and post link here.

How to find correct crashdump file:
Try to make the crash happen
Look into crashdump folder
Upload crashdump with latest date in name (crashdump is rpt + bidmp + mdmp file with same name). Please try to provide as many crashdumps as possible, it helps us investigating the problem in a big way.

Thank you.

http://feedback.arma3.com/how-to-user.html

May 10 2016, 8:29 AM · Arma 3
Bohemia added a comment to T77563: game crash stack_overflow.

some help ?

May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77563: game crash stack_overflow: Arma 3.
May 10 2016, 8:29 AM · Arma 3
mp5gosu added a comment to T77563: game crash stack_overflow.

http://forums.bistudio.com/showthread.php?179022-Help-Crash-arma-3-server-dedicated

May 10 2016, 8:29 AM · Arma 3
Bohemia edited Steps To Reproduce on T77563: game crash stack_overflow.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a comment to T77563: game crash stack_overflow.

can be a hacker ? script ? server ?

May 10 2016, 8:29 AM · Arma 3
japapatramtara added a comment to T77562: Buldozer spawns out of map borders and crashes.

should be fixed since DEV. 125466 and will be distributed tomorrow

May 10 2016, 8:29 AM · Arma 3
Chairborne added a comment to T77562: Buldozer spawns out of map borders and crashes.

unfortunately i can't test it right now because my entire modfolder was deleted some time ago and i lost the map i was working on.

May 10 2016, 8:29 AM · Arma 3
Iceman added a comment to T77562: Buldozer spawns out of map borders and crashes.

Can you guys confirm the fix?

May 10 2016, 8:29 AM · Arma 3
Chairborne added a comment to T77562: Buldozer spawns out of map borders and crashes.

Ok, i'll explain myself better.
I have a small map, 2048x2048m, with roughly 20'000 objects (of which 17k are plants) as of now.
Until a few days ago buldozer was loading fine, then it just stopped working out of the blue.
I tried to reboot my pc several times, load previous savings, still no results.
A few moments ago it was still doing that.
I went into my library, hid all the plants, started buldozer with just 3'000 objects on map and it started flawlessly.
Went back into my library, set all the plants to "show", restarted buldozer and the issue seems to have fixed itself.
I can't give you any more detail because there really isn't anything else to it.
One minute it was working, the next it wasn't.
If there's something more i can do let me know, thanks.

May 10 2016, 8:29 AM · Arma 3
Chairborne added a comment to T77562: Buldozer spawns out of map borders and crashes.

Well good to know, thanks.

May 10 2016, 8:29 AM · Arma 3
japapatramtara added a comment to T77562: Buldozer spawns out of map borders and crashes.

This issue is not about TerrainBuilder, but Buldozer side. We already know what's wrong. Patch will be released soon

May 10 2016, 8:29 AM · Arma 3
Iceman added a comment to T77562: Buldozer spawns out of map borders and crashes.

Hello,
could you please provide exact repro steps how to make the crash happen? We cannot reproduce it on our data. Thank you.

May 10 2016, 8:29 AM · Arma 3
the_Demongod edited Steps To Reproduce on T77561: Add more options for UAV waypoints in Zeus.
May 10 2016, 8:29 AM · Arma 3
Chairborne edited Steps To Reproduce on T77562: Buldozer spawns out of map borders and crashes.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77562: Buldozer spawns out of map borders and crashes: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77561: Add more options for UAV waypoints in Zeus.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77561: Add more options for UAV waypoints in Zeus: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Ckyzxr edited Steps To Reproduce on T77560: Constant flickering ground textures.
May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77560: Constant flickering ground textures.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77560: Constant flickering ground textures: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77559: Constant flickering ground textures: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a comment to T77558: No Command to Disable Inventory Icon / Door Icon / Heal Icon etc..

Killzone_Kid - you humble me. Thanks ever so much. I read your blog every single day when I should be working. Thanks, man - you're a legend in this community! I'll close this ticket!

May 10 2016, 8:29 AM · Arma 3
Ckyzxr edited Steps To Reproduce on T77559: Constant flickering ground textures.
May 10 2016, 8:29 AM · Arma 3
Killzone_Kid added a comment to T77558: No Command to Disable Inventory Icon / Door Icon / Heal Icon etc..

showHud false

May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77557: Larger explosions are only larger upwards, not outwards: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77558: No Command to Disable Inventory Icon / Door Icon / Heal Icon etc.: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77557: Larger explosions are only larger upwards, not outwards.
May 10 2016, 8:29 AM · Arma 3
the_Demongod edited Steps To Reproduce on T77557: Larger explosions are only larger upwards, not outwards.
May 10 2016, 8:29 AM · Arma 3
Bohemia edited Steps To Reproduce on T77558: No Command to Disable Inventory Icon / Door Icon / Heal Icon etc..
May 10 2016, 8:29 AM · Arma 3
the_Demongod edited Steps To Reproduce on T77556: Missing/Glitchy Sound of artillery shells.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77556: Missing/Glitchy Sound of artillery shells: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77556: Missing/Glitchy Sound of artillery shells.
May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77555: Kavala hospital windows indestructible.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77555: Kavala hospital windows indestructible: Arma 3.
May 10 2016, 8:29 AM · Arma 3
caico1983 edited Steps To Reproduce on T77555: Kavala hospital windows indestructible.
May 10 2016, 8:29 AM · Arma 3
Killzone_Kid added a comment to T77554: Scripting command to check if profile vars file is writable.

You can do a check by yourself, write one then read to know if it is writable I suppose, not a huge workaround

EDIT: On second thought, this will require game restart as values are read from memory after assignment. At the moment saveProfileNamespace returns nothing, but making it return boolean (true) on successful file operation would probably be the easiest solution.

so +1

May 10 2016, 8:29 AM · Arma 3
Bohemia updated subscribers of T77554: Scripting command to check if profile vars file is writable.
May 10 2016, 8:29 AM · Arma 3
SaMatra edited Steps To Reproduce on T77554: Scripting command to check if profile vars file is writable.
May 10 2016, 8:29 AM · Arma 3
Bohemia added a project to T77554: Scripting command to check if profile vars file is writable: Arma 3.
May 10 2016, 8:29 AM · Arma 3
Deadfast added a comment to T77553: test.

I am not sure what to make of this. If this is meant to be a serious bug report please create a new ticket with a description of what the issue actually is.

May 10 2016, 8:29 AM · Arma 3
RedHorizon edited Steps To Reproduce on T77553: test.
May 10 2016, 8:28 AM · Arma 3
Bohemia added a project to T77553: test: Arma 3.
May 10 2016, 8:28 AM · Arma 3
Pip added a comment to T77551: Last release of Arma3 re-created "Mission-Name-gt-contains-bad-link-to-a-static-object".

This is a result of changes made due to the update. All you should need to do
is re open the mission in the editor and save it again.

Response: thanks for the note, opening existing missions > PBO and saving again is not easy to accomplish, are there any documented steps to complete this?

Issue History

Date Modified Username Field Change

2014-06-14 07:39 Pip New Issue
2014-06-14 09:43 Rellikplug Note Added: 0072706

May 10 2016, 8:28 AM · Arma 3
Pip added a comment to T77551: Last release of Arma3 re-created "Mission-Name-gt-contains-bad-link-to-a-static-object".

" All you should need to do is re open the mission in the editor and save it again. "

There must be something I am missing here you make this sound very easy but it really isn't. For a start you cant open a PBO in the editor....

May 10 2016, 8:28 AM · Arma 3
RedHorizon edited Steps To Reproduce on T77552: test.
May 10 2016, 8:28 AM · Arma 3
Bohemia added a project to T77552: test: Arma 3.
May 10 2016, 8:28 AM · Arma 3