Skip to content

A Realtime Dedicated Game Server. 一个2018年写的测试网络同步的服务器demo

License

Notifications You must be signed in to change notification settings

no5ix/realtime-server

 
 

Repository files navigation

A Realtime Dedicated Game Server

一个实时的专用游戏服务器

UE4DemoScreenshot.png

About This

  • 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

Usage

  • Windows :
    1. open ms_vs2015/realtime_srv.sln
    2. compile realtime_srv
    3. compile example_for_ue4_demo.
    4. run example_for_ue4_demo
  • Linux :
    1. cd tool/
    2. sh build_rs.sh -j2
    3. ./run_rs.sh ( ./run_rs.sh 1 for daemonize )

Releases

No releases published

Packages

No packages published

Languages