#arma3_scenario

1 messages ยท Page 15 of 1

wooden dove
#

it's not a map, it's a scenario ๐Ÿ˜ 

crystal oyster
#

yes scenerio sorry

#

๐Ÿ˜œ

#

also just found out it works in single player fine just not in multiplayer

sharp snow
#

What map are you working on?

#

@wooden dove TRIGGERED

crystal oyster
#

nogova

crystal dawn
#

So is f3 the standard when it comes to mission framework?

main warren
#

Depends on what you want to do.

#

E.g. it'll need quite a bit of work to use it for a public-respawn-24/7 mission.

#

But is good-to-go for no-respawn missions. Most communities using F3 usually create an in-house derivate adapted to their needs (e.g. dropping components they don't need, adding support for whatever mods they use etc.)

crystal oyster
#

okay so i have deleted all spawns out of map and placed one in the middle of map and still no go

main warren
#

did you set up the respawn template in description.ext?

#

(Unsure if that's still necessary, I never use respawn)

wooden dove
#

can be done via 3DEN attributes, but those are broken as fuck

crystal oyster
#

respawn = "BASE";
Respawndelay = "0";

wooden dove
#

and you have a marker called "respawn_west" right ?

crystal oyster
#

yup

wooden dove
#

the var, not the text, right ?

coral mirage
#

Just FYI, we plan to put out v3-4-1 of F3 later this week. It will fix some issues found in v3-4-0 and add support for the gendarmerie faction.

crystal oyster
#

i know it dont make any sense to me was working i added another task and more ai opfor and boom it stopped working

#

wow yay it started to work again deleted all spawns and made one again that said Respawn_west and it works

main warren
#

are you using -showscripterrors?

crystal oyster
#

is there anyone here that can teach me how to use scripts

main warren
#

should be a start

#

otherwise I suggest opening other people's scripts, hoping they are commented and trying to figure out how they work

crystal oyster
#

nice does that let me know where i place the scripts in the arma 3 folder once i have made them

crystal oyster
#

thank you

#

I like my scenerio I just need some more technicle things in it .

main warren
#

Am I right to assume that the "set random start" option works like grouping objects to markers did?

#

I'm getting some very strange results

sonic tinsel
#

anyone knows how to open the ramp of Blackfish by script camand? already tryed: this animate ["CargoRamp_Open",1]; and this animate ["ramp_top", 1]; this animate ["ramp_bottom", 1];

atomic blaze
#

@main warren yes, same feature. although, it seems to only move the linked group leader, not the whole group

main warren
#

I had some issues with it not placing objects where the markers are but in a rather large radius

coral mirage
#

(earlier than planned!)

ionic thorn
#

๐Ÿ‘๐Ÿป

main warren
#

To those interested, I threw together a simple spawn system over the last days:
https://github.com/Wolfenswan/ws_sss

Kinda had the concept kicking around for a while and finally got around to do it.
The idea was to create a script-only, minimal-hassle system that only requires the editor to set up and is intuitive enough for beginner mission makers. The setup.png should give you a rough idea how it works.

It's not yet released or anything but I'm happy enough with the prototype so far.

crystal oyster
#

@main warren That be awesome that what iam having problems with now

main warren
#

All feedback is welcome, the instructions provided should be enough to get it running

crystal oyster
#

is this only for AI spawns though ? sorry iam a strait noob

main warren
#

yes

#

I thought that was obvious but you're not the first to ask so I should probably clarify that somewhere

#

but that raises the issue that I can't name it simple AI spawn system because "sass" is already taken. oh the humanity

crystal oyster
#

haha sorry i see this now how about cake walk ai spwan

#

spawn lol

knotty umbra
#

Probably a well known question, but what's the correct description.ext for running the new BIS revive in a mission? are there any template missions?

atomic blaze
#

why not just set it up in eden?

crystal oyster
#

can someone tell me how to make the start spwan always first spawn then after discoverying the other spawns where they can select them

knotty umbra
#

eden doesnt seem to config correctly @atomic blaze

shadow glen
#

Anyone point me in the right direction to get party/groups/teams working in Eden? I assume I don't need a mod for my hosted server/mission I am making.

#

May have found it BIS Group Management

#

Yep nvm

daring dock
#

Does uiSleep work on dedi servers?

#

if I'm executing a script exclusively to the server that is

worthy rampart
#

Yes it works

daring dock
#

is there not a wiki article for BIS_fnc_showSubtitle? I can't find one.

atomic blaze
#

apparently not

daring dock
#

I was wondering if it was Global or Local

#

I guess I'll just have to test it

edgy gull
#

Func viewer has this:
/*
Author: Thomas Ryan

Description:
Displays a subtitle at the bottom of the screen.

Parameters:
    _this select 0: STRING - Name of the person speaking.
    _this select 1: STRING - Contents of the subtitle.

Returns:
SCRIPT - Script controlling the displayed subtitle.

*/

daring dock
#

Ya, Pennyworth shared that earlier

#

doesn't talk about it's locality though

edgy gull
#

The code looks very local to me

daring dock
#

I'll test it on my DediServer and see what happens

#

I guess it would make sense if it was local, since people might want to have multiple subtitles going on at once in diffrent areas.

#

mission.sqm is 1.5MB... this wasn't what I expect. Probably a product of all the new paramters in Eden.

#

(short description: using BIS_fnc_titlecard with a .ogv video)

wheat lantern
#

Hey, is there a way to set a Units Init field on respawn?

rich forum
#

Maybe I stink, but I've been fighting this off and on now

#

I seriously can't get a mission to force into a custom-defined ConfigDifficultyPreset

#

if I don't have "forcedDifficulty" defined in the server config

#

can a mission not dictate what it's run as?

daring dock
#

I'm not sure but I know the server.cfg can set difficulty on each mission in load order.

signal coral
#

@rich forum afaik not. But as DriftingNitro said you can set a difficulty for each mission in class Missions in server.cfg (it also overrides forcedDifficulty)

#

problem is, if you manually change your mission u have to manually set difficulty each time..

main warren
#

Before 3den if you'd set a vehicle to 0% health in the editor you'd start with a burning wreck, no it's only the wreck. Is there a straightforward method to emulate the old behavior? setDamage 1 on init?

#

nvm, can just use the fire & smoke modules

signal coral
#

Anyone knows how to fix it when I transfer my 2d mission.sqm to the 3d its just blank?

main warren
#

set one of the playable units to player in the 2d editor

signal coral
#

Well how am I supposed to open the 2d editor when its removed?

main warren
#

CTRL+O

worthy rampart
#

^ do that from the screen after the main menu when you are selecting which map and before you would hit continue to load in

signal coral
#

Thanks

icy knot
#

people still using 2d editor to get working guard triggers? ))

wheat lantern
#

Because I'm weird, gonna ask the question again. How does one set it so Units Init remains on respawn? I've tried pasting the script into an OnPlayerRespawn folder, but to no avail.

atomic blaze
#

folder?

wheat lantern
#

How's that?

main warren
#

@icy knot why aren't they working? and out of curiosity, how do you utilize the guard triggers/WPs? I never found much use for them

icy knot
#

@main warren idea was simple: you place several triggers guarded by, then place several groups with guarded waypoint - first group attends the trigger and guards it, one this group is defeated and starts fleeing or eliminated - next group approaches this trigger to guard

main warren
#

Oh i know how they work

#

I just always found them a bit too tedious to set up

icy knot
#

well in eden they are broken

main warren
#

and nothing a mix of hold WPs & synced triggers couldn't to

icy knot
#

pretty nice way to reinforce AO

daring dock
#

I haven't even tried, I wonder if helis landing is fixed

main warren
#

can a unit "own" only one trigger?

#

because I'm having a very weird issue where I have a unit set as trigger owner to two otherwise identical triggers, but only the first one fires if the unit is rpesent

#

heh. nvm, 3den was trolling me. I was editing in 2d view and didn't notice that it had placed the trigger (which didn't have unlimited height) several hundred meters above ground

icy knot
pseudo zinc
#

Guys how can i make AI walk over stuff

#

I have zombies and demons mod, but the zombies refuse to walk up and over a prop

#

its a ramp..

main warren
#

is init.sqf not executed for headless clients?

pseudo zinc
#

??

main warren
#

question's unrelated to yours

pseudo zinc
#

does anyone have an answer to mine?

signal coral
#

When I try to join my server it says this: error loading mission. Anyone knows how to fix this?

pseudo zinc
#

thats a rather broad error

#

got any logs?

signal coral
#

doesn't give any errors in the rpt

#

thats my rpt

signal coral
#

got it fixed

pseudo zinc
#

nice

#

is there any way to get AI to go up ramps?

#

omg

daring dock
#

I used Eden to disable simulation and visibility of an object, but it doesn't appear to be working on JIP, has anyone else experienced this?

#

Also if I set a Boolean globally, does it set back to false when they join back?

worthy rampart
#

Did you use enableSimulationGlobal or hideObjectGlobal?

daring dock
#

I used hte Eden checkboxes to disable, and hideobjectGlobal for reappearing, not enableSimulationGlobal just local.

#

this explains many things

daring dock
#

Thanks for pointing out the obvious, Imma derp

#

Working now though

#

You saved todays mission honestly. I didn't even know enableSimulationGlobal existed.

crystal oyster
#

can anyone here tell me why my scenerio end is not working i have it linked to the last task trigger and it wont end the scenerio

daring dock
#

@crystal oyster it's possible the conditions of the scenario are faulty or the script to end the mission is. But like Quicksilver said a link would let us figure it out.

vapid cloak
#

where i can find the pbo of the apex missions?

#

@unkempt bear ?

unkempt bear
#

Arma 3\Addons\missions_f_exp_a.pbo

vapid cloak
#

nope

#

its altis end game

#

Arma 3\Expansion\Addons\missions_f_exp.ebo

#

its ebo ๐Ÿ˜ฆ

unkempt bear
#

Aha, sorry! :)

crystal oyster
#

i have not uploaded to steam yet iam sorry

#

or how should i upload a file somewhere and send the link to it ?

umbral acorn
#

Anyone got a clue for to stop virtual enities (i.e zeus) grouping to other random modules? or how to disable sthud?

#

boy, documentation for modules and logic entities is erally lacking, this is infuriating

#

is there a function to do with groups?

#

bugger me this is nuts

daring dock
#

I would name the virtual entity and use an ungroup command.

peak hamlet
#

Hello to all

