IPB

Welcome Guest ( Log In | Register )

9 Pages V  « < 4 5 6 7 8 > »   
Reply to this topicStart new topic
> The Scripte-Thread, Wer von euch hat welche?
[FQRF]LongLife
post Sep 27 2006, 02:46 PM
Post #71


Group Icon Staff Sergeant

Group: Members

Joined: 6-July 04
Member No.: 61



Satan was man nicht alles finden kann wenn man richtig sucht depp.gif

Bei Bani himself.

Also da kann ich gut mit Leben. super.gif

dat ding was wir suchen heisst autoexec_default.cfg und das tut auch. Sehr feine Sache das

Kalick

Einschränkung: gilt nur für ET-Pro schätze ich mal

This post has been edited by [FQRF]LongLife: Sep 27 2006, 03:16 PM
Go to the top of the page
 
+Quote Post
NHLfan
post Sep 27 2006, 10:41 PM
Post #72


Group Icon General of the Army

Group: Members

Joined: 8-August 04
From: Vienna, AT
Member No.: 366



Nein, ich meine nicht ETPro's autoexec (ich benutze kein etpro), sondern ich rede vom normalen autoexec, welches bei ET standard und modunabhängig ist


--------------------
Go to the top of the page
 
+Quote Post
P0S!Xkonform
post Sep 27 2006, 11:40 PM
Post #73


Group Icon Master Sergeant

Group: Members

Joined: 23-May 06
Member No.: 27388



Hallo,
ja die autoexec.cfg ist ein bisschen komisch.
Die /etmain/autoexec.cfg wird beim Starten von ET ausgeführt (falls nicht, hat man wohl ein Problem), und gilt standardmäßig nur für etmain. Will heißen, alles was in der /etmain/autoexec.cfg steht, ist nach einem Neustart von ET definitiv eingestellt (für etmain). Mit den Mods verhält es sich standardmäßig (damit meine ich, dass der Mod nicht selbst irgendwelche Dateien lädt) so: Wird der Mod das erste Mal gestartet, wird das aktuelle Profil aus etmain in den Mod-Ordner kopiert. Von nun an bleibt die Config des Mods unverändert, also kein erneutes Kopieren aus etmain. Will man jetzt die Config des Mods ändern, muss man dies entweder per Menü machen (der Mod muss natürlich geladen sein) oder man ändert die Config-Dateien im Mod-Ordner mit einem Texteditor. Ich habe auch schon probiert, einfach die autoexec.cfg in den Mod-Ordner zu kopieren (z.B.: /etpub/autoexec.cfg), führte aber leider nicht zum gewünschten Ergebnis. Da es prinzipiell eigentlich nicht notwendig ist, die gewünschten Einstellungen (in der autoexec.cfg) ständig beim Starten von ET neu zu setzen, reicht es aus, alles was man einstellen will in eine beliebige Config-Datei im etmain-Ordner zu speichern (z.B.: /etmain/my_etpub_config.cfg). Will man nun die Einstellungen setzten, lädt man einfach den gewünschten Mod und führt das Skript in der Console aus /exec my_etpub_config.cfg. Das Skript wird ausgeführt und alle Einstellungen werden in das aktuelle Profil (im Mod) übernommen (natürlich nur wenn es nicht schreibgeschützt ist). Ein erneutes Ausführen wird erst nötig, falls sich das Skript my_etpub_config.cfg geändert hat.
Go to the top of the page
 
+Quote Post
M!LLeRT!Me
post Sep 28 2006, 02:53 PM
Post #74


Group Icon Sergeant

Group: Members

Joined: 31-July 06
Member No.: 30970



Die werden bei jedem ET-Start automatisch ausgeführt. Wenn du was in der Config änderst wird dies zwar erst beim zweiten ET Start ausgeführt (es sei denn es wird manuell gemacht), aber trotzdem asugeführt.
Fügt in eure CFG mal das hier ein
CODE
wait 8000

Ihr werdets merken ... zwinker2.gif
Und wenn sie bei euch wirklich nicht ausgeführt wird, mich fragen, gibt da eine einfache Lösung.
:)

