# mmorpg **Repository Path**: cwl72/mmorpg ## Basic Information - **Project Name**: mmorpg - **Description**: mmo prg - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-07-25 - **Last Updated**: 2024-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 极世界 mmorpg 1. 服务器、客户端 1. 登录注册、选人、背包、商店、战斗、坐骑、聊天、工会、SQLServer ### 引用 [Entity Framework](https://developer.aliyun.com/article/889090) Protobuf #### 数据库准备 1. 安装 SQLServer;创建数据库 ExtremeWorld 1. 创建表:GamerServer/Entities.edmx.sql 拷贝到 数据库 执行 1. 链接数据库:VS打开(视图/服务器资源管理器 或 Ctrl+Alt+S) 1. 拷贝:VS当前数据库 查看【属性】【连接字符串】 1. 替换:GamerServer/Config.cs /connectionStrings ``` 替换: Data Source=DESKTOP-6KF8TBG;Initial Catalog=ExtremeWorld;Integrated Security=True ``` ![输入图片说明](Src/Client/Other/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202023-07-13%20192412.png) #### 启动 1. 启动服务器 1. 启动客户端 ![输入图片说明](Src/Client/Other/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202023-07-28%20192412.png) ![输入图片说明](Src/Client/Other/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202023-07-28%20164136.png)