Code Monkey home page Code Monkey logo

Comments (7)

Gemba avatar Gemba commented on July 26, 2024

Well spotted, you found the cause by yourself (the "wrong" commit): I have not put a release 3.11 out yet, thus there is no tag and the scriptmodule of RetroPie does not find a newer version.

However you can benefit from the latest changes with this trick:

Locate this line in the skyscraper.sh scriptmodule. Disable the original line. Then make it read like this (note the absence of the _get_branch_skyscraper part):

#rp_module_repo="git https://github.com/Gemba/skyscraper :_get_branch_skyscraper"
rp_module_repo="git https://github.com/Gemba/skyscraper"

With that you should be able to build with the latest source commit from the retropie_setup menu.
(FYI: The aliasMap.csv format has not changed since the original version of Lars's Skyscraper.)

from skyscraper.

retropiuser avatar retropiuser commented on July 26, 2024

Thanks a lot. Though with this change it's not working yet, that is, I can't reinstall skyscraper anymore. In the retropie setup menu, in the skyscraper menu, the option to re-install is not listed anymore and above the options it reads "Install options disabled:
curl: (22) The requested URL returned error: 404"

from skyscraper.

Gemba avatar Gemba commented on July 26, 2024

Obviously the retropie_setup.sh (dialog based) does some extra checks. (I usually install with sudo RetroPie-Setup/retropie_package.sh skyscraper).

Could you change the line again and add master at the end:

rp_module_repo="git https://github.com/Gemba/skyscraper master"

That way it should also be installable from source via the retropie_setup.sh dialogs, at least it does on my side.

from skyscraper.

retropiuser avatar retropiuser commented on July 26, 2024

Thanks, that did the trick. :)
Now on the use of aliasMap.csv - Catz got scraped, Arle's Adventure did not. Any idea why? Could the entry in aliasMap still be improved? Maybe it's an outlier, I will try with some more roms.

from skyscraper.

retropiuser avatar retropiuser commented on July 26, 2024

So I scraped some more. Unfortunately, I had hoped for some more hits. Here are the entries for fds I added to aliasMap, broken up into those that worked and those that didn't, so 4 out of 22:

Working:

Bodycon Quest I - Girls Exposed (Japan) (Unl) [T-En by DvD Translations Rev A] [n];Bodycon Quest I - Abakareshi Musume Tachi
Cursed Treasure of Cleopatra, The (Japan) [T-En by DvD Translations Rev A] [n];Cleopatra No Mahou
Demonic Castle Dracula (Japan) (Rev 2) (Disk Writer) [T-En by DvD Translations Rev A] [n];Akumajou Dracula
Miracle of Almana, The (Japan) [T-En by DvD Translations Rev A] [n];Arumana No Kiseki

Not working:

Aspic - Curse of the Snakelord (Japan) [T-En by BlackPaladin v1.0] [n];Aspic - Mahebiou no Noroi
Boxxle - Warehouse Evening of Tears Special (Japan) [T-En by KingMike's Translations v1.0] [n];Namida No Soukoban Special 
Dandy - The Resurrection of Zeuon (Japan) [T-En by Stardust Crusaders v1.00] [n];Dandy - Zeuon No Fukkatsu
Deep Dungeon II - The Hero's Crest (Japan) [T-En by KingMike's Translations v1.0] [HP Unfix] [n];Deep Dungeon 2 - Yuushi No Monshou
Druid - The Gate of Fear (Japan) [T-En by BlackPaladin v1.0] [n];Druid - Kyoufu No Tobira
Idol Hotline - Miho Nakayama's Tokimeki High School (Japan) [T-En by FCandChill & Filler & TheMajinZenki & Graphicus v1.0] [n];Idol Hotline - Nakayama Miho No Tokimeki High School
Kamen Rider Black - The Shadow Moon Showdown (Japan) [T-En by BlackPaladin v1.0] [n];Kamen Rider Black - Taiketsu Shadow Moon
Kitten's Tale, A - The Adventures of Chatran (Japan) [T-En by BlackPaladin v1.0] [corrected] [n];Koneko Monogatari - The Adventures Of Chatran
Mysterious Ghost World - The Turbulent Chapters (Japan) (Rev 1) (Disk Writer) [T-En by BlackPaladin v1.0] [n];Kikikai-kai - Dotou Hen
Mysterious Murasame Castle, The (Japan) [T-En by Spinner 8 and friends v1.1] [n];Nazo No Murasamejou
Myth of Light, The - Palutena's Mirror (Japan) (Rev 1) [T-En by BlackPaladin v1.0] [n];Hikari Shinwa - Palutena no Kagami
Relics - The Dark Fortress (Japan) [T-En by BlackPaladin v1.0] [n];Relics - Ankoku Yousai
Return of Mario Bros. (Japan) (Disk Writer) [T-En by FCandchill & Her-Saki v1.0] [n];Kaettekita Mario Bros.
SD Gundam - Gachapon Soldier - Scramble Wars [T-En by MrRichard999 v1.01] [n];Sd Gundam World - Gachapon Senshi - Scramble Wars
Santa Claus's Toybox (Japan) [T-En by Gil Galad v1.01] [n];Santa Claus No Takarabako
Seiken Psycho Calibur (Japan) [T-En by The Spoony Bard v1.0] [n];Seiken Psychocalibur - Majuu No Mori Densetsu
Sword of Kalin, The (Japan) [T-En by KingMike's Translations v1.0] [n];Kalin No Tsurugi
Temple Labyrinth Dababa (Japan) [T-En by FlashPV v1.0] [n];Meikyuu Jiin Dababa

I wasn't able to find a pattern. Anything I can do to get more hits? Why isn't it working for the latter ones?

from skyscraper.

Gemba avatar Gemba commented on July 26, 2024

Thanks for providing the samples: The culprit was that filenames with more than one dot got cut off on the first dot and then no match was found in the aliasmap. I fixed that #56, should be ok now.

from skyscraper.

retropiuser avatar retropiuser commented on July 26, 2024

So there is a pattern. Didn't see that coming. Works for me, thanks a lot for the quick fix! :)

from skyscraper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.