-
Updated
Sep 28, 2020 - C
game-server
Here are 519 public repositories matching this topic...
-
Updated
Oct 28, 2020 - Go
-
Updated
May 16, 2020 - Go
-
Updated
Oct 26, 2020 - TypeScript
-
Updated
Oct 26, 2020 - C++
User Story
If a large download fails using curl it does not cause a fatal error instead it simply carries on.
Basic info
- Command: Install
Further Information
It is worth checking how all downloads handle when failing to ensure they cause a fatal exit.
To Reproduce
Use a game server that is non-steam and cause the download to fail
Expected behaviour
Is your feature request related to a problem? Please describe.
Transitioning from 0.7.x to 1.x.x, I miss the notification button where if a new line is outputted to console, there would be a button to jump back down to it.
Describe the solution you'd like
Add the notification button again.
Describe alternatives you've considered
Alternatives would be to have it automatically j
-
Updated
Jun 3, 2020 - Go
-
Updated
Sep 6, 2020 - Go
Describe your feature request or suggestion in detail
Add option in worldserver config to modify the battleground respawn timer.
Describe a possible solution to your Feature or Suggestion in detail
The BG respawn timer is plainly defined in the core and can be easily modified by changing a few integers. I think this would be a great addition to the worldserver.conf since AC is focuse
-
Updated
Oct 12, 2020 - Java
-
Updated
Aug 14, 2020 - JavaScript
I'm just submitting this as a feature/improvement. I modded login.lua and added the following code before registering the events.
-- Fix HP/Mana/Cap to match CIP, assume player left rook at level 8
if player:getVocation():getId() == 0 then
calchp = 5 * (player:getLevel() + 29)
calcmana = 5 * (player:getLevel() + 10)
calccap = 10 * (player:getLevel() + 39)
elseif playe
-
Updated
Oct 28, 2020 - JavaScript
HI, pitaya is very good, I use it in the project. Can you suport kcp or same other Efficient udp protocol?
thank you
E2E tests are flaky
-
Updated
Oct 4, 2020 - Go
-
Updated
Oct 19, 2020 - C++
-
Updated
Oct 27, 2020 - Go
-
Updated
Oct 20, 2020 - C#
-
Updated
Aug 15, 2020 - Go
-
Updated
Oct 23, 2020 - Shell
-
Updated
Aug 24, 2020 - Go
-
Updated
Apr 29, 2020 - C++
-
Updated
Apr 2, 2019 - C++
-
Updated
Sep 12, 2020 - Python
-
Updated
Sep 4, 2020 - C
Improve this page
Add a description, image, and links to the game-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game-server topic, visit your repo's landing page and select "manage topics."
You mistakenly write the explanation of Alpha().IsPlayerConnected(playerID) to Alpha().GetPlayerCount() explanation :
Alpha().GetPlayerCount()
This function returns if the playerID is currently connected to the GameServer. This is always accurate from what has been set through this SDK, even if the value has yet to be updated on the GameServer status resource.
Alpha().IsPlayerConnected(pl