-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"usage": "Usage", | ||
"faq.mdx": "Frequently Asked Questions" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Frequently Asked Questions | ||
--- | ||
**Q: Does Hot-Join support 3-4 player splitscreen?** | ||
A: _Hot-Join only supports 2 player splitscreen at the moment, but splitscreen up to 4 players is planned for a future update._ | ||
|
||
**Q: Does Hot-Join support Steam Deck** | ||
A: _Hot-Join **is** supported on Steam Deck, but only in Desktop mode._ | ||
|
||
**Q: Is it possible to use multiple monitors?** | ||
A: _Not at the moment._ | ||
|
||
**Q: How do you use this mod?** | ||
A: _See [Prerequisites](usage/prerequisites)._ | ||
|
||
**Q: My controller isn't working!** | ||
A: _Check to see if you have a controller mod installed, and have the controller setup with that mod._ | ||
|
||
**Q: Does clicking the <code><img width={20} height={20} src="https://raw.githubusercontent.com/Jab125/hot-join/refs/heads/develop/docs/.assets/item/hotjoin/start.png" title="Start button" /> Start</code> button to open another instance work with controller mods other than Legacy4J?** | ||
A: _It is planned for a future update._ | ||
|
||
**Q: Where is the source code for Hot-Join?** | ||
A: _https://github.com/Jab125/hotjoin_ | ||
|
||
**Q: Where can I report issues?** | ||
A: _https://github.com/Jab125/hotjoin/issues_ | ||
|
||
**Q: Is there an API for Hot-Join?** | ||
A: _Not at the moment. One is planned for the future, though._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"prerequisites.mdx": "Prerequisites", | ||
"authme.mdx": "Usage with Auth Me", | ||
"legacy4j.mdx": "Usage with Legacy4J" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Usage with Auth Me | ||
--- | ||
If Hot-Join is installed alongside Auth Me, you can start splitscreen by using the `/hotjoin authme microsoft` command, and logging in to a Microsoft account. | ||
|
||
<Callout> | ||
You will need to install a controller mod in order to control both instances. | ||
</Callout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Usage with Legacy4J | ||
--- | ||
There are 2 ways to use Legacy4J with Hot-Join. | ||
|
||
The preferred method is to click the <code><img width={20} height={20} src="https://raw.githubusercontent.com/Jab125/hot-join/refs/heads/develop/docs/.assets/item/hotjoin/start.png" title="Start button" /> Start</code> button on the controller that you wish to use. | ||
|
||
The alternative method is to use the `/hotjoin legacy4j` command. Note that when doing so, you will have to setup the controller manually. | ||
<ModAsset width={1000} location="hotjoin:legacy4jcontrollermethod" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Prerequisites | ||
--- | ||
|
||
Hot-Join requires the following mods: | ||
- Fabric API | ||
- Concentration | ||
|
||
There are 2 ways of using Hot-Join, either with **Auth Me** or with **Legacy4J**. | ||
|
||
To see the relevant pages both, see [Usage with Auth Me](authme) and [Usage with Legacy4J](legacy4j) | ||
|
||
<Callout> | ||
After launching the second instance, it may take awhile for the 2nd client to load. | ||
</Callout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters