Help with categories and logo
Before I get to the problem, I just want to quickly say that I used to play CC back in b18 and used to have an account on the forums, rendered unrecoverable due to needing to remember the email (no problem) and the username (I haven't know what it was for years) so having to make a new email account just to register was incredibly annoying.
Anyway, back to the issue at hand, I am making a new mod, at the moment just a weapon, but I hope to make it an entire faction eventually, but I can't seem to make the weapon appear where I want it I want it to appear in Weapons > [Faction Name] so in the weapons .ini file I have:
Code:
AddToGroup = Weapons
AddToGroup = [Faction Name]
But it instead only appears under [Faction Name] in the initial menu, making it unobtainable unless I spawn it at the beginning, why isn't it appearing under Weapons > [Faction Name]? (Note [Faction Name] is not the actual name of the faction
)
Also I am having problems with my logo, I had a 30x30 pixel bmp as my logo, but in-game it appeared corrupt, but there is nothing wrong with my file, so I resized it to 20x20 (Attached), still no luck, can anyone help with that?
Edit: I fixed the logo, still need help with the categories though.