Janski

Member
  • Content count

    373
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Janski

  1. Exile Addons - originally small projects developed for the ArmA Exile communities EXO and SP4R but now rewritten and collected here. The time has come when a private repo just isn't good enough, that's why I continuously will rewrite my scripts and addons from EXO, SP4R and other communities. These remarkable plugins will be collected on GitHub and if you wanna read more on the specific features I'll describe them here. Clarification - You don't need to install all plugins, they are installed individually but some are dependent on others. The Package includes: Core Halo & Parachute Virtual Garage Grinding Hacking StatsBar XM8 Vehicle Upgrade -- Coming Soon Admin Events .. Coming Soon XM8 Apps; CHVD View Distance, Journal, Server Info, Vehicle Garage, StatsBar Settings It's really important that you follow the installation instructions and if anything is ambiguous, comment below. If you have any suggestion or request write them below Since almost all code has been rewritten I can have missed some bugs, just create a new issue on Github and I'll take care of . Encouragements always keep projects alive a little longer . Please consider donating if you like my work. Latest update post New release v.0.8.2
  2. Thanks to @GamingAtDeathsDoor and ole1986 we can now release some new updates and a new XM8 plugin. https://github.com/Bjanski/ExAd/releases/tag/v0.10.0 You can check out Scratchies here
  3. New updates from @GamingAtDeathsDoor Messages for base hacks and halo parachute were broken, now they are exile baguettes. Halo parachute has been changed to Alt+Shift+V due to people looking around, gaining speed and disabling auto vector and auto hover being booted out Virtual Garage now has an option to prevent people storing vehicles while they are in combat. (E.G. Guy takes a rocket while in a tank, stores it to the VG and waits a while to pull it out and repair it) It comes with an Exile Toast telling them they cant store vehicles in combat. Ability to store boats added to the VG (Not hard but some people don't know how to do it) Adjusted the String table to fit in these new messages. https://github.com/Bjanski/ExAd/releases/tag/v0.9.0
  4. I'm 100% okey with it. This package is no longer supported by me and I'm releasing all responsibility to it so everyone can do whatever they want. Have fun
  5. Thx if I ever get the time to improve it, I probably rewrite it since I get gag reflexes every time I look at my own code. it's so shitty written, should probably just have made a mod instead then there would only be the db installation which people would have problems with.
  6. I'm really sorry that there are so many issues with this plugin package as it seems of all the comments, wow it has really become much more popular than I could ever believe. I'm currently working a lot and have been the last 8 months, therefore there haven't been any updates. Really stun that it have been working this long since ArmA is a bitch to write code for. Releasing code breaking updates all the time, it not healthy for anyone to do this for fun over a longer period ( @maca134 and @infiSTAR and a lot more are super humans that are still working with it) This package haven't been updated for a while and most likely won't be either. I just really don't have the time anymore. I'll leave the repo public as long as people still wants it but would recommend someone else to take over. You have my permission to do what ever you want with it. I'll also leave the video tutorials on YouTube. For those who send threats and weird question because i don't help out anymore, I work approx 10 hours a day as a developer and I'm really not up for it to spend even more time in front of a computer screen when I'm not working.
  7. Haven't been able to reconstruct any of the VG issues myself, all works good for me. Will have a look this weekend when I get out of town for a couple of days
  8. Thx @GamingAtDeathsDoor and @Crunch™ for finding and fixing the bugs since the last ArmA update. I just updated the git repo so you can download it and replace 3 files if you haven't done it allready. "ExAdClient\Hacking\Funcktions\fn_canHackSafe.sqf" "ExAdClient\Hacking\Funcktions\fn_canHackVG.sqf" "ExAdClient\StatsBar\Funcktions\fn_getPlayersStr.sqf"
  9. This app is not written for ExAd it's written for the old XM8 Apps by Shix, you need to ask the dev who wrote it to port it over to ExAd
  10. if you go in to all the different ExAdClient plugin directories you'll find a file call "customize.sqf" there you can customize the plugin E.g. if you wanna change the logo you go to "ExAdClient\StatsBar\customize.sqf" you'll find this option ExAd_SB_ICON_LOGO = "ExAdClient\Core\Img\ExAd_logo_128.paa"; //STRING - Path to logo If you change it, it will display another logo
  11. Should be class CfgRemoteExec { class Functions { mode = 1; jip = 0; class ExileServer_system_network_dispatchIncomingMessage { allowedTargets = 2; }; class ExAdServer_fnc_clientRequest { allowedTargets=2; }; }; class Commands { mode = 0; jip = 0; }; };
  12. That one only fetches all close by flags, the VG radius is linked to ExileTerritorySize so you can't store or fetch a vehicle if you are outside of your territory
  13. Have you added class ExAdServer_fnc_clientRequest { allowedTargets=2; }; to your description.ext file inside CfgRemoteExec >> Functions
  14. Janski

    HHHEEEEEELLLLLLPPPP!!!!

    You can try adding 7 "exileserver_system_network_dispatchincomingmessage" !="exileserver_system_network_dispatchincomingmessage [\"\",\"startSessionRequest\"" But I'm guessing this is a standard Exile call so if you use their code and their BE filters you should be fine.
  15. It's logging more than errors. What provider are you using? Haven't tried if it works with a virtual gaming server, it's only been tested with a dedicated server. Does your infistar logs work?