Skip to content

Some test server code for implementing multiplayer functionality into Undertale (or other basic GameMaker games)

License

Notifications You must be signed in to change notification settings

colinator27/utonlineserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utonlineserver

Some test UDP server code for implementing multiplayer functionality into Undertale (or other basic GameMaker games). It is not particularly great, but it works well enough for its purpose.

Building

This code is purely Java with no external dependencies, so building it should be fairly simple.

Running

After building, place the binaries (such as a JAR file) in a directory that is able to be filled with a config file and log files.

By default it will spin up a server on port 1337, listening for UDP packets from proper clients. This behavior and more can be configured with the (generated) config.properties file.

Log files are generated for the main thread and each server. Servers will generate new log files if they have activity after one hour of using a particular log file.

About

Some test server code for implementing multiplayer functionality into Undertale (or other basic GameMaker games)

Resources

License

Stars

Watchers

Forks

Packages

No packages published