• 23 Posts
  • 469 Comments
Joined 2 年前
cake
Cake day: 2023年7月8日

help-circle




  • I would try /home/zidane/Downloads/RuneLite.AppImage # %command% as the launch option.

    To break down your original launch options:

    • echo is a program to output any text that follows it
    • %command% is whatever Steam would have used originally to start the game. If this is not used in the launch options it would be in front of the options.
    • the semicolon ; means “end of command”.
    • /home/zidane/Downloads/RuneLite.AppImage is of course the command to launch RuneLite

    In my commandline arguments # indicates the start of a comment. Everything after it should be ignored.

    I hope this fixes it for you.









  • I’ve made an update script that tries to run the migrations and index updates in one go.

    #!/bin/bash
    /usr/bin/php8.3 /cloud/updater/updater.phar --no-interaction --no-backup
    /usr/bin/php8.3 /cloud/occ maintenance:repair --include-expensive
    /usr/bin/php8.3 /cloud/occ db:add-missing-indices
    

    The updater itself is by far the slowest of the three commands. I think downloading the new version into a different folder and just moving apps and files over would be much quicker. But I haven’t had the time to look at potential errors with that method.









  • Clair Obscur: Expedition 33 has one of the most interesting world in stories inside and outside of gaming. I hope we will see many more stories set in that world.

    The hook alone is great.

    Spoiler for the prolog and trailers.

    Around the end of the 19th century the whole world broke apart and a part of Paris (called Lumiere in the game) was thrown into the sea.

    And this giant “Paintress” started painting the number 100 on an enormous monolith and each year she counts down. And everyone who is that old or older evaporates into ash and flower petals.

    So the people started sending out expeditions to find out wtf is going on.

    Spoiler for the rest of the game.

    The world is actually a magical painting the Paintress’ son made when he was a child. For him, his sister and their parents to play in. But when he was an adult their other sister was tricked by “the Writers” into setting a fire which killed him.

    In her grief the mother fled into the painting because it was the last bit she had of him. Fearing she would stay in there until she died of starvation the father went in as well to get her out. As she wouldn’t relent he started erasing the painting and she tried to prevent that. Every year painting the age of the people she wouldn’t be able to save from him onto the monolith.

    So we actually have this world of magical Painters and Writers who are at war with each other and it is hinted that there are Musicians as well. And who knows what other artists with magical powers exist in this world. I’m imagining Programmers joining the fray in the future. The possibilities both inside any art pieces and outside in the “real” world are endless.