Jump to content

Recommended Posts

Posted

When I say edit I mean change the code to make a mod, such as the mod for Quantum armor, and make it so the armor doesn't make the player god like. I just would like to lower the protection

Posted

don't bump your own post, It's bad form.

Anyway, if the mod provides a configuration file that has an option that does what you want, you can use that. Else decompile it, rewrite it and recompile it.

Edit: it is also possible to write a mod which alters the behavior of other mods, using reflection.

Posted

Edit: it is also possible to write a mod which alters the behavior of other mods, using reflection.

I wonder, how would I do that (in code)? Is it like "yourclassname overrides targetclassname" when you declare your class? Or something else?

Posted

Not very informed on reflection myself, but cloning the original class, making your changes, and rewriting all references from the original to the new one should do it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...