Ch33s3

Donator
  • Content count

    53
  • Donations

    10.00 EUR 
  • Joined

  • Last visited

Everything posted by Ch33s3

  1. Ch33s3

    CallExtension loaded: armalog

    thx for the quick providing of a working solution....! Greetings from the Superturds team, have a nice day!
  2. Ch33s3

    [Done] ExtDb3 Compatibility with Exile

    aaaaah! Thank you very much Razor! Greetings and have a good day everyone!
  3. Ch33s3

    [Done] ExtDb3 Compatibility with Exile

    Hello again guys! Im not entirely shure about this so im sorry if that question already got answered and ive not seen it properly: The Bases keep spawning in different ways as theyve been before restart is there already a fix for it? ive seen@razor77 asking for it... a fixed createBambi.sqf is the solution for it ? If yes, ill definetly take it and replace it Cloud22, the rest works pretty damn awesome btw . !!! Thank you very much for putting so much time into it!
  4. Ch33s3

    [Done] ExtDb3 Compatibility with Exile

    Thx alot! works like a charm! I love it!!!
  5. Ch33s3

    [Done] ExtDb3 Compatibility with Exile

    Hello everyone! Thx for your awesome work! Will test it now..! Greetings from Austria EDIT : It works like a charm ! the only thing i cant get to run is my fancy marxet database code from the mysqlcustom.... is anyone able to "translate" that code to "64bit language" for me ? Big thx in advance!
  6. Ch33s3

    OPC_JBAD Loot positions

    i have some for you ....we custom made them...when im home today ill sent them to you if you still need them
  7. Ch33s3

    Errors in my startup rpt

    it looks worse than it is...but maybe youre missing ADSG Joint Rails ? some attachments dont seem to know where they belong? i might be wrong since ive never used RHS stuff so far...the man skeleton error is totally normal and should be ignored
  8. Ch33s3

    Watermark/Logo

    Maybe a weird answer but: why dont you just edit your status bar and implement a logo or whatever in there? .... would probably much easier and not disturbing the players...the cleaner/simpler the better in my opinion
  9. Ch33s3

    Infistar allowedActions_player[] help

    i can agree with the poster above...the best way right now ist to go through the whole AHAT config really carefully and disable or change some features you dont really need on your machine...doesnt mean that @infiSTAR is not doing a great job with the new features, i really love them, but it just takes some time to set it up properly..then there shouldnt be any problems so far!
  10. Ch33s3

    Arma 3 Server Specs

    no matter how good your server performance is, it currently pretty much depends on HOW you set it up, means: what mods, AI ? and so on...maybe we see some improvement as the newest RC client with 64bit architecture goes live ....
  11. Ch33s3

    Need help setting up server

    are you running your server in a windows environment? did you set up the firewall's in- and outbound rules?
  12. Ch33s3

    Need help setting up server

    are you shure youve fixed the #lock problem? seems that your rcon password is not set up in the exile_server_config If you still need help on that just tell us the error message you get. no worries we'll find a way
  13. Ch33s3

    to play in the server remove the listed files .

    its chernarus summer,...do you need that map for the server you want to join ? if not, then dont load it.
  14. Ch33s3

    Error joining

    yep i know that problem: Pretty sure MYSQL is either not set up successfully or even startet? did you set up all the inbound and outbund rules in the firewall?
  15. Ch33s3

    Exile continues!

    @eraser1 one of the nicest and most helpfull guys on this forum...he has helped me so much on teamspeak back in the days where our first server started ...he's a good choice
  16. Ch33s3

    Stuck on 'Connecting...'

    yeah!
  17. Ch33s3

    Stuck on 'Connecting...'

    aaah thx guys...i was already desperately searching for an error on my side!
  18. Ch33s3

    Addons zusammen in ein ordner packen..

    mhm glaube das könnte sich als etwas schwierig gestalten, mich würde interessieren warum bzw was das bezwecken sollte ? Mfg Ch33s3
  19. Ch33s3

    a3_vemf_reloaded by IT07

    which setting did i forgot to turn of , when some mission markers sometimes just flash up for a second on the chernarus map, then dissapear again? the missions are still active there, only marker is missing Only happens on Chernarus, Taviana seems fine, im guessing its something related to apex which i didnt turn on or off Any clues friendly people ?
  20. Ch33s3

    Safe Zone Coordinates not working

    did you get it to work already? otherwise you could join our teamspeak later, id like to help you out with it ! 94.23.49.69
  21. Ch33s3

    Safe Zone Coordinates not working

    are you using the latest mission file ? maybe that is the issue, ? try to download a plain one and edit that again to your needs!
  22. Ch33s3

    Safe Zone Coordinates not working

    class Item12 { dataType = "Marker"; position[]={ 6365.63, 0, 7783.9}; name = "ExileMarker1"; text = ""; markerType = "ELLIPSE"; type = "ExileTraderZone"; colorName = "ColorBlack"; fillName = "SolidBorder"; a = 175; b = 175; drawBorder = 1; id = 101; atlOffset = 0; }; class Item13 { dataType = "Marker"; position[]={ 6365.63, 0, 7783.9}; name = "ExileMarker2"; text = ""; markerType = "ELLIPSE"; type = "ExileTraderZone"; colorName = "ColorBlue"; fillName = "SolidBorder"; a = 10; b = 10; drawBorder = 1; id = 102; atlOffset = 0; }; Try this one!
  23. Ch33s3

    Safe Zone Coordinates not working

    hi again! i think i found your issue! replace yours with that down below class Item12 { position[]={6365.63,0,7783.9}; //changed this name="MafiaTraderCity"; text="Mafia"; type="ExileTraderZone"; markerType="ELLIPSE"; colorName="ColorBlack"; fillName="Border"; a=175; b=175; drawBorder=1; }; class Item13 { position[]={6365.63,0,7783.9}; // and changed that name="TraderCityMarkerIcon"; text=""; type="ExileTraderZoneIcon"; };
  24. Ch33s3

    Safe Zone Coordinates not working

    you have to create a marker on the map and a safezone marker mission.sqm would help us alot to help you out! greetings, ALSO: how many items do you have in your list, you added more or less markers than standard? items= ?
  25. Ch33s3

    VEMFr No Notifications

    check your init.sqf : this should be in there as well if hasInterface then { [] ExecVM "VEMFr_client\sqf\initClient.sqf"; // Client-side part of VEMFr }; hope to helped you out a bit