Customisation
To get the most out of pkS Script, you can customise it to suit you're own needs, and to suit the way you play. It's and easy process, and if you haven't attempted any Half-Life scripting before, this is a good introduction.
  1. Open your favourite text editor (eg: Notepad) and navigate to your ...\cstrike\pkS\Customise\ directory.
  2. Open "Customise.cfg".
  3. Now it's just a matter of change the values to suit you.
    • To see what is available for customisation, read the descriptions to the far right of the customisable values.
    • To customise a value, read the options adjacent to them, and change as necessary.
    Examples:

    Values (_V):
    To change chat messages time to 6 seconds, scroll to that line. Because it's a value, change the number after the CVAR name.

    "hud_saytext_time 12" Now becomes... "hud_saytext_time 6"

    Toggles (_Tx) and Cycles (_Cx):
    To change "Jump & Duck" to automatically be on, scroll to that line. The options are either "T1:On" or "T0:Off". Now, change the customisable value to "On"...

    "pkS/Movement/JDuck_T0.cfg"
    Now becomes...
    "pkS/Movement/JDuck_T1.cfg"

  4. Save the changes, and your settings will be automatically loaded when you start Counter-Strike.
  5. NOTE:
    If anything goes wrong in this process, simply over write the mistakes using the backup Customise file, found in ...\cstrike\pkS\Customise\Backup\Customise.cfg.

(top)

Customising For Different Users
pkS Script Pack allows 5 users to have separate configs which can be loaded and saved in-game. This way keys can be rebound, names can be changed, and options can be executed - all at the press of a key.

To customise these options out of game, see the customise instructions above and apply them to User1-Customise.cfg, User2-Customise.cfg, User3-Customise.cfg and User4-Customise.cfg.

To customise keys, names, settings, etc you can simply same them in-game once you have set them for each user, or you can do it manualy:

  1. Open your favourite text editor (eg: Notepad) and navigate to your ...\cstrike\pkS\Customise\ directory.
  2. Open U(1-4)Config.cfg, depending on which user you want to customise.
  3. Settings can now be manually edited, for loading later on.
  4. Save changes.
(top)