I'm in a college class where we've installed a Linux virtual machine, specifically Ubuntu, and I've downloaded Old Dwarf Fortress from Bay 12. However, I'm unsure how to launch the game after extracting it. I want to know if I need to use the terminal to open it, or if there's a specific file I should run, similar to a .exe on Windows.
4 Answers
First off, make sure to know which version of Linux you're using (you mentioned Ubuntu). Usually, for Dwarf Fortress, you'll look for a file named `run_df`. You can either launch it by double-clicking or executing it through the terminal. Just navigate to the game's directory and type `./run_df` to run it that way.
Hah, I totally get your point about file sizes! Dwarf Fortress is definitely a classic for lower-end systems, especially when compared to larger games. It's great that you want something manageable while in class!
You're asking all the right questions here! And just to clarify, when you say the game is small enough, Dwarf Fortress really is light compared to many modern titles, making it a great choice for systems with limited resources.
You're definitely on the right track! Just so you know, some distros might have Dwarf Fortress available through their official repositories, which can simplify things. But since you’re running it from Bay 12, using `./run_df` is the way to go.
Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux