English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   support.WinUAE (https://eab.abime.net/forumdisplay.php?f=5)
-   -   Adding Boxart to WINUAE Configs (https://eab.abime.net/showthread.php?t=89014)

ransom1122 15 October 2017 11:09

Adding Boxart to WINUAE Configs
 
Hi Toni,

I had a thought and was wondering wether this is possible or worth your time..

I have mocked up a screenshot below, basically a boxcover to be shown when selecting through Configs

http://i68.tinypic.com/15p2x6h.jpg

Schlachtwerk 15 October 2017 13:32

For every Game a single Install wtf ?

Dr.Venom 15 October 2017 14:08

Quote:

Originally Posted by ransom1122 (Post 1192259)
Hi Toni,

I had a thought and was wondering wether this is possible or worth your time..

I have mocked up a screenshot below, basically a boxcover to be shown when selecting through Configs

My guess is Toni is not into building front-end features into WinUAE.

If you want something pretty that shows boxart (and much more), take a look at Launchbox

See an introduction video here: https://youtu.be/K_2_TecMUR0

DamienD 15 October 2017 18:47

It's funny you should bring this up ransom1122.

See my post here ...been thinking about requesting something similar for a long time now :agree

I don't care about box art though. For me, my request would have been for a title & screenshot area (like your mockup, title in above half / screenshot below).

Thing is, Gamebase Amiga already does this, plus much more... but I don't use Gamebase.

Also, how would Toni implement this? My thoughts were:

... You have a game in it's own directory (like I do already).
... Title screen could be "1.png" and sitting in this directory.
... Screenshot could be "2.png" and sitting in this directory.
... WinUAE would need to read the config file when highlighted, look at the individual folder path within, then detect the above so they are displayed.

I imagine this will obviously slowdown WinUAE though...

Anyway, can't ever see Toni wanting to do this... It's not really Amiga emulation related and probably "too boring" ;)

ransom1122 15 October 2017 20:18

I'm aware of other front-ends. But is it possible to have added extras folder paths. 1 being boxart other being screenshots. And winuae to detect corresponding images to each game?

DamienD 15 October 2017 20:38

Quote:

Originally Posted by ransom1122 (Post 1192373)
But is it possible to have added extras folder paths. 1 being boxart other being screenshots. And winuae to detect corresponding images to each game?

Given what you've said, like I did above in my post, could you actually explain how you think this could be implemented?

...I'd imagine you would have to have your game folder names the same as the image names.

Toni Wilen 15 October 2017 20:59

Frontend feature but technically it is simple so it is not "instant no" feature. But someone else need to find proper design first. (Design that is already used somewhere else and is considered good!)

ransom1122 15 October 2017 21:03

Anything similae to FS-UAE boxcover & screenahot layout would look nice.

DamienD 15 October 2017 21:05

I'm currently away in the Dominican Republic sunning it up :cool

I can give a few examples of the way other emulators / front-ends look / handle this but not until I'm back in London (just 2 more weeks) ;)

nobody 15 October 2017 21:07

That would be useless, this is computer configuration interface, not some game frontend like mame. Maybe then also choose an expansion card and pop a picture of the card lol :D

This is the proper way to do it:

http://www.vintageisthenewold.com/wp...screenshot.png

ransom1122 15 October 2017 21:31

FS-UAE Arcade is good. But that is a different interface.. Just somehow implementing any form of artwork into winuae.

nobody 15 October 2017 21:48

I bet you were inspired by this. But that interface is much more minimalistic

https://fs-uae.net/wp-content/upload...0/Launcher.png

Toni Wilen 15 October 2017 22:02

You do know that I am not going to change the base GUI. It will be a separate window.

I just didn't mean layout, file structure must be also logical that fits with current config file structure. Direct copies from some other program are always wrong!

DamienD 15 October 2017 22:16

Quote:

Originally Posted by Toni Wilen (Post 1192396)
You do know that I am not going to change the base GUI. It will be a separate window.

And why should you, it's great how it is :agree

Keep it simple... just add an extra "snapped" on window to the right of the current GUI which could contain say 2 panels:

Panel #1:
- Is divided into 2 equal parts.
- Top part is for "title" image.
- Bottom part is for "screenshot" image.

Panel #2:
- Is for "boxart" (I'm assuming most if not all boxart is vertical?).

Would be cool if you could select whether to include any of the three (title / screenshot / boxart) and the panel / image is then not displayed.

For me I would remove the 2nd "boxart" panel ;)

ransom1122 15 October 2017 22:17

No i didnt know about the layout change.. in terms of file structure.. couldn't each image just be named the same as the config file itself. Example.. Lethal Weapon.jpg

DamienD 15 October 2017 22:39

So how do you differentiate betwen title, screenshot or boxart given what you've said above?

...from what I've suggest in post #4, this will work for titles / screenshots and boxart. You don't need to name the files "1", "2" and "3" though; they could be 'title'", ''sshot" and "boxart".

Also, everything is contained within your individual game directories; no need for any additional folders elsewhere.

Anyway, Toni has said it's a possibility (which I'm very surprised at, hence why I never asked). Let's leave it to him to work out the file structure part, we all just need to provide different suggestions for layout :agree

ransom1122 15 October 2017 22:44

Quote:

Originally Posted by DamienD (Post 1192409)
So how do you differentiate betwen title, screenshot or boxart given what you've said above?

...from what I've suggest in post #4, this will work for titles / screenshots and boxart. Also, everything is contained within your individual game directories; no need for any additional folders elsewhere.

Anyway, Toni has said it's a possibility (which I'm very surprised at, hence why I never asked). Let's leave it to him to work out the file structure part, we all just need to provide different suggestions for layout :agree

Config_name001.jpg Boxcover
Config_name002.jpg Title
Config_name003.jpg Screenshot 1
Config_name004.jpg Screenshot 2

And so on.

Toni Wilen 16 October 2017 17:31

I didn't instantly reject it because this is very trivial, no complex code needed. (Open window, show image, press some key or button = next image)

a) Image file must be in same path (at least the drive part) as some other file (config file, disk image path etc that winuae needs to load anyway to run emulation) so that there is no image paths that points to non-existing network filesystem (which would cause delays).

b) Image files must be not be in same location as config files. (too messy)

c) Directory scanning for images is also not good idea, directory may have hundreds of even thousands of files. Again it would cause delays.

Dunny 17 October 2017 20:26

Quote:

Originally Posted by nobody (Post 1192385)

Nobody, am I right in thinking that this is FS-UAE? If so, could you elaborate on what disk images are needed? I have a full set of WHDLoad from the ftp archive which I can use, but they're in folders and not hard disk images - and I've no clue as to where FS-UAE Arcade gets its ADF images from...

I'd like to make a complete set as a second menu item in Amilator.

nobody 17 October 2017 20:58

Should be FS-UAE-arcade now. I don't use it but:

http://www.vintageisthenewold.com/fs-uae-game-center/
http://openretro.org/fs-uae-launcher
https://youtu.be/lw5-d9995kQ


All times are GMT +2. The time now is 05:43.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.08644 seconds with 11 queries