Smythu

Donator
  • Content count

    79
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by Smythu

  1. Smythu

    New Livonia map

    Hello there, will the Livonia map supported at any time? I know, its not even out yet, but its in the development branch already. I already like this map alot, brings back good old DayZ feels but with a fresh and new map. I would love to play this with the Exile-Mod. So any ideas when this will be playable with the mod? Regards
  2. How can I decrease the respect points needed for buying stuff at the trader? and also how to increase respect needed for upgrading the flag?
  3. Smythu

    3DEN Plugin how?

    How does the 3DEN Plugin work? I have installed it, mapped a mission but how can I put the mission.sqm into my pbo now? It says "Max players reached" when I want to join the server.
  4. Smythu

    Restart bat - not continuing

    Hi, Im trying to set up a restart bat.. But after it starts my server its not getting to "waiting 15 seconds".. @echo off color 0a echo [+] Closing server... taskkill /im arma3server.exe echo [+] Closing BEC... taskkill /im bec.exe echo [+] Starting server... start "Exile" /wait /high "arma3server.exe" -port=2302 -maxMem=16384 -exThreads=7 "-serverMod=@ExileServer;" "-mod=@Exile;@cup_terrains_core;@cup_terrains_maps;@ASDG_JR;" "-config=@ExileServer\config.cfg" "-cfg=@ExileServer\basic.cfg" "-BePath=C:\Users\Administrator\Desktop\chernarus\BattlEye" -profiles=config_exile -name=exile -autoinit -enableHT -loadMissionToMemory -world=empty echo [+] Waiting 15 seconds... ping -n 15 127.0.0.1 > NUL echo [+] Starting BEC... start "BEC" "C:\Users\Administrator\Desktop\BEC\bec.exe" -f -config.cfg
  5. Smythu

    Custom markers, where X,Y,Z?

    Hi, where do I get the marker positions when I want like a custom trader marker on the map? And also; how can I add a text next to the marker?
  6. Smythu

    A2 and A3 Buildings loot?

    Hi, I have the Chernarus map on my server but I placed some buildings from Arma 3. Is there any loot table for both games? A2 and A3 buildings? Thanks
  7. Smythu

    Cant open doors in new buildings

    So I placed some new buildings into my server with the Eden Editor but I cant open the doors of the buildings? In the Editor I can, but not on my server. I added the stuff with the 3DEN Plugin. (initServer.sqf and initPlayerLocal.sqf)
  8. Smythu

    Advanced-Combat-Environment 3

    I really want the ACE 3 Medic system! The Exile one is so boring.
  9. Smythu

    Placing a trader?

    Im trying to make a custom trader zone, its all working fine with the arma 3 editor (eden editor). But if I place a trader hes either running away or aiming at me.. how can I avoid that?
  10. Smythu

    Exile Chernarus mit CUP

    Hab es rausgefunden! Und zwar müsst Ihr in der Mission.sqm die alten AddOns mit denen hier ersetzen: addOns[] = { "exile_client", "exile_assets", "suv", "cup_castructureshouse_a_fuelstation", "cup_castructures_mil", "cup_misc_e_config", "cup_camisc", "cup_buildings_config", "cup_misc3_config", "cup_castructures_e_misc_misc_market", "cup_castructureshouse_a_stationhouse", "cup_castructures_castle", "cup_castructures_pmc_buildings_bunker", "cup_camisc_acr_shooting_range", "cup_desert2_buildings", "cup_castructures_misc_powerlines", "cup_castructureshouse_a_hospital", "cup_ind_workshop01", "cup_castructures_e_misc_misc_construction", "cup_castructures_e_misc_misc_interier", "cup_desert2_config", "cup_ind_tank", "cup_a2_editorobjects", "cup_a1_editorobjects", "cup_castructures_a_buildingwip", "cup_cabuildings2_misc_cargo", "3DEN", "uh1h", "a3_modules_f_curator_curator", "cup_camisc_acr_scaffoldingsmall", "cup_castructures_e_misc_misc_garbage" }; Dann im Startparameter bei -mods (nicht bei servermods) die Mods angeben: -mods=@Exile;@cup_terrains_core;@cup_terrains_maps;
  11. Smythu

    Exile Chernarus mit CUP

    Da sind wir ja schonmal zwei!
  12. Smythu

    Need an start.bat

    Does someone have a SIMPLE start.bat for starting the server?.. I have this, but it doesnt work for me. It starts but I cant find the server. Either by using the IP or the hostname. start "Exile" /wait /high "arma3server.exe" -port=2302 "-serverMod=@ExileServer;" "-mod=@Exile;" "-config=@ExileServer\config.cfg" "-cfg=@ExileServer\basic.cfg" -profiles=config_exile -name=exile -malloc=tbbmalloc -autoinit -enableHT
  13. Smythu

    Simple Start.BAT-Datei

    Danke, funktioniert.
  14. Smythu

    Simple Start.BAT-Datei

    Hi, hat jemand ne ganz simple START.BAT Datei? Die ist bei den Serverfiles nicht dabei, warum auch immer. Grüße
  15. Smythu

    CLient Daten kaputt ?

    uk mirror ist lahm wie ne schildkröte..
  16. Smythu

    Tanoa Server Hilfe

    Ganz genau. TBA = To Be Announced
  17. Smythu

    Tanoa Server Hilfe

    Wieso bist du dir da so sicher? Nächste Woche wird auf der E3 nur der Releasetermin angegeben. Von einem Release ist nicht die Rede.
  18. Smythu

    Tanoa Server Hilfe

    Der Server muss natürlich auch die Dev-Version haben.
  19. Smythu

    Tanoa Loot Pos [WIP]

    but still floating? seems like we got some official support here.
  20. Smythu

    Tanoa Loot Pos [WIP]

    does loot spawn in every house? even outside houses where u can get in?
  21. Smythu

    Tanoa Loot Pos [WIP]

    how is this one working for you? is there like spawning ALOT more loot than normally? is it floating?
  22. Smythu

    Tanoa Loot Pos [WIP]

    sure. Im not the best when it comes to arma stuff coding but I could try my best. Can you post your config on pastebin and give me the link? by the way: did you copied your config.cpp into your .pbo again?
  23. Smythu

    Tanoa Loot Pos [WIP]

    Yea, I have removed ALL classes in the buildings class and just paste the new ones into it.
  24. Smythu

    Tanoa Loot Pos [WIP]

    I've managed to set it up. But some loot in some houses is floating. Its not perfectly made.