Jump to content

Janrith

Members
  • Posts

    67
  • Joined

  • Last visited

Reputation

23 Excellent

Recent Profile Visitors

689 profile views
  1. Hey Pride! Saunik here. I'm over on Torchbearer with the Coven. Hope you're having a blast.
  2. I was away for a while, but am back in the game and was revisiting this topic. Seeing what you have here, I don't have to. I gotta say, WOW, I didn't think this little tool would garner such support. Thanks Robokitty, Wingman, AboveTheChemist for keeping it alive and not only running with it, but blowing it out of the water! You guys rock!
  3. Sounds like you're tallking about the Egg Hunter badge location.
  4. This was how I learned this too :)
  5. Thanks man, I'll definitely check this out!
  6. Thanks for the info, I'll check them out.
  7. The game doesn't have any way of embedding quotes inside another set of quotes inside these sorts of commands.
  8. Heya, had an epiphany... Since chat commands work normally, I can have a menu option such as "beginchat /bindloadfile groups/5thcolumns.tt". This drops the bind command into the chat prompt, and all you have to do is hit enter to load the bind. So I'm now updating my test popmenu file to contain working bind menus for all the binds in this thread's spreadsheet. When I get it tested out, I'll package up my bind files and the menu file and attach it to this thread. -=Janrith.
  9. Hate to do this to you again, but from the same post ... I don't yet know why the game client treats a bind load command from a popmenu any different than a normal command, but I've not been able to deep dive into the source code as of yet. I have it, just haven't had the time to wrap my mind around it. -=Janrith
  10. TL;DR: Unfortunately no, because of the above... Longer version: A Menu option is defined as: Option "Name" "Command" While multiple commands separated by $$ are allowed in a popmenu, embedded quotes are not. so, for a popmenu option defined as: Option "5th Column" "bind v "targetcustomnext val enemy alive$$targetcustomnext mek enemy alive$$targetcustomnext vam enemy alive$$targetcustomnext wo enemy alive$$targetcustomnext sha enemy alive"" The option in the menu is interpreted as: "5th Column" "bind v " And the menu fails with the following error: We could setup the actual target commands on menu options, but that wouldn't really be efficient for ingame use: Option "Nemesis2" "targetcustomnext come enemy alive$$targetcustomnext tir enemy alive$$targetcustomnext hul enemy alive$$targetcustomnext fa enemy alive$$targetcustomnext sur enemy alive" You'd have to select the menu item for every mob... UGH! Still trying to figure out a way around this. Methinks fixing the popmenu handling of the bind commands would be the real fix here... -=Janrith
  11. Copy the file to %GameFolder%\data\texts\English\menus, then start up the game. Any changes to the file require you to restart the game, as the client only reads the file when the game initially start. Zolgar wrote a more complete guide to popmenu funcationality under the Guides topic: Popmenus: the what, why and how..
  12. Thanks! I've added Accolades to the list today. Will be adding Gladiators and Veterans next... -=Janrith
  13. Changelist: version 1.3: Populated the rest of the badge categories. version 1.2: Populated Accolades section version 1.1: Populated Achievements section version 1.0: First versoin
  14. Hi all! I'm working on a popmenu that lists the game's badges in alphabetic order and whether or not you have them on your character using the LockedOption Badge identifiers. However, the only identifier info I have is from a googledoc link on the popmenu article on ParagonWiki, circa 2010. I've been able to figure out some of the missing identifiers based on the format of others in the same ilk, but, as with anything, the format isn't 100% consistent. I'm also looking through the code base to find the info, but not having much luck. As you can see, I have fleshed out the Exploration, History, and Accomplishment sections, and will be fleshing out the rest of the sections over the next few days. The order is based on the Badge Tracker Spreadsheet order. Badges that I don't have Identifiers for are flagged with an (NI) tag at the end of the title (and the menu they live in). The incomplete version seen above is attached to this post. I'll replace it when I have all of the menus fleshed out, (edit:) I've filled out all of the menus with the Badge Identifier information that I have (see the updated screenshot above). There are quite a few badges that I don't have, so I can't fully test out the full badge list; if you know you have a badge and it's not lighting up (and not marked as needing the identifier), please let me know so I can fix it. Also, an updated list deserves a new screencap... (/edit) If anyone knows the identifiers for any of these badges, or knows of an updated "i25" badge identifier list, could you please point me in the correct direction so I can complete the list? Thanks all. -=Janrith BadgeList.mnu
×
×
  • Create New...