Vurv78 / Autorun-rs

Modern scripthook with lua execution and filesteal. Replacement for gluasteal and most lua executors
Apache License 2.0
103 stars 11 forks source link

0.2.0 #1

Closed Vurv78 closed 3 years ago

Vurv78 commented 3 years ago

Already done.

Making an issue because rust dlopen doesn't allow fields with the WrapperApi derived to be public, which kind of doesn't allow this.

Pretty much the only thing keeping this from 0.2.0, and cargo isn't playing nice to import my own fork to test and maybe fix it for them... https://github.com/szymonwieloch/rust-dlopen/issues/31

Here's what's already added and being held back:

Vurv78 commented 3 years ago

I already got a successful build on my fork, but the build is crashing right before joining a server. Don't know why and I haven't had time to debug. https://github.com/Vurv78/rust-dlopen/tree/future

Vurv78 commented 3 years ago

So, now I have a tree on stuff to work on for this.

  1. rust-dlopen
  2. rglua
  3. Autorun-rs

1 being highest priority since it is the lowest dependency. I'm reworking rglua so we can use it for this instead of having all of the bindings in here.