This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
yzySrv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 完善
master
SisMaker
3 weeks ago
parent
a37042a387
commit
f05f27c2a6
4 changed files
with
4 additions
and
5 deletions
Split View
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
View File
@ -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
View File
@ -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
View File
@ -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
View File
@ -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…
Cancel
Save