Modme Forums

APE: Hiding Tags Ineffective

Game Modding | Call of Duty: Black Ops 3 | Asset Importing


ModmeBot:

Thread By: PaulMcWafflez

Problem solved with latest Mod-tools Update

Original issue below

Thanks for any help you can give, All is appreciated greatly!

I have been unable to hide more than one tag within the weapon files in APE
As soon as I add more than a single tag to hide (all individual tags work)
either only the first tag or none of the tags are hidden.

So far, I've tried parsing my tags differently as follows (disregard " " as it quotes exact input within):

"Tag_1
Tag_2
Tag_3"

"Tag_1,
Tag_2,
Tag_3"

"Tag_1,
Tag_2,
Tag_3"

[in the last set above, tags are followed with a comma then a space before continuing to next line]

I've also made sure that there isn't a blank line proceeding the final tag, looking something like this:

...
Tag_3
|

["|" this being the blinking typing cursor that we're all familiar with, within the above example]

Picture(s):

(I'll add more with time)

Thank you again for your time and assistance!