wintery bush models?


(mrfin) #1

Hello mapping types

Can someone plz tell me which models are used for the sticky leafless bushes in the railgin map - am having trouble finding them

tvm.


(Shallow) #2

I’m pretty sure Railgun just uses the standard temperate bushes with their shaders remapped to one with bare branches.

Create a new misc_model with one of the temperate bushes - e.g. models/mapobjects/tree_temperate_sd/bush_temperate4.md3

Add a new key/value pair to the misc_model in the entity inspector:

key: _remapshader1
value: *;models/mapobjects/plants_sd/deadbranch1

This tells q3map2 to replace all the shaders on that model with deadbranch1 when you compile the map.

If it doesn’t look right, try some of the other deadbranch shaders (look in models_mapobjects.shader), or try scaling the misc_model up a bit.