GTK crossing through walls

Results 1 to 2 of 2
  1. #1
    Apprentice johngame is offline
    MemberRank
    Jun 2009 Join Date
    16Posts

    GTK crossing through walls

    Hi, i need help with making walls that can be crossed by players, i know i need to use player clip but if i put only player clip, in game dont shows any texture in there only a hole in the wall and i want to put the texture there and at same time the player clip to cross through it, understand? help plz.


  2. #2
    Account Upgraded | Title Enabled! ManyBlackPpl is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    336Posts

    Re: GTK crossing through walls

    pick the texture you want people to be able to walk through. Then go to your texture>common folder, where you have the textures of caulk and all that. Put the texture you want people to walk through in there. Then go to your scripts folder, and open common.shaders in notepad. Scroll to the very bottom of the notepad document, and add this line (i'll be using example.tga as the texture I want to be able to walk through):

    Code:
    textures/common/example 
    { 
       surfaceparm nonsolid 
       qer_editorimage "textures/common/example.tga" 
    }
    save it, restart gtkradiant, and build.



Advertisement