mirror of
https://github.com/ow-mods/ow-mod-man.git
synced 2025-12-11 20:15:50 +01:00
[ALL] Update Repo Links
This commit is contained in:
parent
9aa80e607c
commit
a69302d026
2
.github/ISSUE_TEMPLATE/translation.yml
vendored
2
.github/ISSUE_TEMPLATE/translation.yml
vendored
@ -7,7 +7,7 @@ body:
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for creating a translation for the manager!
|
||||
To get started, check out [TRANSLATIONS.md](https://github.com/Bwc9876/ow-mod-man/blob/main/owmods_gui/TRANSLATIONS.md)
|
||||
To get started, check out [TRANSLATIONS.md](https://github.com/ow-mods/ow-mod-man/blob/main/owmods_gui/TRANSLATIONS.md)
|
||||
- type: input
|
||||
id: language
|
||||
attributes:
|
||||
|
||||
@ -3,11 +3,11 @@
|
||||
# Outer Wilds Mod Manager
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man"><img src="https://raw.githubusercontent.com/Bwc9876/ow-mod-man/main/.github/assets/logo.png" alt="OWMM Logo"/></a><br/>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man"><img src="https://raw.githubusercontent.com/ow-mods/ow-mod-man/main/.github/assets/logo.png" alt="OWMM Logo"/></a><br/>
|
||||
This is the monorepo for the new <a href="https://www.mobiusdigitalgames.com/outer-wilds.html">Outer Wilds</a> Mod Manager.<br/>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui">GUI</a>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui">GUI</a>
|
||||
</p>
|
||||
|
||||
## Packages
|
||||
|
||||
@ -5,7 +5,7 @@ description = "A CLI Tool To Manage OWML Mods"
|
||||
version = "0.9.0"
|
||||
edition = "2021"
|
||||
readme = "./README.md"
|
||||
repository = "https://github.com/Bwc9876/ow-mod-man/"
|
||||
repository = "https://github.com/ow-mods/ow-mod-man/"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[package.metadata.deb]
|
||||
|
||||
@ -3,22 +3,22 @@
|
||||
# Outer Wilds Mod Manager CLI
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man"><img src="https://raw.githubusercontent.com/Bwc9876/ow-mod-man/main/.github/assets/logo-cli.png" alt="OWMM Logo"/></a><br/>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man"><img src="https://raw.githubusercontent.com/ow-mods/ow-mod-man/main/.github/assets/logo-cli.png" alt="OWMM Logo"/></a><br/>
|
||||
The CLI interface for the Outer Wilds Mod Manager, built using clap.<br/>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli"><b>CLI</b></a><b> |</b>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui">GUI</a>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli"><b>CLI</b></a><b> |</b>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui">GUI</a>
|
||||
</p>
|
||||
|
||||
<hr />
|
||||
|
||||
[](https://crates.io/crates/owmods_cli)
|
||||
[](https://github.com/Bwc9876/ow-mod-man/blob/main/LICENSE)
|
||||
[](https://github.com/Bwc9876/ow-mod-man/actions/workflows/ci.yml)
|
||||
[](https://github.com/Bwc9876/ow-mod-man/actions/workflows/release_cli.yml)
|
||||
[](https://github.com/ow-mods/ow-mod-man/blob/main/LICENSE)
|
||||
[](https://github.com/ow-mods/ow-mod-man/actions/workflows/ci.yml)
|
||||
[](https://github.com/ow-mods/ow-mod-man/actions/workflows/release_cli.yml)
|
||||
[](https://aur.archlinux.org/packages/owmods-cli-bin)
|
||||
|
||||
The CLI interface for the [Outer Wilds Mod Manager](https://github.com/Bwc9876/ow-mod-man), this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the [owmods_core](https://crates.io/crates/owmods_core) package.
|
||||
The CLI interface for the [Outer Wilds Mod Manager](https://github.com/ow-mods/ow-mod-man), this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the [owmods_core](https://crates.io/crates/owmods_core) package.
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ Ex: `cargo add tokio` should become `cargo add clap -p owmods_core`.
|
||||
|
||||
## Typeshare
|
||||
|
||||
Upon editing any structs marked with `#[typeshare]`, you'll need to regenerate TypeScript bindings for the GUI. See the [typeshare section](https://github.com/Bwc9876/ow-mod-man/blob/main/owmods_gui/CONTRIBUTING.md#Typeshare) of the GUI contributing file for more info.
|
||||
Upon editing any structs marked with `#[typeshare]`, you'll need to regenerate TypeScript bindings for the GUI. See the [typeshare section](https://github.com/ow-mods/ow-mod-man/blob/main/owmods_gui/CONTRIBUTING.md#Typeshare) of the GUI contributing file for more info.
|
||||
|
||||
## Tests
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ version = "0.9.0"
|
||||
edition = "2021"
|
||||
readme = "./README.md"
|
||||
license = "GPL-3.0-or-later"
|
||||
repository = "https://github.com/Bwc9876/ow-mod-man/"
|
||||
repository = "https://github.com/ow-mods/ow-mod-man/"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
@ -3,22 +3,22 @@
|
||||
# Outer Wilds Mod Manager Core Package
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man"><img src="https://raw.githubusercontent.com/Bwc9876/ow-mod-man/main/.github/assets/logo-core.png" alt="OWMM Logo"/></a><br/>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man"><img src="https://raw.githubusercontent.com/ow-mods/ow-mod-man/main/.github/assets/logo-core.png" alt="OWMM Logo"/></a><br/>
|
||||
The core library for the Outer Wilds Mod Manager.<br/>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_core"><b>Core</b></a><b> |</b>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui">GUI</a>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_core"><b>Core</b></a><b> |</b>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui">GUI</a>
|
||||
</p>
|
||||
|
||||
<hr/>
|
||||
|
||||
[](https://crates.io/crates/owmods_core)
|
||||
[](https://docs.rs/owmods_core)
|
||||
[](https://github.com/Bwc9876/ow-mod-man/blob/main/LICENSE)
|
||||
[](https://github.com/Bwc9876/ow-mod-man/actions/workflows/ci.yml)
|
||||
[](https://github.com/Bwc9876/ow-mod-man/actions/workflows/release_core.yml)
|
||||
[](https://github.com/ow-mods/ow-mod-man/blob/main/LICENSE)
|
||||
[](https://github.com/ow-mods/ow-mod-man/actions/workflows/ci.yml)
|
||||
[](https://github.com/ow-mods/ow-mod-man/actions/workflows/release_core.yml)
|
||||
|
||||
The core library for the [Outer Wilds Mod Manager](https://github.com/Bwc9876/ow-mod-man), this package is responsible for basically everything from fetching the db to downloading mods to validating local mods to launching the game.
|
||||
The core library for the [Outer Wilds Mod Manager](https://github.com/ow-mods/ow-mod-man), this package is responsible for basically everything from fetching the db to downloading mods to validating local mods to launching the game.
|
||||
|
||||
## Usage
|
||||
|
||||
@ -38,4 +38,4 @@ You can change the OWML path by simply passing a different path to `OWMLConfig::
|
||||
|
||||
## Building
|
||||
|
||||
To build this package locally clone the repo `git clone https://github.com/Bwc9876/ow-mod-man` and run `cargo build -p owmods_core`
|
||||
To build this package locally clone the repo `git clone https://github.com/ow-mods/ow-mod-man` and run `cargo build -p owmods_core`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#![doc = include_str!("../README.md")]
|
||||
#![doc(
|
||||
html_logo_url = "https://github.com/Bwc9876/ow-mod-man/blob/main/.github/assets/logo-core.png?raw=true"
|
||||
html_logo_url = "https://github.com/ow-mods/ow-mod-man/blob/main/.github/assets/logo-core.png?raw=true"
|
||||
)]
|
||||
|
||||
/// Fetch database alerts and get mod warnings.
|
||||
|
||||
@ -19,7 +19,7 @@ This file contains common questions for the manager.
|
||||
|
||||
## How do I use this?
|
||||
|
||||
- Download the Outer Wilds Mod Manager installer [from the latest release](https://github.com/Bwc9876/ow-mod-man/releases/latest);
|
||||
- Download the Outer Wilds Mod Manager installer [from the latest release](https://github.com/ow-mods/ow-mod-man/releases/latest);
|
||||
- Run the downloaded .msi (you might need to ignore some Chrome / Windows warnings);
|
||||
- Shortcuts are added to the desktop and start menu, use them to run the manager;
|
||||
- Run the manager;
|
||||
@ -71,6 +71,6 @@ Please refer to the [OWML documentation](https://owml.outerwildsmods.com) for in
|
||||
|
||||
## My issue isn't listed here
|
||||
|
||||
If you're encountering issues or have questions, please [open an Issue](https://github.com/Bwc9876/ow-mod-man/issues/new/choose). You can also [view closed issues](https://github.com/Bwc9876/ow-mod-man/issues?q=is%3Aissue+is%3Aclosed) to see if your issue has already been resolved.
|
||||
If you're encountering issues or have questions, please [open an Issue](https://github.com/ow-mods/ow-mod-man/issues/new/choose). You can also [view closed issues](https://github.com/ow-mods/ow-mod-man/issues?q=is%3Aissue+is%3Aclosed) to see if your issue has already been resolved.
|
||||
|
||||
We also have [a Discord server](https://discord.com/invite/wusTQYbYTc) available if you want to chat.
|
||||
|
||||
@ -3,23 +3,23 @@
|
||||
# Outer Wilds Mod Manager GUI
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man"><img src="https://raw.githubusercontent.com/Bwc9876/ow-mod-man/main/.github/assets/logo-gui.png" alt="OWMM Logo"/></a><br/>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man"><img src="https://raw.githubusercontent.com/ow-mods/ow-mod-man/main/.github/assets/logo-gui.png" alt="OWMM Logo"/></a><br/>
|
||||
The GUI Version Of The Outer Wilds Mod Manager.<br/>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
|
||||
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui"><b>GUI</b></a>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
|
||||
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui"><b>GUI</b></a>
|
||||
</p>
|
||||
|
||||
<hr/>
|
||||
|
||||
[](https://github.com/Bwc9876/ow-mod-man/releases/latest)
|
||||
[](https://github.com/ow-mods/ow-mod-man/releases/latest)
|
||||
[](https://flathub.org/apps/com.outerwildsmods.owmods_gui)
|
||||
[](https://aur.archlinux.org/packages/owmods-gui-bin)
|
||||
[](https://github.com/Bwc9876/ow-mod-man/blob/main/LICENSE)
|
||||
[](https://github.com/Bwc9876/ow-mod-man/actions/workflows/ci.yml)
|
||||
[](https://github.com/Bwc9876/ow-mod-man/actions/workflows/release_gui.yml)
|
||||
[](https://github.com/ow-mods/ow-mod-man/blob/main/LICENSE)
|
||||
[](https://github.com/ow-mods/ow-mod-man/actions/workflows/ci.yml)
|
||||
[](https://github.com/ow-mods/ow-mod-man/actions/workflows/release_gui.yml)
|
||||
|
||||
The GUI interface for the [Outer Wilds Mod Manager](https://github.com/Bwc9876/ow-mod-man), this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the [owmods_core](https://crates.io/crates/owmods_core) package.
|
||||
The GUI interface for the [Outer Wilds Mod Manager](https://github.com/ow-mods/ow-mod-man), this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the [owmods_core](https://crates.io/crates/owmods_core) package.
|
||||
|
||||
## Installation
|
||||
|
||||
@ -50,7 +50,7 @@ cargo install tauri-cli
|
||||
Clone the repo:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/Bwc9876/ow-mod-man/
|
||||
git clone https://github.com/ow-mods/ow-mod-man/
|
||||
```
|
||||
|
||||
Go into `owmods_gui/frontend` and run:
|
||||
@ -89,6 +89,6 @@ Just create an empty `dist/` folder next to `backend`, tauri expects one to be t
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
@ -4,9 +4,9 @@ Thank you for taking the time to write a translation! Below you'll find a guide
|
||||
|
||||
## Grab the template
|
||||
|
||||
To get started, grab [the template.json file](https://github.com/Bwc9876/ow-mod-man/blob/main/owmods_gui/frontend/src/assets/translations/template.json).
|
||||
To get started, grab [the template.json file](https://github.com/ow-mods/ow-mod-man/blob/main/owmods_gui/frontend/src/assets/translations/template.json).
|
||||
|
||||
In addition, you may want to keep [english.json](https://github.com/Bwc9876/ow-mod-man/blob/main/owmods_gui/frontend/src/assets/translations/english.json) open to get an idea of what each key is for.
|
||||
In addition, you may want to keep [english.json](https://github.com/ow-mods/ow-mod-man/blob/main/owmods_gui/frontend/src/assets/translations/english.json) open to get an idea of what each key is for.
|
||||
|
||||
## How translations work
|
||||
|
||||
@ -48,6 +48,6 @@ The `_` key is a bit special, this key is used in the event that a translation c
|
||||
|
||||
## Submitting Your Translation
|
||||
|
||||
After you're done translating, you can submit your translation by [making a new issue](https://github.com/Bwc9876/ow-mod-man/issues/new/choose) and choosing the "Translation" option.
|
||||
After you're done translating, you can submit your translation by [making a new issue](https://github.com/ow-mods/ow-mod-man/issues/new/choose) and choosing the "Translation" option.
|
||||
|
||||
To update a translation please do the same.
|
||||
|
||||
@ -67,7 +67,7 @@ const About = memo(function About({ onClick }: ModalProps) {
|
||||
}, []);
|
||||
|
||||
const onGithub = useCallback(() => {
|
||||
shell.open("https://github.com/Bwc9876/ow-mod-man/");
|
||||
shell.open("https://github.com/ow-mods/ow-mod-man/");
|
||||
}, []);
|
||||
|
||||
const onDiscord = useCallback(() => {
|
||||
|
||||
@ -30,7 +30,7 @@ const OverflowMenu = () => {
|
||||
}, []);
|
||||
|
||||
const onHelp = useCallback(() => {
|
||||
shell.open("https://github.com/Bwc9876/ow-mod-man/blob/main/owmods_gui/HELP.md");
|
||||
shell.open("https://github.com/ow-mods/ow-mod-man/blob/main/owmods_gui/HELP.md");
|
||||
onClose();
|
||||
}, [onClose]);
|
||||
|
||||
|
||||
@ -4,10 +4,10 @@ pkgver=~~VERSION~~
|
||||
pkgrel=1
|
||||
pkgdesc="A CLI To Manage Outer Wilds Mods"
|
||||
arch=("x86_64")
|
||||
url="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli"
|
||||
url="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli"
|
||||
license=('GPL3')
|
||||
depends=('glibc' 'gcc-libs' 'mono')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Bwc9876/ow-mod-man/releases/download/cli_v$pkgver/owmods.tar.zst")
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/ow-mods/ow-mod-man/releases/download/cli_v$pkgver/owmods.tar.zst")
|
||||
sha256sums=()
|
||||
|
||||
package() {
|
||||
|
||||
@ -5,10 +5,10 @@ pkgver=~~VERSION~~
|
||||
pkgrel=1
|
||||
pkgdesc="A GUI To Manage Outer Wilds Mods"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui"
|
||||
url="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui"
|
||||
license=('GPL3')
|
||||
depends=('glibc' 'gtk3' 'openssl-1.1' 'hicolor-icon-theme' 'glib2' 'gcc-libs' 'gdk-pixbuf2' 'webkit2gtk' 'cairo' 'mono')
|
||||
source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/Bwc9876/ow-mod-man/releases/download/gui_v${pkgver}/${_appname}_${pkgver}_amd64.deb")
|
||||
source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/ow-mods/ow-mod-man/releases/download/gui_v${pkgver}/${_appname}_${pkgver}_amd64.deb")
|
||||
sha256sums=()
|
||||
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user