Page 1 of 1
Two map with the same name
Posted: Mon Mar 04, 2013 9:50 am
by Grievous
Hello,
I have a problem, I have a map that appear twice in the list of Battlefront II.
How to make the map appear that a single time?
thank you in advance for your help
Re: Two map with the same name
Posted: Mon Mar 04, 2013 4:23 pm
by Zapattack1234
did you accidently move the map folder into your addon folder twice?
Re: Two map with the same name
Posted: Mon Mar 04, 2013 4:42 pm
by Grievous
No, and when I delete the map in the Addon folder, there is always one that appears
Re: Two map with the same name
Posted: Mon Mar 04, 2013 6:27 pm
by DarthSolous
Perhaps you accidentally merged the two map folders. It happened to me once before.
Re: Two map with the same name
Posted: Mon Mar 04, 2013 7:39 pm
by Zapattack1234
Do u have a windows vista or windows 7 computer?
Re: Two map with the same name
Posted: Tue Mar 05, 2013 4:55 am
by Grievous
DarthSolous wrote:Perhaps you accidentally merged the two map folders. It happened to me once before.
I verified, and i don't merged the two map folders
Zapattack1234 wrote:Do u have a windows vista or windows 7 computer?
yes, I have a windows 7
Re: Two map with the same name
Posted: Tue Mar 05, 2013 4:30 pm
by Zapattack1234
aha! you might have a second file of that map in a different location, check the commonly asked question thread
Re: Two map with the same name
Posted: Tue Mar 05, 2013 7:30 pm
by Noobasaurus
It can be here:
Code: Select all
C:\Users\USERNAME\AppData\Local\VirtualStore\Program Files (x86)\Star Wars Battlefront II\GameData\addon
Or here:
Code: Select all
C:\Program Files (x86)\Star Wars Battlefront II\GameData\addon
If you have the mod in both directories, it may create conflicts. Now these directories
might not match yours exactly, because you might have to go into a "Lucasarts" folder and then into "Star Wars Battlefront II".
Re: Two map with the same name
Posted: Thu Mar 07, 2013 12:43 pm
by Grievous
I looked, but I don't see any other file with the same name
Re: Two map with the same name
Posted: Sat Mar 09, 2013 1:47 am
by Zapattack1234
If it really bothers you that much, you could just try reinstalling battlefront
Re: Two map with the same name
Posted: Mon Mar 11, 2013 5:49 pm
by [RDH]Zerted
Zapattack1234 wrote:If it really bothers you that much, you could just try reinstalling battlefront
Way overkill and it won't solve the problem. The problem is two addon.luas, or one incorrectly written addon.lua, are making two different entries instead of adding to the existing entry. You can rewrite your addon.lua to use AddExistingGameModes (or whatever the function is called) or just live with it.