Multi-client: Difference between revisions
(→Notes) |
|||
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 |
Revision as of 14:35, 3 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.