Versatile C++ game scraper: Skyscraper
-
@analoghero Your xml is a bit messed up. You're missing a </layer> node after the first shadow node. You're basically nesting a layer inside another layer, which isn't possible.
Also, you have x="5" and y="5" on your second layer. That would move it out of frame. The coordinates are measured from top-left. So if you want to move it upwards to the left, you need to have x="-5" and y="-5" instead.
Here, I've corrected it for you. And I've also disabled shadow for the wheel since it doesn't work well with png's that have transparency at the moment (it works, but it looks like shite. I will fix this in the next release). I've centered the screenshot and I've also removed the last output nodes. There's no need for them if you don't use them. All they'll do is take up space.
<?xml version="1.0" encoding="UTF-8"?> <artwork> <output type="screenshot" width="640" height="400"> <layer resource="cover" valign="bottom" y="-15" height="200"> <shadow distance="10" softness="10" opacity="75"/> </layer <layer resource="wheel" valign="bottom" align="right" x="-5" y="-5"/> <layer resource="screenshot" align="center" valign="top" width="520" height="390"/> </output> </artwork>
-
@muldjord Thank you for the update I have small favour to ask and that is if you can allow pc roms to be scraped.
-
@sammyboy Sure, it will be in the next release :)
-
@muldjord Thanks
-
@muldjord Sorry for bothering you so much but I have 2 more questions the first one is can I create something close to this picture: https://goo.gl/images/psZJoR
My second question is can you change where your scraped files go using the simple mode twice for the same platform?
Thank you for your patience and replies. -
@sammyboy Yes, you can creates something very similar to that, please read the documentation. Simple mode is, as per the notice when running it, only meant for first time scrapings. For second time scrapings, if you wish to change the output folder for media, use 'Skyscraper -p [platform] -o [folder name] -s localdb'. Check all available command line flags with 'Skyscraper --help'.
-
@muldjord Thank you for your reply.
-
@SammyBoy With the artwork.xml muldjord posted for me, you can create a similar result.
-
@analoghero what would you need to edit in artwork.xml file to get the cover to get it down a bit more? - so it looks like this https://goo.gl/images/psZJoR
I don't care if it's a box (I would rather it isn't) and I'm presuming for the wheel all you need is to add the layer resource and output type.
Thank you for reading my long message. -
-
@muldjord I'm sorry I've been asking many questions but the truth is I should have read the wiki first. But thanks to your help I'm pretty positive that the scrapings will turn out good. Thanks for all your help and I'll keep the any unnecessary questions out the way.
-
@sammyboy I don't mind questions if it helps develop the documentation. And I can understand if it seems daunting to get into how Skyscraper works. So if you find something in the documentation that needs further explaining please let me know.
-
@muldjord OK I've got it.
-
-
@muldjord can you also add ports in the next skyscraper release. As well as this can you give me an estimated time of the next skyscraper release? Thanks
-
@sammyboy Ports won't be supported for the time being. Next release is imminent. :) Check the next post
-
Removed for clarity. Check next release post 2 posts further down.
-
@muldjord Can you implement ports for the next update and do I need to delete the old skyscraper files in order to update to 2.2.5? As well as this could I manually allow ports to be scraped if I added ports to the platform.pp file and compiled skyscraper?
-
Skyscraper 2.2.5 released: https://github.com/muldjord/skyscraper
- Improved artwork 'shadow' effect. Now renders correctly on artwork with transparency
- Added '(uncached)' to terminal output for media types that user has disabled for caching
- Now always uses existing cached resources when scraping with any scraping module. Use '--updatedb' to force a refresh
- Improved 'artwork.xml' parser to better handle xml syntax problems
- Improved '--cleandb' so it always resaves the db after a cleaning run
- Updated 'simple mode' to also include questions about '--forcefilename' and '--updatedb'
- Now always converts images to 16bit externally. Still uses 32bit internally
- Added 'pc' and 'ports' platforms
Happy scraping! :)
-
@sammyboy Please re-download 2.2.5 (delete your files, and follow the instructions from the beginning again). I have now included 'ports' as you requested. :)
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.