초기커밋
This commit is contained in:
40
GameServer/Properties/launchSettings.json
Normal file
40
GameServer/Properties/launchSettings.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"profiles": {
|
||||
"GameServer": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--port 9003 --serverType \"Indun\""
|
||||
},
|
||||
"GameServer_single": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--port 9001 --serverType Channel --channelNo 1 --defaultMaxUser 2000"
|
||||
},
|
||||
"GameServer_ko": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--port 9002 --serverType Channel --channelNo 2 --defaultMaxUser 2000"
|
||||
},
|
||||
"IndunServer": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--port 9003 --serverType Indun --defaultMaxUser 700"
|
||||
},
|
||||
"IndunServer_second": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--port 9004 --serverType Indun --defaultMaxUser 700"
|
||||
},
|
||||
"TMLServer": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--port 9005 --serverType Channel --channelNo 1 --worldid 3 --defaultMaxUser 5"
|
||||
},
|
||||
"TMLServer_Dual": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--port 9006 --serverType Channel --channelNo 2 --worldid 3 --defaultMaxUser 5"
|
||||
},
|
||||
"TPSServer": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--port 9006 --serverType Channel --channelNo 1 --worldid 4 --defaultMaxUser 50"
|
||||
},
|
||||
"WSL": {
|
||||
"commandName": "WSL2",
|
||||
"distributionName": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user