Skip to content

Commit

Permalink
the mod has new releases now
Browse files Browse the repository at this point in the history
  • Loading branch information
Istador committed Sep 13, 2023
1 parent 7802025 commit 2201083
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
6 changes: 3 additions & 3 deletions src/views/faq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ export default class FAQ extends Vue {
<b-icon icon="info-circle-fill" id="faq-change-ip"/>
<b-tooltip target="faq-change-ip" triggers="hover">
<p>
Newer versions of the mod will automatically save the game after changing the IP or port.
Just wait a moment until you gain the control back before quitting.
With mod version <code>v1.0.0</code> you'll need to manually save the game.
</p>
<p>
In the <code>v1.0.0</code> release version you'll need to manually save the game.
Newer versions of the mod will automatically save the game after changing the IP or port.
Just wait a moment until you gain the control back before quitting.
</p>
</b-tooltip>
</li>
Expand Down
3 changes: 2 additions & 1 deletion src/views/play/build.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<p>
You usually shouldn't need to do that, unless you want to take part in developing the mod.
The GitHub project of the mod should offer automatic builds for the
<a-ext href="https://github.com/CraftyBoss/SuperMarioOdysseyOnline/releases/tag/latest-dev">latest development versions</a-ext>.
<a-ext href="https://github.com/CraftyBoss/SuperMarioOdysseyOnline/releases/latest">latest release</a-ext> and the
<a-ext href="https://github.com/CraftyBoss/SuperMarioOdysseyOnline/releases/tag/latest-dev">development branch</a-ext>.
</p>
<p>
Building it natively requires you to install development software on your computer.
Expand Down
2 changes: 1 addition & 1 deletion src/views/play/ryujinx.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
first.
</p>
<p>
The currently latest release build <code>v1.0.0</code> of the mod doesn't work well with emulators.
Version <code>v1.0.0</code> of the mod doesn't work with emulators.
Use the latest
<a-ext href="https://github.com/CraftyBoss/SuperMarioOdysseyOnline/releases/tag/latest-dev">dev build</a-ext>
instead.
Expand Down
10 changes: 6 additions & 4 deletions src/views/play/test.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@
<b-tooltip :target="'play-test-hostname-' + _uid" triggers="hover">
<p>
The <code>Host</code> entry in the server list is a convenient alternative to entering the IPv4 address.
But it is currently only possible with a
<a-ext href="https://github.com/CraftyBoss/SuperMarioOdysseyOnline/releases/tag/latest-dev">dev build</a-ext>
of the mod.
</p>
<p>
It is not possible with the <code>v1.0.0</code> version of the mod,
but requires mod version <code>v1.1.0</code> or
<a-ext href="https://github.com/CraftyBoss/SuperMarioOdysseyOnline/releases/tag/latest-dev">later</a-ext>.
</p>
<p>
Entering hostnames doesn't work with the <a-int name="play" id="yuzu">yuzu</a-int> emulator.
</p>
</b-tooltip>
On newer versions of the mod the game will also ask for the port.
On version <code>v1.1.0</code> or later of the mod the game will also ask for the server port.
</p>
<p>
If it can't connect to the server it'll briefly show the text <code>Failed to Connect!</code> before it continues to the main menu.
Expand Down
2 changes: 1 addition & 1 deletion src/views/play/yuzu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
first.
</p>
<p>
The currently latest release build <code>v1.0.0</code> of the mod doesn't work well with emulators.
Version <code>v1.0.0</code> of the mod doesn't work with emulators.
Use the latest
<a-ext href="https://github.com/CraftyBoss/SuperMarioOdysseyOnline/releases/tag/latest-dev">dev build</a-ext>
instead.
Expand Down
6 changes: 3 additions & 3 deletions src/views/servers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<b-icon icon="info-circle-fill" id="servers-hostname" @click.stop.prevent/>
<b-tooltip target="servers-hostname" triggers="hover">
<p>
Entering the hostname instead of an IPv4 address or changing the port is currently only possible with a
<a-ext href="https://github.com/CraftyBoss/SuperMarioOdysseyOnline/releases/tag/latest-dev">dev build</a-ext>
of the mod.
Entering the hostname instead of an IPv4 address or changing the port is only possible
with mod version <code>v1.1.0</code> or
<a-ext href="https://github.com/CraftyBoss/SuperMarioOdysseyOnline/releases/tag/latest-dev">later</a-ext>.
</p>
<p>
Entering hostnames doesn't work with the <a-int name="play" id="yuzu">yuzu</a-int> emulator.
Expand Down

0 comments on commit 2201083

Please sign in to comment.