Call of Duty 4: Portals3: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


===== Example 1 =====
===== Example 1 =====
----
This is an example of a simple terrain elevation you can find or create on any map. the maximum height of this hill is over the top of the head on any player.
This is an example of a simple terrain elevation you can find or create on any map. the maximum height of this hill is over the top of the head on any player.



Revision as of 13:34, 30 October 2008

As may know, the Idea of portals is to divide your map in sections.

Each map may need specials solutions for portals, not always the buildings on a map are straight aligned and in a outdoor map, not always you want a concrete wall or a house in the middle for portals.

This tutorial will give you a couple of ideas about how to create portals in two differents situations.

In maps like Ambush(Convoy), Creek and Overgown, you will find certain terrains elevations, but they are not only decorative elements for the landscape, most of them are smart solutions for portal issues.

Example 1

This is an example of a simple terrain elevation you can find or create on any map. the maximum height of this hill is over the top of the head on any player.

Without portals, the game assumes that you can see trough and will draw anything that is on the other side of the hill, lowering your FPS.


What needs to be done in this case is to hide the terrain, create a caulk wall hidden under the terrain, also the cell structure below the map, just like used in the portals 2 tutorial.


Next is to create the cells with their respective textures.


Finally, unhide everything. Now with some grass and a few rocks, this could be the perfect solution to dissimulate your portals in open space.