[Mission] Rope-knocking Challenge (updated) (INCLUDED IN HEDGEWARS)
Sat, 2015-04-04 15:37
I have made an updated version of the mission “Rope-knocking Challenge” and I would like to have in included in the next Hedgewars version.
Updates:
- Minor bugfix of a rare bug: If you managed to throw the leftmost hedgehog into the water, this kill was not counted, so you could end up with not winning, even if you killed all enemies. Now a girder ensures the leftmost hedgehog will always take fall damage.
- Taunts are displayed whenever a enemy hedgehog has been knocked over
- The stats screen now shows the important game results: Number of hogs killed and your time (if all enemies have been killed).
- A simple scoring system.
- A couple of changes to the in-game messages
- Made the strings more translation-friendly (i.e. string.format instead of string concatenation)
- The teams now use other flags (for flavor)
Code is here:
http://holzgolz.heliohost.org/data/games/hedgewars/missions/User_Mission_-_Rope_Knock_Challenge.lua
I want to have this in Hedgewars. If you want to try it out right now, download the file and save this file into $YOUR_HEDGEWARS_DATA_FOLDER/Data/Missions/Training.
Don't forget to delete this if you don't want it anymore or want to use the official version again.
Hi, I am a Hedgewars developer.