克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

炎黄群侠传MUD

mud

炎黄MUD utf-8 版,推荐使用 FluffOS v2019 最新版驱动。

LIB说明

本游戏为侠客行类文字MUD游戏,底层为炎黄2003,LIB代码有大量借鉴国内优秀的LIB,开源在此方便对MUD游戏感兴趣的玩家。

help

启动说明

游戏集成了mudcore框架,请使用以下指令下载源码:

# 从github安装(国外推荐)
git clone --recurse-submodules https://github.com/oiuv/mud.git
# 从gitee 安装(国内推荐)
git clone --recurse-submodules https://gitee.com/mudren/mud.git

如果你已经直接clone了项目,请使用以下指令更新子模块:

git submodule update --init

提示:为方便国内用户使用,mudcorewww子模块都使用了gitee镜像地址。

环境配置

请把data目录中的.env.example复制为.env,并根据需要修改环境配置。

启动服务

使用以下方式启动游戏:

driver config.ini

如果是开发学习,使用以下方式之一开启调试模式:

driver config.ini -fdebug
driver config.ini -d
  • 5566 端口为GBK编码
  • 6666 端口为UTF-8编码
  • 8888 端口为WEBSOCKET访问

推荐使用mudlet客户端连接游戏,推荐使用UTF-8编码进行游戏。

注册ID为 mudren 的帐号为游戏管理员(admin)。

求助答疑请访问:https://bbs.mud.ren/nodes/6

MIT License Copyright (c) 2022 mud.ren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

炎黄群侠传文字MUD游戏,使用FluffOS v2019驱动,在线体验游戏地址:https://mud.ren:8888 展开 收起
C
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化