Core Changes
- Implemented a quick installation of IcarusServer on Windows Server 2022 using the batch file
install.bat
, including:
- configure the server name and passwords using the
Settings.ini
file. - opening firewall ports: 17777 and 27015.
- automatic server startup when the system boots.
- installing dependencies:
Visual C++ Redistributable
andDirectX
. - launch of IcarusServer.
-
Changing server parameters using a file
C:\Icarus\Control\Settings.ini
and restartC:\Icarus\Control\start.bat
. -
Updating the server using a batch file
C:\Icarus\Control\update.bat
.