.iCe|' Clan Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome To .iCe|'Clan Forum !!
 
HomeLatest imagesSearchRegisterLog in

 

 CFG'shop (Parts, no coplete CFG)

Go down 
AuthorMessage
Guest
Guest




CFG'shop (Parts, no coplete CFG) Empty
PostSubject: CFG'shop (Parts, no coplete CFG)   CFG'shop (Parts, no coplete CFG) Icon_minitimeThu Jan 06, 2011 11:55 pm

HEYHO

Here I offer my some parts of my CFG .. if you want some CFG (Full CFGs ask me)


For the people witch arent confused in using CFGs pls Ignore the following lines Very Happy
at first...


1. What is an CFG or config called ?
> an CFG is like an ini or an Textducument witch save your Settings from the game

2. How to create a CFG ?
> Simply (on windooh! [Windows i mean] ) go on your Et folder .. find it under C:/programms/wolfenstein enemy teritorry/ .. then go under etmain and create a textducument, simple in the root. So if u had done this write down your CMDs (following on the bottom) then go und File save as choose your custom data and write on the top [yourCFG].cfg Save. Readdy!

3. How to execute an CFG in ET (shortform for Wolfenstein Enemy Teritorry) Smile
> Press everywere u will be in ET (menu or on our XaX server) the key left from the number 1 or uver the TAB key. [^] then there will be an console right ? First press 1 or 2 times backspace (over enter the key) and then write /exec [yourCFG]

Code:
LOOK AT THIS ! : [yourCFG].cfg isnt an name its an value if. Think about an name for your CFG. Or call it simply autoexec.cfg then Et will run the cfg on every Start of ET. If u had choosen xxx.cfg is your cfg write in the Console /exec xxx.cfg or /exec xxx



//CROUCH (If U Crouch ur sens will get LOWER) [C is the CROUCH KEY]
Code:
 

   bind   c               "+vstr mouse_2 mouse_3"
   set   mouse_2      "set sensitivity 0.8;+movedown"
   set   mouse_3      "set sensitivity 1;-movedown"

//GLOBAL SETTINGS (some Global Settings)

Code:



seta cl_maxpackets "100"
seta rate "35000"           
seta snaps "20"             
seta cl_packetdup "1"   
seta cl_yawspeed "140" 
seta cl_pitchspeed "140"
seta cl_run "1"
seta cg_muzzleFlash "0" 
seta cg_impactvibration "0"
seta cg_damagekick "0" 
seta cg_fallkick "0"
seta cg_drawfallkick "0"
seta cg_drawdamagekick "0"
seta cg_announcer "1"
seta cg_drawBuddies "1"
seta cg_drawSmallPopupIcons "1"

//Graphic stuff

Code:
seta R_mode -1   
seta r_customheight [x]
seta r_customwidth [y]


The First entry [x] should be filled with your Screenheight. Means the pixel from the bottom of your screen to the top.
The Second [y] should be filled with your Screenwidth. Means the pixel from the left to the right of your screen.

For Full HD screens should entered there [x] = 1080 [y] = 1920


For Questions : ASK XTC ingame or in the Forum per PM


Last edited by XTC on Fri Jan 07, 2011 10:44 am; edited 1 time in total
Back to top Go down
Guest
Guest




CFG'shop (Parts, no coplete CFG) Empty
PostSubject: Part II   CFG'shop (Parts, no coplete CFG) Icon_minitimeFri Jan 07, 2011 12:02 am

Now an Name Script easy change names by hitting an binded key

Code:


   bind   [THE KEY]      "vstr tog_name"
   set   tog_name    "vstr tog_name_1"
   set   tog_name_1    "seta name [NAME 1]  ; echo [NAME 1]  ; set tog_name vstr tog_name_2"
   set   tog_name_2    "seta name [NAME 2]  ; echo [NAME 2]  ; set tog_name vstr tog_name_3"
   set   tog_name_3    "seta name [NAME 3]  ; echo [NAME 3]  ; set tog_name vstr tog_name_4"
   set   tog_name_4    "seta name [NAME 4]  ; echo [NAME 4]  ; set tog_name vstr tog_name_5"
   set   tog_name_5    "seta name [NAME 5]  ; echo [NAME 5]  ; set tog_name vstr tog_name_6"
   set   tog_name_6    "seta name [NAME 6]  ; echo [NAME 6]  ; set tog_name vstr tog_name_7"
   set   tog_name_7    "seta name [NAME 7]  ; echo [NAME 7]  ; set tog_name vstr tog_name_8"
   set   tog_name_8    "seta name [NAME 8]  ; echo [NAME 8]  ; set tog_name vstr tog_name_9"
   set   tog_name_9    "seta name [NAME 9]  ; echo [NAME 9]  ; set tog_name vstr tog_name_1"


