Zupa

Member
  • Content count

    309
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Zupa

  1. ZCP - Zupa's Capture Points V3.1 Latest checked exile compatibility: 1.0.2 Now with city capture points! An independent addon for your Exile server. It will spawn random bases on the map which the player can go to and start capturing. This creates PVP magnets with decent rewards. It uses some DMS code so credits for that to them! Features Cap as a group! Timer stops when enemies are in the area. Everyone is alerted with notifications -> High level pvp area. Decent loot ( Vehicle, Respect ( Reputation ), poptabs, Weapon & Build & Survival boxes) AI (If using DMS) first line of defence and waves to retake it. Airplane carpet bomb as cleanup for the base ( configurable) Marker explanation Green -> Not being captured and not contested. Blue-> Being captured by a player ( and his group) and not contested. Purple -> Being captured and being contested by someone else. All INFO at the repository: https://github.com/DevZupa/ZCP-A3-Exile
  2. 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?
  3. Your log files should show you the correct world name: diag_log format["[ZCP]: %1 has no cities defined.", toLower worldName];
  4. Zupa

    ZBot - BE Rcon Discord Bot

    ZBot ( An experimental project. ) -> For any BattlEye rcon game supported! Current version: 1.0.1 A Discord bot that can roam your Discord server and function as an RCON client for your BattlEye game servers. Screenshots at the bottom. What can it do? Print all chats in different discord text channels in their respective colours ( Side, Vehicle, Global, ... ). (Tip: Print sidechat in a channel that everyone can read !) Execute RCON & Server commands to your arma server in the assigned Command channel. Protect these commands with an appropriate Discord Role. Reply to user commands when they type ingame. These replies can be printed ingame and in discord. ( eg: !admin -> Admins can be found on discord -> @Admin some asked for an admin ingame. ) Webpanel to configure your rcon-game servers. List players, admins & bans trough rcon commands. ( All BattleEye commands supported ). Now available: Schedule text commands for ingame/discord through the web panel. How to add it to my server? https://bot.devzupa.be/ Follow the flow of the site. It should be straightforward. Always remember to save a page if needed before navigating to another page! Add the bot before or after you filled in all the info. ( The button on top ). Always be sure the chosen roles and channel exist in your discord server! ( channel names are without the # ) Whenever you make changes in the config panel you need to reload the config of your server onto the bot. This can be easily done by just typing in a channel: !zbot reload This commands also refreshes your rcon instance if it would have stopped for some reason. All rcon commands can be viewed in the assigned 'command' discord channel. List these commands by typing !rcon All commands are prefixed with that aswell. 1 example for a global message by the bot: !rcon say all Welcome you our server! All rcon commands: # ZBot BattlEye RCON commands **All commands are prefixed with !rcon** ## Commands players List all players admins List all admins bans List all bans load scripts Reloads al BE scripts load events Reloads al BE events say all [text] Sends text to all users say [playerId] [text] Sends text to specific user id MaxPing [ping] Sets the maxping of the serve. kick [playerId] [reason] Kicks player (eg: kick 32 Language pls.) ban [playerId] [minutes] Bans online player (eg: ban 11 0 Duping) 0 = forever [reason] addBan [GUID|IP] Bans on/off player (eg: addBan 127.0.0.1 0 Duping) [minutes] [reason] removeBan [banId] Remove bans (eg: ban 11 ) version Display the BattlEye version update Check for a newer BattlEye version loadBans Reload Bans from bans.txt writeBans Rewrite Bans to bans.txt disconnect Disconnects the rcon exit Exits the whole rcon client ## Server Commands **All commands are prefixed with !rcon** #shutdown Shutdown the GAME server #lock Locks the GAME server #unlock Unlocks the GAME server #missions Stops current missions and goes to mission list #reassign Moves all players back into the lobby #userlist Displays the list of users on the server #kick [serverPlayerId] Kicks an online player #exec ban Bans an online player [serverPlayerId] Please provide as much feedback as possible ! 1 mistake by myself can crash the whole bot. So if there are still use cases where it fails we can finetune it! You can join our discord server to discuss or report bugs ( or the topics ). https://discord.gg/WYbeSKR Technical info about the bot. Hosted in france on a good server. Coded in NodeJS ( Ecmascript 6 ). Modular build The bot will be hosted by myself until we encounter any problems we can't solve that way. If i ever stop hosting the bot i will release the sourcecode. I might also release the sourcecode earlier. ( If i know you, you can ask me for access to the code). Credits - Testers MGT -> DB Edge of Sanity -> Tobias Solem Screenshots
  5. https://github.com/DevZupa/ZCP-A3-Exile/wiki/Configuration#all-configs Number 2
  6. DMS is ONLY required when you want AI.
  7. 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.
  8. 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.
  9. It's spawning a dynamic mission. And there is no ZCP error in your RPT : ).
  10. No time to look into it now, i'm at work. First guess is it's not 'converted'. Probably a clean Eden export.
  11. 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
  12. 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.
  13. Try also adding: https://github.com/DevZupa/ZCP-A3-Exile/commit/13e2303788b675b42380a38eb228e8e16e705f97 MIght fix the problem aswell.
  14. Might this fix it ??? https://github.com/DevZupa/ZCP-A3-Exile/commit/55c0227523f0543d925213370ad54e5d3a337357
  15. 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.
  16. Ah cmon guys I'll teach you how to think and fix this stuff.
  17. You forgot a , or ; or [ or ] somewhere . The exact line is unknown.
  18. https://github.com/DevZupa/ZCP-A3-Exile/blob/master/server_addon_code/a3_zcp_exile/capbases/m3e_exoBase3.sqf Ya i might didn't mention this. Remove the spawn code on the bottom and return the array of objects to spawn like the example above.
  19. https://github.com/DevZupa/ZCP-A3-Exile/wiki
  20. The terrain gradient is kinda buggy. Something i never really could solve without writing functions to check stuff yourselve : ) it's a general arma problem. Maybe they fixed it by now, idk : )
  21. https://github.com/DevZupa/ZCP-A3-Exile/wiki/Configuration#mission-config Mission Config entry 27
  22. Zupa

    ZBot - BE Rcon Discord Bot

    The problem is at your server: You might want to read this topic carefully:
  23. Zupa

    ZBot - BE Rcon Discord Bot

    The bot can't really know when the servers going to restart. The only way to do so is defining times when the server restarts: eg: 2am, 5am, 8am
  24. Zupa

    ZBot - BE Rcon Discord Bot

    If Dart & EPM don't work. I'm pretty sure there is something wrong with your BEserver configs. Check if there is a BEserver.cfg file in your profiles/battleye folder
  25. It should work out of the box. For the Cities you need to add every city manually to the list of cities for the map. You can't get a decent center with arma configs : ) ( The name on the map is the center according to arma ).