Ambermoon: Difference between revisions
New article, how to run Ambermoon.net in NixOS |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
* Ambermoon.net Advanced: With some improvements and changes to gameplay and content. | * Ambermoon.net Advanced: With some improvements and changes to gameplay and content. | ||
Ambermoon is stable, but also still in active development. | Ambermoon.net is stable, but also still in active development. | ||
You do not need the orginal Ambermoon game files to run Ambermoon.net. | You do not need the orginal Ambermoon game files to run Ambermoon.net. | ||
== Install and run game == | == Install and run game == | ||
There is no nixpkgs yet, manually running | There is no nixpkgs yet, manually running the linux files or running the Lutris version will not work on NixOS due to the needed libraries. A very easy way to run it is via steam-run. | ||
* Install the steam-run commandline tool: just add the package to your NixOS configuration and rebuild: <syntaxhighlight lang="nixos"> | * Install the steam-run commandline tool: just add the package to your NixOS configuration and rebuild: <syntaxhighlight lang="nixos"> | ||
environment.systemPackages = with pkgs; [ steam-run ]; | environment.systemPackages = with pkgs; [ steam-run ]; | ||
| Line 21: | Line 21: | ||
* Extract it in some directory | * Extract it in some directory | ||
* use a terminal and execute in this directory <syntaxhighlight lang="bash"> | * use a terminal and execute in this directory <syntaxhighlight lang="bash"> | ||
steam-run Ambermoon.net | steam-run ./Ambermoon.net | ||
</syntaxhighlight> | </syntaxhighlight> | ||