[OMG]Slim

Member
  • Content count

    448
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

62 Excellent

1 Follower

About [OMG]Slim

  • Rank
    Underboss

Recent Profile Visitors

2322 profile views
  1. [OMG]Slim

    loots not spawning help needed

    Well i dunno what i was doing wrong then, but when i did it (long time ago) it didnt work for me and couple other guys. Nowdays i just carry on other way, a bit more work, but i just never tried old way again...
  2. [OMG]Slim

    loots not spawning help needed

    You mean they both work after removing this part ? :
  3. [OMG]Slim

    loots not spawning help needed

    In config.cpp cut out only whats inside CfgBuildings, CfgExileLootServer stays untouched. class CfgBuildings { #include "Loot.hpp" }; Create Loot.hpp and paste what you have in second spoiler. In Loot.hpp you have to cut the beginning out : class Tourist { table = "Tourist";};class Military { table = "Military";};class Medical { table = "Medical";};class VehicleService { table = "VehicleService";};class CivillianLowerClass { table = "CivillianLowerClass";};class CivillianUpperClass { table = "CivillianUpperClass";};class Shop { table = "Shop";};class Industrial { table = "Industrial";}; ^^ This has to be deleted And below here you can see how to change rest of your buildings : class Land_Vez : CivillianUpperClass { positions[] = { {0.410156, 0.823242, 1.36188},{-0.571777, 1.83594, 1.36188},{-0.578613, 2.17871, -3.69327} }; ^^ WRONG class Land_Vez { table = "CivillianUpperClass" positions[] = { {0.410156, 0.823242, 1.36188},{-0.571777, 1.83594, 1.36188},{-0.578613, 2.17871, -3.69327} }; ^^ CORRECT
  4. [OMG]Slim

    Cant Enter Server, wont load

    Welp, it works fine for me without that input in mission.sqm.
  5. [OMG]Slim

    Cant Enter Server, wont load

    Do it like this : class Mission { addOns[]= { "exile_client", "a3_map_altis" }; addOnsAuto[]= { "exile_client", "a3_map_altis" }; and give it a go? I dont usually use any here for other stuff unless it is required or causes problems. Edit: In your RPT these inputs suggest something wrong with mod : 11:54:58 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted. cup_misc3_config 11:54:58 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted. cup_castructures_e_misc_misc_interier 11:54:58 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted. cup_castructures_e_misc_misc_interier I dont remember exactly that mission.sqm input could cause problems in this case, but its worth to try. About name of PBO, make sure its the one used in config.cfg file
  6. [OMG]Slim

    Cant Enter Server, wont load

    Can you send mission.sqm? and did you put the keys for cups in keys folder on server? EDIT: Also name of mission file pbo is quite important her as well as name of mission in the config file.
  7. [OMG]Slim

    Cant Enter Server, wont load

    First of all put ; behind last mod as well, should look like "-mod=@Exile;@CUP_Whatever;" Also id suggest just dropping Infistar PBO in server addons next to Exile_server and Exile_server_config pbo files, and dont run it in your command line.
  8. [OMG]Slim

    Return Dev-Blog

    I think there was a pop up message in lobby i think, Exile Devs would put some certain info in that for every server, i think thats the one he means.
  9. [OMG]Slim

    In combat

    Since arma 2 any kind of damage will put you in combat mode.
  10. [OMG]Slim

    error 20 reading exile_server_config.pbo

    lol did ya ever find out what you need to do to make ACE mod work with Exile?? lawl
  11. Thanks man i must have missed these( i didnt even remember what they should say when looking for them) Ill have a look into these xD
  12. Ok guys randomly spawned vehicles seem to spawn with 0 gas or full gas, nothing in between as they used to xD
  13. Do fixes in main post fix the database issue with players gear and position not saving? And maybe there are other things that dont save that i could tell my players about?
  14. [OMG]Slim

    Extended Base Mod

    OMG sorry i didnt post the link wtf is wrong with me today...
  15. [OMG]Slim

    Extended Base Mod

    All i can suggest is use this thread to get in touch with author or post a question about it, maybe there is an issue within his mod, then once you get your extended buildings placed contact me i can drop some suggestions on how to use ExileZ (which again im not sure if its made with Linux in mind but we can try...)