Jump to content

cortez471

Member
  • Content Count

    142
  • Joined

  • Last visited

  • Medals

Everything posted by cortez471

  1. For support go here: https://discord.gg/JZCANc2 Current Version: 1.0.0.05 Requires .Net Framework 4 Full (Not Client Profile) Please post your bug reports/comments/discussions/feature requests on the forum. Current Features: - Resizeable and easy to use Chat/Log Box with 3 tabs (All, Chat, and Log) and a search function. - Resizeable and sortable table of players. - Send global message. - Send private message to player. - Ban player with variable length. (Works even if they disconnect while you're typing your reason) - Kick player. - Custom Ban Message - Admin Names in chat - Scroll throught previously sent messages - Add ban. - Reload bans. - Table of bans. - Remove ban. - Favourites. - DNS Support. - Shutdown. - Restart. - Reload Scripts & Events. - Log saving. - Toggle-able timestamps. - Lock & Unlock. - Get and set Max Ping. - Global database of players. - Local database of players. - Auto log saving. - AutoUpdate! Note: Versions below 0.9.2.2 will not update above. Planned Features: Changelog: 1.0.0.5 -Fixed an issue with connecting to the server via command Line -Ability to add your admin name via command Line -Fixed an issue that was causing notifications to ignore the timeout -Fixed the banlist not showing! (Should never be an issue again) 1.0.0.2 -Removed more old code -Moved code over to make use of the new .net 4.5 async features -Fixed the banlist not showing -Fixed the playerlist not refreshing correctly. -Auto Updater checks ever 1 hour rather than ever 15 seconds. Standard Release - Fixed Global DB loading issue. - Fixed Private DB . - Cleaned up Database Code. - Removed BattleNet dll. - Cleaned up more code. - Fixed an issue that caused the rcon to crash on close. - Removed old player location code. - Added error logging - Cleaned up the updater.exe Beta 0.9.9.9 Currently writing up the changelog Will be added soon! Beta 0.9.9.7 - General Code Cleanup. - Added the ability to reload scripts and events at the same time with a single button press. - Added the ability to clone existing favourites. - Changed some DNS settings for the global DB and our auto updater. - Fixed a bug with the Notifications being triggered by admin messages. - Added the ability to scroll through previously sent chat messages. - Added country locations of players in the players table. - Fixed a bug that caused the rcon to run with a 100% CPU Usage. Beta 0.9.9.6 - General stability of the rcon has been improved. Made massive changes to the Bnet Lib to make it more stable. - Added a donation button. - Added Admin names to messages. - Fixed some of the BattlEye commands. - Fixed an issue with settings.xml. - Fixed an issue with TS3 Messages . Beta 0.9.7.0 - General stability of the rcon has been improved. You will no long see random "Connection Lost" messages. - Added a player note system to the private database. - Changed the way the "Test Connection" works for the TS3 Connection. Beta 0.9.6.0 - Added a Private database of players. - Added support for notifications with configurable words and cooldown. - Ability to launch and connect to your server via command line. Switches are -ip=address -password=password -port=port. - Removed disconnect / connection lost messages from the chat tab. - Added admin tab to show ips and ports of all connected admins. - Added Missions tab. - Ability to load missions from the missions tab. - Added comment system to local database. - Added the ability to minimize the rcon to the notification tray. - Added option to play a sound, flash the window and a TS3 notification when someone uses the !admin or any configured word. - Added the ability to set custom ban messages. - Added the ability to connect to a Ts3 server. - Added the ability to issue ingame commands using the prefix # before your command. Example #missions to select a mission. - Added the ability to send BE Commands using the prefix ! before your command. Example !say test will send the message test. Beta 0.9 - Changed line breaks to play nice with Windows Notepad. - Added a global database of players. - Added a local database of players. - Added AutoUpdate. - Added more options. - Added auto log saving. - Upgraded settings to version 1.1, more user preferences are now remembered. Beta 0.8.1 - Fixed mouseover scrolling. - Fixed an unhandled exception when searching for a ban before loading the list. - Added a confirmation when shutting down the server. - Added a confirmation when restarting the server. - Added the ability to (Re)load createvehicle.txt, remoteexec.txt and publicvariable.txt. - Added the ability to set maxping. - Maxping is now shown on the status strip. - Added the ability to save current log while not connected to a server. - Added the ability to toggle the automatic deletion of expired temp bans. - Fixed some bugs and unhandled exceptions in the Edit Favourites window. - Fixed tab orders. - The Add Ban window no longer prevents the user from interacting with anything else. Known Issue: Connection duplication on reconnect. Beta 0.8 - Fixed ban list being populated with players. - Player list now refreshes every 10 seconds (up from 5). This will be configurable in the future. - Tweaked auto-scroll behaviour. - Fixed player count not updating after the last player leaves. (For real this time.) - Added toggle-able timestamps. - Added the ability to save current log to file. - Fixed a crash when connected to a high pop server. (50+) - Added Lock & Unlock. Beta 0.7.1 - Fixed player count not updating after the last player leaves. - Fixed an issue caused by the player list triggering a ban list update. - Fixed an issue when attempting to copy a blank GUID. - Fixed GUIDs sometimes not being recognised. - Mouseover scrolling now plays nice when you have text selected in All/Chat/Log. - Added Reload Scripts. - Added Shutdown. - Added Restart. (Seems a tad unreliable.) Beta 0.7 - Added table of bans, search, and the ability to remove bans. - The player table no longer clears if the server sends a bad player list. Beta 0.6 - First public release - Added hotkeys to "Connect to..." and "Disconnect" - Fixed player list not clearing after the last player leaves - Enabled maximize button - Cleaned up disconnection handling a bit more - stay tuned for further improvements - Dialog windows no longer show in the taskbar - More mouseover improvements - Added FAVOURITES! Thanks to: - Marcel de Vries, author of the BattleNET library.
  2. For support go here:https://discord.gg/JZCANc2 Current Version: 1.0.0.05 Requires .Net Framework 4 Full (Not Client Profile) Please post your bug reports/comments/discussions/feature requests on the forum. Current Features: - Resizeable and easy to use Chat/Log Box with 3 tabs (All, Chat, and Log) and a search function. - Resizeable and sortable table of players. - Send global message. - Send private message to player. - Ban player with variable length. (Works even if they disconnect while you're typing your reason) - Kick player. - Custom Ban Message - Admin Names in chat - Scroll throught previously sent messages - Add ban. - Reload bans. - Table of bans. - Remove ban. - Favourites. - DNS Support. - Shutdown. - Restart. - Reload Scripts & Events. - Log saving. - Toggle-able timestamps. - Lock & Unlock. - Get and set Max Ping. - Global database of players. - Local database of players. - Auto log saving. - AutoUpdate! Note: Versions below 0.9.2.2 will not update above. Planned Features: Changelog: 1.0.0.5 -Fixed an issue with connecting to the server via command Line -Ability to add your admin name via command Line -Fixed an issue that was causing notifications to ignore the timeout -Fixed the banlist not showing! (Should never be an issue again) 1.0.0.3 -Removed more old code -Rcon is correctly detecting disconnects / lost connections -Updating UI correctly on disconnects -Fixed a threading issue causing playerlist updates to fail. -100% cpu usage should be fixed once again. 1.0.0.2 -Removed more old code -Moved code over to make use of the new .net 4.5 async features -Fixed the banlist not showing -Fixed the playerlist not refreshing correctly. -Auto Updater checks ever 1 hour rather than ever 15 seconds. Standard Release - Fixed Global DB loading issue. - Fixed Private DB . - Cleaned up Database Code. - Removed BattleNet dll. - Cleaned up more code. - Fixed an issue that caused the rcon to crash on close. - Removed old player location code. - Added error logging - Cleaned up the updater.exe Beta 0.9.9.9 Currently writing up the changelog Will be added soon! Beta 0.9.9.7 - General Code Cleanup. - Added the ability to reload scripts and events at the same time with a single button press. - Added the ability to clone existing favourites. - Changed some DNS settings for the global DB and our auto updater. - Fixed a bug with the Notifications being triggered by admin messages. - Added the ability to scroll through previously sent chat messages. - Added country locations of players in the players table. - Fixed a bug that caused the rcon to run with a 100% CPU Usage. Beta 0.9.9.6 - General stability of the rcon has been improved. Made massive changes to the Bnet Lib to make it more stable. - Added a donation button. - Added Admin names to messages. - Fixed some of the BattlEye commands. - Fixed an issue with settings.xml. - Fixed an issue with TS3 Messages . Beta 0.9.7.0 - General stability of the rcon has been improved. You will no long see random "Connection Lost" messages. - Added a player note system to the private database. - Changed the way the "Test Connection" works for the TS3 Connection. Beta 0.9.6.0 - Added a Private database of players. - Added support for notifications with configurable words and cooldown. - Ability to launch and connect to your server via command line. Switches are -ip=address -password=password -port=port. - Removed disconnect / connection lost messages from the chat tab. - Added admin tab to show ips and ports of all connected admins. - Added Missions tab. - Ability to load missions from the missions tab. - Added comment system to local database. - Added the ability to minimize the rcon to the notification tray. - Added option to play a sound, flash the window and a TS3 notification when someone uses the !admin or any configured word. - Added the ability to set custom ban messages. - Added the ability to connect to a Ts3 server. - Added the ability to issue ingame commands using the prefix # before your command. Example #missions to select a mission. - Added the ability to send BE Commands using the prefix ! before your command. Example !say test will send the message test. Beta 0.9 - Changed line breaks to play nice with Windows Notepad. - Added a global database of players. - Added a local database of players. - Added AutoUpdate. - Added more options. - Added auto log saving. - Upgraded settings to version 1.1, more user preferences are now remembered. Beta 0.8.1 - Fixed mouseover scrolling. - Fixed an unhandled exception when searching for a ban before loading the list. - Added a confirmation when shutting down the server. - Added a confirmation when restarting the server. - Added the ability to (Re)load createvehicle.txt, remoteexec.txt and publicvariable.txt. - Added the ability to set maxping. - Maxping is now shown on the status strip. - Added the ability to save current log while not connected to a server. - Added the ability to toggle the automatic deletion of expired temp bans. - Fixed some bugs and unhandled exceptions in the Edit Favourites window. - Fixed tab orders. - The Add Ban window no longer prevents the user from interacting with anything else. Known Issue: Connection duplication on reconnect. Beta 0.8 - Fixed ban list being populated with players. - Player list now refreshes every 10 seconds (up from 5). This will be configurable in the future. - Tweaked auto-scroll behaviour. - Fixed player count not updating after the last player leaves. (For real this time.) - Added toggle-able timestamps. - Added the ability to save current log to file. - Fixed a crash when connected to a high pop server. (50+) - Added Lock & Unlock. Beta 0.7.1 - Fixed player count not updating after the last player leaves. - Fixed an issue caused by the player list triggering a ban list update. - Fixed an issue when attempting to copy a blank GUID. - Fixed GUIDs sometimes not being recognised. - Mouseover scrolling now plays nice when you have text selected in All/Chat/Log. - Added Reload Scripts. - Added Shutdown. - Added Restart. (Seems a tad unreliable.) Beta 0.7 - Added table of bans, search, and the ability to remove bans. - The player table no longer clears if the server sends a bad player list. Beta 0.6 - First public release - Added hotkeys to "Connect to..." and "Disconnect" - Fixed player list not clearing after the last player leaves - Enabled maximize button - Cleaned up disconnection handling a bit more - stay tuned for further improvements - Dialog windows no longer show in the taskbar - More mouseover improvements - Added FAVOURITES! Thanks to: - Marcel de Vries, author of the BattleNET library.
  3. For support go here: https://discord.gg/JZCANc2
  4. Sorry for the lack of updates on this forum. If you want to get a hold of me please do it via discord here : https://discord.gg/JZCANc2
  5. PLEASE NOTE: Initial release will be soon After testing this on my own servers for about a year now im looking to get this released to the public in some form. Any issues / Feedback should be posted on the EPM-Gaming forums or Discord. Discord Please post your bug reports/comments/discussions/feature requests on the forum. Current Features: - VIP / Reserved slots - Automated Messages - Web Frontend - Allows for Custom Ban Files - Opt into WSBans - ASCII characters only - Server bans are loaded as soon as the system detects the file has been changed - Reserved slots / VIP Slots are reloaded in real time once the system detects a file change. - Connect to multiple servers - Paypal IPN integration for fully automated reserved slots - Shared Ban list across all your servers without using a bans file Planned Features: - Kick players idling in the Lobby - Restrict Certain Channels - Ingame commands Thanks to: - Pwn - @pwnoz0r - UncleDave
  6. The program has had a major rewrite, this is where we currently stand.
  7. Remove the RConIP field inside the BEServer.cfg
  8. Sadly at the moment your understanding of the new RConPort is most likely the same as mine. I need to have a word with Battleye / Dwarden over the new features to try and get some solid answers. All i've done is set the RConPort in the BEServer.cfg to something completely random on 4 different servers and im able to connect to the server just fine on those ports. I've tried things like 2472, 222, 221. Each one of those has worked without any issues so i suggest you shoul do the same. Feel free to hit my up on skype with your findings and if its something i've broke in the rcon or something Battleye need to change / fix let me know.
  9. Thanks for pointing that out :P i've got the node back online and i've also get the globaldb back online so people can start using that again.
  10. Spending more and more time on discord, if you want support or help you can join discord here. https://discord.gg/babel-siren-bio
  11. Spending more and more time on discord, if you want support or help you can join discord here. https://discord.gg/babel-siren-bio
  12. 1.0.0.5 -Fixed an issue with connecting to the server via command Line -Ability to add your admin name via command Line -Fixed an issue that was causing notifications to ignore the timeout -Fixed the banlist not showing! (Should never be an issue again)
  13. 1.0.0.5 -Fixed an issue with connecting to the server via command Line -Ability to add your admin name via command Line -Fixed an issue that was causing notifications to ignore the timeout -Fixed the banlist not showing! (Should never be an issue again)
  14. I've fixed that, there was an issue with the download server and it was offline for some reason and just noticed. I've just pushed an update so ill add the change log below.
  15. Try changing the ip address to 127.0.0.1 and port to 2302. If you can't get it running after that pm me your ts and ill pop on if i get a minute.
  16. Username and password comes from your teamspeak query login In teamspeak if you go to Tools -> ServerQuery Login and create a new name there, you should be able copy and paste the username and password it generates into the rcon and then fill in the information inside on the TS3 Admin Tab.
  17. Cheers for updating the Armaholics page :P Yes users auto update to 1.0.0.3, they were able to do it in the last update aswell, turns out my firewall was stopping my auto update on my own machine!
  18. 1.0.0.3 -Removed more old code -Rcon is correctly detecting disconnects / lost connections -Updating UI correctly on disconnects -Fixed a threading issue causing playerlist updates to fail. -100% cpu usage should be fixed once again.
  19. Not a memory leak but it's something we are aware of, there has been talks about this on my forums and i am working on fixing it.
  20. 1.0.0.2 -Removed more old code -Moved code over to make use of the new .net 4.5 async features -Fixed the banlist not showing -Fixed the playerlist not refreshing correctly. -Auto Updater checks ever 1 hour rather than ever 15 seconds.
  21. Auto update might be borked, use the link below to download the latest version http://downloads.epm-gaming.co.uk/RCon/Download/EPMRCon%201.0.0.2.zip
  22. If auto updating fails download the update from here ​http://downloads.epm-gaming.co.uk/RCon/Download/EPMRCon%201.0.0.2.zip
  23. You're are correct, it is an error with the database, this is because you have not kept the exe within the same folder as the x86 and x64 folders that are packed in the zip. Make sure you extract the content of the zip into a folder and create a shortcut to the exe so you can run it from anywhere. As for total time connected time for players, this is not something i support and will most likely never support. I might change my mind if a donation was made but at this moment in time all features are done and its just general code improvements from here on in.
  24. If for any reason the rcon crashs on start up please go to %appdata%\EPM DayZ RCon Tool and delete your settings.xml On a side note, anyone that updated to 1.0.0.1 i will be reploying an update tonight to fix the broken playerlist.
  25. Most likely the best idea, i've noticed the 100% cpu bug is back and while the general code has been cleaned up and made a little faster it seems parts are not playing well, i had tested the update but didn't notice the playerlist issue. Should have another update out in a few days.
×