Jump to content
  • 0

Need help with paraspawn in Enhanced Spawn Selection


BetterDeadThanZed

Question

I am using ebay's "Enhanced Spawn Selection" (http://opendayz.net/threads/release-ess-enhanced-spawn-selection.19998/) but sometimes when I select the paraspawn option, I get stuck in the air. I don't drop to the ground unless I open my chute. Otherwise I'm just up there in the air. Once I spawned in crouched, holding the pistol I spawn with. Does anyone have a fix for this?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

OK, I'm guessing here, but:

 

Looking at Napf\spawn\halo.hpp it seems as if this indeed only chooses between Halo and Ground, returning "haloSelect = 0" if the ground button is pressed.

 

The logic in Napf\spawn\spawn.sqf seems to be

  • start with statusSelect = -2;
  • call E_Class_Dialog
  • set statusSelect = 0;
  • call E_Spawn_Dialog
  • statusSelect = 1;
  • if spawn select isn't random call E_Halo_Dialog

So I'd simply try to modify spawn.sqf by

  • setting haloSelect = 0 in line 7
  • and commenting out line 67
    if (statusSelect == 1) then {_i="createDialog";createDialog "E_Halo_Dialog";};
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
  • Discord

×
×
  • Create New...