New Comic Book Theme!
-
@DarkWolf It doesn't support video yet. https://github.com/sselph/scraper/issues/146 Is the issue for adding video support which I'm working on when I have time.
-
@sselph Thanks for the information, defenitily waiting for that feature :)
I understand that it sometimes sucks running a pc for scraping roms on the pi -
@DarkWolf Thanks for the info. That pretty much answers my second follow up question. Will have to give it a look now since finding video was why I held off on moving to a video supported theme.
-
@Triquick
As you can see, ScreenScraper.fr offers a huge database with a lot of metadata/images/videos: -
Sorry if this is a dumb question, but I scrolled quite far and read a lot of this thread...
Is this released? If so, is there a link to the latest? And if so, you ought to do like @ruckage and add a little tag on your name that links out to the latest build, so it's available in every comment.
If it's not released, can't wait.
-
@DarkWolf said in New Comic Book Theme!:
@edmaul69 Found the link in post 43, there you go:
@chrisdodgen there you go ;-)
-
Perfect, thanks.
Is there an ongoing effort to create custom "comic pages" for each system? (I notice most seem to use a default page...)
I've been doing this for the Futura theme, and when I finish up my work there in a few days, I would be happy to pitch in on this one too.
-
@chrisdodgen Thanks for the effort but I am just finishing up the last of the pages right now. We will have all of the systems covered. I am preparing an update for everyone tonight and will hopefully release some images today/tomorrow. I decided it was more beneficial for my time and users to not keep making small updates, but instead just complete as much as possible and release one big update. More to come very soon!
-
Theme Update! Sorry for the long delay in updates. We have been working hard on optimizing the theme as well as completing all of the comic book pages for all of the systems in both the 16:9 and 4:3 versions. I have 10 systems left for the 4:3 version along with testing and then we will be ready for our next release! In the mean time i want to share some exciting updates. Below are a couple more system pages as well as some updates to the game selection menu. Please don't pay attention to the gamelist as I simply copied my arcade system in my es_systems file for testing.
I have incorporate a user option into the design. The user can change between the controller display which is currently running in the downloadable version and the new "Comic Rip" mascot. By simply editing a true/false line in the theme.xml you can decide how you want to see all or some of the backgrounds. Instructions will be included in the next release!
Standard NES
Comic Rip NES
-
@TMNTturtlguy hah. Oh wow! That was unexpected, and I'm certainly curious to see them all in the end. :)
I believe there was a thread a while ago by @jdrassa on parameters in themes. I wonder if that conversation wouldn't/couldn't be extended to variables/settings in themes.
Anyway, this is looking great! You must have been doing a tremendous amount of work on this. Well done!
-
@TMNTturtlguy Wow!!! You're a master artist at this. Looks great...can't wait for the latest release with instructions. Great job!!! Does one have to delete the old version if it's already in the system to update to the latest? Or will they all be overwritten?
-
@ortsac I think it depends on how you manually add the theme to your system. I typically delete the existing theme and then add then add the new one just because it only takes seconds to load the new theme and then I know everything installed is completely up to date.
-
@pjft said in New Comic Book Theme!:
I believe there was a thread a while ago by @jdrassa on parameters in themes. I wonder if that conversation wouldn't/couldn't be extended to variables/settings in themes.
I just found the thread and looked into this. I do not believe this will work as the variable would be the path to the image and also the maxSize of the image changing for each system in its video and detail view. I think I would be adjusting to many variables for each system for this to be successful. I am not sure I could implement this cleanly.
-
@TMNTturtlguy Of course.
I don't know enough about that discussion there.
Ideally, for ease of use, users would change things in a minimal number of places, or - what I was thinking of - would change it in ES. That's kind of where I was imagining that this could fit that conversation, but I don't have enough context. And - of course - that would be a massive, or at least significant amount of work in the way themes are handled.
Alternatively, you could provide two versions of it - same as the different carbon/pixel/eudora versions, for instance, and users would install the one they'd choose, ready to use.
That's probably the most manageable, I suppose.
Anyway, all good!
-
@pjft take a look at the mega link from the other day. I tried to send you a message from git yesterday. You can download and take a look. Users can easily make the change to all themes following these 2 steps (well there are a few substeps if you will)
STEP 1 - Turn OFF comic Rip:
- open any theme.xml in notepad ++
- Highlight the following line
<image name="logo4" extra="true">
- Select Search/Find in Files
- In the "replace with" insert
<image name="logo4" extra="false">
- choose the directory for the comic book theme folder.
- click "replace in files"
Step 2 - Turn on Controller
- Highlight the following line
<image name="logo2" extra="false">
- Select Search/Find in Files
- In the "replace with" insert
<image name="logo2" extra="true">
- choose the directory for the comic book theme folder.
- click "replace in files"
This has now changed all 60+ themes at one time. The steps look more complicated in writing than actually doing this. Alternatively, a user can go into the systems they want to modify and do this manually so they can mix and match if they want.
Lastly, the comic "Rip" images are all in a subfolder of the art folder ./art/rip
Users can change what mascot they want for their theme by simply changing the name of the file for each theme.<path>./../art/rip/***yoshi***.png</path>
Simly change yoshi to mario and that is it! -
@TMNTturtlguy Oh, I got the message :)
I suppose there are a few assumptions there that, while they may be true to part of the audience, will limit its effectiveness and reach.
- "Replace in all files" isn't necessarily available in all editors. Notepad++ runs only on Windows.
- What about users who will load your theme from the Pi? Maybe even install it from RetroPie-Setup?
It's just a note that, while we are blessed to have all these devices and skills at our disposal, not everyone does :) Just want to make sure your theme is the most accessible to everyone.
It doesn't affect me per se, by all means - I can easily do that.
I'm just thinking of the "general user" :)
-
@pjft said in New Comic Book Theme!:
@TMNTturtlguy Oh, I got the message :)
I suppose there are a few assumptions there that, while they may be true to part of the audience, will limit its effectiveness and reach.
- "Replace in all files" isn't necessarily available in all editors. Notepad++ runs only on Windows.
- What about users who will load your theme from the Pi? Maybe even install it from RetroPie-Setup?
It's just a note that, while we are blessed to have all these devices and skills at our disposal, not everyone does :) Just want to make sure your theme is the most accessible to everyone.
It doesn't affect me per se, by all means - I can easily do that.
I'm just thinking of the "general user" :)
I agree things should be made as easy as possible for the end user but when allowing this kind of modification there is only so much that can be done and it's very difficult to make it completely fool proof. With ES as it is currently it will always need the end user to edit an XML file and some people just won't be happy doing that (most will probably never read the readme file to even know it's possible).
I think as long as the theme functions perfectly out of the box any extra xml modifications are just a nice bonus for those who like to experiment more.Unfortunately with system specific changes like this there really is no way to avoid the multiple xml edits needed so search and replace is one of the easier options. (Notepad++ is a life saver, it's saved me so much time when I've needed to make changes to my own themes).
Theme is looking great by the way :)
-
@ruckage Ah, sure. Maybe I wasn't clear: I was just referring to having a version with the mascot, and one without (with the controllers).
Or just make a default one with the mascots, since that's one of the big differentiators here - and sure, people can tweak and disable should they choose to. :)
-
@pjft said in New Comic Book Theme!:
@ruckage Ah, sure. Maybe I wasn't clear: I was just referring to having a version with the mascot, and one without (with the controllers).
Or just make a default one with the mascots, since that's one of the big differentiators here - and sure, people can tweak and disable should they choose to. :)
Sure, multiple version definitely would be an option. The only downside being then needing to maintain two different versions which increases the workload a bit. If going that route I think it's better to wait until the theme is finished.
I think what would be really nice (though probably a pipe dream) would be the ability to have custom views that were selectable from the in game menu. That way things such as alternate images, colours, and layouts could be added to themes and easily selectable by the end user.
-
@ruckage Fully agreed, we're on the same page there. Don't want to add more work here!
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.