IPB

Welcome Guest ( Log In | Register )

9 Pages V  « < 7 8 9  
Reply to this topicStart new topic
> The Scripte-Thread, Wer von euch hat welche?
hockeygott
post Apr 10 2007, 03:13 PM
Post #121


Private

Group: Members

Joined: 4-February 07
Member No.: 45498



Grüße,
wie kann man denn die Reihenfolge der Waffen bestimmen?
Z.B. beim Medic: wenn ich einmal zurück scrolle --> dass gleich das Medicpack kommt oder die HealMe-Spritze.
Spart ja Zeit. Wäre schon super wenn ihr mir das schreiben könntet oder ihr gebt mir nen Link wo ichs nachlesen kann.
Hab leider nichts gefunden hier im Forum.
mächtig gewaltige Grüße hockeygott
Go to the top of the page
 
+Quote Post
eXesism
post Jul 7 2007, 07:26 PM
Post #122


Group Icon Corporal

Group: Members

Joined: 10-December 06
From: Sweden
Member No.: 40049



QUOTE(SLK32 @ May 17 2005, 06:09 PM) *
// ============================================ //
// Jump script (jump with pmove_fixed set to 1) //
// ============================================ //
set jump_dn "pmove_fixed 1; +moveup"
set jump_up "-moveup; pmove_fixed 0"
bind CTRL "+vstr jump_dn jump_up"




set jump_dn "set pmove_fixed 1; +moveup"
set jump_up "-moveup; set pmove_fixed 0"
bind CTRL "+vstr jump_dn jump_up"

Wont this make u dont need to hold CTRL wen u jump? rolleye.gif


--------------------
Go to the top of the page
 
+Quote Post
$P0!|_3D
post Jul 15 2007, 01:22 PM
Post #123


Group Icon Sergeant

Group: Members

Joined: 14-July 07
Member No.: 55952



QUOTE(eXesism @ Jul 7 2007, 08:26 PM) *
QUOTE(SLK32 @ May 17 2005, 06:09 PM) *
// ============================================ //
// Jump script (jump with pmove_fixed set to 1) //
// ============================================ //
set jump_dn "pmove_fixed 1; +moveup"
set jump_up "-moveup; pmove_fixed 0"
bind CTRL "+vstr jump_dn jump_up"




set jump_dn "set pmove_fixed 1; +moveup"
set jump_up "-moveup; set pmove_fixed 0"
bind CTRL "+vstr jump_dn jump_up"

Wont this make u dont need to hold CTRL wen u jump? rolleye.gif



Yea i think soo nicken.gif


--------------------

Msn: jonathan_fristedt@hotmail.com
Xfire: spoiled93
Go to the top of the page
 
+Quote Post
!S.H.C!C...
post Sep 6 2007, 01:45 PM
Post #124


Private

Group: Members

Joined: 20-December 06
Member No.: 41039



//***GRAFIcos****

seta r_intensity "1.5"
seta r_loadbias "2"
seta r_lodbias "2"
seta r_lodCurveError "250"
seta r_lowMemTextureSize "0"
seta r_lowMemTextureThreshold "40.0"
seta r_mapoverbrightbits "3"
seta r_mode "5"
seta r_nocull "0"
seta r_nocurves "0"
seta r_nv_fogdist_mode "GL_EYE_RADIAL_NV"
seta r_overBrightBits "0"
seta r_picmip "3"
seta r_picmip2 "3"
seta r_primitives "2"
seta r_railCoreWidth "1"
seta r_railSegmentLength "32"
seta r_railWidth "16"
seta r_rmse "0.0"
seta r_roundImagesDown "1"
seta r_simpleMipMaps "0"
seta r_smp "0"
seta r_stencilbits "0"
seta r_stereo "0"
seta r_subdivisions "999"
seta r_swapInterval "0"
seta r_texturebits "16"
seta r_textureMode "GL_LINEAR_MIPMAP_NEAREST"
seta r_uifullscreen "0"
seta r_vertexLight "1"
seta r_vertexlighting "1"
Go to the top of the page
 
+Quote Post
Guest_dP._*
post Oct 25 2007, 04:21 AM
Post #125




