Jump to content

Recommended Posts

Posted

I have several popmenus and I want each one to make a custom image, but is keeps telling me 

Usage:macro_image takes 3 args, you gave 2. 
Add a macro to first empty slot, using any texture as the power icon.
macro_image <image> <name> <command>
macro_image <string> <string> <string>

the rest of the menus seem to function just fine......except for my Accs menu because I have a section where I want thumbtacks instead of call outs with locations (but that is my not knowing how to write it all out as I am VERY new to these popmenus) 

ANY HELP I can get here is GREATLY appreciated - Im trying to come into this new era of CoH (new to me anyway) and I am trying to keep up with all the cool kids lol  

I have attached the 4 menus Im struggling with

as well as a screenshot of that Accs menu section I can't seem to write properly
image.png?ex=67ec2983&is=67ead803&hm=d6d6a856fd83b038e194f31a4406c3e92b010df228454f6cf37eeee3c346ba91&=

4LG.mnuFetching info... Accs.mnuFetching info... Labyrinth.mnuFetching info... Mark_N_Recall.mnuFetching info...

21__infinity_by_halo_enigma-d2wllcr13.jpg

Posted (edited)

These comments are just from visual inspection. I don't have access to my game client at the moment so I can't test them in game, so there may be more subtle errors I am not seeing.

 

For the Accs menu, there are two issues:

  1. You have too many curly brackets. You only have one menu, with no submenus, so you only need one open bracket and one closed bracket. You need to delete the open brackets on lines 5 and 8, and one of the closed brackets at the end of the file.
  2. The format of the macro image command is: macro_image "image_name" "Tooltip" "Command". You have an orphaned quote mark before the image name, and are missing the tooltip. You can just put an empty pair of quotes for the tooltip if you want. For this menu it would look like: 
    Option "Create &Menu" <&macro_image "InherentBase_Iron" "" "popmenu Accs"&>

     

I don't see any obvious errors in that screenshotted section.

 

Similar issues in the Mark_N_Recall menu:

  1. Delete the open brackets on lines 5 and 7
  2. The macro image command is missing the tooltip and missing a quote at the end of the command section. It should look like: 
    Option "Create Mark and Recall Menu" <&macro_image "DevouringEarthSeed_Hematic_Seedbuff" "" "popmenu Mark_N_Recall"&>

     

Similar issues with Labyrinth menu:

  1. Delete the open brackets on lines 5 and 8
  2. Macro image command is missing the tooltip. It should look like: 
    Option "Create &Menu" <&macro_image "badge_i28_defeat_labyrinthminotaur" "" "popmenu Labyrinth"&>

     

For the 4LG menu:

  1. Move the open bracket up one line, so it is directly under the line Menu "4LG"
  2. Macro image command has the tooltip but likely needs quotes. It should look like: 
    Option "Create 4* LG Incan Menu" <&macro_image "InherentWarshade_ShadowRecall" "Incan" "popmenu 4LG"&>

     

For all the above, you might also need to put a space after the "<&" and before the "&>" in the macro image commands. EDIT TO ADD that I tested it without spaces before/after and it worked fine, so you can disregard this comment.

 

I'll try to test them out in-game tonight to see if I can spot any other issues.

Edited by AboveTheChemist
added code blocks to make it easier to read, edited comment after testing
  • Like 1
Posted (edited)

Thank you for looking them over !! I will get those edits in and run a few tests and let you know how it works after the weekend! 

 

  On 4/1/2025 at 1:50 PM, AboveTheChemist said:

I don't see any obvious errors in that screenshotted section.

Expand  


This section currently requires an extra step - Click the section- then I have to click IN CHAT for the location to mark the map. That being said, I have been shown how to fix it, but decided against it as it will require much more lines in the menu

 

Sorry I'm a tech n00b, but I am trying to learn !

Edited by EnnVee

21__infinity_by_halo_enigma-d2wllcr13.jpg

Posted
  On 4/2/2025 at 3:25 AM, EnnVee said:

Sorry I'm a tech n00b, but I am trying to learn !

Expand  

 

No worries, we all start with zero knowledge of the subject and have to learn. I went to a baseball game last night and fell asleep not long after I got home, so I didn't get a chance to check them. I should have a chance tonight though.

Posted

I tested the menus just now, after having made the changes I outlined above. I didn't test every single command, but I tested several in each menu, and everything appeared to work as intended. The /say commands output text to the current channel as expected, thumbtacks were laid down as expected, and thumbtack links in the chat worked. If you find that there are still issues, please let me know as I am happy to have another look.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...