Jump to content

Java Modding?


badtrix

Recommended Posts

This might sound like a stupid question, but i need to know it :P

 

Is it possible to use java for mods? More detailed:

 

For my mod i would need to make some changes to an existing .class file (see my other help thread http://theindiestone.com/forums/index.php/topic/7949-itemcontainerisoobject/). Now im wondering if i can add the altered .class file to my mod folder the same way i add lua files or scripts.

 

do the rules for lua modding apply to java files too? i.e., if i create a directory in my mod folder named like this zombie\iso\objects (instead of media\lua\client etc.) and place the altered file in there, would the altered class be loaded when the mod loads and override the original game class file?

 

or would i have to manually replace the .class file in the game directory in order to work? i hoped i would find a way to solve my problem with lua only, but as the last post in the above linked thread shows i do not see any other possibility...

Link to comment
Share on other sites

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...