Call of Duty 4: Water: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
mNo edit summary
Line 9: Line 9:




[[Image:waterpond_1.png|500px]]
[[Image:waterpond_1.png|600px]]




Line 19: Line 19:




[[Image:waterpond_2.png|500px]]
[[Image:waterpond_2.png|600px]]




Line 27: Line 27:




[[Image:waterpond_3.png|500px]]
[[Image:waterpond_3.png|600px]]




Line 54: Line 54:




[[Image:waterpond_5.png|500px]]
[[Image:waterpond_5.png|600px]]




Line 62: Line 62:




[[Image:waterpond_7.png|500px]]
[[Image:waterpond_7.png|600px]]






--[[User:Zeroy|Zeroy.]] 22:24, 19 October 2008 (UTC)
--[[User:Zeroy|Zeroy.]] 22:24, 19 October 2008 (UTC)

Revision as of 01:28, 20 October 2008

In this tutorial we will explain how to create a simple pond with water sound when player is inside and moving.

  • For this example im simply using mp_test.map ; I removed the Heli model and replace the ground brush with a Curve Patch (15x15) ; I then used the Patch tool 'Y' to change the ground level;



The Basics

  • After selecting a water texture (aftermath_water here) i create a Terrain Patch (8x8) and place it slightly under main ground level;



  • Using the Texture tool 'S' I then strech the texture on X and Y quite a bit to remove the small riddles effect

This step usually requires tweaking after test in-game;



Water Sound/Effects

  • To add water sound/effects its quite simple: Select the water patch just created above and clone it using spacebar.
 Make sure to re-align the patch as the clone function will move the patch 1 unit X and 1 unit Y.
  • Once cloned apply the Tool Texture called Clipwater_player

Alpha Blend

 Note that not all water texture can be alpha blended!
  • For this part re-select the original water patch created and place the 2D view in the Z axis.
  • Press 'V' on keyboard to bring up the vertices then using the mouse drag the middle points of the patch (this will be the area alpha-blended/transparent)



  • Now press 'G' on keyboard to bring up the gVertex Editor, tick the 'alpha' option and select the amount of alpha required using the slider, look at the 3D window to see real-time results;



  • When happy with results click Apply then de-select all and save!

The result - Note you can see the Crate trough water now :)



--Zeroy. 22:24, 19 October 2008 (UTC)