Skip to content

fcxcode/opencore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCore

This is the OpenCore botcore for SubSpace/Continuum for use on Linux systems.

API header

The API header file is opencore.hpp and must be the only file from the core included by plugins. It contains the documentation for the API.

Programming style guidelines

Commits to the core must be C-style with the exception of C++ Containers and match OpenBSD's style(9) guidelines or otherwise be consistent with pre-existing opencore code and conventions.

Example libraries

Example libraries are found in the libs/ directory.

Quickstart

  1. Setup and configure a subgame2.exe server for testing
  2. Clone then compile the source tree with 'make'
  3. Edit the following fields in types/master.conf:
    1. net.servername
    2. net.serverport
    3. login.username
    4. login.password
  4. Edit ops.conf
  5. Run ./opencore and then interact with the bot in-game

About

opencore botcore for SubSpace/Continuum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 60.2%
  • C++ 33.8%
  • Python 5.8%
  • Other 0.2%