Because I like to make my own patched code, that's why I'm askingUse the latest smash-selector to make the correct files. They should be in /corbeinik (or skeith)/lib/exefs
Because I like to make my own patched code, that's why I'm askingUse the latest smash-selector to make the correct files. They should be in /corbeinik (or skeith)/lib/exefs
On page 8 or 9 of the smash-selector thread are notes on what regions are which. Also, you can just put your code.bin in the luma location and it should produce the files you need.Because I like to make my own patched code, that's why I'm asking
I need to split up the code for it to work?On page 8 or 9 of the smash-selector thread are notes on what regions are which. Also, you can just put your code.bin in the luma location and it should produce the files you need.

is it possible to build mset_str.pco without building everything? if it is, how do i do it?
I need to split up the code for it to work?
You'll need python2. Just open the console in the patch directory and type 'make'. Do *not* change the string length. The official nintendo string is u"Ver. %d.%d.%d-%d%ls". It cannot be any longer than that, lest you start overflowing into unrelated data. I also don't recommend truncating the format, since I'm unsure what might happen. Stack issues, possibly..

And for code loading, I'll just chainload luma, because for some reason, I get a black screen

I'm using smash selectorSmash selector works for me on o3ds so you obviously are doing something wrong

Did you press L+R on smash selector after generating all three saltysd regions?I'm using smash selector
NopeDid you press L+R on smash selector after generating all three saltysd regions?

That's how you get your mods to work with corbenik/skeith. Pressing both buttons should show you it's splitting the files after a few minutes.Nope
@echo off
if not exist out mkdir out
for %%f in (*.pco) do ..\host\bytecode_asm.py %%f out/%%~nf.vco

I might be saying something stupid, but I'm quite sure it is like that.quick question, if i want for example to create a custom patch, would i need to just make a custom vco file, then put it on my sd card, where the other patches are located and the config will load it, or it doesn't work like that?

