Jump to content
The Character Copy service for Beta is currently unavailable ×

AboveTheChemist

Members
  • Posts

    1973
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by AboveTheChemist

  1. When I update a map for a given zone, I also do thorough mob surveys as part of that update to make sure the level ranges are reflected correctly. This generally means a line search pattern about 400 feet apart while recording a demo file. I generate 5 such files for that zone over the course of a week or two, then process the data with some Python scripts so that I can plot spawn points by critter and level for that zone in GIS software, as well as outputting the data in tabular format. I use that info to update vidiotmaps, but there are lots of maps and only one of me so it takes time. I haven't done any work in Crey's Folly to date, but it is on the list for an eventual update, and I'll update the spawn info then.
  2. You might get better results posting this in the feedback forum. The requests you made are a bit niche and while there may be a modder out there that can do it, I wouldn't hold my breath. The HC team, however, has typically been quite receptive to suggestions of this sort when there is some aspect of the game that impacts players like this.
  3. Happy to help! I know the input data well enough and it's been a little while since I did much coding. I've been looking for some small projects to help knock off the rust so it probably helped me as much as it helped you.
  4. I did have the data in friendlier-than-JSON format but it is nearly four years old and I didn't want to vet it for any changes since then, so I just parsed the latest City of Data JSON files (specifically the ones in individual subfolders in powers\boosts within the zipped archive) to get the boost codes. This includes every single enhancement, be they crafted, bought, dropped, attuned, etc. I've attached the data here as a semi-colon delimited file: enh_boost_codes_types.txt First column: Enhancement name as it appears in-game Second column: Boost code for that enhancement Third column: Enhancement type, one of Crafted, Attuned, or a catch-all Other that includes anything that was neither Crafted or Attuned (like bought and dropped enhancements) I missed this question earlier but I was in a scripting mood so I put together this dataset as well. I've attached it here: invention_final.txt It is also semi-colon delimited and follows the same basic format as my other recipe salvage dataset, with a few minor differences. The first column has the enhancement name, not the recipe name as in my other dataset (if you need the recipe name, I can modify that easily). Second and third columns are min and max level, respectively, as in my other dataset. These recipes have a max of three components, so the salvage names appear in columns four through six. Some enhancements require two of a component and in those cases, a component will be listed twice as it was in my other dataset. Note that I spot-checked this data against the invention recipes wiki page but I did not check it thoroughly, so you may want to check it against that page to make sure I didn't make any errors. This data came from the leaked source files. Just let me know if you have any questions or need clarification on any of the data. Enjoy!
  5. I am pretty sure I have that somewhere in a friendlier-than-JSON format, but not 100% sure. I had to map this relationship when I updated the freebies menu to show the actual names versus the internal names (with the letters), because I generated all that with a Python script. Let me have a look and see if I can find it. Also I totally do not remember you contacting me previously so I really hope that I am thinking of something other that what I gave you previously. Even if I don't have it readily available, I've parsed JSON from City of Data before so I could probably whip up a script to read in those files and output something a little more user-friendly for you.
  6. I have a crude enhancement database but I am not sure if it is mapped the way you need. If you can provide an example mapping of what you need, I should be able to tell if what I have will work for you.
  7. I think you may be onto something with the notion that it is more trouble than it is worth. Now that modding has moved to using pigg files in the assets/mods folder, I think only advanced modders would use the data folder, and they are more likely to understand the file structure that needs to exist in order for mods to work from the data folder. The average player that only uses a few mods will likely never see that folder.
  8. I took all the gift locations from demo files I created by touring each zone in early 2021, so unless the devs have moved/removed spawn points (which is possible, but unlikely I think), then there should be a gift at each marker. The thumbtack command for that particular gift in Port Oakes is: /thumbtack -2560.1 48 825.2 Try that and if there is nothing there, please let me know.
  9. All support for CoH Modder was discontinued a couple of years ago. The new modding tool, City Mod Installer, can be found here: https://forums.homecomingservers.com/topic/49175-city-mod-installer-released/ Edit to add that most mods that were in CoH Modder are available in City Mod Installer. Initially, all mods were imported from CoH Modder, but I think there were a handful that the mod author(s) requested to be removed from City Mod Installer.
  10. Hey Michiyo, after a couple of folks poked me about some confusion regarding my mod instructions, I noticed a odd quirk with the editor on the City Mod site and thought I would post here to give other modders a potential heads up. If I go to, for example, my BadgeSetList popmenu (https://mods.cityofheroes.dev/mod/11), in the usage instructions are a couple of lines that contain variables in angled brackets, like: If I click the Edit button, the mod description editor deletes out the stuff in angled brackets, like so: Then if you save/submit, the text in angled brackets does not reappear. It's nothing major, and I'll just have to remember to add that stuff back in where appropriate, unless there is an easy fix for it. It's something other modders might want to check for, though.
  11. Glad you got it sorted out. I think there is something funky going on with the City Mod site such that when you edit the mod description, it can sometimes delete out the stuff in angled brackets. I checked the pages for both mods above (as well as my other popmenus, as I saw the same issues there) and have edited them for correctness.
  12. I'd like to politely request/remind users to please limit the discussion in this thread to the BadgeSetList popmenu. If you have questions for me not related to this mod, feel free to PM me, otherwise please start your own discussion thread or locate a thread appropriate to the topic you wish to discuss. Updated (in top post) to add the new winter 2024 event badge. Full update log is in the top post. Please let me know if you notice any issues.
  13. The top post has been updated to include the new winter 2024 badge. If anyone notices any issues with the data please let me know.
  14. No worries, I should have been clearer. Typically in popmenus you'll have a slash command of some kind that is invoked when you click on an item in the popmenu. I assumed that you were referring to that kind of functionality when you said: Ideally the way I think the popmenu would work is that you would open it and drill down to the item you wanted, click the name of the item, and it would (theoretically) take you to that item in the editor. But there would need to be a slash command available that would allow one to open an item in the base editor based on its name or code or something. I am not sure if such a slash command exists, and if not then the popmenu couldn't have that functionality. But, such a popmenu could still be useful, because folks could at least see a list of the base items that might fit the category they need, and they could manually search for them based on their name. Or, assuming that slash command doesn't exist, you could set it up so that clicking the item name in the popmenu would print that item name in the chat window, and users could copy/paste the name from the chat window to the search bar. I'm just tossing out some ideas to make the menu as useful as possible, even if the slash commands aren't there to make it work exactly like the ideal menu might work.
  15. I am not sure about that last part, as I am not sure if there is a slash command that would allow that, but what you describe sounds like it could be accomplished with a popmenu. You could have the different categories (doors, tintable, etc,) as submenus and each could list the various items within and could provide the user with the search term to type in the base editor menu. That's assuming that a slash command doesn't already exist, and there is every chance that it does. The wiki slash command page (https://homecoming.wiki/wiki/List_of_Slash_Commands) is well maintained so it might be worth a look there for a slash command that does that.
  16. Generally speaking, mods take an existing game asset (like a zone texture, sound, costume piece) and modify it. A big exception is popmenus (and custom windows, which are kinda related), but otherwise you need to know what the existing asset is and where it resides in the directory structure in order to be able to modify it. My modding experience is quite narrowly focused on popmenus and map textures, so I can't say for certain if the mods you propose to the base editor are feasible or not. I think it would involve modding UI elements, which I have no experience modding and I can't recall any examples of same. I think if you could locate the existing assets that define the parameters of what you see in-game for the base editor, then it might well be feasible. I don't have access to the game assets at the moment but the next time I need to dig into the piggs I'll take a look and see if I can find anything that relates to the base editor.
  17. If you need help with Badger, the thread for it is at this link.
  18. You seem to be under the mistaken impression that this is a mod or an executable that you download and run locally. It is neither, but rather a website for tracking badges. If that is something you are interested in using, a post I made at this link earlier in the thread has some basic instructions for how to utilize the website to track your badges.
  19. The current freebies instructions read (in part) "To export the build menu from Mids' Reborn (version 3.0.0.0 or newer), open the 'Import / Export' menu and select 'Export Build to Beta Server'." Based on lemming's screenshot, it looks like the menu tree to get to it has changed. I have not used Mids in years and have not updated those instructions in about three years, but if the above screenshot is from the current Mids build, I'll update the freebies menu.
  20. If I recall, setting a vis_scale higher than 2 (via command line or launch parameters) and subsequently opening the options menu (and maybe the specific graphics tab) will cause vis_scale to reset itself to 2 (200%), which as noted is the current max in the options menu. There may also be other as-yet-undocumented triggers that cause it to reset. I personally set mine in the launch parameters and keep a keybind handy in case it gets reset during gameplay. Implementing this suggestion would help alleviate the need to monitor and periodically adjust the vis_scale settings if they get reset.
  21. For anyone that cares, I'll still be around to help out with Badger, but now that we have some others trained and documentation soon in place, others will have the ability to update the database so that I won't be the bottleneck should life get in the way like it did this last time.
  22. The only way I can think to do it is by altering the name in the chat log before importing it via the log parser. Leave your manually edited character as-is, then open the appropriate chat log (or better yet, a copy of your chat log). Find the line of welcome text from when you log in. It'll say 'Welcome to City of Heroes' or 'Now entering the Rogue Isles' (depending on alignment) followed by your character name. Edit your character name there to add the word 'Copy' or something similar to make it unique from the existing character name. Then import it. It should import using the altered name.
  23. No worries, I just try to keep the discussion here as focused as possible so folks can get the info they need about my mod without having to sift through non-related material, and so that I can more easily find and answer questions folks might have. Lemming has certainly done fine work worthy of a wider audience.
  24. Because this is the thread for my popmenu, not his.
  25. The top section is where it indicates whether or not you have the badge. The bottom section, beneath where it says 'Place Thumbtack', is for placing a thumbtack in the zone to help you acquire said badges. If I greyed out the badge names in the bottom section, then you wouldn't be able to click them to place the thumbtack, and it would defeat the purpose of that section.
×
×
  • Create New...