#arma3_scenario

1 messages ยท Page 51 of 1

cinder holly
#
<marker name="mySuperMarker">clicky</marker>
```iirc
thorny pike
#

oh, so not a task you mean...

cinder holly
#

a task, with that in description

#

attack <>that</> area

sinful rampart
#

I don't think my tasks have distance display?
Maybe difficulty setting?

thorny pike
#

the 3d task markers - they dont show on veteran, but it seems all or nothing (including range)

#

also in the map it shows you a feature to locate the task marker + the current range
same with waypoints... difficulty just hides them altogether.

sinful rampart
#

Depends on what you need. Make fake task that says "somewhere nearby"?

thorny pike
#

i would like the marker to be shown (like "assault this outpost") in 3D , so it is immediately apparent where to go for the player. But he shouldnt have range info

deep dune
#

hey all, i am making a mission that uses Ravage, Vandeanson's Apocalypse and a few others. I want to use Aliascartoon's Smoke Signal script and i want it to be used by ai when they are under attack. Is there anyway to make this happen?

tranquil lotus
#

Was pointed here by a fellow on the Bohemia server

#

Anyone have tips or advice on how to improve the FPS for a moderately sized mission?

#

So far I've been told to forgo lots of hand placed triggers

#

I've been using guard triggers in a line along a Highway for now for the mission

vernal brook
#

dont expect immediate answers :3

#

you can also search chat history

#

the subject has probably been gone over about sixty billion times

#

dynamic simulation is your friend

charred cedar
#

I can't seem to disable damage on shooting targets. Whenever I do, the target no longer pops down. But if I enable damage, the target eventually just breaks and stays backwards... Anything to overcome this?

#

imma try to do an event. On damage, if health less than 0.5, restore back to 1

charred cedar
#

Seems like using different pop up targets from the DLCs do work with damage disabled meowfacepalm

lethal jacinth
#

hello, guys! Have anyone managed to work out the strange arma HDR inverse darkening with an object lamps? I put some on the ceiling of some "interrior" and HDR is darkening the image when i watch into it at normal angle, and brightens back when i look directly on the light source. With the rifle flashlight or car headlights it works opposite - when you see the light source everything aside of it darkens

here is the video https://www.youtube.com/watch?v=UoIEn6tXD_w&feature=youtu.be

vague pebble
#

@tranquil lotus It's going to be different from mission to mission. It might be helpful to think about what hurts performance and why. Triggers for example, check continuously for conditions to be met. So when you have multiple of those triggers running simultaneously, it impacts performance.

tranquil lotus
#

How many triggers can be considered too many?

vague pebble
#

Depends on server performance. But I think it's more helpful to think how you can get away with using less.

sinful rampart
#

One trigger can already be too many if it's area is too big and interval too low

tranquil lotus
#

Alright, thanks

#

Oh

sinful rampart
#

5000 triggers can be just fine when on small area (or no area at all) and their interval is upped from the default 0.5 seconds

vague pebble
#

My recommendation would be to get the functionality or idea that you want. And then trim fat from there. Others might have better ideas though.

sinful rampart
#

But usually you'll keep your triggers in the dozens. And not over large areas

tranquil lotus
#

What about guard triggers specifically? More/less performance intensive?

sinful rampart
#

No idea what they do

#

But I guess same for all triggers that check for units inside the area

thorny pike
#

has anyone got experience with performance impact of using a large amount of mines (hundreds, thousands)? I'm assuming they would perform similar actions as triggers, but on top of that also being objects with models , so even worse ?

sinful rampart
#

Mines are not like triggers.
Afaik engine only checks mines that so are close to

#

Same as with collisions

thorny pike
#

ok interesting... have to test it in large scale application then. Guess i first need to model a mine layer... cant lay them all by hand after all ๐Ÿ™ƒ

robust prairie
#

Hey guys, recently reformatted one of my drives and lost my PBO manager.
The link I've used for a long time seems to be dysfunctional: https://www.armaholic.com/page.php?id=16369
Does anybody have an alternative link by chance?

#

Issue was solved by having a friend send me PBO Manager directly, however, the download link seems to be dysfunctional through my client

quartz shoal
maiden harness
#

Can I improve performance by using the hide terrain tool on unused areas of a map?

cinder holly
maiden harness
#

Thanks for the answer!

gritty saddle
#

Not sure I should post here or Warlords, but I'm trying to adjust a few of the scripts for a personal Warlords server, namely to save the loadout when the arsenal closes versus when the player dies. I tried setting it with a script event handler in player init and then grabbing the variable on respawn but it seems like it doesn't work or gets overwritten by something in Warlords even though I removed the onKilled loadout event handler from clientinits. Just curious if anyone else has done this for Warlords or has some idea on how to.

tranquil lotus
vernal brook
#

well it is

#

at least my friend

#

and dynamic simulation doesn't discriminate

deep dune
#

what is the cost of Hide/Edit Terrain Objects?

deep dune
#

What is the performance cost of Hide/Edit Terrain Objects?

cinder holly
deep dune
#

ok, say i use the modules to alter all of Altis's military bases to be rusty/destroyed, will that kill a mission?

cinder holly
#

if it doesn't cover 500 objects, it should be good yeah
don't forget to make the replacing building indestructible, as the hiding happens sometimes after joining, and therefore after new building placement (in JIP I suppose)

deep dune
#

ah kk thanks

late breach
#

Tip: make sure you run the module locally only.
It will slow down joining the server (2-3 seconds when hiding a few 100k objects), but won't impact MP.

deep dune
tranquil lotus
#

How do I make the AI exit an animation I place them in?

#

Tried checking "Can exit" but that's just to external stimuli

shell fox
tranquil lotus
#

Thank you!

vernal brook
#

hmmmms milkman vs m1lkm8n fight!

lilac island
#

There can be only one. โš”๏ธ

abstract oak
#

So Im making an OP-FOR Liberation Mission for MP, any pro tips to get ahead of the game? (This is my first mission.)

vernal brook
#

start small

tranquil lotus
#

yeah i started a few months ago

#

and i got by just messing around in the editor

#

until i found a concept for a mission i liked

analog onyx
#

Hey guys somewhat novice editor here. I have a couple questions I need help with anyone willing to take the time to answer them I am grateful for! I know nothing to scripting so i hope someone can help me create this in a simple way 1. How do I get AI to take off the carrier?
2. How do I get the AI to take off the carrier once im ready to launch off the carrier?
3. How do I get deck crew to do launching animations for take off?
4. How do I get the game to have voice communication between the tower and player?
5. How do i implement music on launch from carrier?
example of what im asking for : https://youtu.be/kafv-h6sijg?t=60

tranquil lotus
#

music on launch you should be able to do with a trigger

#

not sure how to do the rest

spiral meteor
#

I have a group with a get-in waypoint on a vehicle. The group gets into the vehicle but nobody takes the driver seat. What I'm doing wrong?

shell fox
# analog onyx Hey guys somewhat novice editor here. I have a couple questions I need help with...

As I said in #arma3_editor, try having a look at the source code of the very mission shown in the video. You should find that source code here Arma 3/Jets/Addons/missions_f_jets.pbo/showcases/showcase_jets.altis. If you don't know how to open PBO files, you might find this helpful: http://letmegooglethat.com/?q=how+to+open+.pbo+files.
Once you've had a look at that source code, you're probably going to have some more / other questions, but then we can start making progress.

shell fox
spiral meteor
#

both the group and the vehicle are from RHSGREF

#

I was wondering why my guard waypoints weren't working, so I removed the get-in from one of the squads and they started doing guard waypoint, then I realized somehow the other 2 squads are boarding the vehicle but not taking the driver seat

#

I just confirmed that this happens also if the get-in waypoint isn't placed on a vehicle but just near it.

#

Just tried changing vehicle, didn't fix the issue

shell fox
#

I don't feel like testing right now, can you reproduce it in vanilla A3?
If it works fine in vanilla, it's probably one of the mods. Either way, you can use a script to make sure someone is driver.

spiral meteor
#

Vanilla vehicle + vanilla squad board the vehicle the right way

#

so, ruling out LAMBS or VCOM having to do with it, I guess it's an RHS issue

shell fox
#

I wouldn't rule out the AI mods when encountering an AI issue thonk

spiral meteor
#

if it doesn't happen with vanilla units when the mods are loaded...

shell fox
#

Oh, that's what you tested. Makes sense then.

spiral meteor
#

yeah

#

another strange behaviour I noticed is that if the team leader is not the driver the vehicle won't move

#

can't find if this is the expected behaviour or not

#

and also, guarded by waypoint can have an activation set to a side and a timeout before effectively calling units?

tranquil lotus
#

Anyone know how to pause your code between portions? I have 2 pieces of text I want to show with a 5 second delay and I've tried using sleep 5; but it usually spits out an error |#|sleep 5;

tame needle
#

sleep only works in scheduled environment. put your code in

spawn {

};```
tranquil lotus
#

oh, i didn't have spawn. Thanks mate

slate cobalt
#

Hello, I try to make a mission right now and somehow I cant find a working script where I can change the loadout of the different slots, can someone please help me out, I searched for about an hour now deadinside

tranquil lotus
#

Loadout of slots?

slate cobalt
#

Allready got it, thanks ๐Ÿ™‚

