Vlatitude: Editing skill.cfg Last edited 5 years ago2019-04-25 11:33:45 UTC

You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date. Click here to see the current revision of this page.
The skill.cfg file defines the amount of health, the weapon strength of a monster, and the player's weapon strengths. It is located within the .pak file so you'll need a tool like Pak Explorer to get to it.

Following is an excerpt from the skill.cfg file.
// Headcrab
sk_headcrab_health1 "10"
sk_headcrab_health2 "10"
sk_headcrab_health3 "20"
sk_headcrab_dmg_bite1 "5"
sk_headcrab_dmg_bite2 "10"
sk_headcrab_dmg_bite3 "10"
The first three lines define the Headcrab's strength. The last three define how much damage it does to you. Why are there three definitions? There's three because there are three skill levels. When the skill level is set to easy, the Headcrab's health will be 10 by the definition of sk_headcrab_health1. 2 would be Medium and 3 would be Hard. The same goes for it's damage. Two slashes ( // ) define a comment. That's pretty much all there is to it.

Now you can't just go in and add a new definitions to a monster. You can only change the amounts. Also note that at the top of skill.cfg file it says: "DON'T MESS WITH THIS." Edit this file at your own risk.
This article was originally published on 69th Vlatitude.
TWHL only archives articles from defunct websites. For more information on TWHL's archiving efforts, please visit the TWHL Archiving Project page.

Comments

You must log in to post a comment. You can login or register a new account.