Search results

  1. D

    How to recover magazine class from weapon config

    So I'm writing a routine to randomise the contents of a cache. I provide an array of gear and it then fills the box with a random assortment. That bit works fine. Weapons without ammo suck, so I want to make sure the right ammo is in the box for the weapons and thought to use the config to...
  2. D

    Replacing debug monitor (playerstats)

    Can anyone point me to how to remove the standard debug monitor, epeen, playerstats so I may use the clan's custom monitor? Happy with getting the custom monitor working, but it cycles between our very sexy monitor and the drab default one (blech)
  3. D

    SARGE AI on Oring

    I'm keen to get SARGE AI working fully on the Oring map. I've created SAR_cfg_gridoring.sqf and SAR_cfg_grps_oring.sqf to detail grid size and centers and modified the SAR_AI_init.sqf file to switch on _worldname as below switch (_worldname) do { case "chernarus": {...
  4. D

    Something went wrong.....

    That's as far as we get in loading into the server with SAR_AI loaded. Player finds himself in the debug zone :( The server report log seems fine until just before UPSMON is called, when several "Wrong text element 'null' : reports come in, followed by SAR_AI as shown in the snippet.. 15:18:27...
Back
Top