Page 1 of 1

ZE Counter for objects? [Solved]

Posted: Thu Feb 14, 2008 11:29 am
by EGG_GUTS
Is there something in ZE that counts how many objects you have? Cuz I think I'm getting close to the limit :?

Thanks

Re: ZE Counter?

Posted: Thu Feb 14, 2008 4:06 pm
by PsYcH0_]-[aMsT3r
Lol well you could count them all from the box thingy but that would take a long, long time...

Re: ZE Counter?

Posted: Thu Feb 14, 2008 6:06 pm
by MasterSaitek009
Open up your ***.wld file in Notepad ++. Open the search box and enter in:

Code: Select all

Object("
Then click "Count"
This should give you the correct object count for the "base" layer.
The same thing applies for the ***_eli.lyr, ***_conquest.lyr and so on.

Re: ZE Counter?

Posted: Sat Feb 16, 2008 11:02 pm
by EGG_GUTS
Ok but where is the "count" in?

Re: ZE Counter?

Posted: Sat Feb 16, 2008 11:08 pm
by Captain Chaar
I think what he means is that you highlight the first name of every object in the .wld file, and use the note pad to count the words highlighted.

Re: ZE Counter?

Posted: Sat Feb 16, 2008 11:54 pm
by MasterSaitek009
1. Click on the Search menu bar thing at the top of Notepad++.
2. Click Find (or you could just press Ctrl + F).
3. Enter
MasterSaitek009 wrote:

Code: Select all

Object("
in the search box.
4. Click on the Count button, located right under Find Next

A small box will then pop up with the number of times that it found that bit of text.
That should be all.

Re: ZE Counter?

Posted: Sun Feb 17, 2008 3:17 pm
by woner11
What is the max amount of objects you can have?