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
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 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
Warning while building! #26866
04/28/04 22:39
04/28/04 22:39
Joined: Dec 2003
Posts: 22
Sweden
A
anrkies Offline OP
Newbie
anrkies  Offline OP
Newbie
A

Joined: Dec 2003
Posts: 22
Sweden
I'm having trouble with a few warnings in WED. When I build my game I get these warnings:

1: Warning W072: block 192 - plane 2 too narrow!
2: Warning W010: block 204 - vertex out of plane!
3: Warning W110: Misplaced portal!

These warning don’t bother me if I delete the corresponding block, but I have to use them. Warning 2 and 3 both disappears when I delete block 204, which is a hollow block. Warning 1 refers to a normal block. The problem is that I don't know what these warnings mean. But if i know what these warnings mean I might be able to solve the problem.

Re: Warning while building! [Re: anrkies] #26867
04/29/04 00:00
04/29/04 00:00
Joined: Sep 2003
Posts: 4,959
US
G
Grimber Offline
Expert
Grimber  Offline
Expert
G

Joined: Sep 2003
Posts: 4,959
US
W072 is not listed but too narrow of plane means the block is too thin or you have 2 blocks in the same space ( like you duplicated a block and left it right at the same location of the orignal block, usualy get a W074 for a dup block though))

most W07X errors are duplication errors

WARNING W010: Vertex out of plane
The compiler does not like the shape of a particular block. Mostly harmless

( snap to grid and make sure faces are aligned to the level axis(s))

WARNING W110: Misplaced portal
An internal error occured that could lead to a clipping problem in the level at a certain place. Mostly due to block errors that were indicated in previous warning messages. Mostly harmless

( usualy due to 2 surfaces competing with eachother, a block too thin or block faces at unusual angles that are difficult for BSP rendering)

Re: Warning while building! [Re: Grimber] #26868
04/29/04 01:03
04/29/04 01:03
Joined: Dec 2003
Posts: 22
Sweden
A
anrkies Offline OP
Newbie
anrkies  Offline OP
Newbie
A

Joined: Dec 2003
Posts: 22
Sweden
Thank you for explaining this to me! It helps a lot when you understand what the warnings mean.


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