- Joined
- Oct 3, 2017
- Messages
- 13
- Reaction score
- 9
- First Language
- English
- Primarily Uses
- N/A
- Introduction:
Communications suite that allows for multiplayer in RPG Maker games.
- Features:
Client to Server
Server to Database
Client to Server to URL
Client Peer to Peer
Server to Client File Transfers
Server to File
Server to Server Steams
SSL Support
Peer to Peer Encryption
And more...
- Instructions:
This is part of the RevCommSuite open source project I created: https://gitlab.com/cstukes/RevCommSuiteSOURCE
- Video:
- Things the video doesn't show:
Player logins that are registered with the database.
The map is completely generated based on settings from the database.
Characters and map spritesheets, and sound files are completely downloaded from the server.
Players were connected through Peer to Peer client connections, through it's capable of doing server to client connections.
- Special Thanks:
Sapphire Action System IV by Khas Arcthunder - Used for actual character movement, modified
SAS IV Damage Sprites by Khas Arcthunder - Used for damage sprites
JSON Encoder/Decoder by game_guy - Used for communication conversion, modified
Communications suite that allows for multiplayer in RPG Maker games.
- Features:
Client to Server
Server to Database
Client to Server to URL
Client Peer to Peer
Server to Client File Transfers
Server to File
Server to Server Steams
SSL Support
Peer to Peer Encryption
And more...
- Instructions:
This is part of the RevCommSuite open source project I created: https://gitlab.com/cstukes/RevCommSuiteSOURCE
- Video:
- Things the video doesn't show:
Player logins that are registered with the database.
The map is completely generated based on settings from the database.
Characters and map spritesheets, and sound files are completely downloaded from the server.
Players were connected through Peer to Peer client connections, through it's capable of doing server to client connections.
- Special Thanks:
Sapphire Action System IV by Khas Arcthunder - Used for actual character movement, modified
SAS IV Damage Sprites by Khas Arcthunder - Used for damage sprites
JSON Encoder/Decoder by game_guy - Used for communication conversion, modified