Jump to content

KeyboardKitsune

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by KeyboardKitsune

  1. From my perspective, it's okay for Badger to be spoilery; Generally those badge hunting have probably moved on from spoiler territory and are looking for as many spoilers as necessary to get that dang badge count as high as possible... that being said, if plot spoilers, etc. are not relevant to hunting said badge, then no need to include them in the info. I just got a message from someone saying that [Frosty] and [Crystallized] are no longer sold by the Candy Keeper... anyone able to confirm, or more importantly, does anyone know if this is intended, or a bug?
  2. Hi everyone, I haven't been paying attention to this as I sort of drifted away from the game. Thanks ATC for looking after things and helping people out where you can, it's much appreciated. Awesome work! I stopped maintaining the spreadsheet version, but I still get (despite all the instructions) access requests every now and then, so some people must be using it still as well. If anyone here is interested in maintaining the original sheet, let me know your google account in a DM and I'll add you to the sheet. I'll also incorporate what I can of these new badges into the webapp now.
  3. Yep, this ^ There's an open issue to split more (https://github.com/n15g/coh-content-db/issues/8) but I still think the splitting causes more pain than a few out-of-order badges. I don't really have the motivation to sort out a proper solution to both problems these days. As for the wiki issue; There's an open issue discussing some options: https://github.com/n15g/coh-content-db-homecoming/issues/113 It sounds like the new wiki is still a bit of a WIP, but won't be any worse than the archive wiki, so maybe a global search and replace is worth the effort to move all the links over. Assuming the url isn't likely to change, that is.
  4. Ah, yeah... it looks like there's some issues with the paths when uploaded to github pages. I'll take a look.
  5. I had let three pull requests back up... on the plus side, there's a log parser now that art0rz wrote 😛
  6. Sorry, that took me forever o get that change in. I've not been paying attention
  7. The alignment of most badges is so blurred, particularly with the changes in HC, that it's hard to make sense of what to put there most of the time. Given you can change alignment at will now, and the weird way a lot of Praetorian stuff is handled I don't think the alignment is useful at all 90% of the time xD That being said, I'm happy to defer to you guys; if you think it's wrong, then it probably is... and it's easy enough to change back later.
  8. No plans sorry; it was a pain to maintain, which is part of the reason I made the app instead... and since any updates to it don't copy across to people's individual copies, making any sort of export tool would be a ton of work for not much benefit since you'd have to copy to a new version of the sheet anyway. I'm sure I could come up with something on the app side... but, it's still a lot of work that I'd rather not do at the moment ^^;
  9. It looks like they are actually in the same coordinates, just different maps. The wiki even has the same positional text for both... unless the wiki is wrong too.
  10. Thanks guys; I've pushed that fix live.
  11. Hey everyone... I finally got set back up to work on this, and merged all of ATC's work in, as well as the fix for Bug Hunter and Flames of Prometheus showing up in totals. The fixes should all be live now. https://github.com/n15g/coh-content-db-homecoming/issues/48 - [Bug Hunter] and [Flames of Prometheus] no longer count in badge totals. https://github.com/n15g/coh-content-db-homecoming/issues/52 - [Newswoman] is actually [Newsgirl]. https://github.com/n15g/coh-content-db-homecoming/issues/51 - [Repairman] is missing female badge name. https://github.com/n15g/coh-content-db-homecoming/pull/65 - [Bloody Hands] can also be earned by Heroes. https://github.com/n15g/coh-content-db-homecoming/issues/50 - [Moral High Ground], [Resistance Member], and [Loyalist] can be earned by non-Praetorians through Ouroboros. https://github.com/n15g/coh-content-db-homecoming/issues/49 - The exploration (and accolade) badges for The Abyss can be earned by a hero, using the sub in PI. https://github.com/n15g/coh-content-db-homecoming/issues/47 - A bunch of Villain gladiator badges had invalid references to their required badges.
  12. a *lot* of pull requests xD My backup machine isn't set up for this project, but I'll try and get these merged in and deployed in the next few days.
  13. Thanks! I'll fix these up as soon as I can; my dev laptop is being repaired at the moment, so probably some time next year. Does anyone have any more info on Bloody Hands? I'm reticent to change it if it is actually a bug.
  14. For easy stuff like this I'll try to keep it up-to-date. I've removed it from the master doc. If you want to remove it from your personal copies, just delete the checkbox from the first cell and it will no longer be added to the totals.
  15. That's excellent, thanks! It looks like M+ 1c is the console font, with a black shadow and that slight gradient I should be able to reproduce the in-game look and feel pretty closely. Neat!
  16. Anyone know anything about the font used for the console/UI in-game? I was thinking it might be cool to style parts of the site using that font, like the badge descriptions. The marketing material Red Circle font is in the fan site kit, but I can't find anything about the in-game fonts... Though, from what I've heard about the UI code it wouldn't surprise me to learn that text is rendered from some god-awful, custom-built nightmare spaghetti sprite of doom.
  17. Guess I should bite that bullet and add a way to make badges not really badges... https://github.com/n15g/coh-content-db/issues/4
  18. Flames has been included and removed various times over the life of the spreadsheet and now this app due to it's weird nature; it doesn't actually count as a badge for the badge count... and once you redeem it, there's no way to get it again... I could code a whole system for "badges that are badges but aren't badges"... but the easiest thing do do for now was to just take it out again.
  19. Great feedback... and I agree, there's not enough contrast between the two for it to be comfortable. https://github.com/n15g/badger/issues/22 I like your first option; removing the table striping; It's not really necessary given the height of the cells... I would like to keep the shading though, or maybe change the color... it makes it easy to scan for missing badges without having to look at a single column... at least until I get around to adding in the collected badges filter.
  20. Fixed! No idea how I missed so many ATs.
  21. Probably at some stage, but it involves a lot of extra work... and hosting costs... and I'm not sure if I want to make that leap just yet. I have some more time off over Christmas, I'll probably look at doing something then, if there's enough interest to justify it. For now, the import/export on the character pages is there as a stop-gap to at least be able to back up your data in case of this sort of thing.
  22. I've got a task to look into working with something like Hero Stats to do just this... in fact I can probably make something from anything that can spit out a list of badge names from the game, I'm just flat out with real-world stuff at the moment xD I believe AboveTheChemist has a settitle-based log script that would also do the job, although it takes a long time to iterate over the badge list. If someone can come up with a simple way to get the badge list out of the game, it should be fairly simple for me to write something to import it.
  23. There isn't at the moment. I toyed with the idea of adding an export function to the old sheet, but it has the same problem that to get the new functionality, you'd have to copy everything to a new sheet anyway. Plus, not everything is a perfect match, as there have been tweaks and adjustments to the new data set that possibly aren't reflected in the old. The good news is that the new site doesn't suffer from the problem of updating like the old spreadsheet. You'd never have to copy your badges to a new sheet, just to get the new badge definitions, or updates, and the new site does have an export function, so it'll be much easier to move the data around in the future.
  24. Yep... sorry, very busy weekend. Lots of changes from ATC and Stray! I'll get them all pushed through ASAP.
  25. I've got this on my todo: https://github.com/n15g/badger/issues/19 Should be very easy to add in, I'll hopefully get some time this week to add it.
×
×
  • Create New...