Skip to content

YoYoGames/GMEXT-EpicOnlineServices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMEXT-EpicOnlineServices

Repository for GameMaker's Epic Online Services Extension

This repository was created with the intent of presenting users with the latest version available of the extension (even previous to marketplace updates) and also provide a way for the community to contribute with bug fixes and feature implementation.

This extension will work on Windows and macOS.

VISUAL STUDIO SOURCE: source/EOS_vs/

XCODE SOURCE: source/EOS_xcode/

After compilation the exported dll/dylib file is automatically copied into the extension folder inside the included GameMaker project folder.


Important

Do not download from the main branch this branch is a work in place branch and probably has features that might be broken or not working properly, please download from the releases panel (right side instead).


Requirements

In order to compile for Windows/macOS you are required to download the EpicOnlineSerives SDK v1.15.4 and place it inside source/EOS_sdk/


Documentation

We provide both a PDF version of the documentation included with the extension and inside the demo project (datafiles) and a fully converted version to the Github Wiki format (the latter will be the most up-to-date version, the other will follow shortly after). If there are any PR requests with new feature implementation please make sure you also provide the documentation for the implemented features.