-
Content count
53 -
Donations
10.00 EUR -
Joined
-
Last visited
Content Type
Profiles
Forums
Wiki
Servers
Devblog
Everything posted by Ch33s3
-
thx for the quick providing of a working solution....! Greetings from the Superturds team, have a nice day!
-
aaaaah! Thank you very much Razor! Greetings and have a good day everyone!
-
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!
-
Thx alot! works like a charm! I love it!!!
-
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!
-
i have some for you ....we custom made them...when im home today ill sent them to you if you still need them
-
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
-
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
-
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!
-
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 ....
-
are you running your server in a windows environment? did you set up the firewall's in- and outbound rules?
-
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
-
its chernarus summer,...do you need that map for the server you want to join ? if not, then dont load it.
-
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?
-
@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
-
aaah thx guys...i was already desperately searching for an error on my side!
-
mhm glaube das könnte sich als etwas schwierig gestalten, mich würde interessieren warum bzw was das bezwecken sollte ? Mfg Ch33s3
-
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 ?
- 1546 replies
-
- 1
-
- vemf_reloaded
- vemfr
-
(and 4 more)
Tagged with:
-
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
-
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!
-
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!
-
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"; };
-
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= ?
-
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