Jump to content

[HowTo] EVR BlowOut map independent


jOoPs

Recommended Posts

  • 2 weeks later...
  • 3 weeks later...

Got that error any Idea why, 

 

19:05:14 Error in expression <cts.sqf";
 
if (isServer) then { _bul = [ns_blow_emp] execVM "addons\blowout\modu>
19:05:14   Error position: <ns_blow_emp] execVM "addons\blowout\modu>
19:05:14   Error Undefined variable in expression: ns_blow_emp
19:05:14 File mpmissions\__cur_mp.chernarus\init.sqf, line 178
Link to comment
Share on other sites

  • 1 month later...
  • 4 weeks later...

take a look into "evr\addons\blowout\external\fn_isInsideBuilding.sqf"    <<<  line 5: _building = nearestObject [_unit1, "HouseBase"];  <<< HouseBase is the masterclass, change with the classname of your building ...

 

cheers

Link to comment
Share on other sites

  • 1 month later...

I am running this on Namalsk using @nc and @namalsk, and can not add the APSI to loot spawns and I can not get the NVG's, radio and GPS to be replaced withthe damaged ones if you don't have the APSI.

 

I have Namalsk zombies, the ER7 and ammo spawning in Object AII and warm clothes spawning in barracks, but am stuck on these last parts. I tried adding the APSI to loot spawn using "ItemAPSI" and it returned a config error, and the damaged NVG's, radio and GPS just aren't working at all. I can spawn all these items using infiSTAR and add them to traders, so I don't see what the issue is?

 

Any ideas? Has anyone else got these items to work as part of the EVR script or got the APSI to spawn? 

Link to comment
Share on other sites

Yeah, have since got the APSI into the traders and spawning. Now trying to get the GPS, NVG's and Radio to be damaged by the EVR without much luck. Would you know if this can be done and also is it possible to add Namalsk food and drink?

Link to comment
Share on other sites

  • 3 weeks later...

Yeah me too , it kills the client log , it registers every second until the blowout occurs.

 

Inserted that variable below the others on the init.sqf file.

 

ns_blow_prep=false;

 

The error is gone but havent had the chance to see if everything is working.

 

A reply to a rather old post, I know, but do you remember if adding that to your init.sqf fixed the "ns_blow_prep" error from showing up? I'm referring to this:

Error in expression <ow_ambient_music = false; };

waitUntil{ns_blow_prep};

diag_log format["[NAC BL>
  Error position: <ns_blow_prep};

diag_log format["[NAC BL>
  Error Undefined variable in expression: ns_blow_prep
File mpmissions\__CUR_MP.namalsk\custom\blowout\module\blowout_client.sqf, line 343
Link to comment
Share on other sites

2:58:51 "Res3tting B!S effects..."
 2:58:51 Warning Message: Script addons\blowout\module\blowout_server.sqf not found
 2:58:52 Warning: z\addons\dayz_communityassets\models\compass.p3d:0 Error while trying to generate ST for points: 863, 853, 852
what is wrong? Friend
Link to comment
Share on other sites

f ((_pos distance _testPos) >= _minDist) the>
 3:01:07   Error position: <_pos distance _testPos) >= _minDist) the>
 3:01:07   Error Undefined variable in expression: _pos
 3:01:07 File ca\modules\functions\misc\fn_findSafePos.sqf, line 98
 3:01:07 Error in expression <["_newX", "_newY", "_testPos"];
_newX = _posX + (_maxDist - (random (_maxDist * >
 3:01:07   Error position: <_posX + (_maxDist - (random (_maxDist * >
 3:01:07   Error Undefined variable in expression: _posx
 3:01:07 File ca\modules\functions\misc\fn_findSafePos.sqf, line 90
 3:01:07 Error in expression < BIS_fnc_isPosBlacklisted)) then
{
if ((_pos distance _testPos) >= _minDist) the>
 3:01:07   Error position: <_pos distance _testPos) >= _minDist) the>
 3:01:07   Error Undefined variable in expression: _pos
 3:01:07 File ca\modules\functions\misc\fn_findSafePos.sqf, line 98
 3:01:07 Error in expression <["_newX", "_newY", "_testPos"];
_newX = _posX + (_maxDist - (random (_maxDist * >
 3:01:07   Error position: <_posX + (_maxDist - (random (_maxDist * >
 3:01:07   Error Undefined variable in expression: _posx
 3:01:07 File ca\modules\functions\misc\fn_findSafePos.sqf, line 90
Link to comment
Share on other sites

  • 2 months later...

Yeah, have since got the APSI into the traders and spawning. Now trying to get the GPS, NVG's and Radio to be damaged by the EVR without much luck. Would you know if this can be done and also is it possible to add Namalsk food and drink?

Any info regarding the EVR damaging items?

Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
  • 8 months later...

Guys please help to add in my description.ext

Having tried a lot of combinations, but there is no sound :unsure:

respawn				=	"BASE";
respawndelay		=	5;
onLoadMission		=	"DayZ Epoch Chernarus";
OnLoadIntro			=	"Welcome to DayZ Epoch Chernarus";
OnLoadIntroTime		=	False;
OnLoadMissionTime	=	False;
disabledAI			=	true;
disableChannels[]	=	{0,2,6};	//	Отключенные каналы чата.
enableItemsDropping	=	0;			//	Отключить сброс предметов при заходе игрока в воду.

#include "RSC_Standart.hpp"

briefing		=	0;
debriefing		=	0;
onPauseScript	=	"custom\Antidupe\Antidupe_if_Exit.sqf";
loadScreen		=	"logo.jpg";
class Header
	{
		gameType	=	COOP;	//	DM, Team, Coop, ...
		minPlayers	=	1;		//	Минимальное кол-во игроков, для старта миссии.
		maxPlayers	=	40;		//	Максимальное кол-во игроков.
	};
aiKills		=	1;
diagRadio	=	1;
diagHit		=	1;

#include "fixes\Configs\configs.hpp"
#include "fixes\Configs\RscDisplaySpawnSelecter.hpp"	//	Выбор возрождения в картинках
#include "fixes\Configs\cfgServerTrader.hpp"			//	Конфиги торговли в миссии

#include "DayZ_loadingScreen.hpp"

class CfgSounds
	{
		#include "custom\Sounds_Loader.hpp"
	};

class RscTitles 
	{
		#include "custom\RSC_Loader.hpp"
	};
#include "custom\GUI_Loader.hpp"

 

Link to comment
Share on other sites

  • 3 months later...
Guest
This topic is now closed to further replies.
  • Advertisement
×
×
  • Create New...