List of modification software: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
Line 22: Line 22:


==Ultimate Mod Manager==
==Ultimate Mod Manager==
Ultimate Mod Manager is a mod installer tool similar to BrawlBox and Sm4shexplorer for use with ''[[Super Smash Bros. Ultimate]]''. The tool lets users dump their game's files to the microSD card so that mods can be installed into the dumped copy of the game. The dump of the game then can be loaded in using LayeredFS, which is a must as all of the game's internal assets are stored as one large archive. A limitation of this method is having to store the edited copy on the microSD card in order to use ''any'' type of mod that requires it, no matter how small the files may be.
Ultimate Mod Manager is a mod installer tool similar to BrawlBox and Sm4shexplorer for use with ''[[Super Smash Bros. Ultimate]]''. The tool lets users dump their game's files to the microSD card so mods can be installed into the dumped copy of the game. The tool allows users to compress and install mods at the press of a button, as complete and organized folders on the microSD card, and allows for backup copies among other features. The dump of the game then can be loaded in using LayeredFS, which is a must as all of the game's internal assets are stored as one large archive. A limitation of this method is having to store the edited copy on the microSD card in order to use ''any'' type of mod that requires it, no matter how small the files may be.
[[Category:Hacking]]
[[Category:Hacking]]
==Skyline==
Skyline is a custom executable patch for ''[[Super Smash Bros. Ultimate]]'' which is designed to allow for runtime code patching. It achieves this by the use of custom plugins which can be developed for its environment. Skyline is a prerequisite for Skyline-based code and moveset mods, which are stored as individual plugins.
==ARCropolis==
ARCropolis is a plugin for Skyline which serves a similar use to the Ultimate Mod Manager. It allows for the replacement of individual files as they are loaded in memory rather than by injecting them into a dump of the game, which in turn allows for larger file sizes. Due to this, some mods require the usage of ARCropolis to function as intended. It supports most major file types, and could be considered an alternative to the older Ultimate Mod Manager.