SampSharp icon indicating copy to clipboard operation
SampSharp copied to clipboard

open.mp

Open axmfs opened this issue 1 year ago • 5 comments

I guess it's time to move to open.mp, a multiplayer mod for Grand Theft Auto San Andreas completely built from the ground up and open-source! Would be great if @ikkentim or any other contributor created a branch for open.mp.

axmfs avatar May 28 '23 18:05 axmfs

Since there is no documentation that I know of for the new components SDK of open.mp and there is no sample for consuming there SDK I've had a hard time to work on a proof of concept.

The current sampsharp plugin works fine with open.mp as a "legacy" plugin.

EDIT: I see some samples where released earlier this year. I might give it a shot.

ikkentim avatar May 28 '23 19:05 ikkentim

Hello @ikkentim, we've actually had a small chat about this on Discord, and just a bit later, I made my attempt to make a C# component, if you don't mind, please check this out https://github.com/duydang2311/open.mp-net.

So far, I've done some of API wrappers, events (except for some that require complex struct marshal) and threading. It works basically, not fully tested though.

If it's possible, do you feel like working together?

duydang2311 avatar May 31 '23 16:05 duydang2311

I'm expperimenting with some setups of interop

ikkentim avatar May 31 '23 18:05 ikkentim

I'm working on a proof-of-concept project here: https://github.com/SampSharp/openmp-sampsharp-x64-poc

ikkentim avatar Feb 12 '24 23:02 ikkentim

this is great news! :)

axmfs avatar Feb 12 '24 23:02 axmfs