They are not very expert in editing and I'm learning ; I would have a problem that I can not even identify.

Virtually in a script I have a call to another script that I precompiled in init ;
when the call is made , starts the second script and complete as it should , but once done, rather than return to the first script and continue
from after the call , it starts the same script and not the beginning, but by about half .
In the second script , there are no loops .
I can not understand why , if there is need I can post here of the scripts or the entire files .

Thanks in advance

#

Sorry for bad english

clever monolith
#

Hey guys, anyone know how to remove the miniguns from the ghost hawks? I'm able to remove the ability to use the gun and the ammo but the minigun model stays. I want it to either be a static seat position or if possible add in a FFV position from the window.

nova lark
#

simple eden editor quesiton to ask, to set pictures to display along with text you can now use the General > attributes menu inside your mission, is the 'pictures' option still written in HTML or is it the exact image name with location inside your mission folder? Exampe would: pictures/imagename.jpg be correct?

#

nevermind pictures must be in root folder, no subfolders.

pallid marsh
#

Yep. Here is also another method as well ://forums.bistudio.com/topic

wise token
#

Does anyone have a copy of the stock zeus missions with end game revive and unit manager?

#

.

pallid marsh
#

So I want to skip the briefing in a MP mission I am working on since nothing is going to be there anyways. I tried KK script from here: http://killzonekid.com/arma-scripting-tutorials-how-to-skip-briefing-screen-in-mp/. It did not work. Worse result I got was it CTD every time I tried just opening the mission in Eden Editor. I also looked around on the forums and nothing really recent or seemed to work well from the comments. Does anyone know of a script or code I could use to skip the briefing?

ionic thorn
#

Have you thought about creating a forum post and asking there?

#

Or even trying over at Armaholic?

pallid marsh
#

Ill try again but will probably end up with the same results.

ionic thorn
#

It's just that any useful post you make there (and is hopefully correctly answered) will then become permanent record and be useful to the next person that comes around. Discord is great for random quick questions, but is not geared toward being a "compendium of Arma knowledge".

daring dock
#

Is there a better way to make respawn loadouts besides doing them one by one in the CFGRespawnInventory in the Description.ext like they show in the example here >> https://community.bistudio.com/wiki/Arma_3_Respawn

http://pastebin.com/WP3RMGz9

This is the way I've done only ONE of these loadouts but this is so tedious that there has to be a better way.

I see this function https://community.bistudio.com/wiki/BIS_fnc_addRespawnInventory

but this only adds and removes pre-defined inventories from the CfgRespawnInventory in the Descrption.ext

crisp citrus
#

Found in one mission that there`s a feature to blur certain part of map and left square as it should be. How is it done ?

#

Focus in some way

haughty forum
#

Anyone else having a problem with ACE interaction menu?

ionic thorn
#

Can you specify?

haughty forum
#

Well the module is placed, but for reasons unknown the typical windows interaction key doesnt work.

ionic thorn
#

Are you trying to just use parts of ACE?

#

As in individual modules (as opposed to the whole thing)?

haughty forum
#

We were at first yeah, but even with the whole thing still no luck

ionic thorn
#

All you should have to do is load up ACE as part of your modline and it should come up in game. At least it has for me.

#

Now, if you're trying something different, I can't help you.

haughty forum
#

Yeam im starting to think its something in our mission / mods blocking it

ionic thorn
#

Possibly

icy lily
#

Hi guys. Is there a quick way of placing markers at coordinates on a map in eden? Other than moving the mouse around to find the X and Y

daring dock
#

For clarification he wants markers over weapons.

icy lily
#

Thanks @daring dock. If not the case I would be happy enough with just having a fast way to put markers on set coordinates. like inputting the x and y on eden and then placing a marker

edgy gull
#

Run in console:

    [800,800,0],
    [500,500,0],
    [200,200,0]
    ];
{    create3DENEntity ["Marker", "mil_dot", _x]
     } foreach _positions```
daring dock
#

ah, forEach

#

Im still not used to Eden commands these days

icy lily
#

Great thanks. For my monkey brain. If I wanted to just create a simple marker, could i just change coords and remove "items"

#

Im not used to any commands, need to read some lit really :/

#

e.g
_positions = [
[9000,9000,0],
];
{ create3DENEntity ["Marker",_x]

#

Or would I be missing a ] somewhere

daring dock
icy lily
#

Thanks bro.

lost osprey
#

Quick question. I'm trying to make a mission where blufor flies in on a helicopter, lands, and follows a trail to an enemy position. Along the trail blufor follows, I've set up multiple opfor respawns in various hidden locations so they can take potshots at the blufor squad as they advance. I want opfor to be able to pick from a myriad of respawn points to simulate them having greater manueverability, where as blufor only has one respawn at the LZ. My issue is that when I load the mission. Opfor starts the mission in a menu to pick where to spawn, as expected, but unfortunately blufor does as well, and as such will not start out in the helicopter and ride to the LZ. Is there a way I can make blufor initially spawn in the helicopter and ride to the LZ, while still allowing opfor to pick through multiple respawns?

daring dock
#

Do we have a list of what Apex assets can and can't be seen by expansion owners

signal coral
#

@daring dock With the experience I've had in my group using Apex, anything that's a map asset (Props, buildings, etc) will prevent non-apex owners from joining, whereas vehicles, weapons, and units work fine.

ionic thorn
#

@lost osprey I look forward to seeing an answer to that as well.

daring dock
#

@signal coral what about the screens and command center stuff? I really wanted to use those.

signal coral
#

Everything that's a prop with the A next to it, I'm pretty sure.

daring dock
#

Daaaaamn it

signal coral
#

Yeah, I'm pretty sure the reason is that people who don't have Apex don't even download the props or assets other than vehicles/units/gear etc

daring dock
#

Well at least I can use units.

main warren
#

@lost osprey isn't that what respawn templates are for?

daring dock
#

Make sure the respawns are faction specific

heady warren
#

i need some help with ACE... I work on mission and i want turn on sitting feature but i dont see sitting module in editor.

heady warren
hollow grotto
#

bacause it was moved to ACEX

#

@heady warren

heady warren
#

ok, can i find somewhere what can i find in acex?

#

and i need run acex only on serwer?

#

And thx for help

daring dock
#

@heady warren client and server.

#

Add the module in your mission

heady warren
#

thx ๐Ÿ˜ƒ

rich forum
#

Any techniques for keeping some .SQF private?

#

besides call compile out of a text file?

#

It's not as aggregious as having a connection string in the source, but I'd just like to not share along all the stored procedures I have ๐Ÿ˜ƒ

atomic blaze
#

no

signal coral
#

There's no way afaik.

daring dock
#

There is not

gusty lava
#

You could rename all the variables to random junk, make a colossal mess of the formatting, etc.. Make it too much of a headache to deal with.

ionic thorn
#

What's the point?

signal coral
#

Honestly?

#

I like it when people look at my code.

#

It makes me feel accomplished.

#

I'm a part of an Arma group and I regularly make missions for them. I had a lot of issues with the cutscenes, as you can tell in #arma3_scripting , but now that I did it I can share with other people how to do it.

#

So if someone wanted to make a cutscene but didn't know how, I know the ins and outs of it now and my code also reflects that.

#

But like what FM said. Also, If people /REALLY/ want to look at it, then they're going to, no matter what.

gusty lava
#

-FM- because the 'special code' must be 'protected'...

#

Unfortunately, not everyone subscribes to that philosophy Vauun.

signal coral
#

That's really not going to happen, tbqh.

ionic thorn
#

Actually most believe as @signal coral does.

signal coral
#

Also, I really don't give a shit about making things look nice for my group. It's just that when I see a cool idea, I go "Hey, let's see how easy it is to implement it."
And then when I find out it's really hard to implement it, it no longer becomes about looking nice, it becomes an endeavor to understand it to begin with.

#

See: Cutscenes.

daring dock
#

I care about making things look nice for me group :I

signal coral
#

Well, my group, as much as i love them, we call ourselves affectionately oblivious for a reason. As long as they have fun, they don't care if it looks nice.

daring dock
#

pfft

#

fair enough

ionic thorn
#

@gusty lava Also, this is an Arma "community", not an Arma "ME" nity. We are unpaid enthusiasts. Everything we do and contribute is in the furtherance of the game. WE make it great and fun for EVERYONE, not for individuals. Many of the things you enjoy in the game now were once developed/hypothesised/dreamt by other community members. "By the community, for the community" is not just a catchphrase.

gusty lava
#

-FM- the guy asked a question. I gave what should have been a ridiculous sounding response. My response to Vauun was only an observation that there are people out there more concerned about their "very special" code being "protected". The majority of the community is just that, community. The forums wouldn't be nearly as busy without the people, and god knows most of us would be hopelessly loss untangling some of the intricacies of SQF. No need to get the horse out of the stable.

daring dock
#

Speaking of help with SQF...

#
if (( typeOf _this isEqualTo "B_recon_TL_F") || ( typeOf _this isEqualTo "B_recon_F")) then { stuff and blah };

My boolean is saying it's reciving an Array, is that from the typeOf?

ionic thorn
#

No horse out of the stable. And to clarify, I thought you were being serious (sarcasm is difficult in text). Being a 15 year member in this community, it can be upsetting when someone suggests hiding or obfuscation of code. We are all here to help in one way or another.

daring dock
ionic thorn
#

You'd probably get more help there , esp if Pennyworth is around , he really knows his stuff!

daring dock
#

Haha, yes many times he's been there with answers

ionic thorn
#

I can't say enough positive things about him.

gusty lava
#

-FM- translating to Portuguese has about the same effectiveness as randomizing variable names ^_^

ionic thorn
#

...

ionic thorn
#

Time will tell. I'm still waiting on Game2 (ROFL)

signal coral
#

I have a question, but I'm not sure if it's more readily answered in #arma3_audio , but I'll still give it a shot here.

#

Arma cinematics are very interesting to me and I enjoy doing them, whether they be through cutscenes or through actual player interaction. I'd like to know if it's feasible for me to find audio clips of people speaking. You know, just to make things a bit more lively in the sense of AI yelling at players over radio that artillery is incoming.

daring dock
#

Use cfg Radio in description.ext @signal coral

#

I made a mission using exactly what you described

#

Just set a trigger to use the radio and have subtitles simultaneously

signal coral
#

Where can I find the audio clips themselves?

daring dock
#

You have to make them or find them

#

Edit them into .ogg

