Skip to content
forked from L1nkZ/Bourgeon

Repository for the Bourgeon plugin system

License

Notifications You must be signed in to change notification settings

tonfubu/Bourgeon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bourgeon Build status

Bourgeon is a C++14 library whose purpose is to provide an easy-to-use python interface to implement plugins for Ragnarok Online clients.

Note: This is a work in progress.

Clients supported

  • 2017-06-14a

Requirements

  • Python >= 3.5 (32-bit)
  • CMake
  • Visual Studio 2015

Clone and build

$ git clone https://github.com/L1nkZ/Bourgeon --recurse-submodules
$ cd Bourgeon
$ mkdir build && cd build
$ cmake .. -T v140
$ cmake --build . --config MinSizeRel

Note: The project has to be built in Release mode for the C++ std objects to be exactly the same as the ones the game client uses.

How to use

  • Build the module (bourgeon.dll)
  • Move the module to your Ragnarok folder and rename it to bourgeon.mix
  • Create a folder named plugins in your Ragnarok folder and put your plugins into it
  • Run your Ragnarok client

Plugins

  • You can get a sense of how plugins work by consulting scripts located in the examples folder.
  • When injected into a client, Bourgeon fetches plugins from the plugins subfolder. You should put your plugins into this folder if you want them to be loaded at runtime.

About

Repository for the Bourgeon plugin system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.3%
  • C 3.9%
  • CMake 1.8%