Adding multiplayer functionality to the Horror Engine, a free marketplace project created by tansuergene, can be challenging for beginners. The issue arises because understanding the underlying structure and mechanics is crucial for successful implementation.23
To set up multiplayer, you need to understand concepts such as replication, which involves managing what should be processed on the server and what should be handled by the client. This process is complex, especially for those new to game development.2
For guidance, downloading Horror Engine and other free assets can help you learn how these systems are structured. Additionally, referring to Unreal Engine's documentation on its multiplayer framework, including classes like gamestate and playerstate, can provide valuable insights.2
If you encounter issues like glitchy movement or other technical problems, it might be helpful to seek assistance from the official Unreal Engine forums or community-run servers like Unreal Slackers.2
- Horror Engine: A free marketplace project that requires understanding of Unreal Engine's multiplayer framework to implement multiplayer functionality successfully.23
For further assistance and more detailed guidance, consider reaching out to the Horror Engine creators or community forums dedicated to Unreal Engine development.
If you can do this.