coftsock

Member
  • Content count

    158
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by coftsock

  1. Great for your 12 year old players to remind them santa is around the corner yeep Uses pine tree from CUP to have alternate colored blinking/flashing lights in the tree. https://github.com/CoftSock/Arma-3-christmas-tree Comes with premade mission as an example which also includes scrollwheel menu tool to get locations for your tree Edit with your tree location and put christmastree.sqf in your mission root then In initplayerlocal.sqf below if (!hasInterface || isServer) exitWith {}; add execvm "christmastree.sqf"; CUP core and maps needed
  2. coftsock

    [XM8 APP] Vehicle Tracking

    Made a Script for use with the custom xm8, The feature costs 300 pops (default) and will create a local map marker on the vehicle you are next too along with its classname as the marker text that will stay on the vehicle until server restart. This download has the script and the app icon. NOTE For correct Poptab updating you need @happydayz addon http://exile.majormittens.co.uk/topic/7577-update-respectpoptabs-and-save-to-database/
  3. 6.0 released 3rd April 2016, New features: Graphs Tidied theme Squashed a few bugs compatibility with advanced banking 6.0 comes in 4 different versions: DOWNLOAD Full version made for extendable logging addon mini vanilla exile (no addons needed) Full with "advanced banking" addon compatibility and extendable logging Mini vanila exile with "advanced banking" addon compatibility Any questions ask below Features: Clean/basic Design - less lag. Simple Menu. Graphs Only need one config file! See server information for: Trader purchases, Trader sold, Vehicle buy, Skin buy, Vehicle sell, poptab sent, deaths, Vehicles destroyed and construction destroyed. Search your own player UID for personal: Trader purchases, Trader sold, Vehicle buy, Skin buy, Vehicle sell, poptab sent, poptab recieved, kills, deaths, Vehicles destroyed and construction destroyed. 5.0 screenies http://imgur.com/P4JoV3w http://imgur.com/esNjBrj http://imgur.com/5AwWD44 http://imgur.com/ZS3LWQH If you're going to steal code from here and use for your ripoff at least reference or give credit. Past versions: Download 5.0 Download4.0 Download3.0 download 2.0 If you want me to make a custom one for your community ask nicely
  4. coftsock

    E.S.P Exile Stats Page & System 6.0[Updated]]

    Thankyou for taking a liking to something that was done a long time ago @nrz obviously the last version published was when exile didnt have a bank built into it and relied on community code to implement this bank which is what my statspage show, but since then exile has changed and so have the mysql tables, a few months back i did begin to make a simple uptodate version just to have on github but only got part way through doing that. I will see what i can do in the coming weeks in regards to getting a basic version on github, but for all means you can modify it to your liking
  5. coftsock

    Exile update

    Put her up on GIthub and makesure those with oversight on the comitts knows what theyre doing and it can be done well. Just like dayz mod
  6. coftsock

    Taunus Loot positions

    Here are Taunus loot positions, i made it so you have to still do somework by replacing _x with a loot category to match that building. Enjoy
  7. coftsock

    [WIP] Exile Taunus Project

    Yea this map has problems right now with un optimization. Running out of memory
  8. coftsock

    ZBot - BE Rcon Discord Bot

    the bot does not emit side chat, what did i do wrong? joining and leaving gets emitted but not side chat??
  9. coftsock

    Christmas tree with lights [Updated]

    I had a look and that mod has been setup like how bohemia do it, they dont allow for trees and vegetation to be seen in the editor as placeable, you can do createsimpleobject if you have the direct link to the .p3d model in @a2op but otherwise as far as i can see its a no go.
  10. coftsock

    Christmas tree with lights [Updated]

    Edited last years version
  11. coftsock

    [XM8 APP] SELFIE APP

    For use with custom xm8 For latest script please go here https://github.com/CoftSock/exilemod_xm8_apps/blob/master/Selfie/selfie.sqf Download
  12. coftsock

    E.S.P Exile Stats Page & System 6.0[Updated]]

    yours would be within folder structures yes?? the way i test it and initially have it setup is for it to be run as the main webpage so a simple download of apache and then you can simple put the files into the root folder and it works straight away. That way you can run it from your game server server and use localhost mysql connection rather than try and set it up in a cpanel or whatever
  13. coftsock

    E.S.P Exile Stats Page & System 6.0[Updated]]

    Mate i wouldnt put something up thats fully broken, all those links worked in my situation so i left them like that
  14. Depends on if you replace the original with this or add this too the original
  15. coftsock

    Exile 1.0 file errors with AU mirror

    Server getting smashed right now??? SO SLOW
  16. coftsock

    E.S.P Exile Stats Page & System 6.0[Updated]]

    sorry dude try this
  17. coftsock

    Donor only apps

    This script is to help in providing apps only to those who help keep your server afloat (and to pay for csgo knives on steam). Must be using the custom apps setup. Paste the following code into an sqf called whatever.sqf _donorgold = ["76561198235233260"]; //UIDs in here dudes ["76561198235233260","35667343546745","565364785353","5363563764874"]; etc waitUntil {!isNull player}; _uid = getPlayerUID player; _name = profileName; if(_uid in _donorgold) then { execvm "appcode.sqf";//app script } else { hintSilent parseText format [" <t size='1' font='TahomaB' align='center' color='#EAD453'>Dob us some cash %1, Cmon man</t><br/><br/>", _name]; }; NOTE! where it says appcode.sqf change that to the app you want your donors to have 'exclusive' access too. In the custom xm8 apps init make sure the donor only app links to whatever.sqf (the code above) app1_action = { execVM "whatever.sqf"; };
  18. coftsock

    Dynamic Traders

    Wanted traders spread all around the map with different locations each restart? well have at this, remove all the trader fuzz from the initplayerlocal.sqf and save this http://pastebin.com/Ey6HswFt as dynamictraders.sqf then follow @John instructions here on getting them to spawn in correctly Note this is setup for Esseker, for any other map you need to find the center (dosent have to be perfect center) and the radius to the furthest tip of land mass, as well as co ordinates of suitable locations for the air traders and boat traders (use this to help http://exile.majormittens.co.uk/topic/8009-positions-tool/). please edit your mission.sqm to remove the trader markers and zones right now it is very basic with the props and objects around the trader AI, if you have suggestions or have seen a vision in your wetdream of what the traders should look like let me know
  19. coftsock

    [SOLVED] CHANGERS TO THE POP TABS

    must take easy mode to a whole new level then
  20. coftsock

    E.S.P Exile Stats Page & System 6.0[Updated]]

    Updated, will be working on new/alternative themes these will be here shortly
  21. coftsock

    Future Of Exile??

  22. coftsock

    Website Advertisments

    yeah cause donations will and have stopped at 1,395
  23. coftsock

    Website Advertisments

    I already do when you post memes or taylor swift gifs after your posts
  24. coftsock

    Community Made Terrains Pack

    CUP have already done this