Into the [THE KEY] should be filled the Key witch u would like to bind.
Into the Name 1,2,3 and so on you must fill your names .. after the "echo" (this reply your name, that you could see your name on your screen.


An Shorter Version (less names)
Code:


   bind   [THE KEY]      "vstr tog_name"
   set   tog_name    "vstr tog_name_1"
   set   tog_name_1    "seta name [NAME 1]  ; echo [NAME 1]  ; set tog_name vstr tog_name_2"
   set   tog_name_2    "seta name [NAME 2]  ; echo [NAME 2]  ; set tog_name vstr tog_name_3"
   set   tog_name_3    "seta name [NAME 3]  ; echo [NAME 3]  ; set tog_name vstr tog_name_1"



The same Edits like on the top.





For Questions : ASK XTC ingame or in the Forum per PM
Back to top Go down
Guest
Guest




CFG'shop (Parts, no coplete CFG) Empty
PostSubject: Re: CFG'shop (Parts, no coplete CFG)   CFG'shop (Parts, no coplete CFG) Icon_minitimeFri Jan 07, 2011 10:18 am

///FOV-Toogle (see enemys nearer)

Code:

seta cg_fov "[2]"
set shooton "+attack;cg_fov [1];set vstr shootoff"
set shootoff "-attack;cg_fov [2];set vstr shooton"
bind mouse1 "+vstr shooton shootoff"




If you Press Mouse left button U will see the enemy nearer IF u insert in [2] your regular FOV (normaly 90, better 110) and then an tinyer value of your FOV (try around 100 to 90).

TEST IT not for all people .. I LIKE IT Very Happy

My Script (full entry)

Code:
seta cg_fov "155"
set shooton "+attack;cg_fov 130;set vstr shootoff"
set shootoff "-attack;cg_fov 155;set vstr shooton"
bind mouse1 "+vstr shooton shootoff"
For Questions : ASK XTC ingame or in the Forum per PM
Back to top Go down
Guest
Guest




CFG'shop (Parts, no coplete CFG) Empty
PostSubject: Re: CFG'shop (Parts, no coplete CFG)   CFG'shop (Parts, no coplete CFG) Icon_minitimeFri Jan 07, 2011 10:26 am

Now some CMDs for the General

Code:



echo ^1 REDTEXT

This show you like an kill of an teammate in the left side of your screen an "echo" message.
It is usefull if u have binded an key and u want an reaction of your PC or MAC.

Code:



echo ^1 Config Has Been Loaded 

// Result Config Has Been Loaded


If u exec your cfg u will see :" hey there i see my cfg is loaded"


Code:


Bind X say ^1Hey 

Bind X vsay Hello ^1Hey 

// Result Hey

//Result Hey + Sound of Hello


If you want only say Hey without sound bind your key [X] and then after the word [SAY] your message.
If you want say Hey with the sound of HI!, bind your key [X] and then after that write vsay then your sound (in this time Hello) and then your message

For Questions : ASK XTC ingame or in the Forum per PM
Back to top Go down
Guest
Guest




CFG'shop (Parts, no coplete CFG) Empty
PostSubject: Re: CFG'shop (Parts, no coplete CFG)   CFG'shop (Parts, no coplete CFG) Icon_minitimeFri Jan 07, 2011 10:33 am

Graphics II

Code:



seta r_gamma "[0.5-1.5]"



//Result if u put an low value like 0.5 your screen gets darker
//Result if u put an high value like 1.5 your screen gets brighter

Code:


seta r_mapoverbrightbits "[1-3]"


//Result the dark points on a map (like shadows) will get if u use an higher value as 1 brighter.
//3 is the maximum value of this CMD


For Questions : ASK XTC ingame or in the Forum per PM
Back to top Go down
.eVo#

.eVo#


Posts : 23
Points : 39
Join date : 2011-01-03
Age : 26
Location : Gdynia, Poland

CFG'shop (Parts, no coplete CFG) Empty
PostSubject: Re: CFG'shop (Parts, no coplete CFG)   CFG'shop (Parts, no coplete CFG) Icon_minitimeFri Jan 07, 2011 7:36 pm

Nice SPAM ! ....But ofc nice guide Wink
Back to top Go down
Sponsored content





CFG'shop (Parts, no coplete CFG) Empty
PostSubject: Re: CFG'shop (Parts, no coplete CFG)   CFG'shop (Parts, no coplete CFG) Icon_minitime

Back to top Go down
 
CFG'shop (Parts, no coplete CFG)
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
.iCe|' Clan Forum :: .iCe|' Off Board :: Shop-
Jump to: