unreal engine limits and stuff

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

LunatiK

New Member
Jan 13, 2001
1
0
0
home.enitel.no
hello :)

i have a lot of experience in map editing since the day i got the doom-editor :)
i've made many maps in quake2 for example, but many times i had problems with the limits of the q2 engine, my maps were simply too big.
and i had a hard time finding info of the q2 engine limits.
I have just started making maps in unreal, don't know why i didnt do it a long time ago..

so i am wondering if anyone can tell me the limits of the unreal engine and other stuff that would be good to know.
like for example i read somewhere that Unreal/UT has a limit of 64 zones total and there is also a 3 zone 'see through' limit. stuff like that..
does anyone have any useful editing tips & info for me?

thanks.
 

-BHS-Snowdog

New Member
Aug 2, 2000
243
0
0
www.wuher.com
I'm with you there, LunatiK. I also did tons of mapping for Doom, Doom2, and a bit for Q2 but have finally decided to tackle UnrealEd. The only 'limitation' I'm aware of is the visible polygon count, in that you want to keep it below a certain number (50, I think?) to ensure your level runs smoothly. From what I understand, this number CAN be exceeded but it will be at the cost of the map's FPS. Same thing goes with the effects like volumetric fog, dynamic lighting, etc.

I'm sure there are more 'limitations', and I too would be interested in hearing them (the 3 zone see-through limit is one I was unaware of...glad I saw that!)
 

Fuzzpilz

klkk
Jun 28, 2000
984
0
0
40
:noitacoL
The poly counts aren't that important, but the node counts are. You want to keep these below 150-200.
The 3 zone limit is for things like mirrors and warp zones, I think. For example, if you put two mirrors opposite to each other and step between them, you can't see more than 3 "steps" of reflection, and you also can't see through more than 3 warp zones in a row. You can try that by making a short corridor that loops back into itself.
 

-BHS-Snowdog

New Member
Aug 2, 2000
243
0
0
www.wuher.com
Hmm.. node counts, eh? I haven't seen anything on this in the many tutorials I've read. What exactly IS a node, and are you talking about having 150-200 VISIBLE nodes, or total? I'm hoping visible, as a curved stairway I'm working on has over a thousand! I haven't intersected the entire thing yet...will my node-count drop when I intersect it into a single brush?
 

Fuzzpilz

klkk
Jun 28, 2000
984
0
0
40
:noitacoL
Visible, of course. Some of Unreal's maps had over 20000 polys total. If you type "stat fps" in the console, you'll see the amount of polys currently visible after "polys" and the nodes next to "nodes". Nodes are essentially the things that are the result of BSP cuts. You should also try to keep the node/poly rate as low as possible, under 2 if you can.
 

ChrisToth.hu

Level Designer
Oct 2, 2000
2,740
0
0
Atlantis
200 poly is the best limit (for lowest end machines too and you can make specFX at this level)
For an avg: 2.1 and 2.2 are good enough...

I'm working on a 400 poly map at the moment and it has got 350-400 polygons in view and the node counts are at a very good level. The average is 1.7:1 (!). Try to keep the occlusion times low.... (fire up the Lag-o-meter - console: stat global) and check the Occ field. 10-15 is good but don't let it rise. -> cool zoning