UGX-Mods

Call of Duty 5: World at War => Help Desk => Mapping => Topic started by: trebeltom1 on June 16, 2013, 02:17:16 pm

Title: 2 questions
Post by: trebeltom1 on June 16, 2013, 02:17:16 pm
hi guys.

1. when I compile I get an error :
Quote
ERROR: Couldn't open techniqueSet 'techsets/l_sm_r0c0d0n0_b1c1n1s1_b2c2n2s2.techset'
Cannot create technique set. The offending 3-layer combination is:
wc/kwai_cave_rock_model
wc/okinawa_terrain_grass_splotchy_blend_wet_noscorch
wc/okinawa_terrain_mud_wetmuddy_blend

any ideas? it only happens sometimes when I blend textures..


2. can you make dynamic water flow in a certain direction (like a river)?
Title: Re: 2 questions
Post by: CoDMapper on June 16, 2013, 03:51:58 pm
1. In your .map you have an area that contains three textures,

"wc/kwai_cave_rock_model
wc/okinawa_terrain_grass_splotchy_blend_wet_noscorch
wc/okinawa_terrain_mud_wetmuddy_blend".

There is not technique set for these textures, so they won't compile. Since techsets are a serious pain, I would just pick different textures, or only use two. Unfortunately techsets don't automatically generate in WaW, like they do in CoD4.

2. It is not possible to make streams out of dynamic water, you can only make streams out of textures with the suffix _stream.
Title: Re: 2 questions
Post by: trebeltom1 on June 16, 2013, 05:46:55 pm
thanks