How can I remove flickering when objects overlap? [Solved]
Moderator: Moderators
-
BountyHunterV
How can I remove flickering when objects overlap? [Solved]
when you put two objects together (overlapping), there is a line where the two objects overlap, that squiggles and moves incessantly, which is extremely annoying if you're trying to make a hallway or something...
does anybody know how to get rid of it?
does anybody know how to get rid of it?
- squipple
- 1st Lieutenant

- Posts: 420
- Joined: Tue Jun 28, 2005 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
This is due to polygons overlapping. The two objects have polygons in the same 3d space. The engine tries to render two polygons in the same place and the result is flickering surfaces. I had a TON of this to fix in Eddie's Kastel.
To fix this, move one of your objects a fractional amount in a direction perpendicular to the surface. Moving it such a small amount never gets noticed in gameplay and fixes the flickering. You can do this in ZE, but it's tough to move it just a little bit. I found it's better to open the wld file in something like edit pad pro, and change the x,y,z coordinates of the object accordingly. I think you can also chenge the position numrically in ZE. Do a search for me zeroeditor undocumented topic. You only need to move the object 0.1 units from its current location to eliminate flickering.
To fix this, move one of your objects a fractional amount in a direction perpendicular to the surface. Moving it such a small amount never gets noticed in gameplay and fixes the flickering. You can do this in ZE, but it's tough to move it just a little bit. I found it's better to open the wld file in something like edit pad pro, and change the x,y,z coordinates of the object accordingly. I think you can also chenge the position numrically in ZE. Do a search for me zeroeditor undocumented topic. You only need to move the object 0.1 units from its current location to eliminate flickering.
-
BountyHunterV
-
Ace_Azzameen_5
- Jedi

- Posts: 1119
- Joined: Sat Apr 23, 2005 8:52 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
For precision moving, select an object and press P. That brings up a box with three numbers that are the objects coordinates. (Same numbers you can find in the wld/lyr files) Change each on untill you find the direction that makes the objects not overlap. Undo the change, then change that number again in the say, tenth decimal place.
- squipple
- 1st Lieutenant

- Posts: 420
- Joined: Tue Jun 28, 2005 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
He made the SWBF2 converted version.BountyHunterV wrote:direction perpendicular? does that mean up/down, or left/right?squipple wrote:To fix this, move one of your objects a fractional amount in a direction perpendicular to the surface.
P.S. you made Eddie's Kastel?
The one thats in the Squeddies pack.
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
-
Qdin
- Old School Staff
- Posts: 2059
- Joined: Wed Feb 23, 2005 9:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
-
Qdin
- Old School Staff
- Posts: 2059
- Joined: Wed Feb 23, 2005 9:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Well, I feel like a doof. I've been looking (not very hard, obviously) for a long time trying to figure that one out.Ace_Azzameen_5 wrote:For precision moving, select an object and press P. That brings up a box with three numbers that are the objects coordinates. (Same numbers you can find in the wld/lyr files) Change each on untill you find the direction that makes the objects not overlap. Undo the change, then change that number again in the say, tenth decimal place.
