The winner string is concatenated at the end of every match and when displayed, all past winner strings are drawn on top of each other.
(Keep reading cuz I found where the bug is in the script and fixed it for you.)
How to reproduce the bug:
1. Play a splitscreen game and let Player1 win the match. The text "Player1 wins the match!" is displayed.
2. Continue playing and let Player2 win the match.
Both the text "Player1 wins the match!" and "Player2 wins the match!" are displayed on top of each other.
Expected result:
Only "Player2 wins the match!" should be displayed.
How to fix:
1. Open up TMCanyon_extras.zip\Scripts\Modes\TrackMania\TMSplitScreen_Competition.Script.txt
2. Go to line 254
3. Change:
Code: Select all
UILayerWinner.ManialinkPage ^=
Code: Select all
UILayerWinner.ManialinkPage =
(What else to fix:)
1. Give each split screen player a configurable "Give up" button, so they can respawn at the starting line without affecting the other players.
2. Add ability to load a maniascript in splitscreen mode. As it is now I have to start a split screen race, press F12 and then paste my script.
BR
/Supersmo