Hi and thanks for checking out this repository.
It is important to note that all of the script below are designed for ArmA 3 Epoch mod.
Small structural changes need to be applied to get them working for a different mod however that is not the purpose of these scripts.
- ArmA 3 Anti-PvP (PvE)
- ScarCode Menu Package (S.C.M.P.)
- Player Support Requester menu (P.S.R.)
- Server Restart Warnings (S.R.W.)
- Server Info Menu (S.I.M.)
- Server Intro Credits (introCredits)
- Server Intro Camera (introCam)
- Spawn Teleport Menu (S.T.M.)
- Simple Ammo Repacker (S.A.R)
- if you install anyting that uses a scrollmenu and you have infiSTAR, make sure things in infiSTARsettings.txt match yours
- any scarCODE menu needs the
#include "scarCODE\global.hpp"
file included in description.ext. Check the description.ext example in this repository to see how to do so. - PVE/anti-PVP script needs a3_scarCODE_PVE in @epochhive\addons
- PSR script needs a3_scarCODE_PSR in @epochhive\addons
Make sure to repack the contents of the server-side folder into a pbo named exactly the same as the folder they came in
- If you want to use PvE/Anti-PvP script, you will need to place onPlayerKilled.sqf in the root of your missionfile.
- Struggling with your description.ext? Checkout the provided examples to learn how to add only the stuff you want.
PSR: scarCODE\PSR\config_PSR.hpp
and a3_scarCODE_PSR\putUIDsInHere.sqf
PVE: scarCODE\PVE\fn_initPVE.sqf
SCMP: scarCODE\SCMP\config_SCMP.hpp
SIM: scarCODE\SIM\config_SIM.hpp
SRW: scarCODE\SRW\config.sqf
STM: scarCODE\STM\config_STM
Also do not forget to read the comments in the example description.ext as it describes vital info on getting this all to work
I recommend getting a good antihack like http://infistar.de and then remove your scripts.txt. It improves performance and saves you a lot of frustration from all those kicks. Also, the really advanced "hackers" usually have a bypass or they use command that are covered by the rest of the filters.