A launcher for the OpenGOAL Project to simplify usage and installation
Go to file
dependabot[bot] 235efe5014
build(deps): bump the backend-deps group in /src-tauri with 4 updates (#579)
Bumps the backend-deps group in /src-tauri with 4 updates:
[flate2](https://github.com/rust-lang/flate2-rs),
[reqwest](https://github.com/seanmonstar/reqwest),
[tar](https://github.com/alexcrichton/tar-rs) and
[tempfile](https://github.com/Stebalien/tempfile).

Updates `flate2` from 1.0.33 to 1.0.34
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/flate2-rs/releases">flate2's
releases</a>.</em></p>
<blockquote>
<h2>1.0.34</h2>
<h2>What's Changed</h2>
<ul>
<li>Add minimum build test back in to CI by <a
href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/426">rust-lang/flate2-rs#426</a></li>
<li>docs: fix compression level range from 0-9 to 0-10 by <a
href="https://github.com/ByteBaker"><code>@​ByteBaker</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/427">rust-lang/flate2-rs#427</a></li>
<li>Document backend differences in compression levels by <a
href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/430">rust-lang/flate2-rs#430</a></li>
<li>Upgrade zlib-rs to 0.3.0 to get multiple bugfixes by <a
href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/428">rust-lang/flate2-rs#428</a></li>
<li>Better wording in compression level docs by <a
href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/431">rust-lang/flate2-rs#431</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ByteBaker"><code>@​ByteBaker</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/427">rust-lang/flate2-rs#427</a></li>
<li><a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/430">rust-lang/flate2-rs#430</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34">https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1a28821dc1"><code>1a28821</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/431">#431</a>
from Shnatsel/better-wording</li>
<li><a
href="2c29780e50"><code>2c29780</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/428">#428</a>
from Shnatsel/upgrade-zlib-rs</li>
<li><a
href="423981aede"><code>423981a</code></a>
Better wording in compression level docs</li>
<li><a
href="da5c8cfd91"><code>da5c8cf</code></a>
Bump version</li>
<li><a
href="eeee4c6411"><code>eeee4c6</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/430">#430</a>
from Shnatsel/detailed-level-docs</li>
<li><a
href="731df32113"><code>731df32</code></a>
Update Cargo.toml</li>
<li><a
href="8210288eaa"><code>8210288</code></a>
Document backend differences</li>
<li><a
href="1f78c5c413"><code>1f78c5c</code></a>
Upgrade zlib-rs to 0.3.0 to get multiple bugfixes:</li>
<li><a
href="6fbd6d2115"><code>6fbd6d2</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/427">#427</a>
from ByteBaker/main</li>
<li><a
href="936aa35f45"><code>936aa35</code></a>
docs: correctly mention compression level</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34">compare
view</a></li>
</ul>
</details>
<br />

Updates `reqwest` from 0.12.7 to 0.12.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/releases">reqwest's
releases</a>.</em></p>
<blockquote>
<h2>v0.12.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for SOCKS4 proxies.</li>
<li>Add <code>multipart::Form::file()</code> method for adding files
easily.</li>
<li>Add <code>Body::wrap()</code> to wrap any
<code>http_body::Body</code> type.</li>
<li>Fix the pool configuration to use a timer to remove expired
connections.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/workingjubilee"><code>@​workingjubilee</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2402">seanmonstar/reqwest#2402</a></li>
<li><a href="https://github.com/NaokiM03"><code>@​NaokiM03</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2106">seanmonstar/reqwest#2106</a></li>
<li><a href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2255">seanmonstar/reqwest#2255</a></li>
<li><a href="https://github.com/Jaltaire"><code>@​Jaltaire</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2400">seanmonstar/reqwest#2400</a></li>
<li><a href="https://github.com/Hyask"><code>@​Hyask</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2418">seanmonstar/reqwest#2418</a></li>
<li><a
href="https://github.com/Jake-Shadle"><code>@​Jake-Shadle</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2427">seanmonstar/reqwest#2427</a></li>
<li><a href="https://github.com/RobMor"><code>@​RobMor</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2434">seanmonstar/reqwest#2434</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8">https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's
changelog</a>.</em></p>
<blockquote>
<h2>v0.12.8</h2>
<ul>
<li>Add support for SOCKS4 proxies.</li>
<li>Add <code>multipart::Form::file()</code> method for adding files
easily.</li>
<li>Add <code>Body::wrap()</code> to wrap any
<code>http_body::Body</code> type.</li>
<li>Fix the pool configuration to use a timer to remove expired
connections.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95fec09be9"><code>95fec09</code></a>
v0.12.8</li>
<li><a
href="baf9712df1"><code>baf9712</code></a>
fix: pass pool_timer to hyper_util to enable the idle cleanup task (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2434">#2434</a>)</li>
<li><a
href="d85f44b217"><code>d85f44b</code></a>
Bump rustls-native-certs (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2427">#2427</a>)</li>
<li><a
href="c8665be59b"><code>c8665be</code></a>
tests: use a documented test network for testing</li>
<li><a
href="964b1c62a1"><code>964b1c6</code></a>
tests: bypass the proxy when testing timeouts</li>
<li><a
href="09884ed0a0"><code>09884ed</code></a>
feat: Add support for SOCKS4 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/610">#610</a>)
(<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2400">#2400</a>)</li>
<li><a
href="a13a6bcb01"><code>a13a6bc</code></a>
ci: pin tokio-util for msrv job (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2412">#2412</a>)</li>
<li><a
href="4cc8ec8a0a"><code>4cc8ec8</code></a>
feat: Expose <code>streaming</code> as public API <code>wrap</code> (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2255">#2255</a>)</li>
<li><a
href="cc3dd510c0"><code>cc3dd51</code></a>
Add file function to async::multipart (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2106">#2106</a>)</li>
<li><a
href="193ed1fae7"><code>193ed1f</code></a>
chore: Depend on wasm-bindgen 0.2.89 or higher</li>
<li>See full diff in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8">compare
view</a></li>
</ul>
</details>
<br />

Updates `tar` from 0.4.41 to 0.4.42
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b8b5ea7dcc"><code>b8b5ea7</code></a>
Bump to 0.4.42</li>
<li><a
href="7a1215048a"><code>7a12150</code></a>
feat: Support adding sparse files to archives (<a
href="https://redirect.github.com/alexcrichton/tar-rs/issues/375">#375</a>)</li>
<li><a
href="6586ac058d"><code>6586ac0</code></a>
feat: Add Builder::append_writer (<a
href="https://redirect.github.com/alexcrichton/tar-rs/issues/376">#376</a>)</li>
<li><a
href="97d5033eb8"><code>97d5033</code></a>
fix: Don't forget to zero-terminate in octal_into (<a
href="https://redirect.github.com/alexcrichton/tar-rs/issues/374">#374</a>)</li>
<li><a
href="6adcb40e37"><code>6adcb40</code></a>
Update append_dir_all doc test (<a
href="https://redirect.github.com/alexcrichton/tar-rs/issues/364">#364</a>)</li>
<li><a
href="def682d302"><code>def682d</code></a>
Add append_dir_all doc test without renaming (<a
href="https://redirect.github.com/alexcrichton/tar-rs/issues/365">#365</a>)</li>
<li><a
href="3747caf935"><code>3747caf</code></a>
fix: Support sparse entries of enormous size (<a
href="https://redirect.github.com/alexcrichton/tar-rs/issues/373">#373</a>)</li>
<li><a
href="9f9ce52d88"><code>9f9ce52</code></a>
Ensure directory permissions are correctly applied. (<a
href="https://redirect.github.com/alexcrichton/tar-rs/issues/372">#372</a>)</li>
<li><a
href="f9521899ed"><code>f952189</code></a>
Add link ownership rules. (<a
href="https://redirect.github.com/alexcrichton/tar-rs/issues/371">#371</a>)</li>
<li><a
href="cdf5b6f6c8"><code>cdf5b6f</code></a>
Add doc hint that default is different than <code>tar</code> (<a
href="https://redirect.github.com/alexcrichton/tar-rs/issues/366">#366</a>)</li>
<li>See full diff in <a
href="https://github.com/alexcrichton/tar-rs/compare/0.4.41...0.4.42">compare
view</a></li>
</ul>
</details>
<br />

Updates `tempfile` from 3.12.0 to 3.13.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.13.0</h2>
<ul>
<li>Add <code>with_suffix</code> constructors for easily creating new
temporary files with a specific suffix (e.g., a specific file
extension). Thanks to <a
href="https://github.com/Borgerr"><code>@​Borgerr</code></a>.</li>
<li>Update dependencies (fastrand &amp; rustix).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a354f8cb11"><code>a354f8c</code></a>
chore: release 3.13.0</li>
<li><a
href="d21b602fa2"><code>d21b602</code></a>
chore: update deps</li>
<li><a
href="d6600da8fc"><code>d6600da</code></a>
Add for <code>with_suffix</code> (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/299">#299</a>)</li>
<li><a
href="19280c5889"><code>19280c5</code></a>
Document current default permissions for tempdirs (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/296">#296</a>)</li>
<li><a
href="c5eac9f690"><code>c5eac9f</code></a>
fix: address clippy unnecessary deref lint in test (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/294">#294</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 17:35:15 -04:00
.github ci: enable verbose logs for tauri build to resolve macOS intermittent failures (#564) 2024-09-18 20:31:24 -04:00
.tauri release: update release metadata to latest 2024-09-19 00:21:43 +00:00
.vscode ci: update to macos-12 and node-20 (#466) 2024-04-14 15:25:58 -04:00
docs help: add a reference sheet for the game's default keyboard binds (#569) 2024-09-21 22:12:13 -04:00
fixtures prettier mods.json fixture (#547) 2024-08-31 11:27:27 -07:00
metadata release: bump to version - v2.5.0 2024-09-17 04:41:07 +00:00
public/images/jak1 Dynamically change game background based on user's game completion (#298) 2023-08-29 22:01:56 -04:00
scripts release: fix appimage release asset link 2023-07-31 17:03:32 -04:00
src New Crowdin updates (#577) 2024-09-27 01:59:31 -04:00
src-tauri build(deps): bump the backend-deps group in /src-tauri with 4 updates (#579) 2024-10-03 17:35:15 -04:00
.gitignore Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
.prettierignore New Crowdin updates (#577) 2024-09-27 01:59:31 -04:00
.prettierrc.json build(deps): bump the frontend-deps group with 16 updates (#427) 2024-01-30 21:58:48 -05:00
crowdin.yml i18n: make the app translatable (#196) 2023-05-06 13:10:54 -04:00
index.html splash: cleanup splash implementation, allow changing locale during installation dir step (#552) 2024-09-26 21:35:31 -04:00
LICENSE Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
package-lock.json Add mod support to the launcher (#476) 2024-04-28 15:27:34 -04:00
package.json build(deps-dev): bump the frontend-deps group with 5 updates (#573) 2024-09-26 20:39:01 -04:00
postcss.config.cjs UI Overhaul (#35) 2022-09-27 20:40:13 -04:00
README.md advanced: attempt to open a REPL on linux/macOS (#571) 2024-09-22 13:47:37 -04:00
svelte.config.js UI Overhaul (#35) 2022-09-27 20:40:13 -04:00
tailwind.config.cjs UI Overhaul (#35) 2022-09-27 20:40:13 -04:00
tsconfig.json build(deps): bump the frontend-deps group with 5 updates (#435) 2024-02-10 15:48:48 -05:00
tsconfig.node.json renamed files and updated config files accordingly 2022-05-30 10:20:24 -04:00
vite.config.ts build(deps-dev): bump the frontend-deps group with 8 updates (#289) 2023-07-24 18:38:03 -04:00
vitest.config.ts tests: Start writing tests, Splash and some of the lib/ functions (#280) 2023-07-22 00:07:23 -04:00
yarn.lock build(deps-dev): bump the frontend-deps group with 5 updates (#573) 2024-09-26 20:39:01 -04:00

OpenGOAL Launcher

Crowdin

Our attempt at distributing the OpenGOAL releases in a cross-platform and easy to use and update way. It also is a place for features involving the games, such as texture pack or mod management.

The launcher uses the Tauri framework.

Usage

See the documentation on our website for hopefully up to date instructions on how to use it.

Asking for help

When asking for help, please download the support package which includes logs to help someone diagnose the problem.

If you cannot do this (for example, the bug relates to making the package / the application won't launch) then you can find the application logs in the following folders:

  • Windows C://Users/<YOUR_USER_NAME>/AppData/Roaming/OpenGOAL-Launcher/logs
  • Linux /home/<YOUR_USER_NAME>/.config/OpenGOAL-Launcher/logs

Note that both AppData and .config are hidden folders.

Development

Tauri requires a valid Rust installation, as well as a valid NodeJS installation.

For installing Rust, it's recommended to follow the instructions here https://www.rust-lang.org/tools/install

Windows

scoop install nodejs
npm install -g yarn

Linux (Ubuntu 22.04)

sudo apt install libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev # tauri deps, see - https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-linux
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # installs Node Version Manager (ubuntus package is woefully out of date)
source ~/.bashrc
nvm install lts/hydrogen # installs latest nodejs 18.X
npm install -g yarn

macOS

npm install -g yarn

Building and Running

To build and run the application locally, all you have to do is run:

yarn install
yarn tauri dev