This post has been edited by M!LLeRT!Me: Sep 28 2006, 02:56 PM
Go to the top of the page
 
+Quote Post
Bimmer
post Oct 21 2006, 01:39 AM
Post #75


Group Icon Private 1st Class

Group: Members

Joined: 27-March 06
Member No.: 24754



sorry mistake doof.gif

This post has been edited by Bimmer: Oct 21 2006, 01:40 AM


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


Go to the top of the page
 
+Quote Post
Fritzerssss
post Oct 29 2006, 10:05 PM
Post #76


Group Icon Sergeant First Class

Group: Members

Joined: 27-July 06
From: Altenburg/Thr/Deutschland
Member No.: 30735



hallo ,ich wollt mal fragen weches script richitg ist das sich nicht nur die sicht ändert sondern auch die mouse sensy,zur zeit ändert sich nur die mouse sensy
, arbeiten tuen beide nicht

//fov//
set shoot_dn "cg_fov 90; +attack"
set shoot_up "-attack; cg_fov 105"
bind MOUSE1 "+vstr shoot_dn shoot_up"

//Attack
set sens1 "+attack; seta sensitivity 1.4"
set sens2 "-attack; seta sensitivity 2.3"
bind MOUSE1 "+vstr sens1 sens2"

oder

unbind mouse1
set shoot_dn "cg_fov 90; +attack"
set shoot_up "-attack; cg_fov 105"
set sens1 "+attack; seta sensitivity 1.4"
set sens2 "-attack; seta sensitivity 2.3"
bind MOUSE1 "+vstr shoot_dn shoot_up +vstr sens1 sens2"

oder uss ihc das anders mache bitte um hilfe

This post has been edited by Fritzerssss: Oct 29 2006, 10:05 PM


--------------------
IPB Bild

IPB Bild
Go to the top of the page
 
+Quote Post
-IronMonkey-
post Oct 29 2006, 10:13 PM
Post #77


Group Icon Second Lieutenant

Group: Members

Joined: 24-January 06
From: Italiano Bastardo
Member No.: 21523



QUOTE(Fritzerssss @ Oct 29 2006, 10:05 PM) [snapback]28866[/snapback]

hallo ,ich wollt mal fragen weches script richitg ist das sich nicht nur die sicht ändert sondern auch die mouse sensy,zur zeit ändert sich nur die mouse sensy
, arbeiten tuen beide nicht

//fov//
set shoot_dn "cg_fov 90; +attack"
set shoot_up "-attack; cg_fov 105"
bind MOUSE1 "+vstr shoot_dn shoot_up"

//Attack
set sens1 "+attack; seta sensitivity 1.4"
set sens2 "-attack; seta sensitivity 2.3"
bind MOUSE1 "+vstr sens1 sens2"

oder

unbind mouse1
set shoot_dn "cg_fov 90; +attack"
set shoot_up "-attack; cg_fov 105"
set sens1 "+attack; seta sensitivity 1.4"
set sens2 "-attack; seta sensitivity 2.3"
bind MOUSE1 "+vstr shoot_dn shoot_up +vstr sens1 sens2"

oder uss ihc das anders mache bitte um hilfe


and also add
+sprint
-sprint
grin.gif


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




VS|ARMY -Honor and Loyalty-
Go to the top of the page
 
+Quote Post
Fritzerssss
post Oct 30 2006, 12:43 PM
Post #78


Group Icon Sergeant First Class

Group: Members

Joined: 27-July 06
From: Altenburg/Thr/Deutschland
Member No.: 30735



can someone give me ???
a bind from mouse1 for fov change,sprint,mouse sensy hammer.gif


--------------------
IPB Bild

IPB Bild
Go to the top of the page
 
+Quote Post
GoJu!ce
post Nov 6 2006, 10:17 PM
Post #79


Private

Group: Members

Joined: 31-July 06
Member No.: 30980



if i want to say something to my ft, what do i have to write?

And, i want to say timing nade, and throwing nade.. how can i do this?
Go to the top of the page
 
+Quote Post
-IronMonkey-
post Nov 7 2006, 02:36 AM
Post #80


Group Icon Second Lieutenant

Group: Members

Joined: 24-January 06
From: Italiano Bastardo
Member No.: 21523



QUOTE(GoJu!ce @ Nov 6 2006, 10:17 PM) [snapback]29522[/snapback]

if i want to say something to my ft, what do i have to write?

And, i want to say timing nade, and throwing nade.. how can i do this?


to chat with your mate use on your keyboard:
T ---> Global Chat
Y ---> Team Chat
U ---> FireTeam Chat

here is a guide to start learn script and bind:
http://4newbies.planetwolfenstein.gamespy.com/scripts.htm
than use your fantasy 01lol.gif

cheers.gif


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




VS|ARMY -Honor and Loyalty-
Go to the top of the page
 
+Quote Post
Eradicated
post Nov 7 2006, 09:17 AM
Post #81


Group Icon Master Sergeant

Group: Members

Joined: 28-February 06
From: London
Member No.: 23386



QUOTE(Fritzerssss @ Oct 30 2006, 11:43 AM) [snapback]28896[/snapback]

can someone give me ???
a bind from mouse1 for fov change,sprint,mouse sensy hammer.gif


Fritz, try reading the first page of this post, all the cmds are there. super.gif


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
dope_dude_yo
post Nov 18 2006, 11:11 PM
Post #82


Private

Group: Members

Joined: 23-October 06
Member No.: 36293



QUOTE(mercenary @ Feb 27 2006, 11:03 AM) [snapback]18238[/snapback]

hello guys, i'd like to have a bind that says ' We are recruiting '

if you have one please let me know


mercenary if you want it to just state it in the chat... your bind is....

/bind m say ^1 We Are Recruiting


"m" being the key you want, and ^1 being the color you want. grin.gif
Go to the top of the page
 
+Quote Post
Milic
post Nov 20 2006, 12:30 PM
Post #83


Group Icon First Lieutenant

Group: Members

Joined: 24-June 06
From: Zagreb,Croatia
Member No.: 28959



when iam tip v57 wundebar how i can that be in color!

SORRY FOR MY BAD ENGLISH!!
THX!


--------------------
Crack Smokin WAITING FOR YOU, COME AND FRAG WITH THE BEST! cS*Nightm@r3 ,cS*Clan Leader,cS*|Server Owner,cS*Site Administrator
Go to the top of the page
 
+Quote Post
Eradicated
post Nov 21 2006, 05:28 PM
Post #84


Group Icon Master Sergeant

Group: Members

Joined: 28-February 06
From: London
Member No.: 23386



QUOTE(Milic @ Nov 20 2006, 11:30 AM) [snapback]30405[/snapback]

when iam tip v57 wundebar how i can that be in color!

SORRY FOR MY BAD ENGLISH!!
THX!


Millic, do you want Wundebar in colour font?

E.g. /bind x vsay cheer ^0Wunde^9Bar

You can havy any coloured font you want.. just type it in after the cmd
e.g
/bind x vsay oops ^0N^9o^0O^9b^0s -> NoOBs

But everytime you press the bind.. the sound played will not be wundebar everytime... the sound played for it is chosen at random. E.g. Axis -> Wundebar, Jahaa, Exellent, Sehr Gut etc.. you cant create a bind for a specific sound .

This post has been edited by Eradicated: Nov 21 2006, 05:30 PM


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
Milic
post Nov 21 2006, 07:29 PM
Post #85


Group Icon First Lieutenant

Group: Members

Joined: 24-June 06
From: Zagreb,Croatia
Member No.: 28959



omg thx!
aha i know that now!
thx for your time!
and!!!

THX! grin.gif friends.gif


--------------------
Crack Smokin WAITING FOR YOU, COME AND FRAG WITH THE BEST! cS*Nightm@r3 ,cS*Clan Leader,cS*|Server Owner,cS*Site Administrator
Go to the top of the page
 
+Quote Post

9 Pages V  « < 4 5 6 7 8 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 4th July 2025 - 08:15 AM