Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, 1 invisible), 18,758 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
need help with a error #231062
10/11/08 19:16
10/11/08 19:16
Joined: Aug 2008
Posts: 408
mi usa
sadsack Offline OP
Senior Member
sadsack  Offline OP
Senior Member

Joined: Aug 2008
Posts: 408
mi usa
Hi all,
I ran into a error I have never seen befor. see photo:



Can anyone tell me how to fix this error?????
Thank You
renny


I have A7 Commercial .............. Now I just need to learn how to use it

Re: need help with a error [Re: sadsack] #231073
10/11/08 19:51
10/11/08 19:51
Joined: Aug 2003
Posts: 7,440
Red Dwarf
Michael_Schwarz Offline
Senior Expert
Michael_Schwarz  Offline
Senior Expert

Joined: Aug 2003
Posts: 7,440
Red Dwarf
max_entities
The maximum amount of entities in a level; must be set before loading of the level. The default value is NEXUS times 10.

Range:
0 .. unlimited (default: Nexus * 10)

Type:
var

Remarks:
Is to be set before level_load.
or every entity, around 1.5..2.5 KB memory is reserved from the nexus, dependent on its bones size.

Example:
Code:
max_entities = 1000; // alows up to 1000 Entities. 
level_load("test.wmb");
wait(2);		


See also:
max_particles, num_particles, num_vismappolys, num_visents, num_visentpolys, level_load, nexus


alternatively, you could just have used the SEARCH function:
http://www.coniserver.net/ubb7/ubbthreads.php?ubb=search

heck, even google tells you what to do:
http://www.google.com/search?hl=en&q="not+enough+entities+reserved"&btnG=Google+Search&aq=f&oq=


"Sometimes JCL reminds me of Notch, but more competent" ~ Kiyaku
Re: need help with a error [Re: Michael_Schwarz] #231179
10/12/08 17:05
10/12/08 17:05
Joined: Aug 2008
Posts: 408
mi usa
sadsack Offline OP
Senior Member
sadsack  Offline OP
Senior Member

Joined: Aug 2008
Posts: 408
mi usa
Thank you
renny


I have A7 Commercial .............. Now I just need to learn how to use it

Re: need help with a error [Re: sadsack] #232847
10/24/08 14:39
10/24/08 14:39
Joined: Aug 2007
Posts: 182
AmenophisIV Offline
Member
AmenophisIV  Offline
Member

Joined: Aug 2007
Posts: 182
I use max_entities=1000; in every script, but now it doesn´t work. I made a forest full of sprites, but there´s every time the same error. Theres no error in script, so I don´t understand the problem.

Re: need help with a error [Re: AmenophisIV] #232856
10/24/08 15:45
10/24/08 15:45
Joined: Apr 2007
Posts: 3,751
Canada
WretchedSid Offline
Expert
WretchedSid  Offline
Expert

Joined: Apr 2007
Posts: 3,751
Canada
then try max_entities=10000; or increase the nexus...


Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com
Re: need help with a error [Re: WretchedSid] #232859
10/24/08 16:00
10/24/08 16:00
Joined: Aug 2007
Posts: 182
AmenophisIV Offline
Member
AmenophisIV  Offline
Member

Joined: Aug 2007
Posts: 182
I tryed it up to 100000:), and it didn´t work, but increasing the nexus was a great idea^^, thx!

Re: need help with a error [Re: AmenophisIV] #232868
10/24/08 16:36
10/24/08 16:36
Joined: Aug 2008
Posts: 408
mi usa
sadsack Offline OP
Senior Member
sadsack  Offline OP
Senior Member

Joined: Aug 2008
Posts: 408
mi usa
max_entities = 1000 did not work for me, So,it is all way so easy to fix problem that are not your.
renny


I have A7 Commercial .............. Now I just need to learn how to use it


Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1