xeaon Posted February 29, 2020 Share Posted February 29, 2020 Hi Everyone, Back in December I have built a tool, as a proof of concept, to automatically detect badges in game using bind files. Those that remember it, back in the days we use to have bind files to trigger “setTitle” command lines. Those command lines were written in log files. From there a tool was fetching the info and publishing it to City Info Tracker (https://cit.cohtitan.com/character/leaderboards) The tool I have built back in December, was to see If it was possible to recreate a similar tool. The proof of concept was working well enough. This encouraged me to start working on the next logical step, build a replacement for City Info Tracker. I have been working on this since the last few weeks. Today I am ready to show the result. If such a tool/web site could be of interest to you, simply go to https://cityofbadgers.com Also, I want to give a big thank you to Kitsune and collaborators. I have used Kitsune’s open source badges database to start this project. I Also want to thank everyone that helped me tested the site while it was being developed. 5 8 Link to comment Share on other sites More sharing options...
DocDolomite Posted February 29, 2020 Share Posted February 29, 2020 Found an issue but it was my fault. 🙂 tl;dr - install the program in a folder with a short path. Following directions matters! ------- I installed the tool to "C:\CoH\AA-AddOns\CityOfBadgersClientWinForm" (clearly ignoring directions) When I was running the macros, I got up to bind83.txt and then the wheels fell off. Kept getting error "Unable to read in keybind file: C:/CoH/AA-AddOns/CityOfBadgersClientWinForm/bind84.t" I looked at the contents of the bind83.txt file and the full name was there, all the way to "/bind84.txt" so I was stumped for a minute. Then I realized that bind83.txt is where the badge numbers increase in length from 999 to 1000+. So it's hitting a internal maximum length of a string. I moved the program to a shorter path, regenerated the keybind files and I was all set! Link to comment Share on other sites More sharing options...
DocDolomite Posted February 29, 2020 Share Posted February 29, 2020 After successfully uploading my badge log to the site, I did have to go and set my toon's server and archetype manually, using the My Account option. What's the point of collecting badges if you cannot show them off? 😛 Once I clicked thru that to find my global, and my toon, and then use the "Edit" button, yours truly is on the leaderboards! Link to comment Share on other sites More sharing options...
AboveTheChemist Posted March 1, 2020 Share Posted March 1, 2020 13 hours ago, DocDolomite said: So it's hitting a internal maximum length of a string. Yep, the length limit is 256 characters. Also, it is possible to use relative paths in keybinds so that might help avoid line length issues. Popmenus > Badge List | Optimal Paths | Conversion Possibilities | Emotes Wiki Pages > Costume Color Schemes | Set Bonus Comparison Tables Maps > Vidiotmaps | Optimal Paths | Halloween GM Maps | Winter Gift Maps | Offline Map Viewer Sounds > Banshee Sonic Attack Datasets > Recipe Salvage Components | Badge Name & Settitle ID | Exploration Badge & History Plaque Coordinates Link to comment Share on other sites More sharing options...
xeaon Posted March 1, 2020 Author Share Posted March 1, 2020 1 hour ago, AboveTheChemist said: Yep, the length limit is 256 characters. Also, it is possible to use relative paths in keybinds so that might help avoid line length issues. Oh nice, but relative to what i'm wondering, the game root folder? Link to comment Share on other sites More sharing options...
AboveTheChemist Posted March 1, 2020 Share Posted March 1, 2020 (edited) Relative to the data folder within the CoH install folder. For instance, my settitle keybinds are in C:\Games\CoH\data\badge_title My keybind for cycling through the bind files is 'bind_load_file badge_title/<file_name>' And just to be clear that is for my personal settitle files that I developed, not the files associated with your application, but I think the concept should be applicable there as well. I point this out because I don't want to give the impression that I modified the application files to use relative paths. So if you decide to use relative paths in the application files, I'd certainly test them to make sure they work. And if you decide not to go that route, no worries, I just wanted to let you know it might be an option. Edited March 1, 2020 by AboveTheChemist Popmenus > Badge List | Optimal Paths | Conversion Possibilities | Emotes Wiki Pages > Costume Color Schemes | Set Bonus Comparison Tables Maps > Vidiotmaps | Optimal Paths | Halloween GM Maps | Winter Gift Maps | Offline Map Viewer Sounds > Banshee Sonic Attack Datasets > Recipe Salvage Components | Badge Name & Settitle ID | Exploration Badge & History Plaque Coordinates Link to comment Share on other sites More sharing options...
Axis Posted March 1, 2020 Share Posted March 1, 2020 The generated bind files fail if there is a space in your path name. Generate them to something like c:\binds and it works fine. Nice job. Much apprecitated 1 @War Mage Badge Tracking - https://cityofbadgers.com Link to comment Share on other sites More sharing options...
Axis Posted March 1, 2020 Share Posted March 1, 2020 When switching characters, it only reads the first character in the log file. Deleting the log file will let you add more characters. @War Mage Badge Tracking - https://cityofbadgers.com Link to comment Share on other sites More sharing options...
xeaon Posted March 1, 2020 Author Share Posted March 1, 2020 Did log chat was enabled for that 2nd character? I went back to test this again, and it worked for me. In any case, thx for the input, looking forward to fix any bugs we may find! Link to comment Share on other sites More sharing options...
Axis Posted March 1, 2020 Share Posted March 1, 2020 I thought it was. When I deleted the log file, it worked, so I'm not sure now. But it is working. I'll play with it some more, see what happens. @War Mage Badge Tracking - https://cityofbadgers.com Link to comment Share on other sites More sharing options...
Axis Posted March 1, 2020 Share Posted March 1, 2020 Ok, here's what I found. Character #1, logging enabled, works fine. Character #2, logging was disabled. Enabled logging. Applied. Ran binds. Read log file...here is where the problem is. Sees Character #1. If Character #2 logs out, back in, runs the bind files, all good. Character #3, logging was disabled. Enabled logging. Applied. Ran binds. Read log file...and...Sees Character #2. So, if logging was not enabled when the character logged in, they will need to enable logging, apply, exit to character select screen, log back in. @War Mage Badge Tracking - https://cityofbadgers.com Link to comment Share on other sites More sharing options...
xeaon Posted March 1, 2020 Author Share Posted March 1, 2020 When you enable "Log Chat" you have to relog for it to take effect. I am guessing this is the issue. Link to comment Share on other sites More sharing options...
xeaon Posted March 1, 2020 Author Share Posted March 1, 2020 Also, I have been told from someone who has 1529 badges, there is one villain side badge name that is not working. Swapping to hero side and running the binds again fixed the issue. Meaning, or rather I'm guessing one of the villain side badge name is off a little. Just don't know which one yet. Link to comment Share on other sites More sharing options...
Lankey Posted March 1, 2020 Share Posted March 1, 2020 (edited) The Do-Gooder badge (Praetorian heal 250k badge) will not track. The site has it as Do Gooder, without the dash which might be the issue. Edited March 1, 2020 by Lankey Link to comment Share on other sites More sharing options...
Lankey Posted March 1, 2020 Share Posted March 1, 2020 (edited) The wiki also seems to have the name wrong aswell. https://paragonwiki.com/wiki/Do_Gooder_Badge Edited March 1, 2020 by Lankey Link to comment Share on other sites More sharing options...
xeaon Posted March 1, 2020 Author Share Posted March 1, 2020 I have updated the name to "Do-Gooder" with the dash in the middle Link to comment Share on other sites More sharing options...
Lankey Posted March 1, 2020 Share Posted March 1, 2020 Excellent that worked, I now show in the 1529 club. 😄 1 Link to comment Share on other sites More sharing options...
xeaon Posted March 1, 2020 Author Share Posted March 1, 2020 Woot! Congratz! (im very very far behind ) Link to comment Share on other sites More sharing options...
Axis Posted March 2, 2020 Share Posted March 2, 2020 Any plans for searching for specific badges? I would like a way to see which of my characters has a badge, say Really Hard Way.. @War Mage Badge Tracking - https://cityofbadgers.com Link to comment Share on other sites More sharing options...
xeaon Posted March 3, 2020 Author Share Posted March 3, 2020 Great minds think alike! I was actually thinking about adding that. For instance when I'm doing exploration badge, be able to filter all badges for one zone. That said, I went for an easy solution, the search is client side / JavaScript. Works for me so far. Anyways, take a look and let me know what you think. Link to comment Share on other sites More sharing options...
Pine Posted March 4, 2020 Share Posted March 4, 2020 Doesn't seem to be finding my account or anything. Is it expecting the folder name to be Tequilla? Happy Wife = Happy Life Link to comment Share on other sites More sharing options...
xeaon Posted March 4, 2020 Author Share Posted March 4, 2020 Oh!, looks like you are using the tool I made in December. It's deprecated. You should download the new one from CityOfBadgers.com Link to comment Share on other sites More sharing options...
SlyfoX Posted March 5, 2020 Share Posted March 5, 2020 (edited) Hmm did all the Work but wondering why he dont get the right number : Maybe beause the Path where the Badge folder is, is to long ? And Bonus question, all new Badges. Did the Programm read it out or did i have to spam the CRST +m again? Edited March 5, 2020 by SlyfoX Link to comment Share on other sites More sharing options...
xeaon Posted March 5, 2020 Author Share Posted March 5, 2020 If you get a new badge, the client should be able to detect it. I leave the client tool open, and when I get new badge, i just click on the "Read Log" button and publish. I don't have to do all the binds again. As for the 1352 versus 1353 issue, my guess is, there is a badge name that I have it wrong in the Database. If you have the chance, could you compare which badge you think is wrongfully named in CityOfBadger? In all of the few you have missing I suspect a badge that have a different names versus the faction or gender, like this one: I will be happy to correct the badge name if we can find out which one. Link to comment Share on other sites More sharing options...
valcryst81 Posted March 5, 2020 Share Posted March 5, 2020 Hi @xeaon, thanks for the work and the nice tool 🙂 But it's not working for me, dont understand why. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now