ScrollsModLoader icon indicating copy to clipboard operation
ScrollsModLoader copied to clipboard

A Mod Loader Framework for the game "Scrolls" by Mojang

Results 11 ScrollsModLoader issues
Sort by recently updated
recently updated
newest added

Hey there, as discussed previously, I would like to expand this project so it can be used with a variety of games, as you yourself mentioned here a couple of...

Like bb71d5f71a21ab466360009e4e6d1d56d29381c2, but without the github specific code, so it should work with basically every url, regardless of subfolder/subdomain. please test

the game-data seems to be recreated each time you hit the play-button, then a folder in game->versions->version-124-production is created with the name of version-124-production-natives-xxxxxxxxxxxxxx (long, changing number). in this folder,...

Makes it more easy to install Summoner into a Scrolls, that is installed somewhere else. Also makes it possible to install in Test Client

Okay, this project seems abandoned, but it is not really. I am just lacking of time and motivation. Motivation got a lot better in the last days, as I seem...

When a subclass calls a method on the base class the Hooks on the base-class-method are not executed. (Probably caused by LinFu)

Currently many mods just execute all their code in WantsToReplace and skip the ReplaceMethod call, which breaks the expected execution order. Other mods relying on BeforeInvoke might get manipulated Arguments...

question

Detects if a `mod.dll` file is newer than the `Assembly-CSharp.dll` and will repatch automatically. To be on the safe side there should be a way to restrict it to not...

enhancement
wontfix

I found several places in the code, where a method is only identified by its `DeclaringType` and its `Name`. This might result in overloaded Methods not be hookable, because always...

bug