Page 1 of 1
Wildcard Error
Posted: Sat Sep 05, 2009 12:07 pm
by Fierfek
Does anyone know what is causing this?
Code: Select all
ERROR[configmunge ]:Input file option $pig: recursive ! must be followed by wildcard. [continuing]
1 Errors 0 Warnings
I ran a search, but couldn't find anything to help fix it.
I'm running Vista, if that helps.
Re: Wildcard Error
Posted: Sat Sep 05, 2009 12:17 pm
by Xavious
What was the last thing you did? Also, is it causing your map to crash?
Re: Wildcard Error
Posted: Sat Sep 05, 2009 12:22 pm
by Fierfek
Isn't crashing it - I added a loadscreen and minimap (minimap isn't working, though).
I can't get my minimap working.
I followed the tutorial, and replaced my ABC.tga in my world1 folder, but it doesn't show up ingame.
What's going wrong?
Re: Problem with Minimaps
Posted: Sat Sep 05, 2009 12:52 pm
by Xavious
Fierfek wrote:I followed the tutorial, and replaced my ABC.tga in my world1 folder, but it doesn't show up ingame.
Minimap Tutorial wrote:then save it into the same folder as your map's '.wld' file using the name "***_map.tga"
Re: Problem with Minimaps
Posted: Sat Sep 05, 2009 1:08 pm
by Fierfek
D'oh!!
Okay, fixed that. Thanks Xav!
Re: Wildcard Error
Posted: Sat Sep 05, 2009 2:15 pm
by AceMastermind
Fierfek wrote:Does anyone know what is causing this?
Code: Select all
ERROR[configmunge ]:Input file option $pig: recursive ! must be followed by wildcard. [continuing]
1 Errors 0 Warnings
I ran a search, but couldn't find anything to help fix it.
I'm running Vista, if that helps.
First you must ask yourself "Did I edit any files recently?" then go investigate.
This is from the ConfigMunge.exe:
-INPUTFILE file (multiple value to specify input files, wild cards "*" and "?" are allowed.
A wildcard preceded by "!" or "$" is recursively applied to all subdirectories - ex. !props\*.msh will search for props\*.msh, props\*\*.msh, etc.)