Debriefing > Questions, Help, & How To's
Is there a way to reduce the health to 1%?
(1/1)
iveli:
I would like to create a YOLT on my own server with one hit kills. On the N64 we used to play this way by setting the health all the way down and picking YOLT as a game mode.
kraid:
Would be possible by writing your own gamemode based on LtK and YOLT, i'd say.
You only LtK Twice.
Ofc. this requires some knowledge in phyton scripting.
killermonkey:
https://github.com/goldeneye-source/ges-python/blob/master/ges/GamePlay/LTK.py#L56
You want to add line 56 and 57 to the OnLoadGameplay function of YOLT.py
The amount should be 1000 to ensure instant kill.
iveli:
--- Quote from: killermonkey on August 21, 2016, 04:19:43 pm ---https://github.com/goldeneye-source/ges-python/blob/master/ges/GamePlay/LTK.py#L56
You want to add line 56 and 57 to the OnLoadGameplay function of YOLT.py
The amount should be 1000 to ensure instant kill.
--- End quote ---
Thanks. i'll look into it.
Navigation
[0] Message Index
Go to full version