Another Power Generator (proposal)

Discuss the future of Warzone 2100 with us.
Post Reply
elio
Regular
Regular
Posts: 508
Joined: 09 Jun 2007, 22:11

Another Power Generator (proposal)

Post by elio »

hmm, i just don't like the original power generator :ninja:

i don't know how many poly's but i tried to be low :( (for now i expect wrist*PI = 1000 polys but thats because of the hole in the middle)
- one arm has 90 triangles
i'm working on a pie export and will test it ingame

edit: the small balls should advise the number connected resources and rotate
Attachments
again power gen base module, 1 of 4 connected
again power gen base module, 1 of 4 connected
power gen 8-arm module, 4 of 4 connected
power gen 8-arm module, 4 of 4 connected
again first module
again first module
power gen 6-arms module, 4 of 4 connected
power gen 6-arms module, 4 of 4 connected
power gen first module, 1 of 4 connected
power gen first module, 1 of 4 connected
power gen base module, 4 of 4 connected
power gen base module, 4 of 4 connected
User avatar
wari
Trained
Trained
Posts: 106
Joined: 05 Dec 2007, 18:25
Location: Dublin

Re: New Power Generator (proposal)

Post by wari »

Wow that looks amazing.
Kamaze
Regular
Regular
Posts: 1017
Joined: 30 Jul 2006, 15:23

Re: New Power Generator (proposal)

Post by Kamaze »

It looks more like a building for Warcraft or KKND... :-S
We all have the same heaven, but not the same horizon.
Kaldera
Trained
Trained
Posts: 49
Joined: 20 Jun 2008, 22:04
Location: Germany

Re: New Power Generator (proposal)

Post by Kaldera »

WZ is situated post-nuclear, mainly research and improve of lost technology. I think the models are too far in future. Maybe it fits in WZ2200.
Nevertheless great work.
Windows 7 RC / Athlon 64 X2 / NVIDIA GeForce 8600 GT
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: Another Power Generator (proposal)

Post by DevUrandom »

Didn't Nexus have a lot of time to build nice things? ;)
Was thinking of a fountain. Maybe the big ball should rotate and get siblings for connected wells?
rush2049
Trained
Trained
Posts: 88
Joined: 05 Sep 2006, 01:52
Location: Lancaster, PA

Re: Another Power Generator (proposal)

Post by rush2049 »

well if you guys are concerned for sticking to warzone era type building perhaps smoke stacks and oil storage tanks are in order, but I am more interested in how the test turns out due to my recent undertaking, let me know how the converting works out for ya.... I have not been successful on that front yet.
User avatar
Rman Virgil
Professional
Professional
Posts: 3812
Joined: 25 Sep 2006, 01:06
Location: USA

Re: Another Power Generator (proposal)

Post by Rman Virgil »

---------------------------->

* I like the basic design. For me I see savvy associations with concept images of what atoms look like (been around for awhile) and the gyroscope (around even longer). As such, I differ from most interpretations expressed so far.

Regards, RV
Attachments
atom.jpg
atom.jpg (65.88 KiB) Viewed 6385 times
Gyroscope.jpg
Gyroscope.jpg (47.7 KiB) Viewed 6387 times
.

Impact = C x (R + E + A + T + E)

Contrast
Reach
Exposure
Articulation
Trust
Echo
.
elio
Regular
Regular
Posts: 508
Joined: 09 Jun 2007, 22:11

Re: Another Power Generator (proposal)

Post by elio »

nice idea

here's a screenshot of the uv arrangement, i'll begin to texture it

erm i used a 512x512 texture just for this mesh
uh, current triangle count: 1412, these are 712 quadrangles

however when it doesn't make it in the game it can live as a mod, i can live with that of course

anyone knows approximate polygon counts for an rts game? couldn't find anything in a short look on google
Attachments
power gen
power gen
power gen uv arrangement
power gen uv arrangement
rush2049
Trained
Trained
Posts: 88
Joined: 05 Sep 2006, 01:52
Location: Lancaster, PA

Re: Another Power Generator (proposal)

Post by rush2049 »

Been looking for that polycount info, here is something interesting, this is from an interview regarding Crysis:
Typical environments contain 1000-5000 total renderable objects, including static meshes and skeletal meshes. For reasonable performance on current 3D cards, we aim to keep the number of visible objects in any given scene to 300-1000 visible objects. Our larger scenes typically peak at 500,000 to 1,500,000 rendered triangles
So thats like the top end for polycounts, but I have also read in multiple places that the limits on games now a days is the textures and shaders and not really the polycounts.

But I found this post on a forum somewhere else and will quote it here for reading pleasure:
Your right in saying this is a hard question.

A few fundamental questions are: 1. What is your target platform, 2. What engine are you using, and 3. What type of game is it.

If you are going to be on all consoles and the PC then you will need to hit lowest spec of them all combined. If you are going only to the PS3 then you can handle much more polygons but at the sacrifice of shader complexity. The 360 is the opposite is it will handle shaders well but not as many triangles. Keep in mind that almost all of my experience is with the unreal 3 engine so its hard for me to say what the limitations of other engines are.

Also if your game is a FPS like gears of war you may have much smaller areas and can allow for higher quality meshes. If you are in an MMO, your limitations go through the roof and you need to think of clever ways to make things look good at such harsh limitations.

From what I know the UE3 engine can handle around 500k triangles rendered but where it falls apart is the object count. Unreal likes you to keep the loaded actors at one time to around 1800 last time I checked.

Also keep in mind that there are so many different places to bottleneck, whereas 1 advice would be good for something, but totally neglect something else.
For examples, you have the polygons on a mesh itself, and how many times it is copies around in the level you are making. You take much more of a memory hit for loading that unique mesh, but far less for each of the instances in the map.

This ends up as a balancing game between system memory, texture memory, object count, and performance in general.

It sounds like to me you are in some sort of pre-production mode, in this mode its good to set the look and quality of the game up front while the engineers build up the engine and eventually get some sort of limits for each discipline.
Almost every pre-production will completely blow any reasonable budget up front because they are still trying to define how the game should be made and set certain standards in quality and gameplay. Of course in this its always good for the experienced guys to keep a sanity check on what is being done to make sure its not all throw away work (which unfortunately many pre-productions end up being).

For some good practices I would say to try and keep your object count around 2k for a streamed area and try and keep polycounts reasonable. If the mesh is some sort of hero piece then it may be ok to have a few thousand triangles but always be prepared for the inevitable optimization pass before ship.

For more modular pieces I would suggest keeping them down to below 1k if possible. The reason being that they will be sprinkled through the map so much and it will add up very fast (rubble, concrete, dirt piles, trash, pillars, etc).

I cant say much about characters, my experienced is a little bit over specialized Im afraid.

I hope this can be of some help, of course everything I said could be useless for many types of games and the engineers really have to power be able to make the magic happen and make the impossible, possible.

Riki
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: Another Power Generator (proposal)

Post by DevUrandom »

/me waits for when they figure out Warzone 2100 is not Crysis...
User avatar
Kreuvf
Global Moderator
Global Moderator
Posts: 254
Joined: 22 Sep 2006, 20:56
Contact:

Re: Another Power Generator (proposal)

Post by Kreuvf »

Afaik current limit for PIE is 512, but I would keep it even lower at around 200 - 300 polygons.
elio
Regular
Regular
Posts: 508
Joined: 09 Jun 2007, 22:11

Re: Another Power Generator (proposal)

Post by elio »

ok, when playing in warzone this here is not a big success. it doesn't make any sence using 24 rotation segments...
but now i've earned some experience making models and unwrap the uv mesh

for completion here is the pie and texture. if anyone needs the orginal 3d-file just ask.

PS: (on ubuntu 7.10) my compile command line was "gcc -o 3ds2pie 3ds2pie.c -Wall -g -O0 `lib3ds-config --cflags --libs` -Wshadow" instead of "gcc -o 3ds2pie 3ds2pie.c -Wall -g -O0 `pkg-config --cflags --libs lib3ds` -Wshadow"
Attachments
power gen texture
power gen texture
blpower0.pie.zip
power gen pie
(17.29 KiB) Downloaded 256 times
User avatar
Molotov
Trained
Trained
Posts: 34
Joined: 07 Jul 2008, 23:22
Location: Texas
Contact:

Re: Another Power Generator (proposal)

Post by Molotov »

Perhaps you could take a look at the Command and Conquer series' Red Alert 2 for ideas.
The structures in wz2100 do tend to look cold-war-ish, and the russkie's Tesla Power stations redone for wz2100 would make a nice hi-tier power station
You have five minutes to comply,
0R 3|$3 1T$ FR%1N6 T1M3!!!!!11!!!1!
Post Reply