Skip to content

FAQs English

github-actions[bot] edited this page Nov 22, 2023 · 2 revisions

Infinite "Loading profile data..." screen

Caused by:

  • A broken installation.
  • An issue with the server connection, related to your IP settings.
  • Windows proxy blocking connection.

Make sure port forwarding is setup correctly so that you can connect to your external IP.

If you are playing Single Player, do not use any of these options and leave it as 127.0.0.1 and turn the External IP Finder off.

Where do I install mods?

Client mods

Install client mods in <game folder>/BepInEx/plugins/.

Server mods

Install server mods in <server folder>/user/mods/.

DDNS Setup step. If you don't have a static public IP address and you want to use a domain name to connect to the server.

Step 1

Replace "ip": "127.0.0.1" in these two files with the IP Address of your computer's NIC address(NOT YOUR PUBLIC IP ADDRESS) or use 0.0.0.0 instead.

<Server folder>/Aki_Data/Server/configs/http.json

<Server folder>/Aki_Data/Server/database/server.json

and make sure these two file have same IP Address.

Step 2

Locate the SIT.Aki-Server-Mod coopConfig.json in the <Server folder>/user/mods/SIT.Aki-Server-Mod/config/ directory.

Change "externalIP": "127.0.0.1" to your domain name. For example: "externalIP": "yourdomain.com".

Set useExternalIPFinder to false

Now you are good to go. Have some fun~


Clone this wiki locally