Multi-client: Difference between revisions
(Created page with "[[{{PAGENAME}}]] is where one player runs multiple instances of the game client to control two or more characters. This is technically an exploit of the game client, but it has become commonplace, especially at lower levels, due to the smaller population. == Accounts == When setting up accounts, if you have a Gmail address, you can branch your email address without needing to create numerous email accounts. This is done by adding "+" between your email and @ in the add...") |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
== Client setup == | == Client setup == | ||
Setting up the multi-client requires duplicates (or clones) of your game folder with a renamed executable (<code><nowiki>.exe</nowiki></code>). | Setting up the multi-client requires duplicates (or clones) of your game folder with a renamed executable (<code><nowiki>.exe</nowiki></code>). | ||
{ | {{STF}} | ||
! # | ! # | ||
! Step | ! Step | ||
Line 25: | Line 25: | ||
# R-Click the game folder > Copy. | # R-Click the game folder > Copy. | ||
# Paste the copy into the "FHX multiclient" on your desktop. | # Paste the copy into the "FHX multiclient" on your desktop. | ||
# Rename the game folder to FHX1. | # Rename the pasted game folder to "FHX1". | ||
# Open the FHX1 folder > R-Click FHX.exe > Rename > FHX1.exe | # Open the FHX1 folder > R-Click FHX.exe > Rename > "FHX1.exe" | ||
# Double-click FHX1.exe to run the client > Login with the account you want to use for that client | # Double-click FHX1.exe to run the client > Login with the account you want to use for that client. | ||
# Repeat this step for each additional game client instance you want to have (max. 10) | # Repeat this step for each additional game client instance you want to have (max. 10). | ||
|- | |- | ||
| 3 | | 3 | ||
Line 48: | Line 48: | ||
# Open "FHX multiclient" > R-Click "Launch FHX 3 clients.txt" > Rename > Rename the file to "Launch FHX 3 clients.bat" | # Open "FHX multiclient" > R-Click "Launch FHX 3 clients.txt" > Rename > Rename the file to "Launch FHX 3 clients.bat" | ||
#* To edit it later, R-Click the .bat file > Edit with Notepad | #* To edit it later, R-Click the .bat file > Edit with Notepad | ||
'''Command block''': | |||
<pre style="color: blue"> | <pre style="color: blue"> | ||
@echo off | @echo off | ||
Line 63: | Line 64: | ||
| | | | ||
# R-Click "Launch FHX 3 clients.bat" > Run as administrator | # R-Click "Launch FHX 3 clients.bat" > Run as administrator | ||
# Accept User Control prompt(s) | # Accept User Control prompt(s). | ||
# For each client instance, click the "Start | # For each client instance, click the "Start This" button on the "Already installed" prompts. | ||
# Log in to each instance with the same accounts used in Step 2. | # Log in to each instance with the same accounts used in Step 2. | ||
|- | |- | ||
Line 71: | Line 72: | ||
== Notes == | == Notes == | ||
* The maximum number of clients a single IP address can host is 10. | * New clients cannot be launched if you already have some active. To open more clients, all active ones must be closed and relaunched as a group. | ||
* The maximum number of clients a single IP address can host is 10. | |||
== Troubleshooting == | |||
;I get an error saying "You can only have one instance of the game." | |||
: If you already have an active instance (a character is logged in), you must close that client and launch your clients as a group again. You can also launch them individually, as long as you launch all the clients you want before logging in a character. | |||
;My shortcut isn't being recognized. | |||
: R-Click your shortcut and select Properties. Verify the "Target" and "Start in" fields are pointing to the correct location for your renamed exe file. | |||
== See also == | == See also == | ||
* [[New Player Guide]] | * [[New Player Guide]] |
Latest revision as of 22:07, 7 October 2024
Multi-client is where one player runs multiple instances of the game client to control two or more characters. This is technically an exploit of the game client, but it has become commonplace, especially at lower levels, due to the smaller population.
Accounts
When setting up accounts, if you have a Gmail address, you can branch your email address without needing to create numerous email accounts. This is done by adding "+" between your email and @ in the address. Register each account.
Example: myemail@gmail.com -> myemail+fhx001@gmail.com
Client setup
Setting up the multi-client requires duplicates (or clones) of your game folder with a renamed executable (.exe
).
# | Step | Details |
---|---|---|
1 | Set up a multi-client folder. | This step is not required, but is included for easier setup steps.
|
2 | Duplicate and prepare your game folders. |
|
3 | Prepare your multiclient shortcuts. |
|
4 | Create the multiclient batch file. |
Command block: @echo off cd "C:\Users\%USERNAME%\Desktop\FHX multiclient" start FHX1.exe.lnk cd "C:\Users\%USERNAME%\Desktop\FHX multiclient" start FHX2.exe.lnk cd "C:\Users\%USERNAME%\Desktop\FHX multiclient" start FHX3.exe.lnk exit |
5 | Launch multiclient. |
|
Enjoy playing multiple characters! |
Notes
- New clients cannot be launched if you already have some active. To open more clients, all active ones must be closed and relaunched as a group.
- The maximum number of clients a single IP address can host is 10.
Troubleshooting
- I get an error saying "You can only have one instance of the game."
- If you already have an active instance (a character is logged in), you must close that client and launch your clients as a group again. You can also launch them individually, as long as you launch all the clients you want before logging in a character.
- My shortcut isn't being recognized.
- R-Click your shortcut and select Properties. Verify the "Target" and "Start in" fields are pointing to the correct location for your renamed exe file.