Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Daeymon

Pages: [1]
1
Scripting / Re: Need help with ".file_name.length ()" please
« on: February 11, 2018, 12:40:50 PM »
Try:
Code: [Select]
if (Picture [ "pic" ].file_name.len() > 0)
{
    // do stuff
}

2
Scripting / Re: Styling the filters menu and exit window , how?
« on: February 11, 2018, 09:04:51 AM »
Check out the theme Silky by Oomek. His code successfully styles the overlays.

3
Scripting / [Q] Adjust passed game filename right before Game Launch
« on: February 09, 2018, 05:33:25 AM »
Is it possible to adjust the launching game filename during the callback "Transition.ToGame"?

What I want to achieve is a script in my layout which when a filename in the gamelist ends in "Disc 1 of #" it'll bring up a custom overlay providing an option for each disc. The user selects which disc they want and launch concludes, with the chosen disc being the one getting passed to the emulator.

I'm quite certain I can achieve all that within a layout, except for changing the value passed to the emulator. And I suspect its not even possible, so just posting here to double check.

This is for Dreamcast emulation, so m3u files or pbp files do not apply and I don't want to use Rocketlauncher.

Pages: [1]