Zupa

Member
  • Content count

    309
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    3

Zupa last won the day on February 28

Zupa had the most liked content!

Community Reputation

202 Excellent

About Zupa

  • Rank
    Underboss
  • Birthday 06/25/1991

Recent Profile Visitors

2100 profile views
  1. Quick question, which might be stupid but it happend before with some people. Do you repack the pbo's with the changes and put them in your server?
  2. Your log files should show you the correct world name: diag_log format["[ZCP]: %1 has no cities defined.", toLower worldName];
  3. https://github.com/DevZupa/ZCP-A3-Exile/wiki/Configuration#all-configs Number 2
  4. DMS is ONLY required when you want AI.
  5. If the bomber freezes, other scripts or exile freezes it. It might be some debugging and code looking. It's probably fixed putting some variables on the plane/ai in ZCP but you will need to find the code that freezes the plane.
  6. Zupa

    RCON chat

    RCON Chat only works if there are receivers. Talking in side with 1 players online = no chat. Talking in group with no group members = no chat, talking in direct with noone arround you = no chat, same for vehicle. only Global chat always work i think.
  7. It's spawning a dynamic mission. And there is no ZCP error in your RPT : ).
  8. No time to look into it now, i'm at work. First guess is it's not 'converted'. Probably a clean Eden export.
  9. Dave form MGT added them to the git: https://github.com/DevZupa/ZCP-A3-Exile/blob/master/server_addon_code/a3_zcp_exile/fn_cities.sqf#L258-L273
  10. Are you using the latest DMS btw? And did you package all correctly and upload your it to your server? If it keeps going trough the freeze, i recommend to build in diag_log's into the code to see why it goes to certain places of code. The files you best build some logging in are the 2 DMS files i linked earlier.
  11. Try also adding: https://github.com/DevZupa/ZCP-A3-Exile/commit/13e2303788b675b42380a38eb228e8e16e705f97 MIght fix the problem aswell.
  12. Might this fix it ??? https://github.com/DevZupa/ZCP-A3-Exile/commit/55c0227523f0543d925213370ad54e5d3a337357
  13. Step 1: What do you think causes this? Freezing.. Ok... You have DMS as AI system. That must be it... Step 2: Search for freese in DMS, waw that was easy https://github.com/Defent/DMS_Exile/blob/master/%40ExileServer/addons/a3_dms/scripts/fn_FreezeManager.sqf https://github.com/Defent/DMS_Exile/blob/master/%40ExileServer/addons/a3_dms/scripts/fn_FreezeToggle.sqf Step 3: Scan the code... Hmm interesting.. if !(_x getVariable ["DMS_AllowFreezing",true]) throw "not allowed to be frozen"; Wow, can i use that? Step 4: Implement, give me 5 min.
  14. Ah cmon guys I'll teach you how to think and fix this stuff.
  15. You forgot a , or ; or [ or ] somewhere . The exact line is unknown.