Eidolon
Member
This is a Lua script addon plugin for PSOBB. Lua scripts are able to read (no writing) arbitrary memory from the PSO BB process and present it in any form they want. An extensive, easy to use UI framework called dear imgui is provided.
There are two parts to this plugin:
1. The plugin itself, which draws the UI framework.
2. Individual addons, which do different tasks (such as display items on the floor, or player status)
INSTALLING THE PLUGIN
To install the latest release of the plugin, visit the following link and follow the steps under the Installation section. Make sure you are downloading bbmod.zip from the release page, and not one of the other zip files that include source code. When downloading the Visual C++ redistributable, you will need the 32 bit (x86) version because PSOBB is a 32 bit game.
The default location for an Ephinea PSO BB install is C:\Users\$NAME\EphineaPSO. For other PSO BB servers, this will be different.
INSTALLING ADD-ONS
After installing the plugin, you must install individual addons. Each addon is an individual folder which must be extracted into the addons folder in the PSO folder.
Below is a list of links to popular addons; installation instructions will be on each page in the Readme.
List of Add-ons
Please read the README.md file for instructions and information on how it works, and look at the HelloWorld addon for examples.
Releases of the plugin will almost certainly cause API breakage. The functions and event hooks provided in the pso global table are likely to change and be improved on over time. 0.1.0 is a "minimum viable product" release in that you can actually create useful tools with the right information on hand.
There are two parts to this plugin:
1. The plugin itself, which draws the UI framework.
2. Individual addons, which do different tasks (such as display items on the floor, or player status)
INSTALLING THE PLUGIN
To install the latest release of the plugin, visit the following link and follow the steps under the Installation section. Make sure you are downloading bbmod.zip from the release page, and not one of the other zip files that include source code. When downloading the Visual C++ redistributable, you will need the 32 bit (x86) version because PSOBB is a 32 bit game.
GitHub - Solybum/psobbaddonplugin: Phantasy Star Online Blue Burst Addon Plugin
Phantasy Star Online Blue Burst Addon Plugin. Contribute to Solybum/psobbaddonplugin development by creating an account on GitHub.
github.com
The default location for an Ephinea PSO BB install is C:\Users\$NAME\EphineaPSO. For other PSO BB servers, this will be different.
INSTALLING ADD-ONS
After installing the plugin, you must install individual addons. Each addon is an individual folder which must be extracted into the addons folder in the PSO folder.
Below is a list of links to popular addons; installation instructions will be on each page in the Readme.
List of Add-ons
- Soly's PSOBB Addons
- Includes Character Reader, Bank Reader, Drop Checker, Monster Reader and Mag Timer
- Esc's Chat Log Addon (extract the "Chatlog" folder into the addon folder) (Github)
- Staphen's Kill Counter Addon
- Tornupgaming's EXP Bar Addon
- Seth's PSOBB Addons:
Please read the README.md file for instructions and information on how it works, and look at the HelloWorld addon for examples.
Releases of the plugin will almost certainly cause API breakage. The functions and event hooks provided in the pso global table are likely to change and be improved on over time. 0.1.0 is a "minimum viable product" release in that you can actually create useful tools with the right information on hand.
Last edited by a moderator: