I've looked everywhere and I haven't found the solution yet.
Whenever I compile my mod, this error always shows up:
Code Snippet
Plaintext
Linker summary:
There were 0 warnings and 1 error.
Errors: (!) UNRECOVERABLE ERROR: duplicate menu name 'options_game'
Arguments passed to linker: -nopause -language english -moddir example mod
I'm using UGX Version 1.1, and it has worked flawlessly before, but now it displays this error. I've tried making a blank map to compile the mod on, and the same error appears. After looking in some threads, it was suggested that I remove one of the 'include,ugx_mod_assets' lines in mod.csv
Code Snippet
Plaintext
// UGX Mod v1.1 include,ugx_mod_assets menufile,ui/example.menu rawfile,maps/ugx_modder_help.gsc // End UGX Mod v1.1 // Zombie Mode Stuff include,zombiemode include,zombiemode_dogs // Zombie Mode Strings localize,zombie // Mod Strings localize,mod stringtable,maps/mapsTable.csv // Edited Loadout For Zombie Heroes rawfile,maps\_loadout.gsc // Edited LastStand For Deep Water Like Sumpf rawfile,maps\_laststand.gsc // Edited For Developer_Script rawfile,maps\_debug.gsc include,ugx_mod_assets
I tried this by removing just one line, but it still gave the same error. Removing both lines made the main menu letters unreadable and the map doesn't launch. The error for that is unknown since the characters are unreadable.
Double check the UGX wiki to be sure you installed the modtools and ugxmod properly.
Make a new map with ugx script placer thats not called "example" There might be a name conflict because mp_example was used and included with modtools.
// If it was me i would reinstall modtools and make a new script placer map. If it compiles and loads without errors then add ugxmod.
Double check the UGX wiki to be sure you installed the modtools and ugxmod properly.
Make a new map with ugx script placer thats not called "example" There might be a name conflict because mp_example was used and included with modtools.
// If it was me i would reinstall modtools and make a new script placer map. If it compiles and loads without errors then add ugxmod.
Fixed, although I used UGX v1.1 and not a script placer. Additionally, I reinstalled everything else