barren dove
#
private _parts = carrier1 getVariable ["bis_carrierparts",[]];
private _part = _parts param [_parts findIf {_x#1 == "pos_hull_7_1"}, []] param [0,objNull]; 
private _animations = getArray (configfile >> "CfgVehicles" >> typeOf _part >> "Catapults" >> "Catapult3" >> "animations");
[_part, _animations, 10] spawn BIS_fnc_Carrier01AnimateDeflectors;
sharp storm
#

Hey with the sector control bleed tickets module how is there some way to make tickets bleed slower?

I've got it set to 1 ticket every step, and at 60 delay or 120 delay the tickets tick down at about 1 ticket every 6-7 seconds. is that the limit for how slow i can make it or?

sharp storm
#

the dominance for how much of the points need to be captured is also seems to be stuck at 50%. setting it to even 0.9 from 0-1 still makes the other team start losing tickets even if you only have 3 out of 5 points

sharp storm
#

nvm, not sure what I did wrong but downloaded a example mission and it's working, so time to compare.

analog onyx
barren dove
#

try changing 10 to 0 in the function call

analog onyx
barren dove
#

[_part, _animations, 10] spawn BIS_fnc_Carrier01AnimateDeflectors;
๐Ÿ‘‡
[_part, _animations, 0] spawn BIS_fnc_Carrier01AnimateDeflectors;

analog onyx
barren dove
#

maybe ๐Ÿคท give it a go, see if it works.

#

ok yea, 0 is the number to put it back down.

analog onyx
barren dove
#

im doing it in debug console.

analog onyx
#

ok i got it

#

nothing was wrong with the code but the placement of the trigger

analog onyx
#

Anyone know the fix to this " Cannot play Animation, Unit is NULL!"

barren dove
#

dont provide a null unit?

#

it is saying you are providing an object that doesnt exist.

analog onyx
#

im providing a regular unit

#

deck crew to be exact

#

from the jets dlc

barren dove
#

what function

#

a few of the crew functions have this

if (isNull _unit) exitWith {["[x] Cannot play animation, unit is NULL!"] call bis_fnc_error};

so you are definitely providing a unit that doesnt exist. otherwise it wouldnt be failing.

analog onyx
#

[_crewAidF,"playaction","Acts_JetsCrewaidFCrouchThumbup_loop",true] call bis_fnc_carrier01CrewPlayAnim;]

barren dove
#

is _crewAidF defined?

analog onyx
#

defined as in variant name is that yeah

barren dove
#

variant name, you mean variable name? you cant use underscore as the first character for variable names for objects in 3den, it is read as a local variable which wont be accessible in other scripts.

analog onyx
#

yeah this is it now

#

[crewman1,"playaction","Acts_JetsCrewaidFCrouchThumbup_loop",true] call bis_fnc_carrier01CrewPlayAnim;

#

.

#

still nothing though

#

but now its not saying unit is null

#

its just not doing anything

#

ok i finally got it

#

@barren dove how could find the other animations because i only see one

barren dove
analog onyx
#

thank you

analog onyx
#

@barren dove hey so i cant get this animation to play

#

[crewman1,"playmovenow","Acts_JetsFlyoverCheering_2",true] call bis_fnc_carrier01CrewPlayAnim;

#

any way to get this to work?

barren dove
#

use false instead of true

#

and switchmove instead of playmovenow

analog onyx
#

yeah

#

i figured since switchmove is the only one that works

barren dove
#

the main issue with switchmove is it is local only. so if you're making an mp scenario you may need to remoteexec the function

analog onyx
#

dang i am

shell fox
#

You really skipped skinny dipping and went straight to deep-sea diving, didn't you?

analog onyx
#

@shell fox @barren dove helped me with the deflector script and i managed to get the ai to take off its starting to come out nice

#

right now im just doing animations for the deck crew but slightly disappointed it wont work in mp

barren dove
#

it depends how you are executing them. if it is code in each object's init field it may be fine, but then other animation types (playmove/now) would be sent again and again when new players join because they have a global effect.

analog onyx
#

So its a sequence of animations

#

Set by triggers when the ai reaches the area

#

Deck crew goes from crouch to crouch thumbs up then crouch out then cheering

#

So would it still be possible?

sonic tinsel
#

Hi together,

I am building a Mission where i add Functions to add Actions to the ACE Action Tree to interact with civilians (Questioning)
I also added some Custom Texture but that should not be the Problem.

When I start it in Multiplayer the functions work fine, bu ACRE stops working

  • players not able to speak,
  • radio interaction not possible
    so anyone has an Idea what could cause this?

I added the functions using: ./functions/DCD_CST_FUnctions.hpp

class CfgFunctions
{
    class dcd
    {
        class cst
        {
            class InitZone
            {
                file = "functions\fn_initZone.sqf";
            };
            class InitCST
            {
                file = "functions\fn_initCST.sqf";
            };
            class CreateMarkers
            {
                file = "functions\fn_createMarkers.sqf";
            };
            class Populate
            {
                file = "functions\fn_populate.sqf";
            };
                        ...
        };
    };
};

can sen files as PM

shell fox
signal coral
#

is there any possible way to remove mods from a mission that I didn't mean to save it with?

#

I had cba and blastcore on when I saved it and now I'm worried that it's going to transfer over into the workshop mission and people won't be able to play it unless they download the mods

weak portal
#

So I have a civilian character that I want to keep inside a building, so I put sandbags on the outside of the building, and he just walks right through them. Any way to fix this?

urban sentinel
weak portal
#

of the unit?

urban sentinel
#

yes

weak portal
#

Is there no way to just stop them from exiting the building or walled area though?

#

Other than making them not move?

#

I have a small compound with some civilian and blufor characters, our obj is to reach that compound and rescue them, but if they leave it ruins the whole thing

urban sentinel
weak portal
#

What about stopping other AI from getting in?

urban sentinel
#

Iยดm not that much into mission making, so that would be the things I would do. Idk if there are other options.

sonic tinsel
#

@signal coral yes, oben mission sqf (hopfully not having binarized ist) ande delete the entries that yo did not want to use ...

#

@shell fox added in mission namespace

shell fox
lean furnace
#

anyone know what might be causing this? I only made the mission today, correct mods are loaded server side and are the same as the mods used to make the mission, pretty confused as the template version of the mission I have with just the players base works fine but this version of the mission with enemy positions set up doesn't seem to work.

can send the server console error on request but it comes up as dependent on missing content from multiple mods, so really confused on why it ain't working, seems to be mostly 3CB related

late breach
#

anyone know what might be causing this?
Define "this"
What is not working and what is happening exactly?

lean furnace
#

server starts, slots do not show up, mission won't load properly, error says missing dependent items but that shouldn't be the case.

late breach
#

Could be that you used a mod while building the mission in the editor which adds dependencies, which don't exist in the mod list you use when playing

#

Some client-side mods do break missions when enabled in the editor

lean furnace
#

I use the same mods so that shouldn't affect it, hasn't affected one version of the mission I made but the one I need isn't working

cinder holly
#

error says missing dependent items but that shouldn't be the case
yet it is ๐Ÿคทโ€โ™‚๏ธ what does the rpt say?

#

that's the thing: a class doesn't exist yet is required.

lean furnace
#

its all fine in the editor, and I have two versions, one with just a base and slots which works fine on server and the second with stuff for the mission which isn't working

signal coral
#

how do I open an SQM file without destroying my pc?

late breach
#

And are you sure the mods are not corrupted on the server? Because that could also be a reason why it breaks

lean furnace
#

other missions worked fine before this so I don't think thats the problem

late breach
signal coral
#

how do I know if its binarised or not? lol

late breach
#

if you can read the contents, it's not ๐Ÿคฃ

signal coral
#

so if I open in it in lets say

#

notepad

#

my pc shouldn't shit itself and if I see the contents it's binarised?

#

I mean not binarised

late breach
#

It should work perfectly fine, even when binarised. You just can't read it anymore

signal coral
#

ok

#

I'm trying to delete some mods from the file

#

cause I loaded them up once by accident

#

while in the editor

#

and I'm afraid if I publish it

#

people will have to download the mods in order to play it

#

OK

#

so I have it open

#

and now I'm trying to delete blastcore from the mission

#

and I found this Blastcore_VEP

#

so If I delete this in the SQM the mod should be gone from the mission right?

lean furnace
#

safe bet is to save as so if it doesn't work you don't lose the working sqm, but for me deleting it from the addon list usually works if I have a bugged mod

lean furnace
#

seem to be slowly fixing my problem, seems for some reason I need to replace all the 3CB gear on the enemy AI including weapons, uniforms and attachments

signal coral
#

Hiya, I've stumbled onto a curious problem with my custom missions: players are able to loot items like vests/backpacks/weapons from fallen ai, but drag & drop of items inside vests/backpacks/uniforms doesnt work as long as the containers are on dead ai or the ground, only when putting on enemy vests its possible to transfer items to your backpack or similar.
I'm obsessively ticking dynamic simulation on ai groups, could this be the problem? vanilla / workshop missions with the same mods running work flawlessly.
Mods are tfar, Ace, Cup and corresponding compats. Thanks in advance for any hints on the matter.

urban sentinel
#

Hello everyone, I have a problem with my ambush mission.

I set up a convoy (Bluefor) which is going to get ambushed by Opfor forces.
The convoy goes threw a trigger, destroying the first Convoy Car via AT mine.
So far so good, everything is working.
The trigger is synchronised with a Set Mode Module which switches the Opfor Units from Stealth and Hold Fire -> Combat and Open Fire.
And now the problems begin.
My Opfor Units just stand up and watch the Bluefor, not firing a single shot. I ensured that they can spot the Bluefor Units by increasing their AI Spotting Ability to 100%
They have a courage and commanding of 100% too and an escape coefficient of 0%
I also tried it with a search and destroy Waypoint but that didnt work either.

The Bluefor Convoy is set on safe and fire upon getting fired at and have the same stats like the Opfor except AI Spooting Ability which is 50%.
My Blueforce Units in their cars just sit in these, not even getting out of them if the car infront of them is getting destroyed.
After a few seconds have passed, the car drives of into the sunset with not a single shot fired.
I cannot figure out what the problem is.

urban sentinel
#

I have not changed anything, only the things I have said in my message, I just placed them. Do I need to do anything? If so then it would be a big help if you could tell me exactly

shell fox
#

Any mods?

urban sentinel
#

3den enhanced, ACE 3 with old Medical system, DUI Squad radar, CUP, Achilles, CBA, NSS Admin Console

jade shadow
#

Hi guys, I have a problem with my CTI mission. When you die, your characters body becomes static immediately. After re spawning and coming back to my death location, my body is static (interact-able with inventory) however, hasn't rag dolled. Does anyone know why?

#

It is similar to this

zealous knoll
#

I really need help guys. I've tried everything but cannot figure out what is wrong with my describtion.ext. Cosole says on line 58 expected '}' but got

cinder holly
zealous knoll
#

I'm trying to find a typo but...

#

Could someone take a look

cinder holly
zealous knoll
#

I need that for scripts...you think there is a problem?

cinder holly
#

maybe, dunno - try to see if it still throws an error or not

cinder holly
zealous knoll
#

hahaha nope i did not

cinder holly
#

#define "addons\tm4_fuelUptake.sqf"
wut, btw?

#

AH

#

found it.

#
class CfgSounds
    sounds[] = {};
zealous knoll
#

whats wrong here?

cinder holly
#

