[Mission] Mission update: That Sinking Feeling (INCLUDED IN HEDGEWARS)
Thu, 2015-04-02 15:59
I have made an updated version of the mission “That Sinking Feeling” and I would like to have in included in the next Hedgewars version.
Most importantly, this fixes a really stupid bug.
Updates:
- Bugfix: When you used a non-English language, this mission did not count the number of rescued hogs correctly. This was because of a forgotten
loc
. - Both teams now use the same color to indicate that they are friends, not enemies
- The stats screen now shows the game results
- A couple of changes to the in-game messages
- Made the strings more translation-friendly (i.e. string.format instead of string concatenation)
- The player team now uses a different flag (“cm_crossedswords”, installed by default).
Code is here:
http://holzgolz.heliohost.org/data/games/hedgewars/missions/User_Mission_-_That_Sinking_Feeling.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.
EDIT: The update is now included in Hedgewars and will appear in the next version of Hedgewas (which I guess will be version 0.9.22). Yay!
Hi, I am a Hedgewars developer.