StonedReality

Donator
  • Content count

    200
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

62 Excellent

1 Follower

About StonedReality

  • Rank
    Capo

Personal Information

Recent Profile Visitors

1862 profile views
  1. StonedReality

    Kill message

    Still works for me with no edits.
  2. StonedReality

    Bambi God Mode

    You can increase the time that bambi status exists in your server config.cpp protectionDuration = 5;
  3. StonedReality

    [Release] Exile Occupation (Roaming AI) & More - updated 2019-01-23

    I too am having this problem. No other AI mods installed. Just came out of nowhere this problem. Players report dead AI at missions, with no uniforms.
  4. StonedReality

    Tanoa Loot Pos [WIP]

    This is no longer needed, just ensure you use the Tanoa files from the Exile download
  5. StonedReality

    ACiDy Tanoa Bridges

    Add it your init.sqf instead
  6. StonedReality

    ACiDy Tanoa Bridges

    Had the same issue. Change this setting in your infiSTAR config checkHiddenObjects = false;
  7. StonedReality

    Notepad++ Tips And Tricks - Tutorial

    I've wasted far too much of my life doing that crap. Great video.
  8. StonedReality

    Scripts post stuck waiting for approval?

    Sorry for being impatient
  9. Just wondered if my post had been noticed or slipped through the net?
  10. StonedReality

    Kill message

    Original Kill Message Mod Updated ExileServer_object_player_event_onMpKilled.sqf for Exile 1.0.0 Install as normal but with new file.
  11. StonedReality

    Exile Tanoa Verdic

    I love Tanoa. Breathed new life into the game for me.
  12. StonedReality

    [SOLVED] Add ammo for randomly selected weapon?

    Solved. Will release the files in the scripts section.
  13. I'm using BetterDeadThanZed's script for a random uniform and loadout. I have edited it to give a weapon and ammo instead of food. At the moment I've only got one weapon in the array and the ammo to go in it, in another. I would like to have a longer list of weapons in the array and then add 2 magazines for the chosen weapon. Is there an easy way to have relevant ammo added once a weapon is selected? Code: Thanks in advance.