Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem








At line 1811 (inside "update" function) just BEFORE this line:
Add this:
end
SetTag(robot.body, "disabled")
robot.enabled = false
end
Changes posted in my previous comment may be incompatible with this mod! :D As they changing base robot class.
Script uses stunned level instead of health (i was not able to find health var for robots), so its a bit stupid way, but it will work.
To make it right :
1. Add robot.health variable with some init value (+a bit of random ;-))
2. Add health consumption in "hitByExplosion" and "hitByShot" functions
3. In "update" function do robots health check and if it is time to die then kill him the same way as in post before.
(optional) add Explosion(robot.bodyCenter, 4.0) to make his death more deadly
And after all of that .. its still possibly be incompatible with this mod :D