An open API service indexing awesome lists of open source software.

https://github.com/dan-and-dna/topdownsoulslike

the example of ue4 tcp client and third party server 独立服务器的例子
https://github.com/dan-and-dna/topdownsoulslike

jsonrpc tcp ue4 ue4-plugin

Last synced: 8 months ago
JSON representation

the example of ue4 tcp client and third party server 独立服务器的例子

Awesome Lists containing this project

README

          

# TopDownSoulsLike

非常简单的演示一下虚幻4如何连接独立服务器

1. 连接独立服务器
2. 提供c++和蓝图的演示
3. 简单的json rpc

## 安装
1. 下载[服务器](https://github.com/DAN-AND-DNA/tcp-server)
2. 修改ip地址(TopDownSoulsLike/Content/Widgets/)

图片:
![MainMenu](/imgs/MainMenu.png)
![MainMenu](/imgs/Playing.png)