Resource icon

    SMAH(StarMadeAdvancedHacks) 0.2

    Allows you to do almost anything within the StarMade.jar
    Very useful for modders to explore the StarMade.jar

    Simply place it in the starmade-folder and run it.

    Warning: users should know a thing or 2 about java syntax to use this tool properly

    Features to come:
    • AccessOverride
    • Subclass search
    I wish you fun.
    Author
    Megacrafter127
    Downloads
    415
    Views
    449
    First release
    Last update
    Rating
    2.00 star(s) 1 ratings

    More resources from Megacrafter127

    Latest updates

    1. Location change

      The location of the download changed, thus updating references.
    2. Field and Array access

      Allows the user access to fields get set only if teh field isn't final the user now can also...

    Latest reviews

    This is an interesting beginning of a tool, but it doesn't actually seem to allow me to do anything useful. For example, I want to change some vars in org.schema.game.client.view.buildhelper.EllipsoidBuildHelper but all I can do there is fire off one of the methods. But if I can change some of the public floats in there I'll change to five stars.
    Megacrafter127
    Megacrafter127
    (sorry for responding this late, this review got buried deep within thousands of alerts) that you cannot edit a field may only have 1 reason: the field is declared as final, which means it is uneditable, regardless of what I try to do.