一个实时的专用游戏服务器
- A UE4 demo for it
- 附一个UE4游戏前端演示Demo
-
Video Preview 视频演示 : Click me 点我
-
Unreal Engine Version : 4.16 - 4.19
-
虚幻引擎版本 : 兼容 4.16 - 4.19
-
A realtime-server example for this ue4 demo.(see this)
-
为这个ue4的demo写了一个realtime-server的例子.(看 这个)
-
No Replication component from UE4, just socket
-
没有用UE4的网络同步组件, 唯socket而已
-
- Win/Linux
- RUDP
- C++11
- Bit Stream
- Add UDP support for muduo
- Windows :
- open
ms_vs2015/realtime_srv.sln
- compile
realtime_srv
- compile
example_for_ue4_demo
. - run
example_for_ue4_demo
- open
- Linux :
- cd tool/
- sh build_rs.sh -j2
- ./run_rs.sh (
./run_rs.sh 1
for daemonize )