- 授权协议: GPLv2
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/ubisoftinc/massgate
- 软件文档: https://github.com/ubisoftinc/massgate
- 官方下载: https://github.com/ubisoftinc/massgate
软件介绍
Massgate 是曾经为育碧娱乐的实时战略游戏“ World in Conflict” (冲突世界)提供在线功能的中央服务器,用于管理在线功能,如跟踪专用游戏服务器、用户帐户、宗族、排行等。
代码开源后,任何玩家都可以托管他们自己的 Massgate 服务器。开源版本的 Massgate 代码与 2007 年游戏发布时的代码基本相同,只做了很小的调整,使它建立在一个相对现代的编译器上,并消除了管理 CD 密钥的必要性。
启动
要启动 Massgate,需要使用以下参数运行 build / bin 文件夹中的 MMassgateServers.exe:
MMassgateServers.exe live -noboom -all -dbname live -massgateport 3001 -logsql
但在运行可执行文件之前,请确保 config.ini 存在于可执行文件的工作目录中。
如果一切正常,你会在控制台窗口中看到类似下面的内容:
2015-09-08 12:24:13 [2532] [INFO ] : Creating 16 handler threads (8 per core, max 16). 2015-09-08 12:24:13 [2532] [INFO ] : Kickstarting server. 2015-09-08 12:24:13 [2532] [INFO ] : Server startup sequence OK.
Elements of Programming
Alexander A. Stepanov、Paul McJones / Addison-Wesley Professional / 2009-6-19 / USD 39.99
Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, mus......一起来看看 《Elements of Programming》 这本书的介绍吧!
随机密码生成器
多种字符组合密码
HTML 编码/解码
HTML 编码/解码
