You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a guide for the legacy software, OpenFusionClient.
20
+
21
+
For instructions regarding the modern launcher, see [Quick Start](/docs/guides/quick-start).
22
+
{{< /callout >}}
23
+
24
+
### Method A: Installer (Easiest)
25
+
1. Download the client installer by clicking [here](https://github.com/OpenFusionProject/OpenFusion/releases/download/1.6/OpenFusionClient-1.6-Installer.exe) - choose to run the file.
26
+
2. After a few moments, the client should open: you will be given a choice between two public servers by default. Select the one you wish to play and click connect.
27
+
3. To create an account, simply enter the details you wish to use at the login screen then click Log In. Do *not* click register, as this will just lead to a blank screen.
28
+
4. Make a new character, and enjoy the game! Your progress will be saved automatically, and you can resume playing by entering the login details you used in step 3.
29
+
30
+
### Method B: Standalone .zip file
31
+
1. Download the client from [here](https://github.com/OpenFusionProject/OpenFusion/releases/download/1.6/OpenFusionClient-1.6.zip).
32
+
2. Extract it to a folder of your choice. Note: if you are upgrading from an older version, it is preferable to start with a fresh folder rather than overwriting a previous install.
33
+
3. Run OpenFusionClient.exe - you will be given a choice between two public servers by default. Select the one you wish to play and click connect.
34
+
4. To create an account, simply enter the details you wish to use at the login screen then click Log In. Do *not* click register, as this will just lead to a blank screen.
35
+
5. Make a new character, and enjoy the game! Your progress will be saved automatically, and you can resume playing by entering the login details you used in step 4.
36
+
37
+
Instructions for getting the client to run on Linux through Wine can be found [here](/docs/guides/running-on-linux/).
38
+
39
+
If you run into any issues, try checking [the FAQ](/docs/reference/frequently-asked-questions) or ask for assistance in our Discord server.
This is a guide for the legacy software, OpenFusionClient.
21
+
22
+
For instructions regarding the modern launcher, see [Quick Start](/docs/guides/quick-start).
23
+
{{< /callout >}}
24
+
17
25
While the OpenFusion server supports both Windows and Linux (and other Unix-like systems), the game client natively supports only Windows because of the NPAPI Unity Web Player plugin needed to run the game.
18
26
Nevertheless, the client runs very well in Wine if configured properly.
Copy file name to clipboardExpand all lines: content/docs/guides/hosting-a-server.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Hosting a Server"
3
3
description: ""
4
4
summary: ""
5
5
date: 2024-07-14T17:57:37-05:00
6
-
lastmod: 2024-10-10T17:19:07+02:00
6
+
lastmod: .Lastmod
7
7
draft: false
8
8
weight: 720
9
9
toc: true
@@ -14,12 +14,12 @@ seo:
14
14
noindex: false # false (default) or true
15
15
---
16
16
17
-
1. Grab `OpenFusionServer-1.6-Original.zip` or `OpenFusionServer-1.6-Academy.zip` from [here](https://github.com/OpenFusionProject/OpenFusion/releases/tag/1.6).
17
+
1. Grab `OpenFusionServer-X-Original.zip` or `OpenFusionServer-X-Academy.zip` from [here](https://github.com/OpenFusionProject/OpenFusion/releases/latest), where `X` corresponds to your operating system.
18
18
2. Extract it to a folder of your choice, then run `winfusion.exe` (Windows) or `fusion` (Linux) to start the server.
19
-
3. Add a new server to the client's list:
19
+
3. Add a new Simple Server to the launcher's list:
20
20
1. For Description, enter anything you want. This is what will show up in the server list.
21
21
2. For Server IP, enter the IP address and port of the login server. If you're hosting and playing on the same PC, this would be `127.0.0.1:23000`.
22
22
3. Lastly Game Version - select `beta-20100104` if you downloaded the original zip, or `beta-20111013` if you downloaded the academy zip.
23
-
5. Once you've added the server to the list, connect to it and log in. If you're having trouble with this, refer to steps 4 and 5 of the [quick start](/docs/guides/quick-start).
23
+
4. Once you've added the server to the list, connect to it and log in. If the account does not exist yet, it will be created automatically.
24
24
25
25
If you run into any issues, try checking [the FAQ](/docs/reference/frequently-asked-questions) or ask for assistance in our Discord server.
Copy file name to clipboardExpand all lines: content/docs/guides/quick-start.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Quick Start"
3
3
description: ""
4
4
summary: ""
5
5
date: 2023-09-07T16:04:48+02:00
6
-
lastmod: 2023-09-07T16:04:48+02:00
6
+
lastmod: .Lastmod
7
7
draft: false
8
8
weight: 710
9
9
toc: true
@@ -14,20 +14,26 @@ seo:
14
14
noindex: false # false (default) or true
15
15
---
16
16
17
+
## Windows 10 / 11
18
+
17
19
### Method A: Installer (Easiest)
18
-
1. Download the client installer by clicking [here](https://github.com/OpenFusionProject/OpenFusion/releases/download/1.6/OpenFusionClient-1.6-Installer.exe) - choose to run the file.
19
-
2. After a few moments, the client should open: you will be given a choice between two public servers by default. Select the one you wish to play and click connect.
20
-
3. To create an account, simply enter the details you wish to use at the login screen then click Log In. Do *not* click register, as this will just lead to a blank screen.
21
-
4. Make a new character, and enjoy the game! Your progress will be saved automatically, and you can resume playing by entering the login details you used in step 3.
20
+
1. Download the launcher installer by clicking [here](https://github.com/OpenFusionProject/OpenFusionLauncher/releases/latest/download/OpenFusionLauncher-Windows-Installer.exe) - choose to run the file.
21
+
2. After a few moments, the launcher should open: you will be given a choice between two public servers by default. Select the one you wish to play and click connect.
22
+
3. To create an account, switch to the 'Register' tab and enter in your details, then click the Register button. If you have an account for the server already, you can enter it inside of the 'Log In' tab.
23
+
4. Make a new character, and enjoy the game! Your progress will be saved automatically, and you can resume playing by entering the login details you used in step 3. Make sure to verify your email if you want to enable password recovery!
22
24
23
25
### Method B: Standalone .zip file
24
-
1. Download the client from [here](https://github.com/OpenFusionProject/OpenFusion/releases/download/1.6/OpenFusionClient-1.6.zip).
26
+
1. Download the launcher from [here](https://github.com/OpenFusionProject/OpenFusionLauncher/releases/latest/download/OpenFusionLauncher-Windows-Portable.zip).
25
27
2. Extract it to a folder of your choice. Note: if you are upgrading from an older version, it is preferable to start with a fresh folder rather than overwriting a previous install.
26
-
3. Run OpenFusionClient.exe - you will be given a choice between two public servers by default. Select the one you wish to play and click connect.
27
-
4. To create an account, simply enter the details you wish to use at the login screen then click Log In. Do *not* click register, as this will just lead to a blank screen.
28
-
5. Make a new character, and enjoy the game! Your progress will be saved automatically, and you can resume playing by entering the login details you used in step 4.
28
+
3. Run OpenFusionLauncher.exe - you will be given a choice between two public servers by default. Select the one you wish to play and click connect.
29
+
4. To create an account, switch to the 'Register' tab and enter in your details, then click the Register button. If you have an account for the server already, you can enter it inside of the 'Log In' tab.
30
+
5. Make a new character, and enjoy the game! Your progress will be saved automatically, and you can resume playing by entering the login details you used in step 4. Make sure to verify your email if you want to enable password recovery!
31
+
32
+
<!--
33
+
## MacOS
29
34
30
-
Instructions for getting the client to run on Linux through Wine can be found [here](/docs/guides/running-on-linux/).
35
+
## Linux
36
+
-->
31
37
32
38
If you run into any issues, try checking [the FAQ](/docs/reference/frequently-asked-questions) or ask for assistance in our Discord server.
### The Remember Me button isnt working, leaving me frozen in the login screen or simply not saving my login information. Is there a fix? {#remember-me}
20
-
21
-
The Remember Me button doesn't currently do anything. As a result, you need to remember your username and password correctly to login, as while we can recover usernames, we cannot recover passwords if you happen to forget it.
22
-
23
19
### Can I use the same login information on every OpenFusion or OF adjacent server? {#same-login}
24
20
25
21
No, you cannot. Our databases are separated between versions and the characters you create on one server cannot transfer onto another server. However, you are free to create those same characters (name included) on another server.
@@ -32,7 +28,7 @@ No, it will not. Our database is not shared with the original game or with Retro
32
28
33
29
### Is this a single player game? I can't seem to find anyone in-game. {#singleplayer-game}
34
30
35
-
No, if you're playing on our public servers (one of the two default entries in the launcher), the game isn't single player. It's just that there arent many players playing at a given time usually. You can usually find more people playing during the afternoon or on weekends, or if there is an event going on at the moment.
31
+
No, if you're playing on our public servers (one of the two default entries in the launcher), the game isn't single player. It's just that there arent many players playing at a given time usually. You can usually find more people playing during the afternoon or on weekends, or if there is an event going on at the moment.
36
32
37
33
If you want the game to be single player, you can always set up a local server by following the instructions on https://github.com/OpenFusionProject/OpenFusion?tab=readme-ov-file#hosting-a-server
38
34
@@ -70,7 +66,7 @@ In the Original game, you can give yourself items thru commands. To do this, typ
70
66
71
67
An an example: Using this command to give myself the Ben 10 Jacket would look something like this: `/itemN 1 38 1`, with 1 being the item type *(shirts)*, 38 being the item ID *(the ID of the Ben 10 Jacket)* and 1 being the quantity of item (keep this at one unless you are spawning gumballs or other stackable items).
72
68
73
-
If you wish to find all the item IDs in the game, refer to [this spreadsheet](https://docs.google.com/spreadsheets/d/1mpoJ9iTHl_xLI4wQ_9UvIDYNcsDYscdkyaGizs43TCg/edit#gid=0).
69
+
If you wish to find all the item IDs in the game, refer to the [item IDs page](/docs/reference/item-id-list) or [this spreadsheet](https://docs.google.com/spreadsheets/d/1mpoJ9iTHl_xLI4wQ_9UvIDYNcsDYscdkyaGizs43TCg/edit#gid=0).
74
70
75
71
You cannot do this in the Academy server unless you make a private server for yourself.
76
72
@@ -136,17 +132,21 @@ Unfortunately No. The game UI was never adapted to fit into higher resolutions s
136
132
137
133
### Help! I accidentally deleted the public server from my launcher! {#deleted-default-servers}
138
134
139
-
You can restore the default servers by clicking the version number in the lower right corner, then in the window that pops up, click "Reset to Default Servers".
135
+
You can restore the default servers by clicking the green plus button, switching to the 'Endpoint Server' tab, then entering the following API hosts:
136
+
137
+
**OpenFusion Public - Original**: `api.dexlabs.systems`
138
+
139
+
**OpenFusion Public - Academy**: `api.dexlabs.systems/academy`
140
140
141
141
### I'm getting a LOGIN UNIMPLM or SHARD UNIMPLM error in the server log. How do I fix this? {#unimplm-packet}
142
142
143
-
* If it's a shard error and the number ends in 9889: You mixed up the login and shard ports.
143
+
* If it's a shard error and the number ends in 9889: You mixed up the login and shard ports.
144
144
When adding a new server to the client's list, *always use the login port* (default 23000).
145
145
146
-
* If it's a login error the number starts with 3187: You likely changed the login and shard to be the same port.
146
+
* If it's a login error the number starts with 3187: You likely changed the login and shard to be the same port.
147
147
Revert your config.ini to the default of 23000 for login, and 23001 for shard. (they need separate ports in order to work)
148
148
149
-
* Any other combination: Check that the version you selected in the client matches the server you're connecting to.
149
+
* Any other combination: Check that the version you selected in the client matches the server you're connecting to.
150
150
For an original server, select beta-20100104, and for an academy server select beta-20111013.
151
151
152
152
### Can I play the game on Android devices? Is it possible that a mobile port of the game will come out in the future? {#android-port}
0 commit comments