Update Run Configurations to include Module information authored by Derek Williams's avatar Derek Williams
......@@ -67,61 +67,73 @@ The Working Directory fields that are listed will be added after the "FreshmanRP
Name: Login Server
Main Class: LoginServer
Module: `-cp Freshman_RPG.LoginServer.main`
Program Arguments: --localhost
Working Directory: FreshmanRPG/LoginServer
Name: Server Current
Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1872 --map=current.tmx --localhost
Working Directory: FreshmanRPG/GameServer
Name: Server Quiznasium
Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1873 --map=quiznasium.tmx --localhost
Working Directory: FreshmanRPG/GameServer
Name: Server Study Hall
Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1874 --map=homework.tmx --localhost
Working Directory: FreshmanRPG/GameServer
Name: Server Sorting Room
Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1875 --map=sortingRoom.tmx --localhost
Working Directory: FreshmanRPG/GameServer
Name: Wellington Room
Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1876 --map=wellingtonRoom.tmx --localhost
Working Directory: FreshmanRPG/GameServer
Name: Server MCT Room
Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1877 --map=mct1.tmx --localhost
Working Directory: FreshmanRPG/GameServer
Name: Server The Green
Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1878 --map=theGreen.tmx --localhost
Working Directory: FreshmanRPG/GameServer
Name: Ducktopia
Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1879 --map=Ducktopia.tmx --localhost
Working Directory: FreshmanRPG/GameServer
Name: Server Cub
Main Class: edu.ship.shipsim.areaserver.Server
Module: `-cp Freshman_RPG.GameServer.main`
Program Arguments: --port=1880 --map=cub.tmx --localhost
Working Directory: FreshmanRPG/GameServer
Name: GameClient-desktop
Main Class: DesktopClient
Module: `-cp Freshman_RPG.GameClient-desktop.main`
Program Arguments: --localhost
Working Directory: FreshmanRPG/GameClient-desktop
Name: GameManager
Main Class: manager.GameManagerFX
Module: `-cp Freshman_RPG.GameManager.main`
Program Arguments: --localhost --db=x (where x is your database identifier)
Working Directory: FreshmanRPG/GameManager
VM Options (show this from the "Modify options" drop down): --module-path "INSERT FILE PATH TO JFX LIBRARY" --add-modules=javafx.controls,javafx.fxml --add-exports javafx.graphics/com.sun.javafx.sg.prism=ALL-UNNAMED
......
......