signal coral
#

That was more or less my question, yeah

daring dock
#

You can record someone else using tfar if you want the radio static.

#

But for custom voice lines you literally need actors, or to build your mission around dialogue that you find.

signal coral
#

Damn, that's what I feared

daring dock
#

You caaaaan find pbos that have radio diolague in the base game. I'm pretty sure there is one for artillery if that's what you want.

#

You can use the radio_message module as well but that's kinda cheap and doesn't leave you open to creativity as much.

signal coral
#

Yeah, the radio_message module is hilariously lacking

daring dock
#

If you want I can do a few voice lines.

signal coral
#

Depends on the kind of voice you have, really.

daring dock
#

Just quick bits if that's all you need.

signal coral
#

And it was more or less passing wonder, I have no immediate use for it.

daring dock
#

American xD

signal coral
#

Thank you for offering, though~

daring dock
#

Alright good luck

daring dock
#

I'm using respawnTemplates and MenuInventory, I've defined custom loadouts in CfgRespawnInventory, but how do I put the loadout into a category like they do in Apex campaign.

pallid marsh
#

Hey can anyone help me here? I posted on the BI forums last night but no response yet and its almost off the front page. So I thought I take a shot in the dark and see if any of you know of why I am unable to get the sector rewards to work properly or if there is a script I could use instead. I tried googling and most of it were posts like mine, the same setup I did, or rewards for people entering a server. Here is the original post: https://forums.bistudio.com/topic/193221-issue-setting-up-rewards-for-teams/

pallid marsh
#

I wouldnt ask but since it works for me when going through eden multiplayer its hard to test.

ionic thorn
#

Do you have similar sectors that Do work correctly?

#

I had a hell of a time with one set of triggers in my last mission, so I just copied one that did and renamed everything. I know it's probably too simple an answer to help, but I figured I'd suggest it.

signal coral
#

is there a specific reason why the custom callsign of an AI (set in Eden) changes when running the mission on a dedicated server?

signal coral
#

Are you changing the composition callsign?

#

yes

#

How're you doing it?

#

in eden you can just type somethin in

#

I know, but from where?

#

There's two ways to do it

#

AFAIK. Probably more through scripts.

#

and it works when testing it in MP

#

Then it's your server.

#

only when loading on dedicated it fucks up

#

Not the mission.

#

At least, that's what I'd think.

#

Send your mission to someone else and see if they get the same issue, maybe.

#

But if it changes on your server, it's probably the server.

#

I think it's local <-> dedicated

#

because when using my own pc to run the server it works flawlessly

#

only dedicated the callsign doesnt change

#

Sounds like a serverside issue then.

#

I don't where to look for there. I've run it on my PC with all mods and it still works

#

I wouldn't know either, servers definitely aren't my thing.

daring dock
#

Is there a way to allow spectator mode and not force respawn when the timer is out?

pallid marsh
#

@ionic thorn All my sectors that are suppose to reward a team with their factions vehicles do not work when someone else hosts or on a dedicated server. The sectors themselves work perfectly letting blufor or opfor capture them. Just the vehicle spawning in do not. Only time I get them to work is when I go to test it in eden through multiplayer or when I am not hosting the mission. Granted I would think if I created the vehicle rewards through script it would be just simply placing the information in the wrong location but everything concerning the sectors is what eden provided through triggers and modules. That is what has me scratching my head. It is difficult for me to test to see it is working without going back and forth with another individual. Also sorry for late response. Was asleep.

signal coral
#

What's the best way for images to be compressed in Arma?

#

Is there a particular filetype (Like .ogg for audio) that Arma likes?

daring dock
#

.paa

#

@signal coral

signal coral
#

Thanks!

ionic thorn
#

Any ideas on @pallid marsh problem folks?

pallid marsh
#

Could it be that the hide module will not work if im not hosting?

#

Honestly do not mind having to use a script but if there is a solution that be great too. Just been scratching my head on this for a few days.

ionic thorn
#

I've asked around for you, but no answers yet.

pallid marsh
#

@ionic thorn its an odd one isnt it?

ionic thorn
#

Yes, it is.

gusty lava
#

Been forever since I used sectors. I default to assuming locality errors when there's a problem with different server hosting methods.

pallid marsh
#

@gusty lava thats what im thinking. It works properly in singleplayer and LAN but not internet. Trying to figure out a way to get it to work or something similar to work on a server is got me curious. When looking up scripts i find random spawning or only ones that work for a more coop game.

gusty lava
#

Do you have a no-mods version of the mission? I've time tonight to take a stab at it.

pallid marsh
#

I was working on one. Stopped to flush through the few issues that emerged. Only dealing with this issue now and attempting to find a script writer for the final touch. If i am still having the issue by the weekend i can easily spit one out.

#

It really should not be hard for me to do actually. EOS ai system is easy to adjust and a few units will be all i need to change. Could have a vanilla for you tonight. See the main goal is to produce a public mission that is similar to the changing battlefield of planetside 2, just in arma.

gusty lava
#

Just to be sure I'm tracking: the sector is switching side as intended? All clients see the sector control flip? Is it just the vehicle spawning using the "statement" code that's being a problem?

pallid marsh
#

Correct. Everything concerning the individual sectors i posted here "Vehicle Reward Issue" https://imgur.com/a/9R30k. It seems to ignore the show/hide module and/or the two triggers that are "side" present.

#

It works properly through LAN or when i host. When on server or someone else hosts all vehicles are visible and available.

gusty lava
#

It's the "someone else hosts" that has me bewildered. Whether you host or they host, the results should be the same, unless they're also seeing all the vehicles when you host.

pallid marsh
#

Exactly.

signal coral
#

What kind of syntaxes does the briefing support?

signal coral
#

What kind of way point i need to make bots protect a place?

pallid marsh
#

@signal coral you using vanilla waypoints and ai?

signal coral
#

@pallid marsh yes, vanilla. I'm using that:

#

_wp = _group addWaypoint [_building,0]; //_building is type object
_wp setWaypointCompletionRadius 65;
_wp setWayPointType "LOITER";
_wp setWaypointLoiterType "CIRCLE";

#

But AI is going away from the building to fight enemyes. I believe this started to happens with 1.60 or 1.62.

signal coral
#

anyone here familiar with the A.L.I.V.E Mod for Arma 3 ?

#

im rather new to it and set up a mission following the guide but im still a bit confused about how certain things work... anyone here who can explain me things a little? (will ask more precise questions )

sturdy fulcrum
pallid marsh
#

@signal coral it was happening before then. Nothing you can do if you are just doing vanilla. Ai answering "radio calls." for reinforcements. You might want to try placing an object down and set them to hold on that object.

pallid marsh
#

@signal coral If you are willing to use ai spawning scripts which will help prevent the reduction of FPS and lag I suggest checking out Enemy Occupation System: http://www.armaholic.com/page.php?id=20262 or Dynamic-AI-Creator: http://www.armaholic.com/page.php?id=25550. Both are pretty easy to use and the ai will only spawn when you are a certain distance away so you wont have units travelling half way across the island to get you.

signal coral
#

@pallid marsh , thankyou a lot. I will look at the links.

pallid marsh
#

@signal coral np. There obviosly more ai spawning scripts. DAC is probably the best for most things. EOS is similar and i found easier to learn.

signal coral
#

Just a question. Players are in the opfor side. If i add AI to the opfor side and set opfor friendness to opfor to 0, those ai will atack other players?

#

I want to add AI that help the player. But all the players are at the same side.

#

Nah... to complicated. Forgive me.

pallid marsh
#

If you create a unit from the opfor selection and set them to Opfor as enemy they will start shooting themselves. You can create ai to help the players but they have to be from the same side.

random tapir
#

How would I overwrite a faction in the description.ext?

daring dock
#

Overwrite a faction? @random tapir

random tapir
#

Alive isn't recognizing LOP_TAK_Civ so I was wondering if changing its name in the description could yield different results. I don't even know if it's possible

random tapir
#

nvm i fixed it

pallid marsh
#

@gusty lava i should have a vanilla version of my mission ready by tonight or tomorrow so i will send a pbo your way. Would have gotten it in sooner but clan wanted me to add ace and acre to it and the respawning took me a while to get work.

signal coral
#

Question: is it possible that when i create a single player mission and make myself the High Command, that all units that are being spawned by f.e. respawn modules automatically become sup units for me to control via high command?

#

and if so, how do i do that?

wraith cloud
#

hey guys. i got a weird problem... as soon as i sync EndGame Start Game Objective to EndGame Objectives Instance i instantly die when testing the mission in SP and MP. source is EndGame 32 on altis, ported to CUP Bystrica.

daring dock
#

Oh neat, endgame on CUP!

#

Unfortunately I haven't used those modules before so I don't know

nova lark
#

I neeeeeeed some help. any one around? Specifically I'm wondering how to make Multiplayer loadouts like they were done in the Apex campaign (Support, Assault; Autorifleman, Rifleman)

#

im scouring the internet and the only tut's I can find are so woefully out of date that I dare not go that route.

#

thx

#

Exactly what I wanted to know, double-thx!

wraith cloud
wraith cloud
#

even better

daring dock
#

@nova lark I guess I know what tutorial I should make next

rocky sinew
#

