diff --git a/Cargo.toml b/Cargo.toml index b1a66d7..3f659f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ name = "outfly" version = "0.9.0" edition = "2021" -homepage = "https://codeberg.org/hut/outfly" -repository = "https://codeberg.org/hut/outfly" +homepage = "https://codeberg.org/outfly/outfly" +repository = "https://codeberg.org/outfly/outfly" categories = ["game", "aerospace", "simulation"] keywords = ["game", "space", "3d"] license = "GPL-3.0-only" diff --git a/LICENSE.md b/LICENSE.md index 8ce03c0..1a6e251 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ # Licenses of OutFly files - Source code: GPL Version 3.0 - - https://codeberg.org/hut/outfly + - https://codeberg.org/outfly/outfly - 3D models: Original art, placed under the Creative Commons CC0 License - Photographs of celestial bodies: - Mercury: [By Solar System Scope, CC BY 4.0](https://www.solarsystemscope.com/textures/) diff --git a/README.md b/README.md index 95d9ecf..d8c25a3 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Imagine a blend of [Fallout](https://en.wikipedia.org/wiki/Fallout_%28series%29) This game aims to respect the player as much as possible. It doesn't waste your time: Despite the vastness of space, nothing takes too long. Speed cheats are active by default, allowing you to visit places you normally couldn't, without passing out from the g-forces. There are no anxiety-causing features (apart of, maybe, space itself), no loading screens, nothing to micromanage, not even save games. You can plunge into the game any time you feel like it, and it's up to you whether you just want to soak in the beautiful scenery, engage with the survival mechanics [still in development], or dive into the game story [still in development]. And finally, it's not just DRM-free but completely open source, allowing you to tinker on any part of the game to your liking. -Source code: https://codeberg.org/hut/outfly +Source code: https://codeberg.org/outfly/outfly # Features - A beautiful, serene atmosphere with gorgeous views - Racing vehicles, unique NPCs, cozy places, deadly environment - Accurate, clickable star chart. Can you spot the constellations? -- Cross platform, [free & open source](https://codeberg.org/hut/outfly) forever! +- Cross platform, [free & open source](https://codeberg.org/outfly/outfly) forever! - Written in [Rust](https://www.rust-lang.org) with the [Bevy game engine](https://bevyengine.org) - Status: Early access, not much content @@ -63,7 +63,7 @@ You can view these any time in game through the game menu (press Escape.) ## Running on Linux -1. Download and unpack the latest release: https://codeberg.org/hut/outfly/releases +1. Download and unpack the latest release: https://codeberg.org/outfly/outfly/releases 2. Open a terminal and navigate to the directory where you unpacked outfly 3. If you are on ArchLinux, type the following commands. For other distributions, replace "pacman -S" with the distro's command to install packages. Also, the packages may be called slightly differently. @@ -80,12 +80,12 @@ yay -S outfly-git ## Running on Windows -1. Download and unpack the latest release: https://codeberg.org/hut/outfly/releases +1. Download and unpack the latest release: https://codeberg.org/outfly/outfly/releases 2. Double-click on `OutFly.exe` ## Running on MacOS / Android / iOS -No releases for these operating systems exist yet. For MacOS, you can build OutFly yourself using the instructions in [HACKING.md](https://codeberg.org/hut/outfly/src/branch/main/HACKING.md). Support for Android/iOS is planned for the future. +No releases for these operating systems exist yet. For MacOS, you can build OutFly yourself using the instructions in [HACKING.md](https://codeberg.org/outfly/outfly/src/branch/main/HACKING.md). Support for Android/iOS is planned for the future. # Troubleshooting ## I'm stuck inside another object @@ -112,7 +112,7 @@ Try changing the full screen mode with the command line option "--fs-legacy": cargo run -- --fs-legacy ``` -If this doesn't work, please open an issue on https://codeberg.org/hut/outfly and provide as many details as you can, including the crash log. +If this doesn't work, please open an issue on https://codeberg.org/outfly/outfly and provide as many details as you can, including the crash log. ## Crash with "error while loading shared libraries" diff --git a/build/README.md b/build/README.md index 287d9f9..a2deec0 100644 --- a/build/README.md +++ b/build/README.md @@ -90,7 +90,7 @@ python -m http.server -d wasm ## Building release versions optimized for packaging -To build release versions optimized for final deployment, build with the following features: (see also [pack.sh](https://codeberg.org/hut/outfly/src/branch/main/build/pack.sh)) +To build release versions optimized for final deployment, build with the following features: (see also [pack.sh](https://codeberg.org/outfly/outfly/src/branch/main/build/pack.sh)) ``` cargo build --release --no-default-features --features release_[linux|windows] [--target=$YOUR_TARGET] diff --git a/src/data/outfly.toml b/src/data/outfly.toml index 9518cc1..ee916d5 100644 --- a/src/data/outfly.toml +++ b/src/data/outfly.toml @@ -9,7 +9,7 @@ # + ▀████████████████████████████████████████████████████▀ # # User preferences for the game OutFly. -# See https://codeberg.org/hut/outfly +# See https://codeberg.org/outfly/outfly # fullscreen_mode may be "borderless", "legacy", or "sized" fullscreen_mode = "borderless"