Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The official EdiZon Editor Config and Editor Script repository.

NotificationsYou must be signed in to change notification settings

WerWolv/EdiZon_CheatsConfigsAndScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the official repository for EdiZon Editor Config, Editor Script files and Atmosphère Cheats. The configs and scripts can be used by theEdiZon save Editor to modify every Nintendo Switch save file.The Atmosphère cheat files get loaded by Atmosphère'sdmnt:cht cheat module.

If you want yours to be added, please send them to @WerWolv#1337 on Discord or create a Pull Request.

Config files go into the/EdiZon/editor folder, Script files go into the/EdiZon/editor/scripts folder, libraries used by scripts go into the/EdiZon/editor/scripts/lib folder and cheats go into the respective/atmosphere/titles/<titleID>/cheats folders.

A pre-packed version of all cheats and save editors can be foundhere.

Before submitting a config file, please make sure it works correctly and run it through the test suite withnpm test. The test suite requires aNode.js environment can be installed vianpm install.

Save file analyzing

You can use thesave_util.py Python script to analyze your save file. It supports following options:

options= {'zlib_compress' : {'function' :zlib_compress,'description' :'Compresses file with zlib. Args: < FilePath, [CompressionLevel], [StartAddress], [EndAddress] >' },'zlib_decompress' : {'function' :zlib_decompress,'description' :'Decompresses zlib compressed file. Args: < FilePath, [StartAddress], [EndAddress] >' },'crc32' : {'function' :crc32,'description' :'Calculates the CRC32 checksum of a file. Args: < FilePath, [StartAddress], [EndAddress] >' },'md5' : {'function' :md5,'description' :'Calculates the MD5 Hash of a file. Args: < FilePath, [StartAddress], [EndAddress] >' }}

Feel free to add more common functions and PR them!

If you want to read up on how the save files of some games are structured, check out theSave research folder.You can PR your own research there if you have some but don't want to build a config/script yourself.

Editor Config filesBuild Status

GameRequirementsAuthorBeta
Super Mario Odysseysmo.py, lib/byml.py & lib/python3.5/sortedcontainers/Ac_K & WerWolvNo
Hollow Knightjson.lua & lib/json.luaWerWolvNo
Octopath Traveleroctp.luashahmirn, SleepyPrince & @x43x61x69No
BOTWbin.luaborntohonk & macia10No
Hyrule Warriors: Definitive Editionbin.luaborntohonk and loganavatarNo
Bayonetta 1bin.luamadhatterNo
Bayonetta 2bin.luamadhatterNo
Mario Tennis Acesbin.luacubexNo
I am Setsunasetsuna.lua & lib/md5.luaJojo & TerenYes
Puyo Puyo Tetrispuyopuyo.lua & lib/checksum.luaJojoNo
Super Bomberman Rbin.luaJojoNo
Adventure Timejson.lua & lib/json.luamadhatterNo
Fire Emblem Warriorsbin.luaCrisFTW & Brawl345No
Lost Sphearlostsphear.lua & lib/md5.luaTerenYes
Party Planetbin.luatrueicecoldYes
Golf Storybin.luatrueicecoldNo
God Warsbin.luaTerenYes
The Lost Childbin.luaTerenYes
Mega Man 11bin.luajonylukeYes
Yooka Layleejson.luaWerWolvNo
Super Mario Partybin.luaWerWolvNo
Disgaea 1: Completebin.luafindonovan95Yes
Dark Souls Remastereddarksouls.luaJojoYes
Super Smash Bros. Ultimatesmash.luaTerenYes
Donkey Kong: Tropical Freezedktf.luakindofbluesYes
New Super Mario Bros. U Deluxensmbud.luaDNANo
Stardew Valleyxml.pyecho000 & WerWolvYes
Xenoblade Chronicles 2bin.luamadhatter & macia10Yes
Xenoblade Chronicles 2 Torna Golden Country Stand Alonetorna.pymacia10Yes
Celestexml.pyWerWolvYes
Mario Kart 8mk8.pyAc_KNo
Kirby Star Allieskirbysa.pyAc_KNo
Romance of the Three Kingdoms 13 / Sangokushi 13bin.luaAbenxYes
SUPER DRAGON BALL HEROES WORLD MISSIONDragonBallHeroes.pyKrankNo
Cadence of Hyrulexml.pyDNAYes
Gear Club UnlimitedGearClubUnlimited.pyhaykuroNo
Futaride! Nyanko Daisensou / ふたりで! にゃんこ大戦争bin.luarobin5968No
Rune Factory 4 Special (ASIA)rf4s.luaGoon and robin5968No
Rune Factory 4 Special (USA)rf4s.luaGoon and robin5968No
Paper Mario: The Origami Kingpmtok.luaproEndreeperYes

Editor Script files

ScriptRequirementsAuthorBeta
Binary (Lua)NoneWerWolvNo
Binary (Python)NoneWerWolvYes
JSONlib/json.luaWerWolvNo
XMLlib/python3.5/xmltodict.pyWerWolvYes
Octopath Traveler (UE4 GVAS)Noneshahmirn and SleepyPrinceNo
I am Setsunalib/md5.luaJojoNo
Puyo Puyo Tetrislib/checksum.luaJojoNo
Lost Sphearlib/md5.luaTerenYes
Dark Souls Remasteredlib/md5.luaJojoYes
Super Smash Bros. UltimateNoneTerenYes
Donkey Kong: Tropical Freezelib/checksum.luakindofbluesYes
New Super Mario Bros. U Deluxelib/checksum.luaDNAYes
TornaNonemacia10Yes
Mario Kart 8NoneAc_KNo
Kirby Star AlliesNoneAc_KNo
Super Mario Odysseylib/byml.py & lib/python3.5/sortedcontainers/Ac_K & WerWolvNo
SUPER DRAGON BALL HEROES WORLD MISSIONlib/python3.5/codecs.pyKranKNo
Gear Club UnlimitedNonehaykuroNo
Rune Factory 4 Special (ASIA)lib/checksum.luarobin5968No
Paper Mario: The Origami Kinglib/json.lua,lib/checksum.luaproEndreeperNo

Atmosphère Cheats

A list of all available cheats can be foundhere.

About

The official EdiZon Editor Config and Editor Script repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors34

Languages


[8]ページ先頭

©2009-2025 Movatter.jp