{

#

class _something
{ // opens the class

#

also, your getdown sound is missing ;

zealous knoll
#

oh so before the sound i must pout {

cinder holly
zealous knoll
#

so this should work now?

cinder holly
zealous knoll
cinder holly
#

and set type to C or something alike

zealous knoll
#

sorry

#

ok

cinder holly
#

np ^^

zealous knoll
#

done

cinder holly
#

seriously, what is this??

#define "addons\tm4_fuelUptake.sqf"
{
    class CfgDebriefing
    {
        class ErrorSteamID
        {
            title = "Error";
            subtitle = "";
            description = "-text-";
        };
    };
};
zealous knoll
#

what?

cinder holly
#

youโ€ฆ define an sqf?
and you wrap a CfgDebriefing in a non-existing class?

#

that โ†‘ is what's wrong

zealous knoll
#

I dunno...It was a script and it said to define a sqf

cinder holly
zealous knoll
#

wait

#

here is a script

#

Better to place it in init.sqf right?

#

to be execudet via execVM on start of mission

cinder holly
#

yyyeah ๐Ÿ˜ฌ with an execVM or something

zealous knoll
#

done

#

sorry :/

cinder holly
zealous knoll
#

Asking for help on basic mission stuff xD

cinder holly
cinder holly
zealous knoll
#

thank you so much. I'll test it now and I'll come back with sitrep

zealous knoll
#

@cinder holly Still got some problems. If you can help

#

2021/01/09, 21:23:08 Warning Message: File description.ext, line 67: .CfgSounds: Member already defined. 2021/01/09, 21:23:08 Error context sound[] = {}; 2021/01/09, 21:23:08 Warning Message: File description.ext, line 68: '.': '{' encountered instead of '=' 2021/01/09, 21:23:08 Warning Message: Config : some input after EndOfFile

cinder holly
#

ah yep

zealous knoll
#

I dunno how the member is already defined if it's only written once

cinder holly
#

see CfgSounds
it should be```cpp
class CfgSounds
{
sounds[] = {}; // +s

class something
{
// definitions
};
class something
{
// definitions
};
};

you did```cpp
class CfgSounds
{
  sound[] = {};

  class something
  {
    // definitions
  };
};
{
  sounds[] = {};
  class something
  {
    // definitions
  };
};
zealous knoll
#

ok

#

I'll see if this fixes it

#

2021/01/09, 21:29:29 Warning Message: File description.ext, line 91: .CfgSounds: Member already defined.

#

what the actual fock

#

It's just }; there

#

this is my class cfgSounds now

#

Ok the mission is at least playable

sinful rampart
#

read what the message says

#

you have two CfgSounds

zealous knoll
#

but ๐Ÿ˜ณ i don't

cinder holly
#

also would you align your braces properly, you would not have to count them ^^

a
{
  b
  {
  }

  c
  {
  }
}
``` ^^
zealous knoll
#

i habe cfgSounds and cfgMusic

#

ok wait

#

again my whole .ext file

#

is CfgMusic ok?

cinder holly
zealous knoll
#

yes it does

#

it's written just as there

#

also music in-game works so

#

right now I'm checking if maybe some script has CfgSounds in it

sinful rampart
#

you have #include's

#

some CfgSounds will be somewhere in there

zealous knoll
#

yes

#

ok I'll check

#

found the focker

#

moment of truth

zealous knoll
urban sentinel
#

Hello everyone, I have a problem with my ambush mission.

I set up a convoy (Bluefor) which is going to get ambushed by Opfor forces.
The convoy goes threw a trigger, destroying the first Convoy Car via AT mine.
So far so good, everything is working.
The trigger is synchronised with a Set Mode Module which switches the Opfor Units from Stealth and Hold Fire -> Combat and Open Fire.
And now the problems begin.
My Opfor Units just stand up and watch the Bluefor, not firing a single shot. I ensured that they can spot the Bluefor Units by increasing their AI Spotting Ability to 100%
They have a courage and commanding of 100% too and an escape coefficient of 0%
I also tried it with a search and destroy Waypoint but that didnt work either.

The Bluefor Convoy is set on safe and fire upon getting fired at and have the same stats like the Opfor except AI Spooting Ability which is 50%.
My Blueforce Units in their cars just sit in these, not even getting out of them if the car infront of them is getting destroyed.
After a few seconds have passed, the car drives of into the sunset with not a single shot fired.
I cannot figure out what the problem is. I play with 3den enhanced, ACE 3 with old Medical system, DUI Squad radar, CUP, Achilles, CBA, NSS Admin Console.

tranquil lotus
#

If you're using Eden enhanced, did you by chance disable any part of their AI?

#

like Pathing, autocombat, etc.

urban sentinel
#

nope

gritty saddle
#

Is it possible to call a mod script from within a mission script? In my instance I'm using the Zombies and Demons mod and I want to add an eventhandler for Killed to resurrect someone regardless of infection. I have the script location in the mod, just dont know the proper way (if it exists) to call it from the mission script.

barren dove
#

yes you can

#

you just call the function same as the mod would. or if it isnt compiled to a function you can compile it to one yourself or directly do [] call compile preprocessfile "path"

#

mission functions vs mod functions arent used differently, they are only loaded at different times.

gritty saddle
#

Ah. Thanks. ๐Ÿ™‚

west abyss
#

im new to mission making, any help?

#

or first steps

radiant oriole
#

anyone know how i can fix this error to play the mission i made online?

[CBA] (xeh) WARNING: One or more children of class CAManBase do not support Extended Event Handlers. Fall back to loop.
#

the mission runs with no issues on SP and if i go thru the editor and play online it works np

tame needle
#

Extended eventhandlers are added to the config by an addon.
That is nothing to do with your mission, an addon you are using is just created wrong.

radiant oriole
#

but why can i play SP

#

but not MP

#

due to that error the mission keeps restarting every 2 seconds on MP server

tame needle
#

Dedicated server I assume?
Check if your addons are uptodate on the server and the same as those you use for sp.
And check if the same error is produced in SP. The dedicated server could just be unforgiving compared to SP or localhost iirc.

radiant oriole
#

i host my own server yes and ill check the rpt logs for sp

#

i did delete and recopy the mods too already from my arma folder to server folder

#

yes same errors but it does not restart over and over i can also host the sever using upnp and it does not keep restarting but does not appear people can join in

#

ik that the mod is still a work in progress however it is working for online play its the warhammer 40k mod and there are already servers that use it

tame needle
#

Ah, that lovely piece of art.
Check your server settings, maybe lower the bar for what is considered an 'fatal error' idk. Ask the server people, I only uses dedicated for mod develepment and only when there are no errors.

unkempt pawn
#

Does CfgConvert.exe support binarising SQM's? As I am doing CfgConvert.exe -bin FILEPATH but it is crashing my server when used.

sinful rampart
#

yes

unkempt pawn
#

My server crashes when I do it

unkempt pawn
#

Figured it out, the CS Pbo packer I am using was reading as a string then encoding to bytes causing a conversion error. Reading as bytes fixed.

blissful pebble
#

can anyone help? , When i put my pbo file in my for my server when i go to use the mission on the server it just wont let me in or display any load in spots ?

slate sinew
#

This has happened to me before, try restarting your game.

blissful pebble
#

ok

#

no it didnt work

slate sinew
#

Iโ€™m not sure what then sorry

cinder holly
waxen moon
#

is there a way to have some kind of radio command or button on the map screen that only an admin can see?

#

I wanna have the triggers in a mission for spawning ai only to start going off after all the players are ready

west silo
tiny summit
#

Anyone know how to stop AIs from walking through walls?

west silo
#

No one knows

tiny summit
#

Gotta love arma...

cinder holly
cinder holly
tiny summit
#

How?

cinder holly
#

place a trigger triggered by everyone, and set ```sqf
{ if (not isPlayer _x) then { _x setDamage 1 } } forEach thislist

#

it won't prevent them from walking in there, but it sure will stop them

humble lichen
#

Why not move away? Why are you killing people?

#

Is killing the only solution?

cinder holly
urban sentinel
#

How do I get the AI to only drive then the player goes into their vehicle? With helicopters its just making a Load Waypoint and then they will wait but if I try that with a car, the AI just drives away. Any script or advise?

tulip surge
#

@urban sentinel make AI driver have a "load" waypoint, and player to have a "get in" waypoint. attach the "get in" waypoint to the vehicle and then attach/sync the "load" waypoint to the "get in" waypoint.

#

or "sync waypoint activation" from load WP to get in WP

maiden harness
#

I'm trying to make a cqc operation, and the problem is that the AI will leave the building. I disabled its ability to path until the players are ready to start, but when that happens, the AI decides to take an Exodus out of the house, and even jump out the window sometimes. My question is that can i stop the AI leaving the house (maybe restrict the are hey are allowed to move) without disabling its ability to path, or react dynamicly?

urban sentinel
#

@tulip surge thank you very much dude, that annoyed me so much!

tulip surge
#

for sure! message me if theres anything else you need help with and i can try my best!

#

@urban sentinel

#

@maiden harness maybe put a hold waypoint right in front of them and set the behavior to careless, then add a trigger to setCombatMode to red possibly? theres a command as well thats called enableSimulationGlobal that freezes them until you want them to unfreeze. an example would be:

object/unit init:
"your unit/object name here" enableSimulationGlobal false;

trigger:
bluefor or whatever unit that you want to be present to activate the trigger
trigger init:
"your unit/object name here" enableSimulationGlobal true;

#

and set a trigger size as well to however big or small you want it, can place it at the doors too and add a delay if you want.

#

there is also a "garrison" waypoint too. what it does is you place a unit outside near some buildings and add the garrison waypoint to a building or place it on the building, and at the mission start itll have the unit go inside the buildings in the surrounding area. but depending on what youre wanting, may or may not be as effective to your liking.

stray fulcrum
#

was wondering if there is a way to make AI hold pos like in thisforcespeed 0; or disable path while zeusing?

#

usually with a zeus hold command they still move about when aggro'd and such.

mossy lava
#

You can run scripts on curatorSelected

nocturne mural
#

can I run if statements in a serverInit?

shell fox
#

Yes, as long as it's a .sqf file.

nocturne mural
#

Thank you

sharp storm
#

there's no easy way to set respawn loadouts for a mission in Eden like there is with the Zeus Loadout module is there?

late breach
#

yes and no

#

You can set any loadout to be used for respawning, as long as the config exists for it

#

but afaik is there no tool and system for 3den which allows you to create the loadouts easily

zealous willow
#

My experience has always been that 3den is a great visual tool, but nothing is going to replace coding, especially in missions

sharp storm
#

i was watching some tutorials on it, one has it change your loadout right after your spawn so you can't preview exactly what you're getting in the re spawn menu, and the other like doesn't give you control of where items like mags go. was hoping to find an option that gave the same result the zeus module. but yeah don't think there's any tutorials out there for that atm

#

||i'll just have to spawn in first and set them up with zeus loll||

late breach
#

I have a solution for that, but it requires A LOT of work... as in; loadouts have to be build twice, once as a config and once as a script

sharp storm
#

It's for a PvP thing I do with my group, got standard classes like the old Battle field games so i'd be reusing them a lot once i set it up so i wouldn't mind that much.
if there is a forum post going over it i'd glad to read over it

late breach
#

it's not documented anywhere

#

although I have 2 options which are based on the same principle:

  1. create loadouts in config (to show in Respawn Menu) and on spawn overwrite loadout with script
  2. create loadouts in config and modify loadout with script (backpack can't be changed, but you can set uniform and vest items)
sharp storm
#

thanks Grezvany I'll take a look at getting that working

brisk temple
#

is there anyway for two people to record their playable characters movement both in MP at the same time, via using unitcapture/unitplay (e.g simuating two man patrol, walking shoulder to shoulder?) ((using this code: rec = [sabtroop1, sabtroop2, 180] spawn BIS_fnc_UnitCapture;)?

cinder holly
#

no.

#

unitCapture is for (air) vehicles only, all the rest is non-covered

silver girder
#

a guy made a unitcapture for infantry but recording every single player during an MP game sounds expensive perf wise

brisk temple
#

@silver girder who was that? may i ask

shell fox
brisk temple
#

@shell fox thankyou very much kind sir ๐Ÿ˜„

nocturne mural
#

Is it possible to define rules for a sector (I don't want west and independent to be able to capture from each other if they are friendly)

sharp storm
#

When making loadouts for players on respawn, I know you can define custom ones. But can you just reference a existing unit like a Nato Marksman and then just have the game use that loadout? (and by extension if you make a custom faction you could just reference a unit from that)

shell fox
wispy elbow
#

Gentlemen and Ladies, I have a question if you guys would be most kind in answering. I am trying to make a campaign for my unit where the setting is pretty much cold war gone hot and the world ended. So Warlord bands are vying for control of what remains in the United States.

So my biggest conundrum is trying to find a map that matches well with the Ohio region. Some of the people in my unit stated Yellowstone would fit well, but I would like to get a bigger mindset on opinions for ideas on a map that would match best.

If you have any suggestions, I would be most appreciative. Tyvm.

zealous knoll
#

Guys, I do not know hwo to fix this. I've created a COOP mission (8 players) and at the start they come to the base by boat, but in lobby instead of role name it's says assult boat passenger... any way to fix this

#

Nevermind, fixed. I just had to specify role describtion

tulip surge
#

@wispy elbow have you looked at earth 2.0 map?

wispy elbow
#

@tulip surge this is the first I'm hearing about this

tulip surge
#

@wispy elbow its a world map, not filled in with cities that are big, a lot is empty, but open space and has columbus ohio in it

#

its small, but could add to it

wispy elbow
#

Got a link?

tulip surge
#

one sec

wispy elbow
#

Thanks

wispy elbow
#

Thanks. I'll check them out. I have a 2 week vacation coming up and I pretty much have the story board completed. I just need to make the missions. Problem is that there hasn't been any maps that really match what I'm looking for.

tulip surge
#

alrighty, yeah if these dont work out, just click maps on side bar and go through them all haha, its what i do XD. i still find new stuff to check out

#

not maps but terrain

wispy elbow
#

Gotcha. Thanks

#

Yeah. I'm trying to find something of the forest mountain wilderness of Ohio with the farmlands as well.

#

So it doesn't have to be ohio persay, but mountains forest of the northern Appalachian mountains basically haha

tulip surge
#

okay, here ill dm ones to check out, so we dont flood this channel

wispy elbow
#

Cool

signal coral
#

if i wanted to put respawns on an arsenal, how would i do that?

tawny holly
#

@signal coral Are you using the vanilla respawn?

signal coral
#

@tawny holly yes

tawny holly
signal coral
#

@tawny holly do i piut that on the respawn init and name the crate a variable, EG, arsenalbeing the variable for the crate [<arsenal>,<position>] call BIS_fnc_addRespawnPosition;

tawny holly
#

@signal coral

//if your team is BLUFOR/west
[west,arsenal] call BIS_fnc_addRespawnPosition;
wheat dagger
#

So I'm using LAMBS_Danger for my AI - as I'm aware of the consequences autnomous movement can have (last time I used LAMBS all AI in a town rushed players up a hill lol) I want to be more careful this time, but still want to give some units autonmous movement (those which aren't garrisoned).

Within LAMBS' files, I found this:

 * 0: Group performing action, either unit <OBJECT> or group <GROUP>
 * 1: Position to occupy, default group location <ARRAY or OBJECT>
 * 2: Range of tracking, default is 50 meters <NUMBER>
 * 3: Area the AI Camps in, default [] <ARRAY>
 * 4: Exit Conditions that breaks a Unit free (-2 Random, -1 All, 0 Hit, 1 Fired, 2 FiredNear), default -2 <BOOL>
 *
 * Return Value:
 * none
 *
 * Example:
 * [bob, bob, 50] call lambs_wp_fnc_taskGarrison;
 *
 * Public: No```

As I'm not very familiar with scripting, I'd like to ask for some help:

Executing the example script, do I have to put it in the waypoint (within Eden) or can I put it in the Group Init?
Also, would this script work?
```sqf
[i_g1, i_g1, 5, [], 1] call lambs_wp_fnc_taskGarrison;```
#

Can I just use "this", instead of defining a group when using it's possible to execute in the group init?

wheat dagger
#

OK nvm figured out a more efficient method:

In Eden, you can simply place down the Garrison Module, not the Waypoint. Even easier to use, simply sync the units to the point and boom! Finally I can use LAMBS without being worried :'D

fervent gull
#

Hi, did anyone know how to set up economy modul from Old Men in Editor?

hallow adder
#

Are there faster ways to retrieve a map object, than using [pos] nearestObject _id command?
I have a large list of objects to replace on Altis, and the load occurs near 15 minutes.
I wanted to speed it up, and tried to save the object coordinates in a list too, like
_id_array = [["56186",[18203.4,15506.6]],["56863",[18272.2,15496.5]],etc)
Because when checking it in the console, the speed of executing depend on the search radius.
But the loading speed wasn't changed, it became even worse.

So, maybe someone have another idea how to apply so many changes to map in a faster way?

slim crow
#

What happens when I called playMusic on DLC track like "Music_Battle_Human_Loop" from DLC Contact and player doesnt have it. It will play or it will show ad to player or nothing happens?

cinder holly
#

it simply won't play if it is in Contact (will play if in Enoch)

signal coral
#

My friend sent me a sqf file, how do I load it?

cinder holly
zealous knoll
#

Hello. I have 2 problems. First: Players are automaticlly dead when joining in and have to respawn (I have respawnonstart on -1), second: There is only 1 role (Granadier) avaliable to select on respawn menu even tho i have 2 squads with 6 different roles in them.

spiral meteor
#

how did you set-up the description.ext file?

zealous knoll
#

i will send you paste.bin

spiral meteor
#

hey, next time can you please trim the file to the interesting part? There are like 800 non relevant lines in that file

#

Also, I don't see the respawn loadout classes

zealous knoll
#

Do you maybe know what could be causing death on start

#

all essential stuff are at the beggining

tranquil lotus
#

is there a brief script i can use to have the AI force lower their NVG goggles?

#

this isn't for gameplay, more cosmetic

west silo
#

@tranquil lotus Check example 2

tranquil lotus
#

In simple terms how do I get the AI to force use their NVGs

cinder holly
#

@tranquil lotus โ†‘ ๐Ÿ™‚

tranquil lotus
#

Thanks! I'll try that in a bit, your help is appreciated!

novel epoch
#

I didnโ€™t even know actions existed great .

cinder holly
drifting spear
#

would there be a way for me to make certian ai respawn after awhile and the corpses to disappear
?

shell fox
#

@drifting spear The "Killed" Event Handler with sleep, createUnit and addToRemainsCollector perhaps.

drifting spear
#

Could you create a example for me?

shell fox
#
MyUnit addEventHandler ["Killed", {
  (_this # 0) spawn {
    sleep 10;
    //"Respawn" unit:
    MyGroup createUnit [typeOf _this, MyGroup, [], 0, "NONE"];
    //Remove the corpse, not sure if this works:
    addToRemainsCollector [_this];
  };
}];
drifting spear
#

I will try it thank you!

shell fox
#

If deleteVehicle works for corpses, it might be the better solution than addToRemainsCollector.

drifting spear
#

Oh okay alright.

kindred relic
#

I have a weird problem with a mission.
I have a trigger that detects any player, waits 10 seconds, then remoteExecs playMusic for a track configured in description.ext cfgMusic. Simple enough, exactly the same code I've used a hundred times before in exactly the same way. However: it doesn't work. Instead of waiting 10 seconds then playing, the music plays immediately on mission start. Only it doesn't play properly - it just plays the first 0.1 seconds of the track, over and over again, forever. Like, bz..bz..bz...

#

The track works perfectly fine in the editor trigger effects preview, so there doesn't seem to be anything wrong with the file. I've looked all over the place and I can't figure out, you know, W.T.F.

cinder holly
#

maybe that trigger is not "one usage only", maybe the condition is not set to this, plenty of reasons

kindred relic
#

oh you know what

#

the on activation code is in the condition field

keen bramble
#

How does one organize role selection in the multiplayer selection in editor?

shell fox
#

Slots on the role selection screen correspond to units placed in the editor with the Playable box ticked.

keen bramble
#

oh dank

#

thanks dog

signal coral
#

Howdy folks! Making a ZAPU/ZANU scenario, and Im struggling with some things. I have set BLUFOR and INDEPENDENT as friendly, to imitate the real life border between Rhodesia and Zambia, while OPFOR will be the guerrillas. But for this mission, Im trying to make the friendly INDEPENDENTs, turn hostile(OPFOR) when the BLUFOR(Rhodesians) trespass in their trigger area.

tl;dr I need to know how to turn specific IND units hostile when BLU enters a trigger area. Anything helps thank you!!

mossy lava
tranquil lotus
#

|#|disableAI is where the problem is apparently

cinder holly
#

code plz

#

@tranquil lotus

signal coral
mossy lava
#

seems reasonable. give it a try.

tranquil lotus
signal coral
#

damn I still got nothing : (

shell fox
#

One of the notes on the documentation says setFriend needs to be used with both factions, try that.

signal coral
#

ok so

resistance setFriend [west, 0];
west setFriend [resistance, 0];

like so?

shell fox
#

Well yes

cinder holly
tranquil lotus
#

as a variable, he's the guy that i'm trying to get to put the goggles on

cinder holly
signal coral
#

I have on the trigger
TYPE: Guarded by Independent
ACTIVATION: BLUFOR
ACTIVATION TYPE: Present

and On Activation
resistance setFriend [west, 0];
west setFriend [resistance, 0];

and I have that trigger synced to a single Independent soldier

Nothing is happening though lol

shell fox
#

_soldier1 is a local variable (indicated by the _), so it has to be defined in the script with private _soldier1 = ...; at some point.

cinder holly
tranquil lotus
cinder holly
tranquil lotus
#

at least no errors now though

signal coral
#

Would I put any script in the soldiers Init?

shell fox
tranquil lotus
#

they're actually quite easy to use

#

just place down guard triggers in a certain order and some guard waypoints

#

and the AI attempts to hover over each trigger with 1 squad

shell fox
#

I can suggest using a normal BLUFOR present trigger with that setFriend code, because, well, that should just work magic

signal coral
#

it worked

#

thank you

#

@shell fox

warm flint
#

hey, does anyone know how to make ai in eden editor/zeus move properly instead of
move
stop in cover
move
stop in cover
it takes like 3 hours for them to reach an objective a short distance away because of this

shell fox
#

Set behaviour to careless, but that's about it.

humble lichen
tranquil lotus
#

They only do the cautious cover behaviour when they've been in contact with an enemy

#

Or maybe you set their default state as "combat"

#

inwhich case don't do that

humble lichen
#

Does not matter what triggers since anything slight can trigger and lock the group to "combat" form.

#

Assuming he wants ai to move to the target position then fight, there are 2 solutions:
Either the one I told above (which I suggested cos I assumed they can pick fight any moment)
Or: Disabling Autocombat, which is not preferable if soldiers are about to go into a fight.

tranquil lotus
#

Isn't just setting the group state as careless simpler though?

#

also, do the AI ranks do anything besides raise the skill value?

zealous knoll
#

Hello, I am having a problem with Werthles' Headless Module and that is, that it simply does not want to distribute AI groups to HC. I made one mission, worked like it should, now it just does not and i haven't changed anything.

cinder holly
#

then this module may have an issue ๐Ÿคทโ€โ™‚๏ธ

zealous knoll
#

I am using it as a script

#

Do you think HC module is bugged or?

cinder holly
#

then this script may have an issue ๐Ÿคทโ€โ™‚๏ธ

#

contact Werthles to let him know

zealous knoll
#

ok, thank you

tranquil lotus
#

does High Command work with AI high commanders?

humble lichen
tranquil lotus
#

I asked this a while ago, do the AI ranks do anything for them?

#

Besides make their skill level higher

tame pecan
#

just trying to lower the accuracy of an Ifrit gunner with set ""this setSkill ["AimingAccuracy", 0.0001];"" no luck, same for AI tanks. any idea;-(

#

?

silver girder
#

@runic gazelle
if its just ponds you're after and not the hundreds of non editor stuff thats in the game files then xin ponds sounds like the best choice

runic gazelle
#

Yeah I've seen Xin ponds before. Actually have it loaded now to test it

late breach
lone cliff
#

Does hiding assets and objects save frames?

#

Like using the Show/Hide Module

rocky carbon
#

some perhaps but not a lot and not if they are not in view anyway

somber abyss
#

Does the hide module just hide the object or remove the geometry?

kindred relic
#

The object is invisible and intangible. I'm not sure whether it's really 100% completely deleted but for all gameplay purposes it may as well be.

kindred relic
# keen bramble How does one organize role selection in the multiplayer selection in editor?

If you want to control the order units appear in the slotting screen, it's in order of placement. Changing the unit's type, copy/pasting it or moving it between layers counts as placement, so you can exploit this to organise the slotting screen without carefully placing everything in order first time. So to organise slots within a group, Ctrl+X > Ctrl+Shift+V each unit then regroup, top first. Or to organise groups in the list, move them all to a new layer, then one-by-one back to the side layer, top first.

keen bramble
#

you a lil late

#

but good lookin out

upbeat rock
#

Hi, im making a mission in which the player needs thermals to see "invisible ink"/symbols on walls. So far I have it set up so the symbols are only visible in thermal optics, but im struggling to figure out how to make the symbol white hot, it currently just blends into the wall and is barely visible...

the symbol is just a user texture of a .paa in my mission folder, ive looked around and seen rvmats might do what i need but i have no idea how to create/mess with those?

zealous knoll
#

Hello, I have a quick question. Has any of you ever used ACIM script (https://www.armaholic.com/page.php?id=27355)
I cannoy get it to work. I placed it in my addos folder (Just so everything is organized) but it didn't work so i re-downloaded and placed it where mission.sqm is (If i forgot to change some path or something). I copied init.sql and describtion.ext but still it does not initialize, neither do I get an option to interact with CIVs. Can somebody help me?

Or if you know any other script that does the same and it works.

signal coral
#

@upbeat rock I am also interested in this. Our dear Dedmen talks about setting a texture: https://forums.bohemia.net/forums/topic/203522-make-object-appear-on-thermal-vission/?tab=comments#comment-3174029 . Other threads on the BI forums talk about specific RVMATs, but neither the BIKI on RVMATs (https://community.bistudio.com/wiki/RVMAT_basics) or the Thermal Maps (https://community.bistudio.com/wiki/Thermal_Imaging_Maps) explain where to find the particular texture or rvmat sources, or how to apply them. Anyone have experience with these?

late breach
#

You can try the Skin or SuperExt pixelShader, which have Thermal at Stage14 and Temperare Tc Table at Stage15.
afaik is there no documentation for it, but perhaps you can find something in the source code

signal coral
#

Thanks @late breach . Will look some more ๐Ÿ‘€

signal coral
#

So I successfully created an AI Paradrop out of a Dekota, but for the purposes of the mission I need to somehow make it so the plane will only take off the runway when I call radio alpha. It starts at the end of the runway and I need it to hold until I call it in. Is there a trigger I use for this?

kindred relic
#

Hold waypoint for the plane crew, Trigger Type: Skip Waypoint/Radio Activation, rightclick trigger -> Set Waypoint Activation

#

set the plane crew to uhhhh Careless or they might take off on their own anyway

#

Don't forget to test it, runways do have defined takeoff directions which the AI respects, so you need to make sure the plane starts at the right end or it'll take six years taxiing to the other end

signal coral
#

DANKE

weak portal
#

Is there a relatively simple way to have an AI plane spawn in when a trigger is activated?

cinder holly
weak portal
#

if it's hidden will it freeze in the air?

cinder holly
#

yes

weak portal
#

Works, thank you!

warm seal
#

Is there a way to include a .hpp file, without access to the description.ext

still hollow
#

what is the name of that thing
which will replay your movements?

#

found it ( unitCapture and unitPlay)

short jacinth
#

Hey all, I've got a logo for my mission, and whilst it calls the file correctly, the image in the loading screen is stretched to a square instead of filling the load screen bar. Whilst looking at the properties for the .paa it doesnt show the dimensions, but opening it up in GIMP shows that the dimensions are correct, i.e 1024x512. Nonetheless when loading into the scenario the image is stretched to square proportions.
Any ideas?

warm seal
#

I dont know much about .paa , but when I publish various things I am required to make it into square dimensions. Is a .paa required for mission image? try alternate file format?

short jacinth
#

I tried using a PNG first, but it's the same as applying textures in mission. Throws up an error about not being able to load the texture.
https://community.bistudio.com/wiki/Arma_3:_Loading_Screens
This guide says that it must be a .paa, and should be 2:1 ratio (obv powers of 2 for each dimensions because paa files)

barren dove
#

paa and jpg are supported. not sure why it says it must be paa.

signal coral
#

@short jacinth I don't mean to be rude. But the images I've made for the loading screen definitely are 2:1 ratio and a power of 2. In my case: 1024x512. Send me your image in .paa and maybe I can guess what's up.

#

Can you open your .paa image in Texture Viewer, and does it have the correct dimensions there?

short jacinth
#

Welp, okay, don't know why, but I restarted the game to test it again, and now it fits correctly. Don't ask why, cause I have no clue lmao, arma works in mysterious ways i guess. Thanks for the help though!

barren dove
#

possibly an old image was cached under the same name ๐Ÿคท doesnt make much sense otherwise.

warm seal
#

I figured it out, load the .hpp in the config file, thanks

narrow tusk
#

can anyone give me realistic ace3 fatigue settings?

thorny pike
#

sure, but first you need to upload your exercise tracking data from your smart device to be processed and turned into config values

quartz shoal
#

Perhaps a simple question but I haven't had the opportunity to test it in a multiplayer environment.
Would the following briefing-entry display correctly for all players not just for squad_leader_1? (Script executed on every player's machine)

_commanderName = name squad_leader_1;
_situationText = format [
    "A brave squad under the command of %1 is attacking the enemy.",
    _commanderName
    ];

player createDiaryRecord ["Diary",["Situation", _situationText]];

What I'm essentially asking if the evaluation of another player's name works in a locally executed script?

kindred relic
#

Yes, you are specifically asking for the name of squad_leader_1, which is a global variable so it always refers to the same unit regardless of client, and player names are always known to every client

#

You would only potentially run into trouble if it referred to an AI unit that you'd given a custom name, as the custom identity commands for AI have local effect. Making sure those commands are properly remoteExec'd would avoid that.

quartz shoal
dusky lodge
#

Hi. Can anyone tell me how exactly the ace fast roping system works? I tried it and as soon as I leave the helo, i fall. Is there a trick?

tame flax
#

Thereโ€™s advanced rappelling mod

dusky lodge
#

I know but i want to try the ace rapelling@tame flax

tame flax
#

Does the helicopter have FRIES enabled?

dusky lodge
#

@tame flax i read that already thanks. Yes I was sitting in the helo and then I opened the side door. Then I was able to select the "prepare fast rapelling" with the ace menu. After I was able to put down the ropes and then I could fast rope....but I felt down immediately

tame flax
#

Any interfering mods?

#

Happened with advanced movement

kindred relic
#

Is there a known way to spawn the large, supported comms tower located at [16084.996,16997.844] on Altis? I tried to find its classname using typeOf and nearestObject but it just returned an empty string.

shell fox
#

Isn't that just one of the radio masts? Should be available in the editor.

kindred relic
#

It's the same model as the Communications Tower editor object, but it's larger and has cables supporting it

shell fox
#

Have you tried all of the communications towers? There are several.

kindred relic
#

Yes

#

it is not any of the editor objects containing the words "communications", "radio", "transmitter", "tower", "mast", "antenna", or "pole"

shell fox
#

Map designers might have worked some magic on the model then.

#

Try with nearestObjects, see what that gives you.

kindred relic
#

located the supporting cables as communication_anchor_f.p3d

#

Lists the model as communication_f.p3d, which is the same as the smaller one. So it must be upsized, which....may now/soon be possible with the new scaling commands? Still have to figure how to actually spawn the support cables though

shell fox
#

It's possible for map designers to change object scale when placing their map objects.

kindred relic
#

Yes, I get that. I'm concerned primarily with how I, a missionmaker not a map designer, achieve it.

shell fox
#

createSimpleObject can be used with .p3d, you might be interested in that.

kindred relic
#

That seems like it should do it, but in practice it returns <NULL-object> and apparently does nothing

createSimpleObject ["a3\structures_f_ind\Transmitter_Tower\communication_anchor_f.p3d",(getPosWorld o_test3)]```
shell fox
#

Maybe cables are special.
This is as far as we can go without modding as far as I know.

barren dove
#

you can scale simple objects when the next update comes out, which is likely what you need to get that tower to be the same size

#

your anchor is returning null object because thats not the right file path

#

"a3\structures_f\ind\transmitter_tower\communication_anchor_f.p3d"

#

close though

cinder holly
#

@kindred relic โ†‘

kindred relic
barren dove
#

yea, and the structures_f_ind.pbo prefix is a3\structures_f\ind

kindred relic
#

well that's stupid

barren dove
#

k

kindred relic
#

I mean, "sometimes the file path to an asset is not actually the same as what the file path appears to be" strikes me as fairly stupid. I understand now that is how it works, but it's definitely an extremely.......Arma.....way of doing it

cinder holly
#

now you got it ๐Ÿ˜„
๐Ÿ˜‰

signal coral
#

Hey, so I am looking for an object that I can use as a small elevated position for a briefing, is there any objects that are good for this?

cinder holly
#

pallets?

zealous knoll
#

Well apparently i fucked somthing up in init.sqf but I don't know what. It is not initializing, there is no debug error code, nothing. I check with notepad++ with sqf coloring, nothing strange.

Could someone please take a peak what I did wrong. It worked but when I tried to make it more organized everything went dark
https://pastebin.com/c2y0W2R1

#

It initializes AFAR, from there only initPlayerLocal initializes

earnest cove
shell fox
#

BIS_fnc_MP krtecek

mystic basin
#

anyone have experience vehicle getting wiggly? when i turn left, it will counter to right for a bit after finishing turn. like those physic ball experiments lol. and when i move forward and brake it will do a frontflip.

mystic basin
#

yes

cinder holly
#

Poor config most likely

mystic basin
#

yea thats what i thougt, but i couldnt find the thing that affecting this

cinder holly
mystic basin
#

eh

#

my bad

cinder holly
#

np, just re-routing you!

mystic basin
#

thought this was config makers

#

misclicked

shell fox
signal coral
#

@cinder holly I am looking for an object but I can't post images in here, any other channel I can do it in?

signal coral
shell fox
#

But Sir, the quality...

#

Could be part of the building, part of a (Livonia) train station, or something else entirely.

#

Try typeOf cursorObject in the debug console while looking at it.

signal coral
#

Its bad quality because its from a video lol

#

I just saw it in an operation and it looks like exactly what I am looking for

boreal sky
#

Hey, me a nd a friend of mine have been playing one of the missions that are available by default and theres so changes to it he wants, where could I find that mission and make a cop of it so I can edit it?

mossy lava
boreal sky
#

thanks!

tulip oyster
#

hello, I'm sorry if this sounds dumb... I'm making a mission in the editor for multiplayer and I'm having a problem with respawning... I've gotten to a point where the player respawns but they respawn on their dead bodies... I've tried the maker and the module and its not to how I would like it.
I checked the drop down menu and have it working to how I want it but still nothing,
I figured I am doing something that is simple wrong... any tips? or could someone walk me though this problem? ill do a VC if needed if you need to see what I have done so far...
please @ me, any help is useful... Thanks

bitter phoenix
#

@tulip oyster have you checked that you 'respawn on custom position'?

tulip oyster
#

Yes

bitter phoenix
#

Hmm

#

@tulip oyster does that help?

lavish kettle
#

how do I make opfor units a specific faction (Islamic State)

#

when making an alive mission

velvet bane
lavish kettle
#

what mod?

#

im trying to make a restrepo style mission with towns to capture and things like that do I need a specific mod to make sure I can do this?

velvet bane
#

No, just any mod that has I.S. looking models. If you want to get creative though, you could custom make AI with basegame FIA uniforms for CSAT and the weapons from Apex

lavish kettle
#

I have mods including the factions I want

#

how do I add them as the AI commander faction?

late breach
#

See documentation of Alive, which explains it

solemn oxide
#

Why am I getting hundreds of lines of this in my log? I am developing a mission and testing from MP in editor.

12:05:13 "Yurik/BIS_fnc_log: [[Control #999],Control #-1]"
12:05:13 "Yurik/BIS_fnc_log: [[Control #999],Control #-1]"
12:05:13 "Yurik/BIS_fnc_log: [[Control #999],Control #-1]"
12:05:13 "Yurik/BIS_fnc_log: [[Control #999],Control #-1]"
12:05:13 "Yurik/BIS_fnc_log: [[Control #999],Control #-1]"
12:05:13 "Yurik/BIS_fnc_log: [[Control #999],Control #-1]"
12:05:13 "Yurik/BIS_fnc_log: [[Control #999],Control #-1]"

Is it possible to turn this off? Thanks.

late breach
#

looks like you're using a script/mod which is logging stuff; so either fix the script or disable the mod which is doing that

lavish kettle
#

how would I make it so at a certain time in game AI would go to a certain place? for example at 12:00 I want the AI to find the nearest loud speaker so they can immatate call to prayer.

brisk temple
#

How do you get this show/hide module to work with a trigger? (got as far as having units hide while player is in trigger zone, but once they show, they dont rehide) ๐Ÿ˜• please help

mental topaz
#

hey

#

is there an object like a yellow marker on the ground, typically called loading bay in real life?

tulip oyster
#

@bitter phoenix I'm afraid not, I have done what the article says and when I load the mission, there's no spot to even spawn (even when there is preplaced units, which they should start at...) if anything I feel I have moved backwards from the spot I was at... anything else I should try?

bitter phoenix
#

@tulip oyster That's real strange. I imagine you don't have any loaded mods that have some sort of respawn mechanic?

tulip oyster
#

i do have mods but not any that change respawn

bitter phoenix
#

@tulip oyster If I understand, you want to have it so when you die, you choose a certain point to respawn, or a spawn location right when you start the mission?

tulip oyster
#

yes... if you wish for a possible better understanding i can screen share what i have so far... just PM me

bitter phoenix
#

You have the units you want to have playable checked as playable and one checked as player right?

#

what you could also try is the respawnOnStart script

tulip oyster
#

im not following on the player aspect... i have tried the respawnOnStart script (if you are referring to the .ext). that hasn't done anything either

bitter phoenix
#

What I mean by playable units is when you open a unit's attributes in the editor and you check the box saying 'player' or 'playable'

tulip oyster
#

that i have done

#

they are playable and not players

#

i know that

#

I have gotten to the problem, if you wouldn't mind a VC, I could explain my problem in greater detail

bitter phoenix
#

keep in mind that when testing directly from the editor you might not have all the multiplayer features so try hosting a LAN server and testing it there. I'm not that experienced with Arma so I might not be right

tulip oyster
#

that is what i am doing

#

i am testing and hosting myself

bitter phoenix
#

also if you tried the .ext with respawnonstart then make sure you also don't have a respawn module

tulip oyster
#

failed, nothing changed

bitter phoenix
#

what is the problem?

tulip oyster
#

would you fine with a VC so i may be able to explain in greater detail?

bitter phoenix
#

sorry but I'd rather not do that

tulip oyster
#

that is fine... i shall not pry

#

@bitter phoenix I have gotten to the point of having the players spawn on the playable characters...the problem is that when a player dies they respawn right where they died with the standard loadout of the model I used, not what I want... I want them to go to the loadout screen and spawn on a point I have placed

#

does that make since?

bitter phoenix
#

that makes things more clear. What exactly do you mean by the 'loadout screen'

tulip oyster
#

where you pick your loadout, and pick where you spawn... what else are you thinking?

bitter phoenix
#

So are you using any respawn scripts?

late breach
#

It's default behavior to respawn with the loadout of the unit you spawn as.
If you want to keep your gear, you'll need some custom scripts in your mission to make that work.

bitter phoenix
true ice
#

Can anyone please help? I used to have a client side mod that let me spawn trees and bushes in Zeus, but for the life of me I can't remember what it was called

#

I don't think it was Metis Nature as far as I can remember

late breach
#

ObjectPlacement or Plopper?

#

although I there are some mods which simply add the tree objects in Zeus

true ice
#

It was a mod, I remember that much

signal coral
#

i have a question, so i make like lets say 5 playable Rifleman units, and i decide to customize them in arsenal, so i lets say take of them of all guns, so they are all unarmed, and i want to all 5 of those riflemans to be Unarmed, and if they respawn i want them to still be the same as in eden editor so that they dont have anything on them same as i selected in editor, but when they spawn in they spawn with all their default gear, cuz i use Multiplayer> Respawn module and i make it so that players can respawn.

rocky carbon
#

What is the question though?

novel epoch
#

Has anyone used mp campaign instead of individual mission files. Iโ€™m looking at the ones in samples. And if you did used is there a benefit over regular mission files ?

delicate hinge
#

The only benefit is that it shows in campaign list like apex missions.

#

You can't even require to have them finished to unlock another one.

novel epoch
#

Does it help with follow on missions like having the same scripts used across different mission . Or am I going to have to build the mission folders like regular

#

Ie VCOM in one area instead of in each additional mission

#

Im looking to try something new and see if I can simplify things

wide shuttle
#

Does anyone here know how to make a spawn on a carrier like the modded USS Nimitz?

late breach
#

It's buggy at best. Since the spawn location is based on ground level (so sea floor), while the carrier will move based on waves.

#

You can place the carrier, make sure the weather is quiet (less waves), and place the respawn module slightly above the deck

#

And then test and modify the height till it works

#

PS. parachuting on the deck or broken legs are not uncommon

wide shuttle
#

I Figured out I was very unlucky and just happened to choose a bad spot to set a spawn, it is now working after relocating the spawn.

sturdy fulcrum
#

Q: Alongside my mission score, sometimes there are red X's, sometimes there are studs that look like pearls and sometimes there are gold stars.

A: Each OFP mission has it is own definition of what constitutes a distinguished, average or poor score for that particular mission. Poor scoring will result in 1 to 3 red X's being displayed alongside your score. Average scoring will result in 1 to 5 pearl-like studs being displayed alongside your score. Do very well and you should see 1 to 5 gold stars appearing alongside your score.

Scores can also be negative. This can occur for a variety of reasons, such as killing friendlies or not achieving objectives.

By the way, earning a high score while playing in cadet mode will result in earning less studs and gold stars than you would otherwise have earned achieving the same score in veteran mode

#

is this still in A3?

cinder holly
#

not afaik

sturdy fulcrum
#

its just not exposed in the new debrief screen, but the underlying tech is probably still there i would assume

cinder holly
#

ah that yes, I think penalties and such still exist

sturdy fulcrum
#

rating is for that. score is the awards stuff

#

in config space the score awards and ranks are defined

cinder holly
#

you want those back? ๐Ÿ˜„

sturdy fulcrum
#

was a fun feature for campaigns or even SP missions

red vault
#

Oops I said something wrong

small raft
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

west silo
west silo
#

Anyone here familiar with High Command? I need to know what the "Create task" and "Radio" waypoint properties do

sonic tinsel
red vault
#

How do i make another objective appear by trigger or waypoint I did hide a second objective In Init.sqm and i want to know how to make the second objective appear

shell fox
autumn stone
nocturne mural
#

Quick runtime efficiency question:
I was planning on creating a custom sector that utilizes a trigger allUnits and inTriggerArea to evaluate which sides are present in the area, is there a significant performance difference from the sector module? How many times a second does a sector evaluate it's zone? and what is the runtime efficiency of the sector's function?

west silo
#

and what is the runtime efficiency of the sector's function?
It's 75.535912% more efficient.

Joking aside. If you can write something yourself it might be more efficient since the sector module probably has some additional features. The question is, does it really matter? I doubt you will create enough sectors to drop the fps.

nocturne mural
#

im more worried that my sector will be extremely less efficient based on how often it fires and how it preforms the check

#

but it should be an O(N) algorithm if I did my math correctly

vernal latch
#

hi i am make a custom mission coop mission to play among my friend i need help to make 1 if the player character a super solider where the super solider would be as tanky as a armour vehicle.

kindred relic
#

You need a Hit event handler and a bit of maths. And also to bypass and then reapply the BI medical event handlers. I have a script for it already, which I will prepare for you in the next few hours if no one gets there first.

vernal latch
#

thanks @kindred relic

kindred relic
#

@vernal latch Read carefully and follow the instructions.
https://sqfbin.com/asedajesavahawuyovex
This is designed for vanilla medical and I cannot provide support if you want to use it with alternate systems like ACE medical.

vernal latch
#

thanks

severe elbow
#

How to enable the other sides in Zeus modules, without adding other sides' lobby slots ? (only blue and civ is available in Control Sector and etc)

brazen cape
#

Trying to make a blurry fade in to start a mission. Ive got the blur working, but how do I add text as well without interfering with the blur?

kindred relic
brazen cape
#

thank you thats perfect

lone viper
#

Hello everyone! I was looking into making a mission (with zeus) and wanted to find a way to hide the units available in the Create tab on the Right while in the zeus interface. In essence I want to disable/hide specified groups from that menu completely.

severe elbow
#

@lone viper this is not directly an answer, but you can use Zeus Enhanced to create own collection of Custom Compositions (/groups/etc) in 1 menu .

dusky inlet
#

How can i make it so only a vehicle can make the trigger activate ๐Ÿ™‚

kindred relic
#

Only any vehicle, or only a specific vehicle?

naive prawn
#

Does anyone know why my chopper wont land on a land marker (With invis helipad) he just hovers about 50 meters before it...

kindred relic
#

It could be obstructed, or the helo could be detecting enemies

#

Make sure it's set to Careless and definitely has a Land type waypoint

naive prawn
#

Yep thats what i did.

#

Its in a open field (helipad) and its careless

kindred relic
#

Try moving the pad to a few different nearby positions. Could be some tiny oddity in the terrain that freaks it out

naive prawn
#

Yea i tried a lot of locations, i got another chopper that drops me off at start of the mission (Which works, unloads and flies off) but this pick-up (land) doesnt seem to work at all and i tried moving it to a lot of new positions it just comes close to it and starts hovering

kindred relic
#

Welcome to Arma helo AI hell

lone viper
vernal brook
#

if you want to do reliable heli insertions, use unitcapture and just record yourself flying

lone viper
#

Either way, I guess it's cool. Thank you for your help.

kindred relic
lone viper
#

And thank you for your quick response.

naive prawn
#

i figured it out, it had something to do with 'loiter' changed it to hold and triggered it (like i did with loiter) and now its just lands without a problem

kindred relic
#

It's a bit annoying and if you have e.g. Achilles it will try to re-add everything whenever you open Zeus, so you have to make an irritatingly complex workaround

dusky inlet
kindred relic
# dusky inlet The vehicle we start the mission with

Give the vehicle a variable name (I'll assume it's vic1 but it can be whatever). Place your trigger and set the activation to Anybody. In the Activation Condition field, where it says this, replace this with the following:
vic1 in thisList

late breach
dusky inlet
kindred relic
#

(truck1 in thisList) or (truck2 in thisList) or (truck3 in thisList)

dusky inlet
#

Thank you works Perfect ๐Ÿ™‚

sinful rampart
#

BI probably uses lots of FSM for that

cinder holly
#

Just so you know, that "Arma Reforged" supposed leak is baseless, sourceless. afawk it could be a DayZ SA mod for the hype.

shell fox
#

BIS missions are not meant to be a beginner's guide to mission making, they are meant to provide a good gameplay experience to paying customers - in fact that's quite the opposite of what a beginner's guide to mission making would encompass.

#

Trying to view scripting in Eden is really not the way either.

brazen cape
#

how would i go about making a recon/observe task to be completed when I spot a certain dude? Ive got the task created and everything, and tried a trigger to be detected by blufor and no luck. any ideas?

shell fox
#

@brazen cape Maybe you can get something going with knowsAbout or targetKnowledge.

kindred relic
modern shadow
#

Hi, anyone who know how to turn of the option to reinforce ("Fast travel to a sized sector") when the sector in question is targeted("Contested") by the enemy in a warlords mission that you make?

autumn stone
#

One thing you could do is participate in a unitโ€™s custom operations. There are many units that host ops every weekโ€”there are several in the other channels for that stuff. Once you participate in a mission, those missions get stored in your mpmissionscache folder. You can then unpack these mission and bring them into your missions folder, then check them out in the editor and also see how they build the mission files and scripts. Arma is highly cooperative; sometimes the best way is by participating in a unit and helping to build missions! Good luck.

signal coral
#

just a question can the game handle more ai in singleplayer or is it the same for multi and single player ?

#

i was thinking about buying the game mainly as a sandbox for myself

autumn stone
signal coral
#

just on a local pc ๐Ÿ™‚

#

i just want to build small scale scenarios for my own sake no big modding or stuff ๐Ÿ™‚

autumn stone
#

Whatever is on your PC mission for mp ops will need to be pushed to your connected clients as well. High AI loads will slow things down.

With smaller missions I find it best to build your basic op and then use Zeus to reinforce it. Plus, that will dynamically add to your mission.

signal coral
#

i mean im mainly thinking if Singleplayer is able to handle more Ai than Multiplayer

autumn stone
#

Your players will always surprise you with tacticsโ€”best to reduce your initial AI load and supplement along the way. There are Zeus mods like Achilles that add lots of great functions in gameโ€”reinforcements, parade ops, etc.

autumn stone
signal coral
#

ye i dont particulary care about multiplayer ideally the ai in the mission should be able to beat it by itself ๐Ÿ™‚ with me just playing along i guess

autumn stone
signal coral
#

thx ๐Ÿ™‚ thats what i was looking for ๐Ÿ˜„

vernal latch
#

hi i tried Script: Soldier Tracker by Quiksilver by cant seem to make it work

#

i did include this [unitname] execVM "QS_icons.sqf"; into init but nothing is showing

autumn stone
#

Did you name the unit and put that name in the [unitname]?

drowsy zephyr
#

Hey y'all, I'm new-ish to mission making and I'm trying to populate the description.ext file so I can modify it to add a custom insignia. How do you get it to auto-fill from the mission.sqm? Or do I have to code it myself?

autumn stone
#

Unpack the mission file itself and then you can access and edit the description file. You can unpack/repack mission files using pbomanager . Thatโ€™s one method, Iโ€™m sure there are others.

drowsy zephyr
#

I exported it as a MP mission, hoping the ext file would populate and it didn't. I already have the paa file for the insignia already in the folder, could that be the issue?

cinder holly
#

you have to write description.ext yourself

drowsy zephyr
#

Oh ok. Thanks!

#

Is there an example one somewhere?

cinder holly
drowsy zephyr
#

I saw that, but I didnt know if every one of those lines needed to be in the file or not.

cinder holly
#

no, only what you need
if you need insignias, you add the CfgInsignias part, and so on ๐Ÿ™‚

drowsy zephyr
#

Oh ok! That was what was confusing me. I appreciate y'alls help!

cinder holly
#

w/ pleasure! if you have a question, head towards this channel ๐Ÿ˜‰

vernal latch
#

I did name the unit

#

And did add the name into the space

west silo
#
1. Download the SQF file "QS_icons.sqf".

2. Copy it to your mission file.

3. Configure script to your liking (inside the file).

4. Ensure it is executed by the mission.

        In client/player init (initPlayerLocal.sqf)
            
            [] execVM "QS_icons.sqf";
        
        or 
            
            [] execVM "scripts\QS_icons.sqf";    (if in a folder called scripts in your mission directory.)
        
        Follow instructions posted in the below link
            
            http://forums.bistudio.com/showthread.php?184108-Soldier-Tracker-(-Map-and-GPS-Icons-)

5. Run mission!
#

That's what the readme says

vernal latch
#

Yup followed it

#

It show in eden it loaded but nothing change on the map

#

I cant see the hostile ai in location is it poissible with the script to do it

#

?

west silo
#

No clue

vernal latch
#

oh well

#

since i cant get it working does any one know how to get unit marker to spawn on respawned player cause currently the marker stay on the dead body instead of moving.

sharp axle
#

How can I get a loiter waypoint to be attached to a moving object?

#

As of now "applying" it to a object on the Eden editor simply will place it at that position, even if the target moves. Or do I need to just do a constant loop update?

#

Speaking of that I'm also noticing that when I attempt to manually update a position with say a move command with helicopters, it seems to just auto-clear them without moving despite the AI stating a new position

coarse flume
#

@vernal latch how are you executing that script

#

initPlayerLocal.sqf or editor init field?

vernal latch
#

init field

west silo
#

@vernal latch Why are you using the init field. The readme.md on github clearly says initPlayerLocal.sqf

vernal latch
#

arent they the same?

west silo
#

nope

cinder holly
#

no, no and no

west silo
#

init field = global, initplaylocal.sqf

#

init field โ†’ avoid like corona

vernal latch
#

oh

#

dang

#

sorry new to editing mission

west silo
#

I cant see the hostile ai in location is it poissible with the script to do it
I dunno if that is possible.

#

Read this

vernal latch
#

manage to get it working but cant see hostile unit?

#

is it possible to set on the script to see hostile players?

west silo
#

Dunno, read the forum post. It has all the features listed

dire olive
#

This is gonna be a bit of a long message but I'm trying to give enough information to get a decent answer.
I'm attempting to open up my own server and I've got my map picked and made the 3den mission for it but when I export it and add it to the server it tells me I'm missing addons. I've updated the server files m repaired them and even reinstalled all of them and nothing seems to work.
Can anyone help?

#

15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item0.type: Vehicle class RHS_UH60M_d no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item1.type: Vehicle class RHS_UH60M_MEV2_d no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item4.type: Vehicle class CUP_I_Hilux_unarmed_TK no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item5.type: Vehicle class CUP_I_Hilux_unarmed_TK no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item6.type: Vehicle class rhsusf_m1a2sep1tuskiwd_usarmy no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item15.type: Vehicle class CUP_VABox no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item16.type: Vehicle class CUP_VABox no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item17.type: Vehicle class CUP_VABox no longer exists

#

15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item19.type: Vehicle class CUP_VABox no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item20.type: Vehicle class CUP_VABox no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item25.type: Vehicle class RHS_UH60M no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item26.type: Vehicle class RHS_UH60M no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item27.type: Vehicle class RHS_AH64D_wd no longer exists
15:50:28 Warning Message: mpmissions__cur_mp.clafghan\mission.sqm/Mission/Entities/Item28.type: Vehicle class RHS_UH60M_MEV2 no longer exists
15:50:28 Missing addons detected:
15:50:28 RHS_US_A2_AirImport
15:50:28 ace_realisticnames
15:50:28 CUP_WheeledVehicles_Hilux
15:50:28 rhsusf_c_m1a2
15:50:28 CUP_Weapons_AmmoBoxes
15:50:28 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.RHS_US_A2_AirImport, ace_realisticnames, CUP_WheeledVehicles_Hilux, rhsusf_c_m1a2, CUP_Weapons_AmmoBoxes

late breach
#

The last line tells you exactly why it doesn't work; it's missing RHS:USAF, ACE, and CUP Vehicles

dire olive
#

I noticed that part but the issue is I have them installed to my server and loaded

#

All the other vehicles I used from cup work but its only giving me an error for the CUP_WheeledVehicles_Hilux

late breach
#

try to repair the mods on the server (could be corrupt)

dire olive
#

I'll try

#

I'm letting it repair now in case this doesn't work do you have any other tips? ( Edit - Still getting error )

late breach
#

Can you open the mission file in the editor?

#

Because I don't think those addons don't exist anymore

shell fox
#

it is dependent on downloadable content that has been deleted
It would be a bit unusual not to provide backwards compatibility (especially for these major, popular mods), but those vehicle classes might have been removed or renamed in an update.

dire olive
#

I checked my folders and it showing that they exist, I'll go check it in the editor now though.
Do you think it could be a map issue or something? I'm still pretty new to this

late breach
#

terrain doesn't care, mission could be bugged (although it would simply crash, and not tell you that stuff doesn't exist), so either you don't load the mods correctly or they're corrupt (or you using old versions).

dire olive
#

I'll try loading the mods in a different way thanks for all your help

dire olive
#

Well now I have all the mods fixed except 1 model is doing some weird shit

#

17:17:19 [CBA] (xeh) INFO: [2096,60.636,0] PreInit started. v3.15.2.201119
17:17:20 [CBA] (settings) INFO: Reading settings from settings file.
17:17:20 [CBA] (settings) INFO: Finished reading settings from settings file.
17:17:20 [ACE] (common) INFO: Parsed Settings Configs [56.0 ms]
17:17:20 [CBA] (xeh) WARNING: One or more children of class Car do not support Extended Event Handlers. Fall back to loop.
17:17:20 [CBA] (xeh) INFO: [2096,61.051,0] PreInit finished.
17:17:20 Warning Message: Cannot open object rhsusf\addons\rhsusf_infantry2\gear\head\hgu56\rhs_hgu56.p3d
17:17:20 rhsusf\addons\rhsusf_infantry2\gear\head\hgu56\rhs_hgu56.p3d: No geometry and no visual shape
17:17:20 Warning Message: Cannot open object rhsusf\addons\rhsusf_infantry2\gear\head\hgu56\rhs_hgu56.p3d
17:17:20 rhsusf\addons\rhsusf_infantry2\gear\head\hgu56\rhs_hgu56.p3d: No geometry and no visual shape
17:17:20 Warning Message: Cannot open object rhsusf\addons\rhsusf_infantry2\gear\head\hgu56\rhs_hgu56.p3d
17:17:20 rhsusf\addons\rhsusf_infantry2\gear\head\hgu56\rhs_hgu56.p3d: No geometry and no visual shape

modern shadow
#

Hi, anyone who know how to disable fast travel to a sector which is controlled by your team but which is also right now being contested by the enemy?

dark fern
#

Got this really weird issue at the moment where placing 10 groups massively staggers performance compared to say 3 groups

3 is fine, but a few more and things like scripts start being mad delayed and FPS takes a dive.

Anybody ever experienced this?

late breach
#

If you're looking for people to help you out on a project (small or big), please use #creators_recruiting.
If you have specific questions about mission making feel free to ask them here.

shell fox
scenic shard
#

morning chaps... ideas for objects in compositions for enemy airbases?
I have scripts that spawn OPFOR men, vehicles and statics, radars and HQ building. Then I have compositions that spawn parked aircraft and vehicles,, both OPFOR and civilian, other scenery objects like bomb racks, fuel tanks, windsocks etc
I'm after further ideas for objects that might be found on an airfield, either for spawning by these compositions or by the enemy spawn system

modern shadow
#

I don't know how to make this work, but what about the small trucks, luggage transport, queue-line, registration desk, patrolling security.

scenic shard
#

I should say, I'm using vanilla arma... no addons

#

I've added the aircraft carrier tractor just now... just need more inspiration

modern shadow
#

How about the above (pilot equipment station, registration desk etc.) ?

#

Civilian parking lot? (since you've adde civilians already)

#

Luggage laying around.

signal coral
#

How would I be able to play tfar audio over speakers ingame?

drowsy zephyr
signal coral
#

Iโ€™ll test it when I get home

scenic shard
#

I might remove the tractor from the list of classnames it can choose from though lol

#

its the composition I want to expand

sinful rampart
drowsy zephyr
#

Oh ok, I tried it the other day with a handheld and it didn't work. Maybe it was glitched out.

river rock
#

I've no roles in role selection on my multiplayer server, but have them if I host off my PC

sharp axle
#

For the Firing Drill framework, would they technically work on a dedicated server? Or if not, is it possible for me to upload players times to my own DB some how?

tough veldt
#

is there a way to have a group member use an action? I the player command unit to use addaction that is available to me

signal coral
#

How do I make it so I have a unit placed down that players can grab kits from? Like a static mannequin almost type thing.

merry zephyr
#

I have a question, How do I change the location of the respawns, like where the bodies are stored

#

While people are picking where they are going to spawn

drowsy zephyr
signal coral
#

Hello

#

Any of you know what parameter to config to set limits about being unconscious in ACE Medical ?

#

Like I want 50% of chances to get unconscious instead of native dead

late breach
signal coral
#

I already read it, in pain

#

Even setting damage threshold to 25

#

Player gets native dead after being shot in torso for instance

late breach
#

ace_medical_statemachine_fatalInjuriesPlayer = 1; // Fatal injuries only occur in Cardiac Arrest

#

so you won't die instantly, only when your wounds aren't being treated fast enough

#

Keep in mind that some settings don't work well together (eg. statemachine doesn't care about fatalDamageSource)

signal coral
#

It was set to 2

#

I will try with 1

#

I'll let you know

signal coral
#

I don't understand

#

Still dying frat

#

I set config in userconfig\cba_settings.sqf

#

and overwrite settings manually in addons options in game

#

nothing changes

#

@late breach can we see that in private message ? I will send you the config I put, you'll tell me if I'm wrong

late breach
#

I have DM's disabled; so that won't work ๐Ÿ˜‰
You can put the configs on pastebin or similar, and put a link here.
30k people will see more than 1

halcyon spindle
#

So from the campain, in the beginning they do radio stuff like " Green on Blue" or AAF forces have overwhelmed the Airfield ecetera. how can we obtain these lines in mission making

astral bloom
#

By recording by yourself or?

west silo
#

@halcyon spindle They can be found in config.

#

Easier way is get 3den Enhanced and use the CfgSentencesBrowser. You can search the lines and export them.

naive prawn
#

Hi guys i was wondering where i could find the Apex Campaign missions code to learn from it.

cinder holly
astral bloom
#

missions_f_exp

naive prawn
#

ah nice, ty

#

Anyone worked with team hexagons ๐Ÿ˜„ ?

naive prawn
#
[[tom]] call BIS_fnc_EXP_camp_IFF;
tom setVariable ["BIS_iconAlways", true];

How would i run it for all the players in the game? Instead of just tom.

west silo
#

@naive prawn
initPlayerLocal.sqf
(_this # 0) call BIS_fnc_exp_camp_IFF

brisk temple
#

rookie question; when your designing a mission with several tasks, some optional, and you set up a referencing system to keep track of tasks during its dev, do you lay down markers? if yes, are they only temp? or do you have another recommendation?

west silo
#

What do you mean by "keeping track" of them?

#

@brisk temple

late breach
modern shadow
#

Anyone who know how to disable fast travel to a sized sector when the sector in question is being contested by the enemy in warlords?

lucid siren
#

hi

#

I'm trying to create a custom mission which plays a song that I downloaded in .ogg format

#

When I upload this mission as a .pbo file to my dedicated server, this mission essentially has a trigger which plays this song

#

The song being in the directory of mpmissions/missiontest1/sound/fortunateson.ogg

lucid siren
#

does anyone have an idea?

stark locust
#

When I join a multiplayer mission on an online server for the first time, the mission is downloaded from the server before being able to enter the mission. Which folder is used to save the mission data? I already looked in the %username%\Documents\Arma3 folder, but did not find it.
Is there any other place where mp missions are saved?

stark locust
#

Found it. is is path C:\Users%username%\AppData\Local\Arma 3\MPMissionsCache

tardy cloud
#

Who knows how to use the HAL N6R mod?

lucid siren
#

Anyone know how the server side can play custom songs? Mine still doesn't work, I tried both playMusic and playSound but when I host the server and I connect to it, I don't hear it

shell fox
#

playMusic and playSound both have local effect.

#

And you probably shouldn't distribute (the mission files are sent to everybody who joins the mission) and play copyrighted music without obtaining a presumably expensive license to do so.

naive prawn
#

Quick question what is the best map for performance?

bleak river
#

Virtual Reality

naive prawn
#

xDDDD

#

Except VR

bleak river
#

Probably the smallest then, so Stratis or Malden.

naive prawn
#

I see and what about 3rd pty ones?

#

cuz i was doing a nice scenario in tanoa and its a hell

bleak river
#

You'd have to test them.

#

Because you might run across a small map that's badly made and has major performance issues.

glass mango
#

proving grounds maybe?

#

I rmb there's some old game ports that are 1x1km or something silly?

naive prawn
#

Well maybe i should have said it different but i am looking for a nice map thats not too laggy.

glass mango
#

what kind of madness are you trying to host

naive prawn
#

Well i wanna play with my friends and creating my custom missions but i had about 5 tasks on tanoa and started the MP session went from 130 fps to 50 in about 1h

#

lol

#

Even tho there where like maybe 50 ai on the map tops?

glass mango
#

L

#

O

#

L

naive prawn
#

whats wrong xD

glass mango
#

Most people get 30 fps on a good night on Tanoa if the op involves more than 10 people

naive prawn
#

When i play SP on maps like kunduz for example i got 200 - 300 fps

bleak river
naive prawn
#

@bleak river where?

glass mango
#

in 3den, it's basically freezes all AIs in place until a unit with "wake up dynamic simulation" enabled gets within a given range

#

correction it freezes everything that has "dynamic sim" on

#

the models will show and damage will register but it won't move not even with a 120mm shell

bleak river
#

It disables simulation of items outside of a predefined range from players.

naive prawn
#

Ah

#

Nice thats the only performance fix i could do?

#

cuz it seems i lose atleast 30% of my frames when i switch from SP -> MP

glass mango
#

depending on which part of Tanoa you're playing on, you can also reduce draw distance

bleak river
#

That is just due to multiplayer, there isn't anything you can do about that.

glass mango
#

but your issue isn't the game's performance, it's the internet

naive prawn
glass mango
#

just be happy you're playing on Tanoa unlike one of my Ukrainian friends who managed to achieve 3 seconds per frame and not crash

naive prawn
#

hahah

#

Well i got a pretty beefy machine

#

but still

#

i run on high refresh rates so getting 50 - 60 on a 170hz monitor almost makes me puke

glass mango
#

Arma is a game built in 2013, it's not supposed to handle modern machines and performance requirements

naive prawn
#

Arma 4 when?

#

xD

#

Never notlikemeowcry

bleak river
#

Best way to increase performance is,
Lower draw distance, decrease visual fidelity, reduce the number of simulated objects and units, only spawn units when they are required, don't overload the mission with to many loops or computation heavy functions, etc.

glass mango
#

in around 2-3 years time, latest news I heard they're trying to complete the enfusion engine that's partially built in DayZ standalone now

naive prawn
#

They gonna use that engine?

glass mango
#

I think so

#

also for performance you want the server to be beefy as shit as well

#

since that's the machine that's handling the heavy-lifting with parsing information

naive prawn
#

well i just run it through the server list creation thingy

#

PNP

glass mango
#

I have no idea how servers work beyond what I said, good luck on that

lucid siren
#

Is there any way to play the .ogg sound/music for everyone in the map

west silo
#

Local effect means the effect is only noticeable on the machine it was executed on

lucid siren
#

That's weird, because I create the mission on my local PC, host it in multiplayer, and my friends can hear the sound?

#

but when I then transfer the files to the dedicated server, it doesn't play

west silo
#

It depends where you execute it. playMusic will not work on a dedicated server.

modern shadow
#

Hi. Anyone who know how the:
[] call BIS_fnc_WLArsenalFilter
works?

modern shadow
lucid siren
west silo
#

yes.

#

But the sound needs available on the client as well IIRC

lucid siren
#

ah yeah as I feared...

#

but it's weird how if I host this mission on my local PC, when my friend joins, he can hear the music?

#

despite the mission file & soundfile being in my directories?

vernal latch
#

hi anyone know of a good horror mod that can go well with drongo spooks and anomalies

sharp prairie
carmine wraith
#

for some reason i cant spawn on the respawn point in arma 3 eden editor, even though i have spawn on custom position turned on and blufor option selected,

cinder holly
glass mango
#

personally I find it easier to just use respawn_west markers

late summit
#

So I tried to find something online about this issue, but couldn't:

When I try to export my map to Multiplayer, I'm getting this strange error when trying to just host a game.

Expected 2331508 B, got 1220815 B```
#

Clearly something is breaking in the export... but I have no idea what and how to solve it

sinful rampart
#

corrupted pbo

#

upload aborted half way through

nimble sapphire
#

Does anyone have suggestions for in-game radios that are not TFAR reliant?

shell fox
#

ACRE

nimble sapphire
#

sorry, that are not at all reliant on editing the game files / adding things? @shell fox

shell fox
#

There are some purely script-based solutions, but as far as I'm aware they can not offer the same amount of features and quality provided by the big radio mods.

lucid siren
#

Hi is there not a way in Eden editor to set mission attributes, instead of having to save as an .sqm file, create a description.ext file in the mpmissions/mission directory?

#

For eg. I just need to set the attribute respawnOnStart = 1; but I make a lot of versions of the mission, which I then upload to my dedicated server

#

Could somebody help or advise what the best solution here is? If a .pbo file basically consists of everything of the custom mission, including the .sqm file and a description.ext, shouldnโ€™t I be able to configure within Eden editor before exporting as .pbo file?