• 0
Sign in to follow this  
zerovapor

Looking for a way to override repairing vehicles in combat

Question

So our server  is pretty zombie/ AI mission heavy and we really need a way to  allow users to repair vehicles  in combat. I've see the config setting on the client but I am unsure how to override it from the server. Any help would be great. Thanks!

Share this post


Link to post
Share on other sites

2 answers to this question

  • 1
  • Overwrite ExileClient_action_execute.sqf
    • This is done in config.cpp
  • Change line #20 in the above file to:
    • _actionConfig = missionconfigFile >> "CfgExileDelayedActions" >> _actionName;
  • Create a file named CfgExileDelayedActions.hpp
  • Open update config.cpp and at the top put this line:
    • #include "CfgExileDelayedActions.hpp"
    • make sure the file is in the root of your mission.pbo or update the path

You can also change things like how long it takes to repair/hotwire/steal flag/hide a body/plant charges.

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.