2016-03-30, 19:32
(2016-03-28, 05:35)teeedubb Wrote: Actually I think youll need a different approach as the addon checks if a rom file exists before launching it, so using the appid as the file name wont work. Set the rom directory to your launcher_scripts folder. Use the name your steam launcher_script as the game file name in the xml. In the steam_launcher script youll need something along the lines of
if %2 = "Half Life 2"
AppID = "HALF LIFE 2's APPID"
elif %2 = "Bordelands"
AppID = "Borderlands APPID"
steam.exe %AppID
The script above is just an example and probably wont work as is, I'm not that familiar with batch file scripting.
I didn't understand the bolded part. What's the difference in the XML between game name and description? What shows in the Kodi screen is the game name or the description?
Will it look like:
Quote: <game SteamAppId="221380" name="rocketlauncher.bat">
<description>Age of Empires II - HD Edition</description>
<manufacturer>Skybox Labs, Hidden Path Entertainment, Ensemble Studios</manufacturer>
<year>2013</year>
<genre>Strategy</genre>
</game>
...or something else?
I'm using RocketLauncher to launch the games, so I don't need a script for Steam.