-
Notifications
You must be signed in to change notification settings - Fork 0
Home
DarthPointer edited this page Oct 6, 2023
·
5 revisions
VirtualAttackTable is deigned to store a table of target vessels when playing subsims. As of now it only "supports" Wolfpack with target identification filters and ship data based on the assets of this game and supplied with ship images from the extracted game assets.
In order to use the application:
- Install ASP.NET Core Runtime 7 (if you don't have it installed yet).
- Download and unpack built server zip (Named VirtualAttackTableServerX.X.X) from the latest Release.
- Run
000_run_*.cmd
. As of now there is not much point in running theopen
one because each client will have a separate attack table and won't be able to interact with others. If you want to change the port the server will use, edit the correspinding .cmd file. - Connect to the server with your browser (type
[server IP/localhost]:[server port]
).
Learn how to use the app here: