Closed Cazzar closed 10 months ago
Oh, my apologies. No one was using it to my knowledge so I just didn't port it when I did the rework. Any there specific APIs you are interested in, was the existing surface enough?
I should be able to add it back without too much trouble.
No worries, the existing ones were plenty for a basic setup. Though I did have a few things that might be easier to also support at the IPC level, as I had to work around them myself, though none of these would be specifically "need-to-do" items
((Character*)brioObject.Address)->CharacterData.ModelCharaId = modelId;
No. 3 was always the most tricky for me to work out, and the current implementation doesn't really work fully when posing mode is enabled in the likes of Ktisis.
If you want a high level scope of what I am making, is a tool that would allow someone while posing to quickly spawn commonly used minions for example, sun/moon/leviathan.
The 0.1 IPC is back in 0.2.0.7, let me know if you have any issues.
I was in the process of developing an additional tool that was utilising Brio as a quick way of spawning minions. With the release of Brio 0.2 I have noticed that the IPC has been completely removed and the only way to achieve this would be interacting with the HTTP API, which within the scope of a Dalmund plugin, that seems a bit excessive.
Is there a chance of getting the IPC API re-introduced, so I can continue the work on this?
Thanks.