Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Directory called "defs" may have what your looking for...
Regarding actual console commands, type "help" in it and use "page up/down" to browse.
Interesting ones include "gamespeed" (guess what), "noclip" (there are more quake-like ones), for screenshots things like "hud_show" and "r_showweapons" and many many more.
Thanks for sharing all of that powerful knowledge! This is pretty much the information I was looking for. :)
and I can modify the amount of health I get from pickups here in > health.txt
I am unable to locate where I edit the starting health of my character upon spawning in. This is all I need to find and I can do a really fun, realistic mode, type of difficulty.
"#include "defs/common.txt"
Player kActor_Player
{
className "kexPuppet"
health 100
initialScale "1.0 1.0 1.0"
And yes to the scale.
I have found "starting health" values for the enemies, but I haven't been able to find where I edit their damage dealt to the player. I spent a few hours going through files, but I could have easily missed what I'm looking for due to my nubishness.
type "help", a list appears... Use pg up/down to scroll list...
i think its "giveweapons/give_weapons...
I bound it to a key for easy access, so I forget command.
Tab both auto completes and lists commands based on what you typed. Typing "give" and pressing tab will thus give you a list of all commands that begin with "give" and also auto complete from the first command (pressing tab again will cycle the auto complete to the next command and so on). FYI this is how most modern OS command prompts work as well.