本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
yzySrv
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
0
Wiki
活動
瀏覽代碼
ft: 完善
master
SisMaker
4 週之前
父節點
a37042a387
當前提交
f05f27c2a6
共有
4 個檔案被更改
,包括
4 行新增
和
5 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
config/vm.args
+1
-1
src/center.erl
+1
-1
start_center.sh
+1
-1
start_game.bat
+ 1
- 2
config/vm.args
查看文件
@ -3,5 +3,4 @@
-pa ./dep/ebin
-pa ./dep/ebin/debug_cmd
-pa ./config
+A 64
-s main start
+A 64
+ 1
- 1
src/center.erl
查看文件
@ -23,7 +23,7 @@ doStartApp(MFAOrApp) ->
end
.
start
(
_
StartType
,
_
StartArgs
)
-
>
game_
mas
ter_sup
:
start_link
(
[
"
127.0.0.1
"
,
"
9110
"
]
)
.
game_
cen
ter_sup
:
start_link
(
[
"
127.0.0.1
"
,
"
9110
"
]
)
.
stop
(
_
State
)
-
>
ok
.
+ 1
- 1
start_center.sh
查看文件
@ -1 +1 @@
erl -name center@127.0.0.1 -args_file
"./config/vm.args"
-config
"./config/cls.config"
erl -name center@127.0.0.1 -args_file
"./config/vm.args"
-config
"./config/cls.config"
-s center start
+ 1
- 1
start_game.bat
查看文件
@ -1 +1 @@
erl -name game@127.0.0.1 -args_file
"
./config/vm.args
"
-config
"
./config/gsrv.config
"
erl -name game@127.0.0.1 -args_file
"
./config/vm.args
"
-config
"
./config/gsrv.config
"
-s main start
Write
Preview
Loading…
取消
儲存