Portal 2 Puzzle Maker/Common Issues: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (replaced Steam forums link with archived one.)
 
(13 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{back|Portal 2 Puzzle Maker}}
{{stub}}
== BUILDING ISSUES ==
 
== Building issues ==


If when you try to build your level you get an error that says unable to build level it is most likely you have created something the editor can't render.  
If when you try to build your level you get an error that says unable to build level it is most likely you have created something the editor can't render.  
Line 6: Line 7:
Examples of this is:
Examples of this is:


- '''FIXED''' Creating a block and dragging glass so that in is in the space next to the block but touching the block. The game puts them in at similar point and they will clip in game and the editor can't build it (If you were using hammer and you clipped objects they would work fine. In fact this is how the breakable walls in left 4 dead 2 work.) to fix it just simply move the glass so it doesn't touch any blocks.
* Having too many items on your map. To fix this just remove some items on your map.
* The map you are working on in the editor may disappear completely, sometimes from zooming in/out and will not come back.
* When an open door is reflected in goo, you can see the 2 sides of the door that go into the wall (You are not suppose to see when the door is open)
* If an enabled funnel is pointed at the entrance way, it will come through the 2nd entrance door.
 
If you have [[Authoring Tools/SDK (Portal 2)|Portal 2 Authoring Tools]] installed, verify the game files. Do this by opening Steam and right-clicking on Portal 2 Authoring Tools, then select Properties > Local Files > '''Verify Integrity of Tool Cache'''. It will then download any broken or missing files. If this doesn't work, you can try uninstalling the Portal 2 Authoring Tools.
 
== Item Entity Costs ==
 
Large puzzles with many items may result in a "too many items" error. The item limit is set at 1750 items, though what this actually refers to is what are known as [[Entity|entities]] within the Source engine. Many of the test elements are actually comprised of multiple entities, the total cost of which is noted on their individual pages.
 
If you receive this error, you can see the error message noting the exact number of entities your map used by opening the [[Developer Console]]. For further information on troubleshooting this error, there is a detailed thread for it on the [https://web.archive.org/web/20170531055705/http://forums.steampowered.com/forums/showthread.php?t=2703507 Portal 2 Steam Forums] (Archived).
 
{{todo|flesh out this section with information drawn from the forum thread and remove the link when done}}
 
== Other Issues ==
 
Currently, these can only be fixed by editing the relevant instances in Hammer.


- Having too many items on your map. To fix this just remove some items on your map.
*Portal bumping around the edges of glass
*Passing cubes through [[grating]] by using an [[excursion funnel]]
*Passing cubes through [[glass panel]]s placed over a [[portalable surface]] under certain circumstances


- If you have [[Authoring Tools/SDK (Portal 2)]] installed verify the game files. Do this by opening steam and right clicking on it press properties, local files, VERIFY INTEGRITY OF TOOL CACHE. It do a small load then download any broken or missing files. If this doesn't work uninstall the authoring tools for portal 2.
{{todo|add any additional glitches that are Puzzlemaker-specific}}
{{back|Portal 2 Puzzle Maker}}


- The map you are working on in the editor may disappear completely, sometimes from zooming in/out and will not come back.
{{puzzlemaker-navbox}}


- Creating an acid pit above another acid pit will cause their hurting triggers to connect, causing random deaths when walked in between.
[[Category:Portal 2 Puzzle Maker]]

Latest revision as of 22:48, 20 January 2025

Stub

This article or section is a stub. You can help by expanding it.

Building issues

If when you try to build your level you get an error that says unable to build level it is most likely you have created something the editor can't render.

Examples of this is:

  • Having too many items on your map. To fix this just remove some items on your map.
  • The map you are working on in the editor may disappear completely, sometimes from zooming in/out and will not come back.
  • When an open door is reflected in goo, you can see the 2 sides of the door that go into the wall (You are not suppose to see when the door is open)
  • If an enabled funnel is pointed at the entrance way, it will come through the 2nd entrance door.

If you have Portal 2 Authoring Tools installed, verify the game files. Do this by opening Steam and right-clicking on Portal 2 Authoring Tools, then select Properties > Local Files > Verify Integrity of Tool Cache. It will then download any broken or missing files. If this doesn't work, you can try uninstalling the Portal 2 Authoring Tools.

Item Entity Costs

Large puzzles with many items may result in a "too many items" error. The item limit is set at 1750 items, though what this actually refers to is what are known as entities within the Source engine. Many of the test elements are actually comprised of multiple entities, the total cost of which is noted on their individual pages.

If you receive this error, you can see the error message noting the exact number of entities your map used by opening the Developer Console. For further information on troubleshooting this error, there is a detailed thread for it on the Portal 2 Steam Forums (Archived).

Todo: flesh out this section with information drawn from the forum thread and remove the link when done

Other Issues

Currently, these can only be fixed by editing the relevant instances in Hammer.

Todo: add any additional glitches that are Puzzlemaker-specific