While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Steam Controller 2 is apparently a thing and being 'tooled for a mass production' plus a new VR controller
- Unofficial PC port of Zelda: Majora's Mask, 2 Ship 2 Harkinian has a big new release out
- Half-Life: Blue Shift remake mod Black Mesa: Blue Shift - Chapter 5: Focal Point released
- Linux kernel 6.12 is out now with real-time capabilities, more gaming handheld support
- Steam Deck OLED: Limited Edition White and Steam Deck Australia have launched
- > See more over 30 days here
-
Wine 9.22 released noting the 'Wayland driver enabled i…
- Linux_Rocks -
itch.io store now requires AI generated content disclos…
- Philadelphus -
War Thunder adds stealth tech, ray tracing and graphics…
- Tuxee -
Steam Deck update has fixes for performance issues in l…
- Klaas -
War Thunder adds stealth tech, ray tracing and graphics…
- M@GOid - > See more comments
- Weekend Players' Club 11/22/2024
- StoneColdSpider - Types of programs that are irritating
- kokoko3k - Our own anti-cheat list
- Liam Dawe - Spare gog keys
- on_en_a_gros - What do you want to see on GamingOnLinux?
- dpanter - See more posts
The problem is many of the levels are impossible, or nearly impossible, on any difficulty level.
Here's how I changed that:
I ran these commands in /usr/share/games/lbreakouthd/levels:
sudo sed -i 's/>/*/g' *
sudo sed -i 's/~/*/g' *
sudo sed -i 's/+/*/g' *
sudo sed -i 's/-/*/g' *
sudo sed -i 's/{/*/g' *
sudo sed -i 's/E/e/g' *
sudo sed -i 's/f/m/g' *
sudo sed -i 's/@/d/g' *
sudo sed -i 's/#/h/g' *
sudo sed -i 's/?/b/g' *
These commands change many of the maluses into bonuses and the unbreakable blocks into breakable ones.
Now I have 3420 EASY levels to play.
This could be made into a shell script or; I expect, for someone who understands sed better than I do, a single command.
This got me thinking that someone who really knows what they're doing, or wanted to learn shell scripting better, could make a script that programatically generates levels. Sounds like a fun project for the right person. You'd probably want to fork the game so it created levels on demand and deleted them after they were played and so eliminate lbreakout-data.
It's just an idea. I'd play it, as long as the Easy levels were actually easy.