January 09, 2009, 09:34:05 AM
 

News : Many Many Members Strong

  Show Posts
Pages: [1]
1  Public / Tremulous / Re: Adding a painsaw cross hair on: March 10, 2008, 05:36:56 PM
I know how to do that, linking to an existing cross hair in data-1.1.0 is easy. I just can't get it to use a cross hair that's not in data.


(I just realized that "cross hair" is 2 words  Grin )
2  Public / Tremulous / Adding a painsaw crosshair on: March 08, 2008, 04:15:53 AM
Hey there, it's been awhile since I came here.

So anyway I'm trying to figure out how to add a crosshair to the painsaw. This is for unpure servers only, so it should be possible. I got (read: stole) the tga from the mgdev-textures-02.pk3 file I downloaded off of MG Dev server. I put it in gfx/2d inside of a new pk3, and added this  line to crosshairs.shader in scripts -

Code:
1  gfx/2d/crosshair-psaw
2  {
3   {
4   map gfx/2d/crosshair-psaw.tga
5   blendfunc blend
6   rgbgen const ( 0.0 0.8 1.0 )
7   alphagen const 0.35
8   }
9  }
10 

But still nothing  Shocked Undecided
I've checked a few other files to see if I had to change something else, but I didn't see anything related except for the actual painsaw model.

So PLEASE can I have some help with this?!


Thanks,
-YourMama
3  Public / Public Guild / Re: Custom Commands on: July 07, 2007, 12:59:11 PM
Darn, thats too bad.  Oh well, thanks anyway.
4  Public / Public Guild / Custom Commands on: July 06, 2007, 09:42:48 PM
Hi everybody,
    So I read your wiki on making commands (great work by the way), and I've been able to make quite a few.  But now I need some help.  I want to make a command called "!Freeze" that cause either the whole server to "freeze" or just an individual player.  Making the whole server stop isn't hard, I just use g_speed 0 and g_gravity 0, but how do I write it so that I can "freeze" one player? I currently have the config file written like this -

set g_speed 0
set g_gravity 0
cp "^5Freeze ^3Sucker!"

Is there some way to make it more specific?
Thanks.
Pages: [1]