Server-Logo in Records-Eyepiece
From TrackmaniaServer Wiki
Attention: We do not offer support for editing the plugins config. This is just a small tut that should help you to get along. For further questions contact the author of the plugin
Implementing a serverlogo is possible by editing the records_eyepiece.xml.
Code Example
<placement> <enabled>true</enabled> <description>Clanname</description> <display>always</display> <pos_x>24.92</pos_x> <pos_y>34.7</pos_y> <width>2.1</width> <height>2.1</height> <image>http://www.myurl.de/picturefile.png</image> </placement>
- The image must be in PNG format and it must be accessible on a public webspace. Transperency is allowed.
- Edit the records_eyepiece.xml
- Edit the X,Y-Values for positioning and the width and height values for scaling
- Edit the image value to the url of your image
- The code block must be located between the <placement_widget> and </placement_widget> tags. The <enabled> flag must be true.
- The display value sets when the logo should be displayed. Possible values are always, score, race
- There are much more settings available, check README Records Eyepiece 1.0.0 Placement Examples or the website of the author.