NilLoader: Difference between revisions

Created page with "'''NilLoader''' is a lightweight modloader using the Java agent system/APIs to offer offer other possibilities for mods. It works on Mojang launcher, PrismMC/PolyMC, etc. Infobox WIP {{Infobox mod | name = NilLoader | image = 250x250px|center | categories = MOdloader | author = unascribed | version = 1.3.5 | mcversion = Beta 1.7-1.7.10 | loader = NilLoader | modrinth = https://git.sleeping.town/Nil/NilLoader }}..."
 
Added NilLoader and com.unascribed.nilloader details to PolyMC and PrismMC tutorial as details were missing
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
| name      = NilLoader
| name      = NilLoader
| image      = [[File:NilLoader Logo Capture.png|250x250px|center]]
| image      = [[File:NilLoader Logo Capture.png|250x250px|center]]
| categories = MOdloader
| categories = Modloader
| author    = unascribed
| author    = unascribed
| version    = 1.3.5
| version    = 1.3.5
Line 20: Line 20:


[[File:Nilloader.png|thumb|SVG to PNG conversion]]
[[File:Nilloader.png|thumb|SVG to PNG conversion]]
== Recommended Mods To Test ==
-[https://modrinth.com/mod/nilmenu NilMenu] for 1.4.7
-[https://modrinth.com/mod/sha1redemption Sha1Redemption] for 1.4.2 to 1.6.4
-[https://modrinth.com/mod/nilcord NilCord] for 1.4.7
'''-[https://modrinth.com/mod/legacyfreecam Legacy Freecam] for 1.0 (tagged as such) Removed'''
-[https://modrinth.com/mod/halflifemenu Half Life Menu] for 1.21.1


== Origins ==
== Origins ==
Line 54: Line 66:
3.2: For the PrismMC/PolyMC launchers create a new instance, recommend creating a 1.4.7 vanilla/unmodded instance as many mods commonly support it. From there go to 'add empty' under the edit instance button/settings.
3.2: For the PrismMC/PolyMC launchers create a new instance, recommend creating a 1.4.7 vanilla/unmodded instance as many mods commonly support it. From there go to 'add empty' under the edit instance button/settings.


With 'add empty' 2 textboxes will be visible. In the top one put '' in the bottom one put '', then load the game. You will notice the title screen won't change, but the json file will generate, this is important. Go to the 'patches' folder in the .minecraft for your PolyMC/PrismMC launcher instance you have created and edit it (as in open the file in any text document program/app). From there you will see the default information for the json file, you want to remove it and replace it with the NilLoader related code recommended. This will be the following below to compare the default the json generates, and the one to put into the json to replace it with.
With 'add empty' 2 textboxes will be visible. In the top one put 'NilLoader' in the bottom one put 'com.unascribed.nilloader', then load the game. You will notice the title screen won't change, but the json file will generate, this is important. Go to the 'patches' folder in the .minecraft for your PolyMC/PrismMC launcher instance you have created and edit it (as in open the file in any text document program/app). From there you will see the default information for the json file, you want to remove it and replace it with the NilLoader related code recommended. This will be the following below to compare the default the json generates, and the one to put into the json to replace it with.


==Default JSON output for a Vanilla instance==
==Default JSON output for a Vanilla instance==
Line 118: Line 130:
[[File:NilLoader Logo Capture.png|thumb|NilLoader Capture of logo]]
[[File:NilLoader Logo Capture.png|thumb|NilLoader Capture of logo]]
</td>
</td>
[[Category:Modloader]]