EOS Integration Kit
  • 👋Welcome to EOS Integration Kit
  • EOS Project Setup
  • Modified EOS Subsystem Plugin
  • Authentication
    • with Account Portal
    • with Persistent Auth
    • with Epic Launcher
    • with DevTool
    • with Device ID
    • with Steam
    • with Google [Android]
    • Logout
  • Sessions
    • 📺Setup Video
    • Lobby Vs Sessions
    • Create Session
    • Create Lobby
    • Find Sessions and Lobbies
    • Destroy Sessions
    • Join Sessions
    • 🤖Dedicated Server
  • Storage
    • Player Storage
    • Title Storage
  • Statistics
    • Set Player Stats
    • Get Player Stats
  • Store
    • Get Store Items
    • Purchase Item
    • Get Owned Items
  • Extra Integrations
    • 👽PlayFab Integration
    • 🥰EOS Voice Integration Kit's Integration
  • Extra Functions
    • GetPlayerNickname
    • GetLoginStatus
    • Get UserUniqueID
    • Get ProductUserID
    • Get EpicID
  • Development Stage
    • 😌Implemented Features
Powered by GitBook
On this page
  • Video Tutorial
  • Text Tutorial
  • Step 1 - Setting Config File Values
  • Step 2 - Enabling plugins
  • Step 3 - Setting up values
  • Thank you!

EOS Project Setup

PreviousWelcome to EOS Integration KitNextModified EOS Subsystem Plugin

Last updated 2 years ago

Video Tutorial

Text Tutorial

Step 1 - Setting Config File Values

Go to your project folder, then Config folder and lastly open DefaultEngine.ini

[OnlineSubsystemEOS]
bEnabled=true

[OnlineSubsystem]
DefaultPlatformService=EOS

[/Script/OnlineSubsystemEOS.NetDriverEOS]
bIsUsingP2PSockets=true

[/Script/Engine.GameEngine]
!NetDriverDefinitions=ClearArray
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemEOS.NetDriverEOS",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")

Now, copy the above values and paste it in your DefaultEngine config file.

Make sure, we have no dual entries for any config line.

Step 2 - Enabling plugins

You also need to enable Online Subsystem EOS (even if you are using Modified EOS Subsystem Plugin)

Step 3 - Setting up values

This is same as from the default settings so the values will be same.

Thank you!

If you bought the plugin from (❤️ Thanks a lot if you did it), then add the plugin to your engine version and enable the plugin.

😄
Marketplace
More info on settings.
Values to be set
😄