Play map ingame straight from the website?
Posted: 17 Mar 2018, 21:33
I'm trying to find the best way to play a map with gamemode just by getting the URL.
I know only 2 ways to do it.
1. Use ManiaCode's <play_map>, which will straight play the track, although always with a default gamemode. :/
2. Use some fancy functions from CTitleFlow like
Here I'm not sure if I can use an URL for the map. It would be nice thing though.
I managed to test the from the CManiaAppTitle but that one gives me "Map not found."
Is there a way to play a map straight from the internet using gamemode of your choice?
Thanks for answering as always. This is again a thing where without it, Reunited can't happen.
I know only 2 ways to do it.
1. Use ManiaCode's <play_map>, which will straight play the track, although always with a default gamemode. :/
2. Use some fancy functions from CTitleFlow like
Code: Select all
PlayMap (Text Map, Text Mode, Text SettingsXml)
I managed to test the
Code: Select all
PlayMap (Text Map)
Is there a way to play a map straight from the internet using gamemode of your choice?
Thanks for answering as always. This is again a thing where without it, Reunited can't happen.