Duplicate definition of wildcard

The place to discuss scripting and game modifications for X4: Foundations.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Post Reply
user1679
Posts: 803
Joined: Fri, 20. Jul 18, 23:20

Duplicate definition of wildcard

Post by user1679 » Sun, 25. Feb 24, 03:57

While trying to clean up mods that are throwing errors, I noticed that both of the paint mods I use are causing errors like this to appear in te debug log:
Duplicate definition of wildcard ID 'axesblue' for texture path
And when looking at their "icon.xml" files, I see this:
<add sel="/icons">
<icon name="*" texture="extensions\axespaintjobsgalore\assets\fx\gui\textures\paintmods\*" height="256" width="256"></icon>
</add>
Is it still working despit the error or do I need to edit this file to create an "icon" line for every file in the folder?

Post Reply

Return to “X4: Foundations - Scripts and Modding”