Author Topic: Default minigame player.  (Read 1389 times)

I know this has been asked before, but I couldn't find it by searching.
In the minigame options screen I have about 8 different default players, how do I remove them?
I checked Blockland/addons/ and it's not in there.
Any help is appreciated.
Thank you.

How to remove:
1. Go to your Add-Ons folder.
2. Search for "datablock PlayerData" (as a part of file, no quotes) in add-ons folder somehow.
3. Open all results in Notepad, press Ctrl F and again, search for "datablock PlayerData" minus quotes.
4. Within the datablock, look for a line that reads uiName = "Something";
5. If it doesn't exist, put the following line within the datablock:
Code: [Select]
//within the playerdata datablock
uiName = "";
6. Save the file.
7. Repeat 3 - 6 for all files that were found.
8. Done. Open Blockland, make a server, and when you make a minigame, there won't be a crapload of "Standard Player" entries.

Also, see this thread:
http://www.blockland.us/smf/index.php?topic=20377.0
I had the same problem.

There are no results in the whole blockland folder.

Holy...
Umm... you should get a few results at least, because it should return all of the "free" Player_Whatever files.
Did you use the box that says "A word or phrase in the file:"?

*Searches like I said to do.
*Gets nothing
OSHT, now that's weird.
Window's built in search SUCKS.

Badspot

  • Administrator
Windows XP will not return search for text in files of "unknown" file types.  You have to edit the registry for every file type you want to search to get it to work properly.  Now you know why I use win2k. 

Or you could use info rapid search and replace, which is generally faster and more win than windows' search function.