Guests






et pro class selector mit echo say :PP

bind F7 "class f 1;play sound/chat/axis/64a; echo ^7@.^0FIELD.SMP"
bind F6 "class m 1;play sound/chat/axis/62a; echo ^7@.^0MEDIC.SMP"
bind F4 "class e 1;play sound/chat/axis/63a; echo ^7@.^0ENGY.SMP"
bind F5 "class e 2;play sound/chat/axis/63a; echo ^7@.^0ENGY.RIFLE"
bind F8 "class s 4;play sound/chat/axis/61a; echo ^7@.^0PANZERFAUST"
bind F9 "class c 1;play sound/chat/axis/65a; echo ^7@.^0CVOP.STEN"
bind F10 "class c 3;play sound/chat/axis/65a; echo ^7@.^0CVOP.RIFLE"
bind F11 "class s 2;play sound/chat/axis/61a; echo ^7@.^0HEAVY.MG24"

einfach &
unkompliziert..
Go to the top of the page
 
+Quote Post
DeralteJoe
post Feb 5 2008, 03:08 PM
Post #126


Group Icon Second Lieutenant

Group: Members

Joined: 3-February 07
From: Hinterm Wald........
Member No.: 45336



Hi mal ne frage wie kann ich die m_pitch werte verändern?

Möchte so das es ganz langsam hoch / runter geht und normal rechts links?

Bin für hilfe dankbar :)


--------------------
"Große Geister haben stets heftige Gegnerschaft in den Mittelmäßigen gefunden.
Diese letzteren Können es nicht verstehen, wenn ein Mensch sich nicht gedankenlos
ererbten Vorurteilen unterwirft, sondern ehrlich und mutig seine Intelligenz gebraucht
und die Pflicht erfüllt, die Ergebnisse seines Denkens in klarer Form auszusprechen."



Go to the top of the page
 
+Quote Post
[FAG]Moxy
post May 27 2008, 09:22 AM
Post #127


Group Icon Sergeant

Group: Members

Joined: 21-May 08
From: Canada
Member No.: 71985



Mute chat sounds
A very useful and simple script to play in peace on a server with noisy players->
The vsay sounds will be muted but still be seen LIKE:( I need ammo --Medic-- Great shot ! etc..)
Will still hear Ammo firing, foot steps General Warnings/Info like: !dyno plants, killing sprees and PM notification's .
(There is an echo in this script telling you when you have turned it on and off)



QUOTE
seta soundon "cg_novoicechats 0; echo ^2 CHAT SOUND ON !!!!!; set soundtoggle vstr soundoff"
seta soundoff "cg_novoicechats 1; echo ^1 CHAT SOUND OFF / SILENCE !!!!; set soundtoggle vstr soundon"
seta soundtoggle "vstr soundon"
bind f5 "vstr soundtoggle"






--------------------
Go to the top of the page
 
+Quote Post
Guest_dnstuff_*
post May 27 2008, 03:45 PM
Post #128




Guests






here are my gun setts #

bind 1 "weaponbank 1;cg_drawgun 1;cg_fov 112;m_pitch 0.02900;vstr clear"
bind MOUSE2 "weaponbank 2;cg_drawgun 0;cg_fov 90;m_pitch 0.01501;cg_autoreload 0;vstr clear"
bind 3 "weaponbank 3;cg_drawgun 0;cg_fov 90;m_pitch 0.01501;cg_autoreload 0;vstr text1"
bind 4 "weaponbank 4;cg_drawgun 1;cg_fov 112;m_pitch 0.02900;vstr clear"
bind 5 "weaponbank 5;cg_drawgun 1;cg_fov 110;m_pitch 0.02900;vstr clear"
bind MOUSE5 "weaponbank 6;cg_drawgun 1;cg_fov 110;m_pitch 0.02400;vstr clear"
bind 2 "weaponbank 7;cg_drawgun 1;cg_fov 116;m_pitch 0.02300;vstr clear"
bind MOUSE3 "+zoom;+zoom;+attack;+attack;+attack;-attack;-attack;-zoom;-zoom"
bind MOUSE4 "weapalt;m_yaw 0.022"


