All Projects → GameServerManagers → Game Server Configs

GameServerManagers / Game Server Configs

A repo of game server configuration files used by LinuxGSM

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Game Server Configs

ARK
ARK is a lightweight, agile, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 411 (+161.78%)
Mutual labels:  game-server, gameserver
Linuxgsm
The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
Stars: ✭ 3,063 (+1850.96%)
Mutual labels:  game-server, gameserver
ctf-gameserver
FAUST Gameserver for attack-defense CTFs
Stars: ✭ 38 (-75.8%)
Mutual labels:  game-server, gameserver
pigame
Just a game server template for Erlang/OTP.
Stars: ✭ 25 (-84.08%)
Mutual labels:  game-server, gameserver
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+317.2%)
Mutual labels:  game-server, gameserver
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+1975.16%)
Mutual labels:  game-server, gameserver
jwEngine
A cross-platform C++<->lua server quick solution
Stars: ✭ 226 (+43.95%)
Mutual labels:  game-server, gameserver
Distributed game server
java,gameserver,distributed,vert.x,游戏服务器
Stars: ✭ 8 (-94.9%)
Mutual labels:  game-server, gameserver
Kbengine
A MMOG engine of server.
Stars: ✭ 4,714 (+2902.55%)
Mutual labels:  game-server, gameserver
Ark
ARK is a lightweight, agility, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 370 (+135.67%)
Mutual labels:  game-server, gameserver
Dolphin
**pigame** is a game server template for Erlang.
Stars: ✭ 23 (-85.35%)
Mutual labels:  game-server, gameserver
Nettygameserver
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
Stars: ✭ 1,203 (+666.24%)
Mutual labels:  game-server, gameserver
Cfgdiff
diff(1) all your configs
Stars: ✭ 138 (-12.1%)
Mutual labels:  config
Tsconfig
Shared TypeScript config for my projects
Stars: ✭ 146 (-7.01%)
Mutual labels:  config
Surfingkeys Conf
A SurfingKeys configuration which adds 130+ key mappings for 20+ sites & OmniBar search suggestions for 50+ sites
Stars: ✭ 137 (-12.74%)
Mutual labels:  config
Node Convict
Featureful configuration management library for Node.js
Stars: ✭ 1,855 (+1081.53%)
Mutual labels:  config
Carmelo
Carmelo is a fast, scalable Java server framework designed for online games. It uses Netty and Fastjson for highly efficient network transmission and supports both TCP/HTTP protocols.
Stars: ✭ 148 (-5.73%)
Mutual labels:  game-server
Co
Art of C++. Flag, logging, unit-test, json, go-style coroutine and more.
Stars: ✭ 2,264 (+1342.04%)
Mutual labels:  config
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-12.1%)
Mutual labels:  game-server
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (-12.74%)
Mutual labels:  config

Game Server Config Files

Note: This repo is very new and currently missing most config files. More will be added over time.

This is a repo of config files designed to be a starting point for the setup of various game servers.

The Issue

Game server configs can be found on many different forums and websites. Some are better than others. There can also be misinformation, confusion or lack of information about what you need in a config file and how you should setup a game server.

Aim of This Repo

The aim of this repository is to put together config files for game servers and keep them as generic/vanilla and as standardized as possible. Providing all the important settings server admins need to get started with their game server and avoiding overcomplicating the configs.

What This Repo Provides

  • A basic server config with all the essential settings to get started with vanilla game server.
  • A list of all command variables for the vanilla game servers.

What Do You Mean by Vanilla/Generic?

A vanilla/generic server is unchanged from what the game developer intended. It excludes mods or major tweaks to the server settings that are found in a custom server. The exception to this would be any widly accepted settings that improve the permormance or are commonly used.

How to contribute

There are many different game servers many of which are different. If you run a game server and wish to improve a config please fork this repo and do a PR or if you are not used to Git raise an issue with your changes so it can be added.

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].