Jump to content
Sign in to follow this  
saddle

Issue regarding Spawn on Custom Position

Recommended Posts

Hello there, 

 

as the title says, when I am adding a Spawn on Custom Position to my mission, an error shows up that I have never encountered before and I have done a lot of mission making in this game.

I have done this so many times without any issue, so I am a bit confused why this happens all of a sudden and have not managed to find any solutions on the web yet.

 

I get stuck on the spawn/map screen without any interface to choose spawns, and this error keeps spamming;

		
		[_list] call BIS_fnc_showRespawnMenuPosit>
10:24:45   Error position: <_list] call BIS_fnc_showRespawnMenuPosit>
10:24:45   Error Undefined variable in expression: _list
10:24:45 File /temp/bin/A3/Functions_F/Respawn/fn_showRespawnMenuPosition.sqf..., line 41
10:24:45 Error in expression <_textDisabled]} else {_textDefault};
			_ctrlCounter ctrlShow false;
			_ctrlCou>
10:24:45   Error position: <_ctrlCounter ctrlShow false;
			_ctrlCou>
10:24:45   Error Undefined variable in expression: _ctrlcounter
10:24:45 File /temp/bin/A3/Functions_F/Respawn/fn_showRespawnMenuHeader.sqf..., line 145
10:24:45 Error in expression <_textDisabled]} else {_textDefault};
			_ctrlCounter ctrlShow false;
			_ctrlCou>
10:24:45   Error position: <_ctrlCounter ctrlShow false;
			_ctrlCou>
10:24:45   Error Undefined variable in expression: _ctrlcounter
10:24:45 File /temp/bin/A3/Functions_F/Respawn/fn_showRespawnMenuHeader.sqf..., line 145
10:24:45 Error in expression <		_maxRespawnTickets
		];
	}
	else
	{
		_ctrlTickets ctrlsetstructuredtext parse>
10:24:45   Error position: <_ctrlTickets ctrlsetstructuredtext parse>
10:24:45   Error Undefined variable in expression: _ctrltickets
10:24:45 File /temp/bin/A3/Functions_F/Respawn/fn_showRespawnMenuHeader.sqf..., line 75
10:24:45 Error in expression < ["%1/%2",_livingCount,_playersCount];
	_ctrlTeam ctrlSetText _playersText;

 

Any tip or feedback greatly appreciated

 

Share this post


Link to post
Share on other sites

Looks like this is happening no matter what map I choose in the editor and even make a basic new mission with basic settings ... going to try to check to see if this has to do with corrupted files. No clue.

Share this post


Link to post
Share on other sites

It specifically happens when I check the box Choose Spawn Position. Simply spawning without choosing position works.

Share this post


Link to post
Share on other sites
6 hours ago, saddle said:

and even make a basic new mission with basic settings

 

Share your basic mission file here, please.

Share this post


Link to post
Share on other sites
8 minutes ago, Harzach said:

 

Share your basic mission file here, please.

 

https://easyupload.io/39c1rj

mission is in Altis map.

 

I am running the Contact DLC as well, as we want to play on Livonia but I am reading something about the Contact DLC was intended for SP and does not like MP modules such as respawns ..

I put in

respawnOnStart = 0;

and respawning works but without any timer, it is instant at the respawn marker.

I put in

respawnOnStart = 1;

and the error comes back.

 

Might have the same or similar issue as this thread

 

https://forums.bohemia.net/forums/topic/195514-bis-respawn-bug/

 

 

Share this post


Link to post
Share on other sites

Don't load the Contact DLC unless you plan to play the Contact scenario or a scenario that requires the Contact mission framework. If you own Contact, you can play on Livonia without loading the DLC.

 

The same goes for all optional creator DLC, minus the availability of terrains.

  • Like 2
  • Thanks 1

Share this post


Link to post
Share on other sites
9 hours ago, Harzach said:

Don't load the Contact DLC unless you plan to play the Contact scenario or a scenario that requires the Contact mission framework. If you own Contact, you can play on Livonia without loading the DLC.

 

The same goes for all optional community DLC, minus the availability of terrains.

 

Edit: Yea works like a charm now. Didn't know I didn't need to load Contact to play Livonia.

Thanks a bunch Harzach.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×