All Projects → Raytwo → Arcropolis

Raytwo / Arcropolis

Licence: gpl-3.0
Work-in-progress file replacement plugin for Super Smash Bros. Ultimate

Programming Languages

rust
11053 projects
arc
50 projects

Projects that are alternatives of or similar to Arcropolis

Splatoon 2 Meme Mod
Splatoon 2 mod about memes.
Stars: ✭ 11 (-81.03%)
Mutual labels:  nintendo, nintendo-switch
Road To Yuzu Without Switch
This Repo explains how to install the Yuzu Switch Emulator without a Switch
Stars: ✭ 267 (+360.34%)
Mutual labels:  nintendo, nintendo-switch
switch joy con as mouse for macos
Tool to use Nintendo Switch Joy-Con as a mouse for macOS
Stars: ✭ 19 (-67.24%)
Mutual labels:  nintendo, nintendo-switch
Homebrew-Guide
Guide for getting CFW setup on your Nintendo Switch (And Wii U)
Stars: ✭ 104 (+79.31%)
Mutual labels:  nintendo, nintendo-switch
Hydrosphere
Ocean beyond the Horizon
Stars: ✭ 17 (-70.69%)
Mutual labels:  nintendo, nintendo-switch
Nintendo-Switch-JoyCon-Hack
Hardwiring a push button in a JoyCon to grant bootloader access
Stars: ✭ 44 (-24.14%)
Mutual labels:  nintendo, nintendo-switch
Deepsea
The new All-in-One CFW package for the Nintendo Switch.
Stars: ✭ 488 (+741.38%)
Mutual labels:  nintendo, nintendo-switch
nx
Userland library for Nintendo Switch homebrew (and other potential purposes), written in pure Rust and some assembly bits
Stars: ✭ 67 (+15.52%)
Mutual labels:  nintendo, nintendo-switch
Nxloader
My first Android app: Launch Fusée Gelée payloads from stock Android (CVE-2018-6242)
Stars: ✭ 417 (+618.97%)
Mutual labels:  nintendo, nintendo-switch
Jksv
Data Tool For Switch
Stars: ✭ 388 (+568.97%)
Mutual labels:  nintendo, nintendo-switch
eshop-api-wrapper
API Wrapper to get information from Nintendo Eshop.
Stars: ✭ 24 (-58.62%)
Mutual labels:  nintendo, nintendo-switch
Nintendo Switch Eshop
Crawler for Nintendo Switch eShop
Stars: ✭ 463 (+698.28%)
Mutual labels:  nintendo, nintendo-switch
Mirage
Reimplementation of the Nintendo Switch firmware
Stars: ✭ 40 (-31.03%)
Mutual labels:  nintendo, nintendo-switch
Nx Shell
A multi-purpose file manager for the Nintendo Switch.
Stars: ✭ 639 (+1001.72%)
Mutual labels:  nintendo, nintendo-switch
reboot to rcm
A small app to reboot 1.0 Switches into RCM mode
Stars: ✭ 32 (-44.83%)
Mutual labels:  nintendo, nintendo-switch
byml-v2
Nintendo BYML or BYAML parser, writer and converter. Fully supports Breath of the Wild and Super Mario Odyssey files.
Stars: ✭ 23 (-60.34%)
Mutual labels:  nintendo, nintendo-switch
Miyamoto
A supercharged fork of the modern day level editor.
Stars: ✭ 67 (+15.52%)
Mutual labels:  nintendo, nintendo-switch
sys-clk-Overlay
Editor for your sys-clk configuration using ovl-loader!
Stars: ✭ 53 (-8.62%)
Mutual labels:  nintendo, nintendo-switch
Sxos Cheatdb
This is a collection of cheat codes for use with Team Xecuter's SXOS CFW on Nintendo Switch
Stars: ✭ 352 (+506.9%)
Mutual labels:  nintendo, nintendo-switch
Rekado
Payload launcher and serial number checker for Nintendo Switch
Stars: ✭ 455 (+684.48%)
Mutual labels:  nintendo, nintendo-switch

ARCropolis

A Skyline plugin for replacing arbitrary files in Smash Ultimate with files of arbitrary size. Made in equal parts by Raytwo and jam1garner, with lots of help from Shadow as well.

Installation

Copy the content of the zip from the latest release onto the SD so the plugin is in the following folder:

    sd:/atmosphere/contents/01006A800016E000/romfs/skyline/plugins/

Usage

Place your files in the following folder:

    sd:/atmosphere/contents/01006A800016E000/romfs/arc/

For example, if you want to replace the file

    ui/message/msg_melee.msbt

you place it in

    sd:/atmosphere/contents/01006A800016E000/romfs/arc/ui/message/msg_melee.msbt

Configuration

As of version 0.1.4, ARCropolis uses a configuration file that can be found here:

    sd:/atmosphere/contents/01006A800016E000/romfs/arcropolis.toml

If you do not have one, it will be created the next time you run Smash Ultimate, with a default configuration (The same one ARCropolis used prior to the use of a configuration file).

This configuration file is made in an effort to support workspaces generated by Quasar by Mowjoh, a mod downloader and manager for Smash Ultimate (and more!) with support for one-click download for GameBanana mods.

Even so, you can manually edit the configuration file using any text editor of your choice to change the directory where files and streams are read from.

Error messages have been added for most cases, so if you manage to butcher your configuration somehow, don't open an issue for it. Delete your configuration file and generate a new one. (ARCropolis will most likely do it in your stead if everything goes right)

Auto-Update

As of version 0.9.0, ARCropolis comes with a auto-updater.

From now on, you might see a dialog on boot prompting you to update. You're free to refuse, but updates coming through this prompt should usually be well tested before being published.

You can also opt-in for beta builds for experimental features through your configuration file, which, while usually sufficiently tested, might still have some bugs while shipped. By default, the configuration is set to not use them.

Logging

As of version 0.9.3, ARCropolis allows you to change the amount of logging you would like to see.

To do so, change the logger_level field in your configuration to one of the followings:

  • Off - Cut off all logs
  • Error - Only shows errors (this is currently unused as is no different from Off)
  • Warn - Warns you about some issues that are most likely not threatening to crash the game
  • Info - Default option, gives you warnings and mentions when a file is replaced
  • Debug - Unused so far
  • Trace - See every file being loaded by the game, replaced or not.

The default option when no configuration file exists is "Info", which is the one that has always been used so far. These go from most-important to least-important, meaning that if you opt-in for "Trace" logging, you see absolutely everything, while "Info" won't give you "Trace" logs.

Ultimate Mod Manager Backwards Compatibility

The plugin also supports backwards compatibility with UMM paths to allow for mods to continue to work. You can simply rename your UltimateModManager folder to ultimate and all mods will work. If you no longer need UMM, it is recommended you delete your data.arc file from romfs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].