Flop it out br 0 Report post Posted September 18, 2015 Does anyone know how to edit the xm8 settings to add server rules ect. Share this post Link to post Share on other sites
ka0s 457 Report post Posted September 18, 2015 Exile.Altis\xm8_server_info.html in your mission file: <html> <head> <title>[ISAF] Exile Server</title> </head> <body> <h1>Server Rules</h1> <p>Don't be a douchebag.</p> <p>Don't eat my cookies.</p> <p>Keep your clothes on.</p> <p>Some line here..</p> <p>Some line here..</p> </body></html>It's HTML compatible, you can add more lines by adding <p></p> tags. 1 Share this post Link to post Share on other sites
Flop it out br 0 Report post Posted September 18, 2015 thank you Share this post Link to post Share on other sites
cal dasiri 33 Report post Posted September 25, 2015 It's HTML compatible, you can add more lines by adding <p></p> tags. Is it full HTML compatible or is it for basic html only? Share this post Link to post Share on other sites
ka0s 457 Report post Posted September 25, 2015 Is it full HTML compatible or is it for basic html only? I'm not exactly sure about that buddy, haven't tested it to be honest, as I only need it for generic server rules. Share this post Link to post Share on other sites
Apoc 102 Report post Posted September 25, 2015 it seems to only be basic compatible. Though admittedly I am no expert. I tried the typical html link method and failed miserably. Share this post Link to post Share on other sites
Kugane 27 Report post Posted October 3, 2015 (edited) Links works fine, i will Post later my File with working Hyperlinks.#edit: These my XM8 text<html> <head> <title>Server</title> </head> <body> <p></p> <h1><a href="http://tcc-clan.de/wbb/news/">Homepage</a><br></h1> <h1><a href="http://tcc-clan.de/wbb/index.php/Thread/562-Exile-Server-Regeln/">Server Regeln</a><br></h1> <h1><a href="http://tcc-clan.de/wbb/index.php/Thread/574-Exile-Tutorial-Info/">Tutorial and Info</a><br></h1> <h1><a href="http://tcc-clan.de/wbb/index.php/Thread/527-EXILE-Server-Changelogs/">Changelogs</a><br></h1> </body> </html> Edited October 4, 2015 by Kugane 1 Share this post Link to post Share on other sites
red_ned 658 Report post Posted November 8, 2015 I played with this as I am a web developer and found it only responds to h1 and p tags, hence why the a href is forced to be h1.Couldn't find any other tags which worked but its still pretty good 2 Share this post Link to post Share on other sites
yarpii 12 Report post Posted September 2, 2018 (edited) but is there a way to make this server rules into a other app or call it to a script what will open a app ? Because these normal server rules are ugly XD Edited September 2, 2018 by yarpii Share this post Link to post Share on other sites