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 (AndrewAMD, TipmyPip), 16,005 guests, and 6 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
engine questions #10114
08/17/02 00:33
08/17/02 00:33
Joined: Jul 2002
Posts: 147
BasketBallBen Offline OP
Member
BasketBallBen  Offline OP
Member

Joined: Jul 2002
Posts: 147
aright, i got a couple different q's.

1- How many functions can you have running at a time, and what are its effects on stuff like framerate
2- How many variables can you make
3- for arrays, in the manual, it said something about making sure that the arrays index does not exceed 4 or you'll get an error message....ive done that and they have examples with over 4, what am i mistaken on here?
4- what are the basic system requirements to run a game...obviously they vary depending on the game....but what do you NEED
5- this is more of a computer question than an engine question, how can i find out what my computers stuff are for system requirements, like ghz and all the stuff that effects the game.

sorry that took so long, and if anyone has any answers to these questions id appreciate hearing them.

Re: engine questions #10115
08/17/02 04:34
08/17/02 04:34

A
Anonymous
Unregistered
Anonymous
Unregistered
A



quote:
1- How many functions can you have running at a time, and what are its effects on stuff like framerate
2- How many variables can you make

Both things are system-dependent. The less the better.

quote:
3- for arrays, in the manual, it said something about making sure that the arrays index does not exceed 4 or you'll get an error message....
The manual was probably referring to arrays of size 3. Just to double-check where did you read this? If you define larger arrays, you can use larger indices, e.g. var myArray[50]; myArray[20]=5; is fine..

quote:
4- what are the basic system requirements to run a game...obviously they vary depending on the game....but what do you NEED
Here's the info from our main website:
Minimum: P-75, 32 MB RAM, CD-ROM, sound card, standard VGA card or laptop.
Recommended: P2-350, 64 MB RAM, CD-ROM, Joystick, 3D video card (16+ MB), 3D sound card, Internet access.
Windows 98 / ME / 2000 / XP and DirectX 8.0 or above, and a decent 3D card are required for hardware rendering.

quote:
5- this is more of a computer question than an engine question, how can i find out what my computers stuff are for system requirements, like ghz and all the stuff that effects the game.

You could run dxdiag, which comes with DirectX. It lists a few specs of your system. If you do a search on the net you'll also find dedicated system information utilities.

Re: engine questions #10116
08/17/02 06:44
08/17/02 06:44
Joined: Jul 2002
Posts: 147
BasketBallBen Offline OP
Member
BasketBallBen  Offline OP
Member

Joined: Jul 2002
Posts: 147
thanks for the help.
and about the array, i got that covered, i wasnt paying attention to the whole example.
it said if you had var name[5] make sure it doesnt surpass its index, in this case 4.....my bad, lol


Moderated by  HeelX, Spirit 

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