Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
update stuff, bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Sep 21, 2023
1 parent 52d4b83 commit 2df19da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The JSON file passed in `GLOBED_SERVER_FILE_PATH` should have a format like this
* `GLOBED_GS_TPS` - default `30`, dictates the server tickrate
* `GLOBED_GS_LOG_LEVEL` - same as in central server
* `GLOBED_GS_MAX_CLIENTS` - default `0`, indicates maximum amount of clients connected at once. 0 means infinite
* `GLOBED_GS_TICK_BASED` - default `false`, set `true` to send data to clients strictly `GLOBED_GS_TPS` amount per second. otherwise responds immediately to `PlayerData` packets. potentially less performance but higher client-side accuracy & latency.
* `GLOBED_GS_TICK_BASED` - default `false`, set `true` to send data to clients strictly `GLOBED_GS_TPS` amount per second. otherwise responds immediately to `PlayerData` packets. when disabled, you will potentially have worse server-side performance but higher client-side accuracy & lower latency.

## Issues

Expand All @@ -48,7 +48,7 @@ Here is a list of known issues or something I cannot test:
* unable to compile with MSVC, only can compile with clang on Linux. This should be resolved when a Geode update removes winsock.h from includes.
* no idea if it compiles/works on Mac, but I tried to avoid platform-specific code.
* `DRPPAEngine` (extrapolation but not really) doesn't do dash rotations because I was too lazy and you should use interpolation insetad anyway.
* random crashes and interpolation mishaps
* Level list most of the time doesn't show creators properly, shows a dash instead.

Planned features:

Expand Down
4 changes: 2 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Globed is an open-source, highly customizable multiplayer mod for Geometry Dash.

It is very much in beta, and will probably be buggy and laggy. Please be aware of that. If you can reproduce a crash then please report it to the developer, but if it's a random crash that you have no idea how it happened, I doubt I'll be able to help.
It is very much in beta, and you may expierence some issues, especially if you live far from the server location.

## Usage

Expand All @@ -16,4 +16,4 @@ If you want to change the URL of the Central Server, open the Globed Menu and pr

## Status

The mod is in beta and I don't have a massive motivation anymore to work on it, feel free to make changes, forks or whatever you want. I'll try to maintain it (including the servers) but can't promise
The mod is in beta and I don't have a massive motivation anymore to work on it, but I will try to fix bugs, add some features and maintain servers. If you are a developer, feel free to fork the repository or use the code in any way you want.
3 changes: 2 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"geode": "1.3.0",
"version": "0.1.2",
"version": "0.1.3",
"id": "dankmeme.globed",
"name": "globed",
"developer": "dankmeme",
"description": "Multiplayer for Geometry Dash",
"repository": "https://github.com/dankmeme01/globed",
"resources": {
"sprites": [
"resources/icon.png"
Expand Down

0 comments on commit 2df19da

Please sign in to comment.