Portal Glitch Prevention: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


'''Going Behind Portals'''
'''Going Behind Portals'''
Avoid 1 unit thick walls. Players can abuse these and get behind them, althogh it is very difficult.
Avoid 1 unit thick walls. Players can abuse these and get behind them, although it is very difficult.


'''Infinite Loop'''
'''Infinite Loop'''
Line 16: Line 16:


'''Edge Hopping'''
'''Edge Hopping'''
This works on one of Valve's maps. Make sure your metal walls, espically if they are detailed with some blocks sticking out, cannot be traversed.
This works on one of Valve's maps. Make sure your metal walls, especially if they are detailed with some blocks sticking out, cannot be traversed.


'''Portal through Portal AKA Portal Standing'''
'''Portal through Portal AKA Portal Standing'''
Ensure the player cannot stand in one Portal, fire a portal somewhere uninteded then quickly step back inside the portal they stood in to end up in an unintended area.
Ensure the player cannot stand in one Portal, fire a portal somewhere unintended then quickly step back inside the portal they stood in to end up in an unintended area.


'''Seal the bottom of Goo Pits!'''
'''Seal the bottom of Goo Pits!'''
Line 34: Line 34:
Ensure that any area the player could get too with a portal therefore avoiding the hallway also has a trigger.
Ensure that any area the player could get too with a portal therefore avoiding the hallway also has a trigger.


'''Trigger_Look's and You'''
'''Trigger_Looks and You'''
Always have a backup trigger incase the look doesn't get.. looked at. (where applicable)
Always have a backup trigger in case the look doesn't get.. looked at. (where applicable)


'''Item climbing'''
'''Item climbing'''
Line 43: Line 43:
Make sure that turret related areas don't have any unintended shields. If the player has access to a dead turret that could be used to shield, and circumvent part of the map (eg. getting a box) find a place to put a cleanser to kill the turret, or make the turret Fizzle out when dead.
Make sure that turret related areas don't have any unintended shields. If the player has access to a dead turret that could be used to shield, and circumvent part of the map (eg. getting a box) find a place to put a cleanser to kill the turret, or make the turret Fizzle out when dead.


'''Placing portals behind objects (cheap solving)'''  
'''Placing portals behind objects'''  
This glitch shouldn't affect the gameplay itsefl, but will make your map look bad. It happens when a portal is placed too cloese an object, a switch, for example, and the object will float on the portal. To avoid this, just make a brush 4 units tall, a little bit thicker and wider than the object that is affected from the glitch. Then, place the object on the new brush, group them, and place them where  your switch/button or everything else should be. Now the glitch is fixed without any noportal/portalbumper surface.
This glitch shouldn't affect the gameplay itself, but will make your map look bad. It happens when a portal is placed too close to an object, a switch, for example, and the object will float on the portal. To avoid this, just make a brush 4 units tall, a little bit thicker and wider than the object that is affected from the glitch. Then, place the object on the new brush, group them, and place them where  your switch/button or everything else should be. Now the glitch is fixed without any noportal/portalbumper surface.

Revision as of 18:30, 28 January 2010

Portal Level Creation
Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

Portal Bumping Place Portal Bumpers around cleansers and other such objects so that the player can't portal bump past them. This glitch works on Valve's maps. How to fix: Place func_portal_bumpers around the edges of things like cleansers, and a func_noportal_volume as well. http://i258.photobucket.com/albums/hh243/omnicoder/portalbumping.png

Portal bumping on the last level of Portal. Portal bumping here allows you to really mess with the game. This is why it is so important to fix this.

Going Behind Portals Avoid 1 unit thick walls. Players can abuse these and get behind them, although it is very difficult.

Infinite Loop Watch out if your room has a portalable surface on the floor, with another on a higher section of floor. The player can abuse these to gain momentum. Also watch out for portalable ceiling over portalable floor.

Edge Hopping This works on one of Valve's maps. Make sure your metal walls, especially if they are detailed with some blocks sticking out, cannot be traversed.

Portal through Portal AKA Portal Standing Ensure the player cannot stand in one Portal, fire a portal somewhere unintended then quickly step back inside the portal they stood in to end up in an unintended area.

Seal the bottom of Goo Pits! A lot of people ignore this. Seal the bottom of goo pits properly. It doesn't kill instantly. Depending on the layout of your map someone may be able to get outside of or on top of it from here, and reenter later.

Jumping off switches and other things Players can Jump onto switches and railings. Ensure they cannot jump off of these to get somewhere unintended. Example: http://i258.photobucket.com/albums/hh243/omnicoder/flux12.png

In the picture, you can jump from the switch to the ledge with the cube.

Portalable hallways with triggers Ensure that any area the player could get too with a portal therefore avoiding the hallway also has a trigger.

Trigger_Looks and You Always have a backup trigger in case the look doesn't get.. looked at. (where applicable)

Item climbing Abusing the physics system with Prop_physics objects to climb walls. Not much you can do about this unless you have invisible blocking brushes to block areas the player shouldn't be able to get too yet.

Unintended Shields Make sure that turret related areas don't have any unintended shields. If the player has access to a dead turret that could be used to shield, and circumvent part of the map (eg. getting a box) find a place to put a cleanser to kill the turret, or make the turret Fizzle out when dead.

Placing portals behind objects This glitch shouldn't affect the gameplay itself, but will make your map look bad. It happens when a portal is placed too close to an object, a switch, for example, and the object will float on the portal. To avoid this, just make a brush 4 units tall, a little bit thicker and wider than the object that is affected from the glitch. Then, place the object on the new brush, group them, and place them where your switch/button or everything else should be. Now the glitch is fixed without any noportal/portalbumper surface.