lesvieuxcrevards Posted June 15, 2017 Report Share Posted June 15, 2017 Hi I've read content of Very ice work but I'm only searching for respawn with HALO features. Any one know a simply script for this feature ? Best regards Link to comment Share on other sites More sharing options...
TheVampire Posted June 15, 2017 Report Share Posted June 15, 2017 You can use that script and change spawn_settings.sqf. _HALV_forcespawnMode = 1; would force Halo only. _halv_spawn_startmode = 1; forces view to start on map screen. _halv_allowgearselect = false; disables gear selection. You can then customize the locations allowed to spawn on the map. I doubt you will find a script that only does Halo respawn itself. lesvieuxcrevards and natoed 2 Link to comment Share on other sites More sharing options...
Tarabas Posted June 15, 2017 Report Share Posted June 15, 2017 It's still not working fine with Epoch AH. Players will get teleported back in the air without parachute (admins will not). It's a milestone for 0.6. https://github.com/EpochModTeam/Epoch/issues/648 Sneer, lesvieuxcrevards and natoed 3 Link to comment Share on other sites More sharing options...
lesvieuxcrevards Posted June 16, 2017 Author Report Share Posted June 16, 2017 15 hours ago, TheVampire said: You can use that script and change spawn_settings.sqf. _HALV_forcespawnMode = 1; would force Halo only. _halv_spawn_startmode = 1; forces view to start on map screen. _halv_allowgearselect = false; disables gear selection. You can then customize the locations allowed to spawn on the map. I doubt you will find a script that only does Halo respawn itself. Thank you I will try to setup on my server Link to comment Share on other sites More sharing options...
TheVampire Posted June 16, 2017 Report Share Posted June 16, 2017 16 hours ago, Tarabas said: It's still not working fine with Epoch AH. Players will get teleported back in the air without parachute (admins will not). It's a milestone for 0.6. https://github.com/EpochModTeam/Epoch/issues/648 Does changing this in epochah.hpp not fix it? antihack_maxTravelDistance = 30; Link to comment Share on other sites More sharing options...
Tarabas Posted June 16, 2017 Report Share Posted June 16, 2017 Unfortunately not. If you read in https://github.com/EpochModTeam/Epoch/issues/648 you can see what I tried out. Link to comment Share on other sites More sharing options...
Sneer Posted June 22, 2017 Report Share Posted June 22, 2017 On 6/16/2017 at 7:59 AM, TheVampire said: Does changing this in epochah.hpp not fix it? antihack_maxTravelDistance = 30; This worked for me, I changed it to 300 and it works, not sure it needs to be that high though. Link to comment Share on other sites More sharing options...
TheVampire Posted June 23, 2017 Report Share Posted June 23, 2017 What's the max speed in a parachute? Link to comment Share on other sites More sharing options...
Tarabas Posted July 25, 2017 Report Share Posted July 25, 2017 Thank you for your help in here TheVampire: https://github.com/EpochModTeam/Epoch/issues/648 Issue closed. Works fine again with antihack_maxTravelDistance = 300; Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now