HI all, antone here using TADST. Im really struggling maintaining my difficulty setting when switching missions . (#missions, TASDT 3.0)

#

any help would be greatly apriciated

nova lark
#

@daring dock Yes that would be superb!

#

Really it's mostly everything new that's replaced the old; its hard to figure out whats what when you just use simple questions and google. Example, Multiplayer respawning is totally different now, mostly module and logic handled, the old ways still work but they're way more painstaking to set up and aren't necissary any more with the new way, but if you search 'Arma 3 Editor mulitplayer respawn' for example, you get like 9 tutorials ranging from good to bad dating from 2012 Alpha version arma 3 with methods used for Arma 2 all the way to your 'diamond in the rough' tutorial made literally 2 months ago with Eden editor and new methods in mind.

#

And community.wiki isn't exactly a helpful search engine, it could very well be laid out a lot better, also labling of more pages that are 'obsolete' methods,

nova lark
daring dock
#

I guess that problem persist when one game with the same name makes multiple iterations of tools

nova lark
#

I suppose, it is an old engine with many facelifts

daring dock
#

Might be an understatement. That said, the game has had more than it's fair share of improvements but will always be bottelnecked by that engine.

#

Arma 64bit when

nova lark
#

the best tool that would help me right now, is one that took the clipboard string from exporting arsenal loadouts into class format for specifically spawn loadouts. Would make this entire process almost painless and too quick.

foggy burrow
#

currently building a missin and trying to make it as much like atlas life but dont have much to work with. still running arma 2 free on old laptop. was wondering if anyone might be able to give some tips and or help out in general.

#

please pm

ionic thorn
coral mirage
wise remnant
#

hey guys! I am kinda desperate. Is there any way to have spawned units have get custom loadout? Maybe by class or something? if anyone can help I d be glad

sturdy fulcrum
#

you can assign each item and clothing via sqf cmds

#

i think BI also has a function to equip unit based on provided unit class

wise remnant
#

the last would be ideal but i cant find anything I looked the forums and armaholic but nothing doing the job

signal coral
#

Weapons have a side?

pallid marsh
#

@signal coral elaborate

wraith cloud
#

hey guys, i got a weird problem...
everytime when i try to include certain params from vanilla a3 to my mission a3 crashes when i try to load the mission in MP
this is what i got
http://pastebin.com/7dheJVT6
it says that arma can not find the included hpp files, but this description.ext is a copy of the vanilla endgame description.ext
i don't get it... what do i miss?

wraith cloud
#

the hpp files are there, just checked it

sturdy fulcrum
#

try to save as NOT "binarized"/rapified

#

or maybe these includes only work for addonMission.pbo

wraith cloud
#

no comment about addonMission.pbo in the hpp description... i'll try unbinarized MP export

#

there is no option to export unbinarized.

#

funny thing is, i can multiplayer test it via eden editor and it works. but as soon as i export it and try to run a server it crashes...

sturdy fulcrum
#

in eden save dialog one can tick it

#

worst case i would just copy those files as part of your mission

wraith cloud
#

yes, for the project files but not when exporting

#

i also tried to include the files to the mission. same problem. it can't read the path / find the files

sturdy fulcrum
#

probably addonMission vs regular mission is the problem

#

it works differently and BI doesnt think about normal users ๐Ÿ˜ƒ

#

for some reason they still havent realized that they dont have mod sync yet (fully)

#

it = includes / scope of access to other data

#

you can try to check other 3rd party ports

#

how they have done it

wraith cloud
#

damn... this is fucked up
i exported it to WS and subscribet to my own mission. no i can launch it in MP without crashing... seriously, wtf?

#

now it would be nice to know where the WS missions are saved

#

nvm, found it

south grove
#

nice denial of service attack vector ๐Ÿ˜‰

wraith cloud
#

huh?

south grove
#

if someone uploads a mission with broken include or other preprocessor error to WS, ppl download and they can no longer play MP

wraith cloud
south grove
#

i think if you search in BIF for "include" in the recent year, you will find others with same general problem

rocky sinew
#

Hi all, does anyone know how to add goggles to custom arsenals. When ever i customise/limit a arsenal on a item the facewear/goggles options disappear. Is their a way to prevent this annoyance

signal coral
#

@pallid marsh vehicles for example have a side, units too. I want to know the side of each weapon in game. Its possible?

ionic thorn
#

I can see why you've not gotten many (if any) answers as it's quite an odd/confusing question. Are you asking "which weapon belongs to which side?"

mortal basalt
#

how do i scale arrows?

worthy rampart
#

Weapons listed in CfgWeapons wouldn't have a side config entry, but the CfgVehicle entries for weapons that use the DummyWeapon holders should have a side of 3 (empty)

signal coral
#

Yes @ionic thorn you got it right.

#

@worthy rampart i will get weapons fron units in CfgGroups. Can have some weapons in more than one side but its ok. Thankyou.

#

Also will check what you sayd to see if is a better solution. Thankyou again.

daring dock
#

@mortal basalt I don't know of a way to scale items without them being baked into the terrain itself. Unless something new came out with Eden. I know it's had the scale widget but I've never been able to get it to make anything bigger.

mortal basalt
#

hmkey... working on some heli time trial and id like to point with arrows to the next gate. but the arrows are so tiny, one cant really spot them

daring dock
#

Ya, I guess you could use giant VR blocks to make an arrow

ionic thorn
#

@signal coral While I can't guarantee 100% accuracy, this may be of some use http://armedassault.wikia.com/wiki/CSAT

Armed Assault Wiki

Canton Protocol Strategic Alliance Treaty CSAT forces in Arma 3 consist of the Iranian Armed Forces, featured in "The East Wind" as CSAT's main ground force on Altis and Stratis.

#

There is also a CTRG/NATO page as well.

remote gorge
#

hi everyone

#

ive gota bit of an issue here

#

how can i get a unit to spawn inside of a steerable parachute after activating a trigger?

#

im working on getting a basejump mission to work

#

but it'd be kinda lame for all the unit to have to pick up a prachute before they jump off a ledge

grave harness
#

Can anyone tell me why a mission i ported to another map is 84 mb while the original is 10 mb ?

#

I un-pbod the mission, changed mission name, made some minor changes to the mission, the saved the mission to the workshop

ionic thorn
#

Did you happen to have any other mods loaded when you opened up the mission to edit it? It's happened to me on more than one occasion.

grave harness
#

nope, made sure i loaded up without mods

modest oyster
#

10MB vs 84MB sounds like compression

#

...and 84MB sounds insanely big o.O

grave harness
#

just checked it out

#

seems there's a continue.Arma3Save file of 72 mb

#

in the mission folder

modest oyster
#

๐Ÿ˜„

#

btw, has anyone here ever wondered how to best do dependency management in their mission development? i actually started to use npm/package.json just for this

#

it works, but i feel a bit... dirty.

signal coral
#

@ionic thorn thankyou for the link.

ionic thorn
#

Welcome

sour forum
#

@modest oyster I personally just make it with a splattering of mods and then work backwards with optional dependencies etc. by checking the sqm

true ermine
#

noob question. im making a mission using the iron front mod for an event. and i need the arsenal to exclude everything but the mod contents. how would i go about doing that? i have the arsenal set up through the init.sqf and the actual script itself in another file.

wraith cloud
#

call the file initServer.sqf and put it in the same folder as the mission.sqm is

kind relic
#

I'm trying to get a plane to fly in a straight line but every time i get my mens to move inside the plane fucks off into a random direction

sour forum
#

Is it on a move waypoint with careless behavior?

slender kestrel
#

how do I make the CSAT VTOL drop paratroopers out of the back?

umbral acorn
#

can use the RHS paradrop waypoint if you're running that

slender kestrel
#

hmmm no...running vanilla only

weak niche
slender kestrel
#

no, so I can't get them to eject without scripting?

weak niche
#

dont believe so, there is no paradrop waypoint in arma it self.

slender kestrel
#

can I make them eject in Zeus?

weak niche
#

not really familiar with zeus so I dont know.

slender kestrel
weak niche
#

a arma 2 function.

#

but idk if it works with vehicles 100%

vapid cloak
#

what the name of the Villa in takistan i want to place it in my mission?

#

๐Ÿ˜ฉ

sturdy fulcrum
#

if if has a class: typeOf cursorTarget
otherwise: nearestBuilding/Object player (check BIKI for exact syntax)

weak niche
#

Villa in takistan? you mean zargabad?

vapid cloak
#

ohh right zargabad

native kettle
#

Does anyone remember bennys warfare eith his COIN interface? If so, is there anything available that somewhat resembles that using zeus or anything else? Particularly the engineer small radius

sturdy fulcrum
#

you dont mean the placement of static defenses with the transparent models, or do you?

native kettle
#

Well that would be nice also but just the placement of static defenses and fortifications in general

sturdy fulcrum
#

BI made that stuff for A2; should be farily easy to find

#

however is there nothing better available these days?

native kettle
#

Thats why I am fishing to see what else is out there.

#

Anything better to use or work off of. Speaking of the A2 COIN, dont know if anyone got that working in A3

sturdy fulcrum
#

well its a module but essentially scripts

#

the code may need slight adjustment to work in A3

native kettle
#

hmm

#

Is there anything already working in A3 tho?

sturdy fulcrum
#

no idea

proven aspen
#

Is it normal for AI flown helicopters to fly really, really slow when sling loading a car?

#

or to completely forget about their waypoints, for that matter

signal coral
#

question:

#

im trying to use the "activate waypoint" option to get a unit to start moving once that aircraft is in the landing area. however they start moving right away even though i synced the waypoint to the trigger

wraith cloud
#

have you set the contitions from the controlling trigger right?

signal coral
#

yes

#

activate uppon blufor in the area

#

then i right clicked the trigger

#

and choose "set waypoint activation" and linked it to the first waypoint of the unit that tells it to move

wraith cloud
signal coral
#

not really, i know that video already

#

appears i have found a solution, 1 sec will try it

signal coral
vapid cloak
#

i want to put group of ai , and "disable" the formation and keep the ai in a positions i want ...i prefer to put group becuse the headless client to save cycles

nova lark
#

Quick question: Where can one find the .paa directory or examples for the new apex respawn class & loadout types? Like the 3 bullets for assault class? I'm trying to essentially do the same and can't find a list of the different options

wraith cloud
#

i think you are looking for this:
... \a3\Ui_f\data\GUI\Cfg\RespawnRoles\

#

@nova lark

umbral acorn
signal coral
#

"FiredNear" event handler triggers if a bullet pass near you but not hit anything near you? Or if a sniper far away shot the ground near you?

#

If no one know i will make tests.

#

When a unit fires a weapon near you

If you are doing AI look at the danger.fsm to get ai to react to a bullet bullet near them

#

Thankyou!

#

I will look at danger.fsm (finite state machine)

river nymph
#

It will require a mod to modify that one btw

nova lark
#

@umbral acorn @wraith cloud really just a list of all the .paa's one can use. I already have the scripting done and it works like a charm A3\Ui_f\data\GUI\Cfg\Ranks\private_gs.paa = private hook is one example, I need like all the available ones, less i need to find myself a .paa viewer for A3 if no list exsists.

wraith cloud
#

@nova lark
i'm affraid there is no such thing as a list of all the paa's you are refering to. all you can do is go through the config browser or do some wild guessing on the potential folders where the images could be :D
to view paa's i recomment TexView 2 from the BI tools

nova lark
#

That should be sufficient to get what I need, thanks Chris!

wraith cloud
#

np, you're welcome

nova lark
#

Also if anyone has any experiance with toying around with the new Trawler & British Sub, I'm trying to add them as 'cheap ass' sniper perch to a mp mission, but every time I attempt to walk on at least the trawler, the player model gets stuck half way threw the deck on specific sections of it. Are they not supposed to handle player action at the moment? I figure with the bobbing on the waves and complete open deck they'd be some neat locations.

wraith cloud
#

seems to be some issues with the roadway lod of the model

#

nothing much an extern can do

kindred ore
#

The Trawler and Sub have been around for awhile, and they've always had those issues being PhysX enabled objects. You'll have to disable simulation and place walkable slabs of concrete or pavement underneath them to stop players from falling through.

nova lark
#

Ah, thx Wimmer

river nymph
#

I believe there was an invisible walkway helper object for a while too?

nova lark
#

I was thinking along the lines of doing that, didn't really want to have to. Though it would be nice to leave them as they are and see them used after a patch. Well Ghost Hotel has a lot of slab pieces you can use

#

And I can't say I've tested walking on the sub, mostly just the trawler. The centre deck is fine (With the crane and the rampo into the water), its the darker U walkway around previous stated deck that issues arise on, and thats where the banister/guardrail is, so snipers obv would want to deploy bipods on that rather then find places to shoot from centre of boat. Regardless, I might just leave them and hope they get fixed some day.

#

Though its a tough call, as these two items actually push more class use out of the mission so I might just do the disable simulation and rig them up that way, sadly that would mess up the guardrails and banisters wouldnt they?

#

now im pictuing just building a brand new boat out of mismashed junk hahah! It could be done ๐Ÿ˜›

kindred ore
#

I wouldn't hold your breath on it ever being "fixed". The same thing that lets these vessels bob around in the water is the same thing that makes them inherently unstable to walk on.

nova lark
#

I think I understand, but then why does a certain platform work? Or is the problem related to characters traversing levels ontop of the physX? I just wonder, because I thought it more neat then anything but w/e

#

also another question directly related to the New Respawn Menu, is there a way when defining each class to also disable stamina for that specfic player/unit, or is it just for gear&inv?

wheat egret
#

How I can make Support Requester available for the player after a trigger is activated? I want the supports be available after player reaches the area, not before then. I got placed the trigger with Activation set to OPFOR and PRESENT. I don't know how to sync everything up in the editor properly

signal coral
#

Use that in your on activation field.

wheat egret
#

thank you @signal coral very much!

signal coral
#

Mhm!

timber palm
#

Newbie question in eden editor. When I place squads down, and rotate and move them to specific positions, when I load in they're either in complelty random locations or stick to their formations. Any way to fix this?

buoyant vault
#

If you're talking about AI squads, they will always form up in some formation or other. Player squads can be set to not be in formations however.

distant venture
#

Hello my friends. I have a quation: Is there a way to remove terrain objects (Trees, Bushes) in a Trigger? I know that 3denhanced has that, the problem with that is, that it for some reason, does not work in MP.

timber palm
#

Yeah, I was @buoyant vault . Thank you for the info! I guess I'll just place invidiual units with individual waypoints to combat this - cheers!

errant topaz
#

Anyone here able to guide me in the right direction on how to do the classic, or relatively new from what I've seen, download the intel from that laptop or pc? Such and such 1gb has 1min left kinda thing?

signal coral
#

I actually just played a mission that had that, @errant topaz , if you'd like you can PM me tomorrow and I'll crack it open and guide you in the right direction.

errant topaz
#

Yea sounds grate mate cheers

vapid cloak
#

i want to enforce people shooting people after the "mission success" screen any ideas?

pallid marsh
#

@Petyr Baelish#1770 Petyr from JANFU?

#

Anyways did vauun able to help you?

ember bolt
#

ok

#

So how do i do "Zones"

opaque ore
#

make a marker in eden editor and then save it, then go to your documents and find the save and look in the mission.sqm file.

#

then search for Markers and put that in your mission.sqm for your server.

ember bolt
#

hold on

#

can i do it with a "Trigger"

#

because i placed one down

#

and i can size it easily

signal coral
#

@distant venture yeah it's possible with triggers activated by any

distant venture
#

@signal coral What do you mean? With 3denhanced? Because that does not seem to work!

latent breach
#

Is there a possibility to disable the air-radar for jets/helis?

lethal wyvern
#

I'm creating a mission in which if the AI detects the players they fail the Task (Complete Mission undetected) Not sure how to make this work?

distant venture
#

You can set up a Trigger over the whole area.
In that Trigger you can set the activation to "Detected by 'SIDE'"

signal coral
#
_kill_size = 50;
_trg = createTrigger [ "EmptyDetector", _trg_loc ];
_trg setTriggerArea [ _kill_size, _kill_size, 0, false ];
_trg setTriggerActivation [ "ANY", "PRESENT", false ];
_trg setTriggerStatements [ "this", "", "" ];
{ _x hideObjectGlobal true; } forEach nearestObjects [ _trg, [], _kill_size ];``` @distant venture
distant venture
#

Copy, thanks. Will try that tomorrow ^^

signal coral
#

cool

errant topaz
#

@pallid marsh I unfortunately was a little busy yesterday and forgot, however I am here now haha

trail crystal
#

Hallo can someone help me?

wraith cloud
#

not like that

#

you should ask your question so ppl can see if they can help you

#

๐Ÿ˜‰

distant venture
#

@signal coral It overall works, the problem is: It also deletes editor placed objects xD

#

@signal coral Okay, easy fix. Just changed "nearestObject" to "nearestTerrainObject"
Thaks alot for your help. ๐Ÿ˜˜

signal coral
#

np

boreal turret
#

Hi interestedin mission making where could I start the path of learning

river nymph
#

the editor!

#

plonk down some units and start messing with things

signal coral
boreal turret
#

Thx for the info will start working

turbid maple
#

Guys is there any way i can trigger a module with a help of Trigger and Deactivate the Module as it leaves the area

#

I have MOCAP Melee mod and its works on Safe Zone also , so in order they have module available for diasbling them but they get disabled globally not just trigger area

nova lark
#

Quickest, cleanest way to strip the ASRAAM's off the AH-99 Blackfoot and put the ATGM's back on it?

#

I've tried using this in the init field for the heli I want to change,' this addweapon "missiles_SCALPEL"; this addMagazineTurret ["2Rnd_LG_scalpel", [-1]];this removeweapon "missiles_ASRAAM"; this removemagazineturret ["4Rnd_AAA_missiles", [-1]]; ', The missile shows up and ASRAAM is gone but theres no ammo Skalpel ATGM's. Also when I do switch to Skalpel, the weapon pods turn back in. Simply put I desire the original AH-99.

#

and I've also tried simply flipping the order of remove/add around, no different effect.

latent breach
#

Is there a command to check if a unit use a ladder? EDIT: Found a solution ([animationstate player, 0, 5] call BIS_fnc_trimString) == "ladder"

proper karma
#

Hello guys i just want to find out if there is a way to merge 2 mission.sqm as one of my developers made a map that i need to import into our current one

atomic blaze
#

the old 2d editor had a merge function. is it still in eden?

signal coral
#

I haven't seen one.

signal coral
#

Hi guys, I'm tearing my hair out with a generic error with: waitUntil {
sleep 8;
((1 > (alertedUnitsTotal)) && !(armed));
}; Anybody got any ideas what I'm doing wrong?

tawdry ice
#

Make sure you're running it scheduled first

gusty lava
#

Actually, I don't think the ; matters.

signal coral
#

Thank you guys. @tawdry ice as I'm new to scripting, how would I do that?

#

There are some environments where you can't run scheduled events. Sleep is a scheduled event, so you can't place it in things like a unit's init field.

#

Where are you placing that script?

#

(If you're doing it in the unit's init field, there's still ways to do it.

#

I've got a bit of time and a lot of boredom so I'll explain how to do it in case that is your problem

#

Go to your missions root directory and make a new text document. Rename it to [filename].sqf . Make sure it's an sqf.

#

Place your script inside that, save it, and you can close it.

#

It's in an sqf called by a trigger

#

So you're execVMing it?

#

Yes, which is why it's confusing me!

#

Just for the sake of completionism, let me see your execvm line.

#

[] exec "Intel\trespassOver.sqf";... does that mean I'd need to use execVM "Intel\trespassOver.sqf"; instead?

#

If so, I'm a numpty!

#

null = [] execVM "Intel\trespassOver.sqf"; -- would that work?

#

Should do.

#

Thanks!

#

No problem! Best of luck~

storm geode
#

eden editor dont have merge function? talking about one step forward and two steps back...

river nymph
#

you can just copy paste?

#

paste has a retain original position option

proper karma
#

@river nymph How do you paste and keep original postions?

river nymph
#

its one of the options in the context menu when you right click

solemn river
#

Is there a way to enable the chat in mission preview? Need it for debugging >.<

buoyant vault
#

Preview in multiplayer.

lime sleet
#

@solemn river pretty sure you see systenchat in eden/sp

signal coral
#

@hearty mulch :^)

proper karma
#

We have been wanting to place signs above our stores in altis life and a billboard obviously does not work, so we tried using user texture but the dimensions dont fit and it stretches the image. how can we make this work with the right dimensions?

shy rampart
#

Is there a basic guide on improving mission performance? My unit is using a training map in the salt flats of Altis. It's quite congested and makes every person who connects 10-30FPS, even a guy with a GTX 1080. The server FPS consistently goes down to 17, though I'm not 100% sure if that'll harm anything bar AI (which there are none)

#

I may not be here if somebody replies, so please use mention on me

sturdy fulcrum
#

@shy rampart
remove entities (AI, static objects, empty vehicles, etc)
reduce viewdistance set by the server

shy rampart
#

We are AI free, there's maybe 20-30 vehicles on the map at worst

#

I would try view distance by server, but we do have everything in a small area

#

It is basically a sea of H-barriers though, if that harms anything. I suppose targets might be an entity, though we have 50 of those at worst

#

@sturdy fulcrum

sturdy fulcrum
#

try to disable simulation for these

#

and make sure to avoid any collision by default

#

(objects stuck into each other or too close)

signal coral
#

@shy rampart Headless client. You can disable AI from giving radio commands. Make zeus missions with light amounts of AI and add them in-game.

shy rampart
#

I know we need to actually make use of headless client, but would that help if a mission actually has zero AI?

signal coral
#

Not really.

#

It's disappointing how shitty Arma 3 is.

#

It really is a great game built on awful foundations.

shy rampart
#

We basically have a really condensed training area with a lot of h-barriers and ruins in it

signal coral
#

I have a 1070 and there is no reason I should be getting 20 FPS.

shy rampart
#

I honestly don't know how we can improve it. We might have to move to splitting the training all over the map and using teleports

signal coral
#

I don't know what kind of server hardware you have.

shy rampart
#

Honestly, I don't either

signal coral
#

Sounds like it's an issue on that end.

#

Ask whoever manages the server to monitor its usage if they're able to during an op.

shy rampart
#

Most missions the server sits at roughly 40FPS, and that's with 50+ AI and no headless client

signal coral
#

50 AI isn't a lot.

shy rampart
#

Our only issue is the zero AI training map

signal coral
#

Then it sounds like you have too many props.

#

I've had issues before where I had so many props my game was literally at less than 1 FPS>

shy rampart
#

Is there some way to make props just become part of the world and save FPS?

signal coral
#

No.

shy rampart
#

Wow

signal coral
#

I mean, unless you want to make an entirely new map.

shy rampart
#

Our weird training map idea was basically to build it in the salt flats from nothing, so it's made entirely of props. I never thought a static prop not loaded into Zeus would have that kind of effect

signal coral
#

Well, the prop is simulated.

#

I suppose turning off simulation might help.

shy rampart
#

That might be an idea, I'll see if that's been done

signal coral
#

Around how many props do you have in what size of an area?

shy rampart
#

Let me just get a screenshot

signal coral
#

Sure, but PM it to me.

#

I'm leaving in 10.

edgy gull
#

use createSimpleObject, or wait for 1.64 which adds it as a 3den object attribute

signal coral
#

I don't think this is an issue that needs scripting to fix.

#

If there are any scripts in this mission, @shy rampart , let me see them if you wouldn't mind. I'm out for now, though. Later.

thorn seal
#

can load texture to any aobject in arma 3 ?

wraith cloud
#

if the object has hiddenSelection

hidden linden
#

does anyone know of a script or ace module that allows a player to interact with items like H-Barriers, pick them up, and load them into a cargo container? We want to be able to build FOB's in hostile territory on the fly.

latent breach
#

Is there a way to use Tanoa Objects on Altis without problems? We implemented some Tanoa Objects (Green sandbag bunker, Fortress Wall, ....) and all users without the Tanoa Expension can walk and shoot trough this walls.

signal coral
#

Tanoa Map + Structures are only available to people that bought it

vernal pagoda
#

is there a way for a vanilla multiplayer server to restrict altis/stratis map connection only to people which are apex owners?

proper karma
#

@vernal pagoda just put something on the map from APex like pavements etc

vernal pagoda
#

the thing is - i have stuff from apex in on our altis server (e.g. apex walls) - the players without apex can still connect. the apex objects are invisible to them and people without apex can shoot through them. there are also some disconnects of clients without apex concerning the missing objects - but some can play without disconnects. so i think i will have to remove all apex objects from the altis server - or require only apex enabled clients to connect somehow. i thought that the apex objects might be usable because bi didn't want to fragment the player base before - but i think this stuff is in an undefined state at the moment.

worthy rampart
#

Are the Apex objects in the mission.sqm or placed via scripts?

vernal pagoda
#

ahh -you are right - they are loaded on mission start from the database and placed via scripts. this might be the problem. so if i place one apex object via mission.sqm i could enforce it i suppose.

deft kayak
#

Anyone know of any weather ballon looking objects in vanilla Arma?

balmy axle
#

Question , has anyone been able to construct a firing drill scenario?

signal coral
#

@vernal pagoda Players will not be able to play the mission if it uses Apex props and they don't have apex.

#

I'm speaking from experience, they won't be able to.

thorn seal
#

hmmm how to setup IF to check player position in vehicle and add action to scroll - custom altitude ??? if (...)

signal coral
#

That you are doing something that the engine already does.

thorn seal
#

@signal coral its not easy for me i khow only basic html code and i learn sql by copy paste and test ๐Ÿ˜›

signal coral
#

I don't have the time to explain how to do it, honestly

unreal elk
#

Is there any way of recovering a lost WIP mission folder?

#

I've noticed that the folder for the mission I was working on vanished after I changed my name.

storm geode
#

when you change your user name in-game it creates new user name directory and the mission(s) you were working on previously, can be found on the old user name directory.

unreal elk
#

I feared that. I deleted the username in game without realising

storm geode
#

it should not delete the directories in hdd. (at least not in arma2 I believe).

unreal elk
#

Dir us bit there, only the uneditable name, and slatts. But the mission is nowhere to be found.

ember bolt
#

@shy rampart like Arma 1.64 "simple object" feature? It has the texture, without collisions and stuff.... I think it's for stuff like your talking about

#

@unreal elk Recycle bin?

unreal elk
#

Not to be found. Bit shit but oh well

shrewd quartz
#

Hi guys. I'm trying to make some kind of a template for making missions. I'm using F3 framework, and I have modified it some, but everytime F3 gets updated, I must redo all my adjustments. Does anyone have any tips on how I coluld make updating easyer?

signal coral
#

Use a program like meldmerge.org to compare changes between different versions of the f3 framework.

shrewd quartz
#

Never heard of such a program, thanks. Keep them comming guys.

junior sentinel
#

greetins gentlemen , how would i impliment a sound feed back when i kill enemy ai or anyone in my missions ?

thorn seal
#

if ( player is position ="Driver" kindofUAV ) then { addAction ["Fly on 1500 Meters ", "getheight=1500"}; ??

grave cliff
#

How exactly do I specify a PID/UID for the owner of a Zeus Game Master Module?

signal coral
#

Player uid found in your profile menu, put that in the owner field of Zeus and done

#

Use "yourpuid"

grave cliff
#

@signal coral I tried that, unsuccesfully. Is it possible that I missed something?

signal coral
#

Hello

signal coral
#

I placed some playable units in the 3D editor and suddenly I saw that they're moving inside the editor. Is there a way to stop them from doing that?

sturdy fulcrum
shrewd quartz
#

Hi all, does anyone know how would I have to configure ACE3 modules, so that noone could get insta-killed in a mission, but rather just get unconcious and blead-out in lets say maximum 10 minutes?

shrewd quartz
spiral remnant
#

Does anyone know how to track terrain objects getting destroyed?

shrewd quartz
#

@hearty mulch I think I figured it out. But there is one thing that boggles my mind. In medical settings I set revival ON (for players only), then set timer to 120, and lives to 2, but I can revive my teammate more than 2 times. Am I missing somthing?

#

Yes there is a parameter lives in module. This is from ACE3 page "Each successful revive removes a life from the unit, once the lives run out the next time the unit will take fatal damage it will not enter the revive state and will die." And I used Epi like 4 times to revive the teammate. All 4 time he was head-shoted and put to unconsciousness by my gun. I cound not kill him with anything

#

I didn't set insta death to off, only revive module

#

It's not on by default on server eather. Somthing fisshy is going on @hearty mulch . :S

ionic thorn
#

Apparently I die too much ๐Ÿ˜‰

shrewd quartz
#

Heh @ionic thorn I just don't like people instantly bashing the respawn button. I rather see people using medic more often, plus there's a thrill when rescuing people under fire. ;)

ionic thorn
#

๐Ÿ˜‰

grave harness
#

Mission making noob here.

I want to create a mission with a similar start like BattleRoyale.... In my case, i have 2 squads who are in base. When they are geared up and ready, i want to move them into an AI plane (1 for each squad) and paradrop them over the AO.

#

I found a paradrop script and i got that work, but i how exactly do I move the squads to the planes?

worthy rampart
grave harness
#

K, but how do i exactly set up the planes?

#

They need to spawn at the start of the trigger i guess?

#

Do i use hideObject or enableSimulation ?

#
heli2 hideObject false;

_alpha moveInCargo heli1;
_bravo moveInCargo heli2;
#

?

signal coral
#

What exactly do you want to do

#

Like, how do you want the planes to work I should say

grave harness
#

Move 2 squads (players, not AI) into a helicopter/plane, and let it move to a waypoint where it will execute a premade paradrop script

signal coral
#

Speaking from experience, it may be best to just set the position of the aircraft and have it move forward into a trigger.

#

AI piloting is... shoddy at best.

grave harness
#

won't they be wasting fuel then ?

signal coral
#

SetposATL is the command you'd be looking for in order to do that, and then SetVel (it might be setVelocity)

#

hm? what do you mean?

grave harness
#

well, when the squads are getting briefed, gearing up etc etc

signal coral
#

Oh, no. It shouldn't. Even if they run the entire time, I've yet to see a plane run down from full fuel unless it was done intentionally.

#

SetPosATL will essentially teleport the plane to a zone. You could have the plane take off, and when it hits a trigger on the runway, it counts down for say, thirty seconds to let the players feel like they're actually in the air, and when they're in the air the trigger that was activated 30 seconds ago will fire and set the position of the aircraft.

#

It'll reduce the time players have to wait in order to start playing and it will be more reliable in terms of triggers.

#

But remember, the more triggers you have, the worse.

fresh cove
#

Hey all, I've got a question. I'm making a mission and I want to set up a trigger, where if players destroy a building (added in as an object), a message will appear saying they destroyed a building. Any advice?

unreal jasper
#

do you want it to appear as a message, or text covering the screen? You could use hint or titleText if you want to

fresh cove
#

yeah, just as a message. Unless making it into a task wouldn't be more difficult.

unreal jasper
#

Okay, so, like a message that would appear in chat, you mean?

#

And I'm not entirely sure what you mean by task....

#

you could use sideChat, groupChat, vehicleChat, etc etc if you want it to look like (and actually be) a chat message.

#

And then just make that execute in the activation field of your trigger!

fresh cove
#

thanks!

signal coral
#

you'll have to put a marker (house_marker) on the building, and figure out what the classname is for the building.

#

you can get it with: copyToClipboard typeOf cursorTarget;

#

also, hmmm. end the loop too. changed line 16 to: if ( _destroyed ) then { hintSilent "House destroyed!"; _done_loop = true; };

fresh cove
#

the house is added in as an object, so could I identify it with a name and then have it detect when the house is destroyerd, therefore triggering the msg?

signal coral
#

sure

unreal jasper
#

that would work fine.

signal coral
#
waitUntil {
    sleep 1;
    _dmg = damage buildings_name_here;
    _destroyed = _dmg == 1;
    if ( _destroyed ) then { hintSilent "Building destroyed!"; _done_loop = true; };
    _done_loop
};```
unreal jasper
#

pretty much what @signal coral said:
if ( damage _building == 1) then { _character sideChat "The building was destroyed!"};

#

well, I mean, you don't really need that many variable names...You could just use if (damage _building == 1) then ...

signal coral
#

I've had weird experiences with how code gets interpreted left-to-right, so I play it extra safe with variables, parentheses, etc

fresh cove
#

So that would go in an init file and the building calls that init file?

#

been like 2 years since ive done scripting, sorry for dumb questions

unreal jasper
#

Depends. Are you strictly using scripts or the editor?

#

Also, if you're using a trigger to do this, you won't need the waitUntil loop. Am I correct for saying that, @signal coral ? I'm fairly certain triggers continuously check if the condition is true...

signal coral
#

every client would need to run it, because hintSilent is local to where ever it is run. alternatively, you could run that loop only on the server (wrapped it in if ( isServer ) then { ... }; ), and remoteExec the hint to all clients.

fresh cove
#

I'd like to stick to the editor but I can use scripts in files if needed

signal coral
#

yeah, triggers placed in the editor check approx twice a second. they are global too. not my preference.

unreal jasper
#

well, wouldn't we want the trigger to be global? Not sure exactly what he wants, but if it were global, you could make it so whomever destroyed the building would be the one to say they destroyed it in chat.

signal coral
#

available since Arma 3 v1.43.129935. true enough. I didn't realize that was added. dunno if that flag is in the editor tho.

unreal jasper
fresh cove
#

sweet it works! couple more questions: can I change the name from Broadway?

#

and b: I want the mission to start with some side chat messages, how can I accomplish that?

#

nvm I got question 2 figured out

signal coral
#

you could use systemChat, it has no name.

unreal jasper
#

You got it? That's good.

unreal jasper
#

As opec said, you could use one of the other chats. I think customChat lets you define a custom name?

lunar wraith
#

I've a trigger that is connected to 2 tasks. Is it possible to define a row so Task 1 is executed before Task 2?

unreal jasper
#

well, if you're scripting, you could use waitUntil. Or you could task 2 have something like

(triggerActivated your_trigger) && <task1_done>

in the condition field of whatever task 2 is

lunar wraith
#

The trigger is "Sync to" to a "Set Task State" which set the old task as completed but also "Sync to" a "Create Task" to create a new task. Scripting is fine but only wondering why it always execute the "Create Task" before "Set Task State"

unreal jasper
#

I guess it can't set a task state for a task that doesn't exist :/

lunar wraith
#

Nah everything exist. Task1 is completed and it Task2 has been created but the trigger execute the "Sync To" objects in the wrong row (sry for Bad english or wrong understanding)

sturdy fulcrum
#

i am looking for input what to add to my dev console to help with mission and AI testing

#

sth like invincibility, map teleport, unlimited ammo, being invisible or neutral

#

delete all units or just vehicles of a specific side

sturdy fulcrum
#

call is default; spawn option will be added

#

watcher fields are already shown in the interrface

#

3rd one i dont get

#

what is "bunch of general useful data"? (examples please)

#

yep history feature is on the list

#
Bohemia Interactive Forums

Page 1 of 2 - DevCon - the developer console - posted in ARMA 3 - COMMUNITY MADE UTILITIES: This is more like a first preview release of the DevCon.Still it is already very powerful and most developers should find it very useful.Credits###Much thanks to Karel Moล™ickรฝ (Gaia) - his debug console and advanced camera mode are the inspiration, base and foundation of the DevCon.Also thanks to Carl Gustaffa for several good ideas.HowTo###Press ESC while playing (works for editor/SP/MP).(Note: in...

#

you can see it here; i want to spend a few days expanding it further

#

yes there will be tabs for this

#

player, vehicle player, leader group player, cursortarget - with various stats for these

#

another tab is stats about each side

#

i already have map markers; i might also add 3d markers

#

yes all things are a button one can toggle (or change via script/activate by default)

grave harness
#

Continuation of my question yesterday

#

how do i move a group of players into a chopper using a trigger ?

signal coral
#

...Using a trigger?

#

Do you want the units to move in after the trigger is activated?

#

They actually move in using waypoints.

grave harness
#

yes, with moveInCargo

signal coral
#

Oh, that too

grave harness
#

so they get teleported into the chopper

#

i found {_x moveInCargo Heli1} forEach Units Alpha

#

but it doesnt work in the trigger

#

something about global/local variable

signal coral
#

[Array,of,units] moveInCargo VehicleVariable;

#

That's because the underscores define the variables as local.

grave harness
#

it says it doesn't expect an array

#

but an object

signal coral
#

Uhhh

#

I know there's a way to use an array but I need to think, I haven't made any missions in a while

#

I'

#

I'm pretty sure this is what you should do

#

in your .sqf, put this in at the top

#

[array,of,units] = variablename;

#

someone feel free to correct me because i'm not 100% sure that'd work

grave harness
#

array,of,units is each individual soldiers name?

signal coral
#

[Soldier1,Soldier2,Soldier3] etc

grave harness
#

right

signal coral
#

Just the variables of your soldiers separated by commas.

grave harness
#

i THINK i tried that yesterday

#

not entirely sure

signal coral
#

well, try it for me and tell me if it works

grave harness
#

when i'm home, still at work doing arma stuff :p

#
[a1,a2,a3,a4,a5] = alpha;
[b1,b2,b3,b4,b5] = bravo;
[c1,c2,c3,c4,c5] = charlie;
 
//Notify players
hint "Mission starting in 10 seconds";
 
//Activate Choppers
heli1 hideObject false;
heli2 hideObject false;
heli3 hideObject false;
 
//Delay to give choppers some speed and players some time
wait 10;

//move squads into helis
alpha moveInCargo heli1;
bravo moveInCargo heli2;
charlie moveInCargo heli3;
signal coral
#

I do the same thing :p

#

Personally I use systemChat rather than hint

#

Players notice chats better than hints in my experience

#

Also @grave harness a general rule of thumb is you can't have local variables in triggers or unit fields

grave harness
sturdy fulcrum
#

@signal coral for AI topics/suggestions best check #arma3_ai

grave harness
#

i wonder if that works :p

#

but i put that in an sqf and set in the init of the trigger exec .....sqf

#

instead of everything in the trigger itself :p

signal coral
#

Oh please don't put everything in the trigger itself

grave harness
#

but it's easyyyyyyyyyyyyyyyyyyyy

#

dont have to alt tab and such

signal coral
#

Not in the long run.

#

If you have to edit that code with 0 formatting, good luck.

grave harness
#

man i really want to learn to create advanced missions in arma ๐Ÿ˜ฆ

signal coral
#

This is how you start

grave harness
#

but everytime i look at the scripting i get demotivated

#

same with all the modules and whatnot

signal coral
#

Welcome to Arma 3 scripting.

grave harness
#

well welcome to programming

signal coral
#

SQF is not a great language.

grave harness
#

i work at an R&D team so i'm surrounded with programmers

signal coral
#

Stuff like CSS and HTML and Python, while simple, are good languages

#

The debug messages in arma 3 are nothing short of appalling

#

"Generic error in expression."

#

Regardless, though, my best advice is to tell you to look at missions you like, unpack them, and experiment with the scripts.

sturdy fulcrum
#

just a suggestion - why dont you do direct chat?

signal coral
#

Because this is pertinent to making missions, though I suppose it might be better suited to #arma3_scripting at this point.

grave harness
#

oh wow, i had no clue there was a scripting channel xD

thorn seal
#

flyinheight dont work on UAV i run map editor paste to to console "this FlyInHeight 1000" and in int of ground too

#

*on

signal coral
#

@thorn seal is the uav connected to a 'driver'?

thorn seal
#

yes

shy rampart
#

I learned the hard way that Arma does not like fixed-wing aircraft on things that aren't the terrain. Tried making my own runway out of piers (for some reason) and ended up causing the plane to take damage as it hopped between blocks

unreal jasper
#

collision detection (and the lack thereof) seems to be a pinnacle of comedy in this game, sometimes.

shy rampart
#

Gotta love watching a C-130J just slowly creep down this runway of piers then explode for no good reason

#

I'm gonna assume you can only take off and land on terrain, not objects. Probably for good reason

slim heath
#

bonjour mission makers, I have made bare-bones mission with a little dialog script, how do I prepare it for distribution? If I export, the .pbo does not contain the description.ext, dialogs.hpp, and other necessary files

#

do I just zip up the whole mpmissions subfolder containing my mission.sqm and other files?

ember bolt
#

@slim heath You need a PBO Manager program (there's one called PBOManager) that will archive a folder into PBO and de-archive it.

slim heath
#

I'll check it out thanks

#

pbo manager 1.4 beta from armaholic? It dates from Arma 2, will it still work on arma 3?

#

it extracts pbos but it doesn't seem to pack files and subfolders into pbos

#

I couldn't make it do that

tepid sequoia
#

@slim heath when i make a new mission and put the scripts, description.ext etc into the mission folder (user/documents/Arma 3/mpmissions or user/documents/Arma 3 - Other Profiles/mpmissions) then arma will pack all of those into the pbo if i hit export.

#

i use pbo manager only to extract and i package pbos with the arma editor this way. haven't had a problem yet

slim heath
#

funny i think I tried that, i must have done it wrong, will try again

tepid sequoia
#

don't worry arma has about 9001 different mpmissions folders to confuse you.

slim heath
#

yep

tepid sequoia
#

i think i have like, 5. /me stares at Dwarden

slim heath
#

hehehe

#

aha I think I got it

#

can you test it for me? the whole thing is only 28kb

tepid sequoia
#

uhm sure but what should i test

slim heath
#

well it's a sp mission so the first thing would be: does it even run on your machine

#

I ended up with a single .pbo that seems to have everything in it

#

mission.sqm and a few other files to make a dialog

#

it's a bit clunky but i'll tell you what you should see

#

enable Advanced Flight Model for helis in your Game settings.... you don't have to fly the heli, you will just spawn in one and try a certain control and that's it

tepid sequoia
#

it gives me a blue, semi-transparent box over the instruments if i select Nightfilter

slim heath
#

perfect

tepid sequoia
#

but i can move it around with the mouse

slim heath
#

also perfect

tepid sequoia
#

and i can't fly once it is there

#

because mouse

slim heath
#

right thats's my next problem to solve -)

tepid sequoia
#

ok

#

guessed so

slim heath
#

but clearly it is working so far

#

thanks

tepid sequoia
#

np

slim heath
#

this deserves a drink!

#

behold my mastery of scripting

clever monolith
#

Hey guys

#

having trouble finding info about this

#

I've been placing a bunch of stuff for an FOB on Lingor

#

after a while when I put down a player unit to test it, they just die on spawn

#

not sure what is causing it

#

I already copied pasted an earlier version of the base and it was working okay for a while

#

but then it started again

tepid sequoia
#

I'm by no means an expert on that topic, but it sounds to me like it could be an object having a collision box that is way larger than the visual model, so the player might be stuck inside an object, causing the player to take damage and die.

clever monolith
#

I thought that might have been the case

#

so i dropped my unit a km away from the base

#

nothing else is placed but the base

#

and it still happens

tepid sequoia
#

but only after a while?

clever monolith
#

not sure what is triggering this issue

#

the first time I placed about 50-100 objects

#

and then on a test it happened and i could not spawn in again

#

AI units seem to stay alive

#

i thought maybe something bugged

#

or i did something without realizing it

#

so i just copied and pasted the objects again

#

worked fine for a while

#

now it is happening again

#

i probably placed around another 100 or so objects

tepid sequoia
#

100 objects shouldn't be an issue. we have a map with a base that has several 100 objects

clever monolith
#

oh negative on something i said earlier

#

AI do seem to die as well

#

it was only on a mounted gun that the AI did not die

#

i'm only using the CUP pack as well

#

if that makes a difference

timber palm
#

Is there any reason that this code: {trooptransport1 deleteVehicleCrew _x} forEach crew trooptransport1; {deleteVehicle _x} forEach [trooptransport1]; would return the error on a trigger: "Type Group, Expected Object"

signal coral
#

When you assigned that variable did you put it in the group of units or the individual object?

#

I.E. Did you click the little group marker over the squad leader's head or did you click the unit itself?

#

@timber palm

timber palm
#

@signal coral I placed it on the individual unit. In this case, a transport truck.

signal coral
#

Hmmm. Is the truck occupied?

timber palm
#

Yeah it has several units inside. Should I just add the line of code to each of those units as well to be safe?

signal coral
#

Double-check and make sure the script is just in the truck itself
I don't know this for a fact but I have a sneaking suspicion that vehicles that are occupied become part of the group

#

But regardless, that shouldnt matter

#

Oh

#

Perhaps since you're doing this for each crew member it's considering it a group? I'm a novice myself.

thorn seal
#

if (cursor target is body) then {} ?? wrong format ?

shrewd quartz
#

@clever monolith Lingor has a bug that couses units do die in SP editor. Try disabling waves (as in water waves), that shoud help you.
@tawdry harbor (author of Lingor)might have some more info on the bug.

signal coral
#

Hey folks, when making an addon that has missions as part of the PBO what is the best way to develop those missions?

At the moment I am making my missions separately then copying them into my PBO folder and rePBOing, is there a better way to do this?

ember bolt
#

@shrewd quartz hey, I see you refer to Eden Editor as SP Editor, I know in the bottom right it says like "Server: Local host" or something, but how do I make a Arma 3 server Eden Editor that stars with a password and a custom mission me and a friend could work on it at the same time?

#

If you had an answer, please direct message me.

signal coral
#

There is no way for you and your friend to work on the same mission at the same time, @ember bolt

#

You can host it and have your friends connect, though they won't see anything until you play it as multiplayer.

low fable
#

Is there a way if I start everybody in parachute as a driver, that they would have backpack on chest setted up. Im using ACE

shrewd quartz
#

@ember bolt what @signal coral said.

clever monolith
#

@shrewd quartz thanks m8. I haven't tried this yet but upon a random load my units stopped dying so i'll update you if I get this issue again.

#

Anyone know how to get the animations "Acts_SittingWounded_..." working?

#

I've been trying to use switchmove and playmove but my unit almost instantly goes back to its default stance

#

Spoiler Alert East Wind Campaign ---------------- its the animation that plays near the end of the East Wind Campaign when you find lt. james sitting there.

#

i have tried to put it in the unit init and i've also tried to set it off with a trigger but none of the commands makes the unit actually play out the loop

ionic thorn
#

this switchmove "Acts_AidlPsitMstpSsurWnonDnon_out"; (but with your desired animation)?

shrewd quartz
#

@clever monolith No problem. Please do update me as we are trying our best to eliminate this bug. (I think it's present on isla Duala aswell)

ember bolt
#

@shrewd quartz Thanks for relying Vauun's msg that i already fucking read.

shrewd quartz
#

@ember bolt I refered to it as SP editor becous a lot of times when I made COOP missions, and tested them in Eden editor, they worked flawlesly, but then on a Dedicated server, they just got buged since some functiones work diferently in editor than on Dedicated server.

clever monolith
#

hey @ionic thorn I've tried this switchMove but it didn't work

#

the weird thing is if I execute it with the console in game

#

it works if i have the james character with default gear placed as the unit

#

but as soon as i switch it to being called from a trigger it does not work even if it is the james character with default gear

ionic thorn
#

If I have time today I'll test it myself.

clever monolith
#

@ionic thorn thanks man

timber palm
#

Trying to remove Ares from my mission. I removed all references to "Ares" in the mission.sqm, but when I try to open it I get an "Error when loading the scenario". It's saved in my MpMission folder. What do I need to do to fix this?.

ionic thorn
#

@clever monolith

#

sorry for crappy mobile pic

errant topaz
#

Anyone know how to set up that loadout selection/respawn screen like you have access to in the Apex CoOp campaign?

#

Or link me to the correct wiki Im not 100% sure which is the right one

daring grove
#

Also there is a position that isn't in that units list added into the group that should not be there.

wispy pumice
#

Can someone shine some light on this for me? In editor whilte testing http://www.armaholic.com/page.php?id=26624 it works fine in the action menu. When pushed to the actual MP server, the action removes itself from the menu after using, but you can still 'select' it. Kinda dumbfounded by it..

signal coral
#

isn't that the same thing I&A uses?

wispy pumice
#

no idea, is it?

tall creek
#

Hey guys, I need help, the problem is as follows:
so, I have written one "undercover" script with help of cre8or
hello guys, I am having a problem:
so, my pilot players and their planes, should be undetected until they are in a certain radius of one marker
now this is the paradox twist
when they are in theirs C130J planes piloting them and enter the area enemy does not fire at them
BUT
when I tell the to move inside the plane, and then I tell them (pilots) to get back in their seat, then enemies detect them

any ideas? xD

wise remnant
#

hello community! any idea of how I could have a destroyed object respawn after some time (for example a wreck or something) thank you

signal coral
#

add an event handler for when it was destroyed, get the position of the destroyed object, sleep (amount of time in seconds), createVehicle

signal coral
#

But if you just want vehicle respawn that's already built into arma

pallid marsh
#

Hey is VCOM AI client side or server side?

#

I dont want people to go and download the mod

ocean plume
#

@tall creek I think setCaptive is what you need

tall creek
#

@ocean plume that is the catch the players taht play pilots are already set captive on the start of the mission so they can land their plane in enemy base with no problem, but if they anter NO FLY zone they should loose ther captive status, and enemies should fire

#

but they dont

#

they only fire if I make pilots move into back of the plane (c130J) and get them back to pilot seat

ocean plume
#

set up a trigger

#

condition : pilot1 (present) onAct: pilot1 setCaptive false;

#

@tall creek how did you set it up ?

tall creek
#

can I send you the swcript to check it out

#

so I you can understand my problem better

#

and explaining it like this would be a confusing process

#

@ocean plume

#

but basicaly pilots are set captive from the start

#

eeeeeee

#

that what you said makeees sense Ill try it and let you know how it goes, ty ๐Ÿ˜„

ocean plume
#

sure try it out if it doesnt work i ll have look into your script np

tall creek
#

just one quick question, since I always get confused by that, for the name (pilot1) I put in the variable name

ocean plume
#

@tall creek yes

tall creek
#

@ocean plume it aint working

ocean plume
#

@tall creek send me as pastebin/github/piratepad with your script

tall creek
#

Ive sent you script via message right here on discord @ocean plume

teal bison
#

hi, what is the best addon option to get afghan CIV and IND working with alive?

quasi current
#

Hey there, anone here who can help me set up an headlessclient

#

tried everything

tight sage
thorn seal
#

no

timber palm
#

Is there a way to turn it off so players aren't attacked by AI if they commit too many friendly fires?

wispy pumice
#

kick them

timber palm
#

Besides that? It's for a zeus co-op mission.

gusty lava
#

addRating 100000. If they manage to do enough bad at that point...

teal bison
#

hi, im trying make a mission pvp when you kill all players soldiers blue then trigger is on. But not work, i set type=none, activation=all group (info say that when all group is select the trigger will turn on when all members of owner group success the condition) type of activation=no present. Trigger attach with detect activator owner to blueforce leader.
When I kill blueforce leader trigger is success, i dont need kill all owner group. Any idea about this?

teal bison
#

If i set activation=anyone of group, (info say start when anyone member of group owners accomplish the activation condition).

#

seems its working in eden editor when I kill exclusively all blue force players characters.

thorn seal
#

any detail about cars fix ?

signal coral
#

Good job with the @ mention, whalerino

true meadow
#

Hey guys, I've been getting into mission making lately. For some reason, when the mission is failed and it returns the players in multiplayer to the lobby, units that died are no longer selectable in the menu, so I have to reload the mission every time. I've never seen that issue in anyone elses missions, which leads me to believe this is a simple fix, but I wasn't able to figure out what exactly is wrong. Can anyone help me out?

weak niche
#

@Metal#7169 make sure the units can respawn.

#

@true meadow

true meadow
#

To be clear, I don't want the units to respawn. I want the mission to fail on all players death. If the units are able to respawn, will that mean I will won't have to reload the mission when kicked back to the lobby?

signal coral
#

Is there anyway to persist units / objects from the Intro phase into the Mission? I find it really annoying that I have to copy and paste all my stuff from Intro and get the positioning as exact as possible to make the transition seamless when the mission starts.

teal bison
#

hi, there are hideweapons command to enemy AI or similar?

thorn seal
#

where in config i can finn vehicle mass ?

river nymph
#

mass is normally defined in the model

thorn seal
#

how to read by debug console ?