原地址:http://www.9miao.com/question-15-54027.html
1.ActivePython2.7 版本(内部已经包含easy_install,pywin32)
2.所需的组件
1)最新的Firefly到git上面下载
2 ) 使用easy_install dbutils
3)使用easy_install zope.interface
4 ) 使用easy_install python_memcached
5 ) 使用easy_install affinity
6 ) 使用easy_install protobuf(google protobuf协议包)
7 ) 使用安装包Twisted-13.1.0.win32-py2.7.msi
8 ) 使用安装包MySQL-python-1.2.3.win32-py2.7.msi
3.安装Firefly
下载firefly,这里是git中最新的1.2.2版本,解压后,cmd进入firefly目录下
python setup.py build
python setup.py install
4.安装游戏服务器
论坛下载fengyanOL - v1.30.zip ,解压后,cmd进入sanguo - v1.30目录下
执行python startmaster.py
注意:1) 所有的cmd命令使用管理员身份打开
2) fengyanOL目录下config.json设置自己数据库和memcached的端口和IP等,如果自己的端口有冲突修改config.json文件中的参数
3) Windows-memcached1.4.5.rar附件使用WIN32版本,win下面memcached的用法搜索一下就知道了,这个就不说了
出现的错误:importerror no module named memhelper.client 请查考站内贴http://bbs.9miao.com/forum.php?m ... highlight=memhelper
ActivePython2.7 +Firefly1.2.2+WIN7服务器搭建过程(已通过)