Page MenuHomeFeedback Tracker

MagirotV
User

Projects

User does not belong to any projects.

User Details

User Since
Mar 7 2013, 8:11 PM (580 w, 6 d)

Recent Activity

May 10 2016

MagirotV added a comment to T80146: Ammo in players inventory will duplicate when other players connect to the server whilst the game is in progress..

"I take it this is a new error for the series? I never witnessed this problem back on ARMA 2?"

It's a new problem in the sense that there are more commands with a global effect in use in Arma 3. In Arma 2 you would've gotten the same effect if you had used "(unitBackpack this) addMagazineCargoGlobal".

The issue is that to ensure the items go where the player wants, the Virtual Arsenal uses addItemToUniform/Vest/Backpack, which all work with global arguments and have a global effect. Without a locality check or a "do only once" variable check, this means duplicates when JIP is involved.

The commands for adding the uniforms, vests and backpacks themselves are global too, but it's not as big of a problem (addUniform was local previously, and that was terrible in another way when trying to setup loadouts).

May 10 2016, 9:44 AM · Arma 3
MagirotV added a comment to T80146: Ammo in players inventory will duplicate when other players connect to the server whilst the game is in progress..

Sadly the Virtual Arsenal doesn't take Join-In-Progress into account. One way, or the only way I've found, to avoid all problems with loadouts is to use a function or preprocessFileLineNumbers that has a locality check (and ideally some sort of a loadoutDone variable check). I guess technically you could try adding:

if (local this) {

to the beginning of the export paste, and

};

to the end of it, but I've never tried it that way. If it works it's clearly the simplest method.

I wouldn't call using Event Scripts "simple" in comparison to just pasting an export into unit init, since it involves at least basic knowledge of scripting.

Altogether this game series has always been in need of proper and working unit inventory management in the editor, it's a darn shame it was dropped out of the release features. I guess due to problems in the engine that are the cause here too.

May 10 2016, 9:44 AM · Arma 3
MagirotV added a comment to T77356: forceAddUniform does not exist in 1.20.

Thank you. :) This ticket should probably be closed.

May 10 2016, 8:24 AM · Arma 3
MagirotV edited Steps To Reproduce on T77356: forceAddUniform does not exist in 1.20.
May 10 2016, 8:24 AM · Arma 3
MagirotV added a comment to T77356: forceAddUniform does not exist in 1.20.

That might be the case. Then the sitrep feels a bit premature in advising to change the command in former missions, and the wiki has the wrong version.

May 10 2016, 8:24 AM · Arma 3
MagirotV added a comment to T77325: AutoSpot=0 in difficulty settings has no effect in MP.

"It breaks immersion and players use mods that disable WHOLE RADIO PROTOCOLS BECAUSE OF THIS."

This, it's quite sad given BI spent so much effort trying to improve them in A3. Using mods like this also has a negative impact on immersion in that they disable AI talking altogether, but it's the only way around this ridiculous bug.

May 10 2016, 8:24 AM · Restricted Project, Arma 3
MagirotV added a comment to T76385: playVideo function appears to cause 2 second audio delay on OGV files.

It probably can be solved with encoding, since if you play BI's video files in your own mission, their audio is synced fine*. However, if that is the case, I agree that a guide on settings that the game accepts is needed. I've spent days trying to figure out a working setup on ffmpeg2theora (which Bohemia used), and all I've achieved is shortening the desync to less than a second, which is obviously way worse than with regular media players. Video and audio quality in general also suffer when playing the videos in-game.

Crude workaround is to play the audio with playSound at the same time. Syncs considerably better than otherwise.

  • I thought it might be an issue with loading such files from a mission instead of separately loaded data file, but my video didn't work from an addon either.
May 10 2016, 7:59 AM · Arma 3
MagirotV added a comment to T76299: Steam Friends list "Join Game" fails on passworded servers.

Okay, I really should've redone the tests before making this ticket. The behaviour isn't actually linked to passworded servers at all.

In truth the issue is when you try a Steam "Join Game" on a friend who is playing on a dedicated server that they're hosting themselves.

So the correct steps to reproduce:

  1. Start up a dedicated server from your Arma 3 folder
  2. Join the dedicated server
  3. Ask for a friend to join it through Steam Join Game targeted at your account
  4. They get the "Can't connect to server" message

It's still rather confusing, and somehow sorting it out would make things clearer.

The actual ticket info is now very misleading, and I cannot edit it. Sorry about that.

May 10 2016, 7:56 AM · Arma 3
MagirotV edited Steps To Reproduce on T76299: Steam Friends list "Join Game" fails on passworded servers.
May 10 2016, 7:56 AM · Arma 3
MagirotV added a comment to T74832: Remove seagulls after spectator initialized.

Who doesn't love seagulls? Still it feels really weird that they aren't disabled by default when using the spectator mode. You can instantly see where and if people have died by gazing at the sky, which has tons of implications in some game modes.

May 10 2016, 7:21 AM · Arma 3
MagirotV added a comment to T74832: Remove seagulls after spectator initialized.

Still present with GROUP respawn after no AI left - and quite silly!

May 10 2016, 7:21 AM · Arma 3
MagirotV added a comment to T71524: CSAT Uniforms non-conforming to Geneva Convention: Add National Flags.

I don't think the Geneva treaties have so specific requirements. The related parts are probably the ones requiring soldiers to have distinctive uniforms, and militias/volunteers/organised resistance movements to have "fixed distinctive signs", but so long as the side the soldier fights on is clear, nothing necessarily demands the nation to be identifiable.

Still I wouldn't mind CSAT national flag patches, though I think it's part of a larger problem of the CSAT not feeling fleshed out enough.

Some links:
http://en.wikipedia.org/wiki/Unlawful_combatant#Prisoners_of_war
http://www.icrc.org/eng/assets/files/other/irrc_853_pfanner.pdf

May 10 2016, 5:48 AM · Arma 3
MagirotV added a comment to T70834: Sheeps aren't visible on dedicated server.

Fixed in last Friday's devbranch. :)

May 10 2016, 5:26 AM · Arma 3
MagirotV added a comment to T67712: Opfor AI still use 6.5mm for TRG.

Given that there are no regular Opfor units that use TRG's, this is probably an issue with a custom mission that's not been updated?

May 10 2016, 3:29 AM · Arma 3
MagirotV edited Steps To Reproduce on T65681: addAction doesn't work on animals anymore.
May 10 2016, 2:08 AM · Arma 3
MagirotV added a comment to T65488: to join a friend directly from the game or Steam.

My guess is that they're planning on adding full Steamworks support in the final game, since the game is Steam exclusive anyway. But it's not really a pressing issue while the game is in Alpha.

May 10 2016, 2:00 AM · Arma 3
MagirotV added a comment to T64392: OPFOR Diver Team Leaders have wrong caliber tracer magazines.

Still present in Alpha 0.54.103957. Apologies if it's not proper to make a note of this.

May 10 2016, 1:23 AM · Arma 3
MagirotV edited Steps To Reproduce on T64392: OPFOR Diver Team Leaders have wrong caliber tracer magazines.
May 10 2016, 1:22 AM · Arma 3
MagirotV added a comment to T64392: OPFOR Diver Team Leaders have wrong caliber tracer magazines.

I guess I could've added that I've never been able to load the correct-caliber magazines either; they simply disappear when you try it, and one of the UW ones gets loaded instead. But I suspect there's already a ticket on that if it's a widespread problem.

May 10 2016, 1:22 AM · Arma 3