|
0 registered members (),
938
guests, and 4
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Two questions
#8929
05/03/02 01:54
05/03/02 01:54
|
Anonymous
OP
Unregistered
|
Anonymous
OP
Unregistered
|
Although I'm new to Gamestudio I thought questions regarding particle effects would be better answered here. What is the largest number of particles allowed by Gamestudio and what is the largest number that any of you were able to squeeze out of the A5 engine. I need on the order of several million particles traveling independently. I'm willing to put money into the hardware if the game engine is capable.
My second question is regarding the search function for the forums. Since when have they been disabled? Weren't they working fine a few months ago?
|
|
|
Re: Two questions
#8931
05/03/02 04:00
05/03/02 04:00
|
Joined: Sep 2000
Posts: 1,148
Eagle
Serious User
|
Serious User
Joined: Sep 2000
Posts: 1,148
|
WISHING YOU MUCH LUCK!!!
always,
in the end its all about the game
|
|
|
Re: Two questions
#8932
05/03/02 04:25
05/03/02 04:25
|
Anonymous
OP
Unregistered
|
Anonymous
OP
Unregistered
|
Just out of curiosity, why do you need several million particles traveling independently? I've seen just about every particle effect that I would ever need done in real-time with far fewer than that, but you may have an effect in mind that just never occurred to me. -Joe Hocking www.3darteest.com
|
|
|
Re: Two questions
#8933
05/07/02 03:06
05/07/02 03:06
|
Anonymous
OP
Unregistered
|
Anonymous
OP
Unregistered
|
Well, I should probably clarify why I need so many particles. This is not for a game, but rather a simulation of debris dispersion after a collision. I will need to know at any given time where these several million particles are located in space and be able to show this dispersion from different angles (probably not slower than 1 frame per second). I do realize that it will not be possible to show each particle as a pixel, but rather a pixel per clump of particles. Nevertheless I will need to calculate the positions of the particles and be able to display as many as I can from a chosen angle. So, what is the maximum number of independent particles that can be displayed and updated by Gamestudio? Thanks for the previous replies.
|
|
|
Re: Two questions
#8935
05/07/02 05:37
05/07/02 05:37
|
Anonymous
OP
Unregistered
|
Anonymous
OP
Unregistered
|
For a super realistic simulation of debris as you describe, is there a specific reason you are using 3D Gamestudio? I mean, the tool is great for making video games, but (as the name implies) that is it's relatively narrow purpose. For an application like you describe, I would write the simulation from the ground up in OpenGL -Joe Hocking www.3darteest.com
|
|
|
Re: Two questions
#8936
05/08/02 01:52
05/08/02 01:52
|
Anonymous
OP
Unregistered
|
Anonymous
OP
Unregistered
|
Thanks for the numbers Doug. With some optimization, this should be good enough. As for why I'm using GameStudio for the simulation, I'm already using GameStudio for another application and the debris cloud simulation is, at this point, more of a feasibility study that I decided to throw in. If it really blossoms into something big, I might learn to code OpenGL.
|
|
|
Re: Two questions
#8937
05/08/02 03:10
05/08/02 03:10
|
Joined: Jul 2000
Posts: 8,973 Bay Area
Doug
Senior Expert
|
Senior Expert
Joined: Jul 2000
Posts: 8,973
Bay Area
|
quote: Originally posted by jhocking: ..is there a specific reason you are using 3D Gamestudio? I mean, the tool is great for making video games, but (as the name implies) that is it's relatively narrow purpose.
3DGameStudio was created with video games in mind, but it is being used for several projects that have nothing to do with games. The easy interface, low system requirements, and flexibility make it a good tool for many types of projects. Simulations, planning, presentations, and interfaces to real world devices are just some of the non-game projects that have used A4/A5.
I'm not bold enough to say that 3DGameStudio is powerful enough to handle any job, but even I am surprised sometimes to see how our tool is being used.
|
|
|
Re: Two questions
#8938
05/11/02 00:28
05/11/02 00:28
|
Anonymous
OP
Unregistered
|
Anonymous
OP
Unregistered
|
I find the engine to be really powerfull with non-game related things. Though I havn't wrote anything big with it yet. I do intend to try and write a ping application with it. Future goals: Build a OS off of A5 ![[Wink]](images/icons/wink.gif)
|
|
|
|