PSOBB Addon Plugin (Lua UI addons)

This has a lot of qol pottential. How hard would it be to add a mag feed timer? I play and feed at the same time so it would help track time.

I heard there are alot of future plans for addons. Who knows!
 
Last edited:
I don't have a license to Visual Studio that lets me distribute the redistributable with the plugin, so it's up to everyone else to grab it themselves, unfortunately.

This plugin will never support writing directly through the Lua API. If it ever supports writes, it will only support writing to predetermined bits of memory through opaque APIs.

Something that I figured wouldn't be too hard to implement was a memory searcher interface that can be used by Lua side, so that someone could implement a Cheat Engine-esque addon for looking for values. There is the memory reader there already, but it's not tremendously useful since you can't search with it.

Pull requests are welcome. The code isn't very clean and could use a lot of work.
You should be able to couple the redistributable with visual studio community edition? Unless there is some agreement somewhere saying you're not allowed (IN WHICH CASE I'VE BEEN VERY NAUGHTY)
 
I don't think they do not allow you to include it but personally I wouldn't include them since they are not inherent to the program (as in not actually part of your application) and they are already there on Microsoft's downloads...
(I'm just very picky when it comes to this stuff...)

Just link people to the download and be done with it, if someone else decides to make some other program dependent of the same VC++ (like what falkenjeff did for the joystick stuff), they will have to either install it or copy the DLLs again and so on, better save people that hassle right away...
 
3 crashes in the matter of an hour and half when I do 4P Fiascos. More noticeable playing in one long sitting. Never crashed when I lobby or Pioneer 2 afk however.
 
Last edited:
Yeah, I crashed 4x yesterday and had to uninstall unfortunately :(. Any idea how we can work on stability?
 
Yeah, I crashed 4x yesterday and had to uninstall unfortunately :(. Any idea how we can work on stability?

Use a version of Jake's dropchecker that doesn't draw on top of the pso window.
 
Your computer > program files > ephineaPSO

Eidelons link extracts 3 items. 'Dinput8.dll, readme and addon folder'. Which all need to be placed into your 'ephineaPSO' folder (like dizzy mentions). Then extract the link for drop checker into the addon folder.
Hey!!!! Thanks!!!!

The addons is now workin... but... the drop checker doesn't show anything. What could be?
 
Is there a simple way to make the text size bigger in dropchecker?
 
I'm no coder. so I simply add it...
Code:
if imgui.GetScrollY() <= 0 or prevmaxy == imgui.GetScrollY() then
With a space after "then"?
Edit: launched the game and it works. thx.
 
Last edited:
I'm no coder. so I simply add it...
Code:
if imgui.GetScrollY() <= 0 or prevmaxy == imgui.GetScrollY() then
With a space after "then"?
I think you have an old version of the dropchecker. Line 288 is empty.
 
Oh. ok. well if something happens then I know its because I have an old version, and messed with it.
 
full

It did actually work, just wanted folks to see. helloworld is there below it for comparison.
Edit: Lmao just notice my screenie caught the rappies falling.
 
Hey guys I made a new addon. It displays the chatlog and it has some cool features such as

- timestamps
- 1000 message history (ingame chatlog only stores 30)
- highlighted text when someone mentions your name

Download it from here https://github.com/jtuu/psochatlogaddon/archive/master.zip and extract it into your addons folder.

There is one known issue and it is that most non-ascii characters can not be displayed (will show up as question marks instead). So no kanji, kana, cyrillic etc. sorry I dunno how to fix it. If you run into any issues send me a PM or talk to me ingame or something.
Enjoy. :)

 
Last edited:
Hey guys I made a new addon. It displays the chatlog and it has some cool features such as

- timestamps
- 1000 message history (ingame chatlog only stores 30)
- highlighted text when someone mentions your name

Download it from here https://github.com/jtuu/psochatlogaddon/archive/master.zip and extract it into your addons folder.

There is one known issue and it is that most non-ascii characters can not be displayed (will show up as question marks instead). So no kanji, kana, cyrillic etc. sorry I dunno how to fix it. If you run into any issues send me a PM or talk to me ingame or something.
Enjoy. :)

AWESOME, you the best Esc.
 
3 crashes in the matter of an hour and half when I do 4P Fiascos. More noticeable playing in one long sitting. Never crashed when I lobby or Pioneer 2 afk however.
Has anyone found the cause of this? I also suffer from constant crashes.
 
Back
Top