mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-19 04:32:53 +00:00
hardcore_tweaks 1.0
This commit is contained in:
parent
4204298b3e
commit
ee004894e2
@ -21,6 +21,11 @@ Display the player's killstreak, total kills and deaths on top of the screen
|
||||

|
||||
</details>
|
||||
|
||||
## hardcore_tweaks.gsc
|
||||
|
||||
The hardcore mode replaces some game functionalities like enabling friendly fire or disabling killcams.
|
||||
With this script you override the tweaks the hardcore mode brings.
|
||||
|
||||
## kill_stuck_bots.gsc
|
||||
|
||||
This is a temporary solution to inactive bots or bots stuck in corners on custom maps.
|
||||
|
5
small_scripts/hardcore_tweaks.gsc
Normal file
5
small_scripts/hardcore_tweaks.gsc
Normal file
@ -0,0 +1,5 @@
|
||||
Init()
|
||||
{
|
||||
level.teamTweaks["fftype"].value = 0; // Disable friendly fire
|
||||
level.gameTweaks["allowkillcam"].value = 1; // Enable killcams
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user