-
Notifications
You must be signed in to change notification settings - Fork 0
Manual
In your Download Folder you should see the following Files
- Uninstallers
- Chat - uninstall.exe
- Chatclient.exe
- Chatserver.exe
- imgui.ini If you don't have one of these files, make sure to download the previous release (Chat.Setup.exe).
In the Uninstallers directory you obviously can deinstall the entire application. The imgui.ini saves the positions and sizes of the windows in the Chatclient application. To connect to a server you just need to start the Chatclient.exe, enter a random Username which doesn't get stored and enter the IPv4 address and port of the server. If you try to connect multiple times to a non-existing server the application may crash.
To setup a server start the Chatserver.exe, enter the IPv4 of your local device on which the server is running (you can lookup your IPv4 in the commandline and enter the command "ipconfig") and select a valid port in the given space. If you want to make it public, port-forward this port on your router to your server IP. Afterwards, your friends can connect to your public IPv4 address. You can add chatrooms with /add (+ number of chatrooms you want to add) and remove them with /remove (+ number of chatrooms you want to remove) in the commandprompt.