For some reason when iI start a game and select costume game mode all the addons are unorganized.
Do you mean that it's not alphabetized?
Let's do a test.Enter this into your console:Code: [Select]$mask="Add-Ons/*.zip";for($file=findFirstFile($mask);$file!$="";$file=findNextFile($mask))echo($file);Then post the results. There should be a reverse-alphabetical list of all add-ons.If the above fails, try it again, but first rename your Add-Ons folder to "Add-Ons OLD". This will cause all non-default mods to be removed.
$mask="Add-Ons/*.zip";for($file=findFirstFile($mask);$file!$="";$file=findNextFile($mask))echo($file);
I bet you're running on Linux. Please post your console log.Also, refer to this topic: http://forum.blockland.us/index.php?topic=237725.0Do this:
no im not, im running on windows XP
Without that : UnsortedWith that : UnsortedWith default add-ons only : UnsortedWith default add-ons and that : Unsorted
Are you sure? It says Windows 7 in the log.Post your log.I'm not sure what's wrong with it. Badspot, save us!
ok here is the log.PS we really need an edit button