All Projects → yas-online → UE4-DedicatedServer

yas-online / UE4-DedicatedServer

Licence: other
A UE4 plugin which adds proper console support (input) and RCon

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to UE4-DedicatedServer

Niagara Study
Unreal Engine 4 Niagara particles system collection of samples.
Stars: ✭ 55 (+37.5%)
Mutual labels:  ue4, unrealengine4
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-37.5%)
Mutual labels:  ue4, unrealengine4
UE4-BUIValidator
UE4 UI Texture Validator Plugin
Stars: ✭ 48 (+20%)
Mutual labels:  ue4, unrealengine4
UE4Packager
Python scripts to quickly and easily build / cook / package UE4 games
Stars: ✭ 24 (-40%)
Mutual labels:  ue4
TwitchAuth
Unreal Engine 4 Plugin for In-Game Twitch Authentication.
Stars: ✭ 21 (-47.5%)
Mutual labels:  ue4
ProjectCleaner
Unreal engine plugin for managing all unused assets and empty folders in project.
Stars: ✭ 53 (+32.5%)
Mutual labels:  ue4
csgo-rcon-nodejs
A web panel to control a CS:GO server
Stars: ✭ 46 (+15%)
Mutual labels:  rcon
UE4-Noise-BlueprintLibrary
UE4 plugin: Noise Blueprint Function Library
Stars: ✭ 25 (-37.5%)
Mutual labels:  ue4
ProceduralDungeon
This is an Unreal Engine 4/5 plugin to generate procedural dungeon.
Stars: ✭ 95 (+137.5%)
Mutual labels:  ue4
Nav3D
3D Pathfinding and cover system plugin for UE4, using Sparse Voxel Octrees.
Stars: ✭ 58 (+45%)
Mutual labels:  ue4
ServerAndLobbySystem
Server and Lobby System WIP test in Unreal Engine 4 C++ and UMG using the OnlineSubsystem
Stars: ✭ 92 (+130%)
Mutual labels:  ue4
BlueprintWebSocket
Documentation for BlueprintWebSocket available on the Unreal Engine Marketplace.
Stars: ✭ 13 (-67.5%)
Mutual labels:  unrealengine4
UE4-Minecraft
Created Minecraft in unreal engine 4, with high res graphics and gameplay.
Stars: ✭ 38 (-5%)
Mutual labels:  ue4
DlgSystem
Dialogue Plugin System for Unreal Engine | 🪞 Mirror of https://bit.ly/DlgSource
Stars: ✭ 136 (+240%)
Mutual labels:  ue4
MaRLEnE
Machine- and Reinforcement Learning ExtensioN for (game) Engines
Stars: ✭ 47 (+17.5%)
Mutual labels:  ue4
sleeping-forest-ue4
Code-completion, CLI tools and asset management/optimization for Unreal Engine 4 in VSCode.
Stars: ✭ 34 (-15%)
Mutual labels:  ue4
minecraft-backup
Backup script for Minecraft servers on Linux. Supports screen, tmux, and RCON connections. Supports tar and restic backup format.
Stars: ✭ 140 (+250%)
Mutual labels:  rcon
autoupdate-oh-my-zsh-plugins
Plugin for oh-my-zsh to automatically update custom-plugins
Stars: ✭ 147 (+267.5%)
Mutual labels:  autoupdate
PrFirebase
Firebase SDK integration for Unreal Engine 4
Stars: ✭ 25 (-37.5%)
Mutual labels:  ue4
OculusPlatformBP
An Unreal Engine 4 plugin featuring a library of 300+ Blueprint nodes for Oculus Platform functions.
Stars: ✭ 24 (-40%)
Mutual labels:  ue4

Dedicated Server Plugin

This Plugin is designed to eliminate some shortcomings in UE4's Dedicated Server support.

Features

  • Console Input
  • Basics, enter to execute console command, backspace and delete for input modification
  • Cursor Movement via arrow-left/right, home(pos1), end
  • AutoCompletion via tab (WIP)
  • CommandHistory via arrow-up/down
  • Autoupdate
  • See Autoupdate wiki page
  • RCon (WIP)
  • TCP Socket
  • WebSocket

Usage

Drop the plugin into your game's plugin folder. To start your dedicated server with console input pass -console instead of -log to the command-line.

To enable rcon support add the following lines to your DefaultEngine.ini:

[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName="RConNetDriver",DriverClassName="",DriverClassNameFallback="")

[RConNetDriver]
bEnableWebSocket=true
BanPenalty=0
MaxFailures=10
MinFailures=5
MinFaulureTime=30

you then need to add the following to the server command-line -RConPassword=<yourpassword>, other options are: -MULTIHOME_RCon=<IP to bind to (defaults to -MULTIHOME)>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].