PDA

View Full Version : Passing along some scripts stuff


Inglo
03-30-2001, 03:10 AM
Cut and paste into your Controls*.ctl:

Button
Name: TTRS Zoom Script
Key1: None
Key2: None
Pressed: plr_fFOV=20.0;hud_bshowweapon=0; inp_fmousesensitivity=inp_fmousesensitivity/1.99;
Released: plr_fFOV=90.0; hud_bshowweapon=1; inp_fmousesensitivity=1;


Button
Name: TTRS Toggle Netgraph/FPS
Key1: None
Key2: None
Pressed: hud_bShowNetGraph=!hud_bShowNetGraph;
hud_iStats=(hud_iStats+1)%2;
Released: ;
Button
Name: TTRS Toggle Netgraph
Key1: None
Key2: None
Pressed:hud_bShowNetGraph=!hud_bShowNetGraph;
Released: ;
Button Name: TTRS Toggle FPS
Key1: None
Key2: None
Pressed: hud_iStats=(hud_iStats+1)%2;
Released: ;
Button Name: TTRS Show Latency
Key1: None
Key2: None
Pressed: hud_bShowLatency = 1;
Released: hud_bShowLatency = 0;

Thanks to my pal SuperTech at AGQx for this stuff.  I've got it all working fine.  Try 'em you'll like 'em.  If that all didn't show up right hopefully you'll be able to figure it out.

SuperTech
03-30-2001, 10:09 AM
Heh! I am a Pal! :p

I made the Zoom Script because I did not see any simple ones any where. The others are simple toggles. I found 3 of the toogles on a tutorial page some where.

Inglo
03-30-2001, 05:18 PM
Sup there dude, I kind of expected some more action in this section of the forum.  But things are just getting started.  Though I think most people when they think of scripts are looking for something to do their Rocket Jumping for them.  RJing doesn't seem to be such a bright idea in SS.
CYA

SuperTech
03-30-2001, 05:40 PM
Yes. Rocket Jumping does not seem to get you much more height for the damage you recieve. If you could only get some knockback like the werebulls give you....Well then that would be a ROCKET JUMP! :)

Pointy
03-31-2001, 05:36 AM
WoW!

That's exactly like the code on my tips page!

Regards,

Les

SuperTech
03-31-2001, 09:25 PM
Heh! It is also like some of the ones found in the common.ctl file in the controls/system folder.

I believe I did see your site when I was looking for some info on the game. I am sure your site helped me get some ideas.

The only script for a zoom I saw was so bloated with bells and whistles that most people were having trouble getting it to work. Most wanted one that was short,sweet and to the point.

Keep up the good work.

Pointy
04-01-2001, 06:15 AM
If you have any more stuff send it on to me and I'll put it on the site.

Regards,

Les