How To Make Electric

JabaswtJabaswt Join Date: 2004-04-18 Member: 27997Members, Constellation
how do you make eletric move...? and do i use the texture or is it a sprite or, what

Comments

  • NEO_PhyteNEO_Phyte We need shirtgons! Join Date: 2003-12-16 Member: 24453Members, Constellation
    the brush with the electrical texture on it needs to be a func_conveyor

    then you can change the settings to make it move how you want it
  • WolvWolv Join Date: 2002-01-25 Member: 56Members
    Using a texture that begins with SCROLL also does wonders.

    Example from NS_eclipse:

    texture: scrollarc
    tex. scale: 4 8
    tex. angles: -94 -4

    Entity: func_conveyor
    Spawnflags: 3 (no push, not solid)
    speed: 114
    rendermode: additive
    renderamt 175

    The various conveyors have a slightly rotated texture and different speed to prevent things from looking repetitive.

    On a general note: whenever you wonder how something was created in an existing map, just open it with QuArK and take a look around.
  • alzarocalzaroc Join Date: 2003-07-26 Member: 18451Members, Constellation
    <a href='http://www.snarkpit.com/editing.php?page=tutorials&game=HL&id=12' target='_blank'>http://www.snarkpit.com/editing.php?page=t...s&game=HL&id=12</a>
Sign In or Register to comment.