Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

how to die slowly and painfully for the player quickly

step 1: press the ` bar to your keyboard, this will open up the command bar

step 2: type explode to the command bar

step 3: point the mouse cursor to the player and press enter to the command bar if you have explode text

step 4: have a painful and slow death waiting for you

(give me hints how to use the command bar to add or remove effects to my player)

(+1)

the only one i was able to find was 'heal', but i didn't mess with it for long

(1 edit) (+2)

"setbodyfield (name of the property) (value)" changes body properties, like temperature, mood
"setlimbfield (name of the limb) (name of the property) (value)" sets things for limbs - skin health, muscle health, infected etc.

"talk (text)" makes the player talk (yellow text above his head)

"heal" fully heals the player, does NOT remove amputations

"coagulate" fully stops bleeding on the player

explode also has parameters (like chance to destroy tiles, skin, muscles iirc)

"spawn (item name, items that have 2+ words for name (like "rifle magazine") is written without spaces and without underscores, so "rifle magazine" becomes "riflemagazine", some item names don't match with the displayed names, i.e. "antiseptic" is called "disinfectant", so to spawn antiseptic, you would need to write "spawn disinfectant" and not "spawn antiseptic") (how damaged is it, in decimal, 0.0 (or just 0) is completely broken and 1.0 (or just 1) is fully intact) (amount of items to spawn)" (or summon, i kinda forgot)

That's all the commands I remember

Here is the link to official wiki, that contains all the commands: https://scavprototype.wiki.gg/wiki/Commands