This post has been edited by dnstuff: May 27 2008, 03:45 PM
Go to the top of the page
 
+Quote Post
[FAG]Moxy
post May 31 2008, 10:08 AM
Post #129


Group Icon Sergeant

Group: Members

Joined: 21-May 08
From: Canada
Member No.: 71985



Crouch + FOV + Mouse Sensitivity Script



Keep it simple

1.Crouch + Mouse sensitivity Change
When crouched Mouse sensitivity lowered
When Standing back to normal sensitivity
(sensitivity number's can be changed from 0 to 30.)
(The key if pressed will also work to change your Mouse Sensitivity when in prone position)



QUOTE
set sensd "+movedown; sensitivity 4.5"
set sensu "-movedown; sensitivity 7.5"
set do "vstr sensd"
set up "vstr sensu"
bind c "+vstr do up"


~~
2. Crouch + field of view change
When crouched field of view set at 90
When standing field of view set at 105
(FOV numbers can be between 90 -110) on most servers
(This key will also work to change your FOV when in prone position)



QUOTE
set crouch90 "+movedown; cg_fov 90 "
set crouch105 "-movedown; cg_fov 105"
set crdo "vstr crouch90"
set crup "vstr crouch105"
bind c "+vstr crdo crup"



~~
3.Or both combined Crouch + FOV + Sensitivity Mouse
When crouched field of view set at 90 and mouse sensitivity lowered.
When standing field of view set at 105 and mouse sensitivity Raised to normal.
(This key will also work to change your FOV + Mouse Sensitivity when in prone position)




QUOTE
set crouchd "+movedown; cg_fov 90 ; sensitivity 2.5"
set crouchu "-movedown; cg_fov 105 ; sensitivity 5.5"
set cdo "vstr crouchd"
set cup "vstr crouchu"
bind c "+vstr cdo cup"




This post has been edited by [FAG]Moxy: May 31 2008, 10:10 AM


--------------------
Go to the top of the page
 
+Quote Post
_niksutiksu_
post Jun 3 2008, 07:10 AM
Post #130


Group Icon Private 1st Class

Group: Members

Joined: 15-July 07
From: Finland
Member No.: 55993



http://s4.fi.bitefight.org/c.php?uid=16266 <--- In that link is vampire sounds to ET ^^
Go to the top of the page
 
+Quote Post
Guest_dnstuff_*
post Jun 4 2008, 01:55 PM
Post #131




Guests






ZITAT(_niksutiksu_ @ Jun 3 2008, 08:10 AM) *
http://s4.fi.bitefight.org/c.php?uid=16266 <--- In that link is vampire sounds to ET ^^


more random links/malware plx
Go to the top of the page
 
+Quote Post
sillas
post Jul 11 2008, 04:05 PM
Post #132


Group Icon Sergeant First Class

Group: Members

Joined: 24-May 07
Member No.: 52894





--------------------
http://www.youtube.com/watch?v=oHg5SJYRHA0

\o/ \\o o// \o/ \\o o// \o/ \\o o// \o/ \\o o// \o/ \\o o// \o/ \\o o// \o/ \\o o// \o/ \\o o// \o/ \\o o// \o/ \\o o// \o/ \\o o// \o/


Go to the top of the page
 
+Quote Post
fumo&toso
post Jun 3 2010, 02:01 PM
Post #133


Private

Group: Members

Joined: 29-May 10
From: Baltimore , Maryland
Member No.: 92185



// ============================================ //
// Jump script (jump with pmove_fixed set to 1) //
// ============================================ //
set jump_dn "pmove_fixed 1; +moveup"
set jump_up "-moveup; pmove_fixed 0"
bind CTRL "+vstr jump_dn jump_up"

__________________________________________________________________

Hi everyone , my question is :

I can use this script on NQ servers? and if I can, is it legal?
I mean, if it is considered cheat or not? because I dont want to be banned hehe vogel.gif and I don't know if I can use that script on my config.

Thanks for answering.
Go to the top of the page
 
+Quote Post

9 Pages V  « < 7 8 9
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 29th March 2024 - 11:22 AM