Jump to content

[RELEASE] WAI 2.2.6


JasonTM

Recommended Posts

Hello all.

Can someone explains why this code doesnt work?

  Reveal hidden contents

while this code works?

  Reveal hidden contents

Im hitting my head on a wall...

Arrays are the same and no errors in rpt.

well after carefull examination i see this in rpt only when crates dont work.

When crates work i see no errors that involves dzai

  Reveal hidden contents

 

Link to comment
Share on other sites

  • 3 weeks later...

Here is the RPT Log. 

  Reveal hidden contents

Everything is working perfectly except for the mission announce.

Link to comment
Share on other sites

  On 4/24/2020 at 9:50 AM, Bostigo said:

Here is the RPT Log. 

  Reveal hidden contents

Everything is working perfectly except for the mission announce.

Expand  

Did you add the remote_message.sqf ?

Link to comment
Share on other sites

  • 2 weeks later...

Heya guys, have edited the weapons a fair bit by removing weapons and adding overwatch weapons to AI. 
I got this error 

  Reveal hidden contents

And this is what it looks like in spawn_group.sqf

  Reveal hidden contents

 

I haven't touched this file at all and for some reason threw me this error. Any help would be appreciated, thanks.

Link to comment
Share on other sites

@schalldampfer i see this error when i use your flares script:

22:10:49 Error in expression <ing Flare of %1",name _unit];};
 
 
_unit removeMagazines ((primaryWeapon _unit) c>
22:10:49   Error position: <removeMagazines ((primaryWeapon _unit) c>
22:10:49   Error removemagazines: Type Bool, expected String
22:10:49 File z\addons\dayz_server\WAI\compile\flare_fire.sqf, line 19

this is happening in daylight conditions and not on all missions.

Link to comment
Share on other sites

  • 3 weeks later...

I was wondering how to add more types of static weapons to the missions.

I added some classnames like this:

ai_static_weapons     = ["KORD_high_TK_EP1","DSHKM_Ins","M2StaticMG","Metis","ZU23","AGS_CDF","Igla_AA_pod_TK_EP1"]; // static guns

But all I get are M2 mostly and sometimes KORD.

Thanks.

Link to comment
Share on other sites

  On 5/24/2020 at 10:50 PM, Hux said:

I was wondering how to add more types of static weapons to the missions.

I added some classnames like this:

ai_static_weapons     = ["KORD_high_TK_EP1","DSHKM_Ins","M2StaticMG","Metis","ZU23","AGS_CDF","Igla_AA_pod_TK_EP1"]; // static guns

But all I get are M2 mostly and sometimes KORD.

Thanks.

Expand  

Most missions are hard-coded to have "M2StaticMG" in their mission files.
You need to change them to "Random".

Link to comment
Share on other sites

I have this error in RPT I am not sure if it is related to WAI but I get the error on occasions when a mission spawns so reported it here

23:51:30 "WAI: [Mission:[MainHero] Medical Supply Camp]: Starting... [4165.05,2832.82,0]"
23:54:56 Error in expression <
};

if (!local _this) then {

_objName resize ((count _objName) - 7);
};

_objN>
23:54:56   Error position: <resize ((count _objName) - 7);
};

_objN>
23:54:56   Error Zero divisor
23:54:56 File z\addons\dayz_code\compile\fn_getModelName.sqf, line 21

Link to comment
Share on other sites

The patrol mission is very stripped down. I'd like to see how to have fine-grain control over variables like destination, speed, AI behavior, etc. My main intention isn't to have a working convoy mission since those already exist. I really want to understand how it's done so I can implement my own ideas.

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  On 12/28/2019 at 9:37 AM, Schalldampfer said:

I'm now testing enemy artillery in my server, and got it working (not balanced yet)

1. Activate artillery module by adding this in dayz_server/WAI/init.sqf

  Reveal hidden contents

(Because I use this BIS_ARTY_LOGIC for all mortars, we can use only 1 type of mortar in the the server.
I think I'd better create new BIS_ARTY_LOGIC in spawn_static.sqf and use it in arty_fire.sqf .. but I haven't tried this yet)

2. To add brain of artillery to each mortar (which you will spawn by using spawn_static function), add this into dayz_server/WAI/complie/spawn_static.sqf 's Line183 or around - where one of the static weapon is prepared for battle.

  Reveal hidden contents

 

3. Now this is the brain of artillery. Create dayz_server/WAI/complie/arty_fire.sqf with this content

  Reveal hidden contents

(Most settings are hard-coded here so far, and may be inbalanced)

 

Notes:

To spawn artillery, put this code in the random mission

  Reveal hidden contents

If the mortar's group find a player, they will try to bombard him.
I think the mortar unit doesn't have good eye, so I'm combining the group to another static weapons or cars like

  Reveal hidden contents

 

 

 

 

Expand  

I wanted to try your artillery script but I don't understand where this last code goes:

uG1=[[
    [(_position select 0) - 0.01, (_position select 1) + 41, 0],
    [(_position select 0) + 0.1, (_position select 1) - 25, 0]
],"ZU23_CDF","Extreme","CZ_Soldier_SL_DES_EP1_DZ",_aiType,0,2,"Random","Random",_mission] call spawn_static; //This is the group of "another static weapons"
_uG2=[[
    [(_position select 0) - 1, (_position select 1) -27, 0]
],"2b14_82mm_GUE","Extreme","CZ_Soldier_SL_DES_EP1_DZ",_aiType,0,2,"Random","Random",_mission] call spawn_static; //This is artillery
(units _uG2) joinSilent _uG1;//Now 2 groups are combined

And where does this go in mission file?

[[
    [(_position select 0) - 1, (_position select 1) -27, 0]
],"2b14_82mm_GUE","Extreme",_aiType,_aiType,0,2,"Random","Random",_mission] call spawn_static; 

Thanks.

Link to comment
Share on other sites

  On 6/7/2018 at 11:53 AM, Schalldampfer said:

I have modified the radio shack mission to jam your ear within 1.6km from mission.
dayz_server\WAI\missions\hero\radioshack.sqf

  Reveal hidden contents

the noise will finish some tens seconds after the mission.

Next, I have made roadblock mission inspired by and partially copied from DZMS-HotSpot missions
dayz_server\WAI\missions\hero\roadblock.sqf

  Reveal hidden contents

 

Expand  

Hi, Schalldampfer

I'm trying to run your roadblock mission.

I get this error in my rpt when it spawns:

  Reveal hidden contents

The road block does spawn in but I get no other missions spawning after it so it seems to be breaking something.

Any ideas?

It's a cool mission. I Like how it spawns in random locations with no marker or announcement.

Thanks.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
×
×
  • Create New...