Homebrew [Release] OnionFS for NTR CFW - LayeredFS plugin fork that works with any game.

Ndymario

Member
Newcomer
Joined
Aug 15, 2016
Messages
6
Trophies
0
Age
23
XP
84
Country
United States
I have a question. What title id do you put onionFS in? Or do you make a random string of numbers, if not, does it only work with one game at a time?
Thx ~~Ndymario
 

PabloMK7

Red Yoshi! ^ω^
OP
Developer
Joined
Feb 21, 2014
Messages
2,616
Trophies
2
Age
24
Location
Yoshi's Island
XP
5,178
Country
Spain
I have a question. What title id do you put onionFS in? Or do you make a random string of numbers, if not, does it only work with one game at a time?
Thx ~~Ndymario
You have to put the title id of the game you want to use it with. For example, if you want to use it with Mario Kart 7 EUR, you need to put the plugin inside plugin/0004000000030700/ and the romfs inside OnionFS/0004000000030700 because that's the MK7 title id

--------------------- MERGED ---------------------------

Luma3DS v6.6 and firmware version 11.2.0-35E.
Try using layeredfs then, if it doesn't work, then noting can be done :(
 

NightScript

Well-Known Member
Member
Joined
Feb 7, 2016
Messages
951
Trophies
1
Age
20
XP
2,237
Country
United States
Okay, so I have a few questions:

A) Whats the difference betweem this and LayeredFS?
B) How do I convert a LayeredFS plugin to this?
 

PabloMK7

Red Yoshi! ^ω^
OP
Developer
Joined
Feb 21, 2014
Messages
2,616
Trophies
2
Age
24
Location
Yoshi's Island
XP
5,178
Country
Spain
Okay, so I have a few questions:

A) Whats the difference betweem this and LayeredFS?
B) How do I convert a LayeredFS plugin to this?
OnionFS is a fork of layeredfs plugin that will work with mostly any game.
It will detect the patch addresses directy from the game code, making it work without the need of a PC to build the plugin.

Features:
  • Redirects romfs access to SD:/OnionFS/<titleID> by default.
  • Should work with any game that already works with layeredfs.
  • Works even if there is an update patch installed.
  • Optional custom redirection path.
You don't convert a layeredfs plugin, OnionFS is already prebruilt and is drag'n'drop.
 
  • Like
Reactions: NightScript

davhuit

Well-Known Member
Member
Joined
Nov 23, 2005
Messages
994
Trophies
0
XP
550
Country
France
Thanks for the program. Dunno why but layeredfs didn't work on my N3Ds but OnionFS works fine :)

OnionFS is pretty useful to make tests for the DQ 8 Undub Project (Japanese voices).
 
Last edited by davhuit,
  • Like
Reactions: PabloMK7

Sonic Angel Knight

Well-Known Member
Member
Joined
May 27, 2016
Messages
14,408
Trophies
1
Location
New York
XP
12,988
Country
United States
@PabloMK7

BootNTR 3.0

What's New
  1. Supports 11.3 firmware ,thanks Nanquitas for finding offsets of kernel and services.

  2. Home menu is now analysed in the BootNTR itself before starting the NTR, the newer home menu could be supported automatically without updating offset db. However firmware offsets still need to be updated when a newer NATIVE_FIRM was released.

  3. It is possible run NTR with extended memory games on Old3DS with BootNTR-Mode3 now. See https://github.com/44670/BootNTR/wiki/Extended-memory-games-on-O3DS for details.

Does this update mean anything new to this thread?:ninja:
 

RealityNinja

Well-Known Member
Member
Joined
Nov 4, 2015
Messages
1,716
Trophies
0
Location
Pokéland
XP
667
Country
France
Last edited by RealityNinja,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    Did you feed the hamster in your internet router? It prob died and is running slow now.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, why did you start saying my pc has a hamster in the first place?
    +1
  • BigOnYa @ BigOnYa:
    Its actua!ly just a old joke, meaning its slow. Was just kidding around with you.
    +1
  • BigOnYa @ BigOnYa:
    I bet @AncientBoi has some hamsters hidden somewhere tho....
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I think Game streaming should work like this.... Local Hardware able the run the game fine, game engine and common assets stored locally, all FMV and music and textures could be streaming
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Some temporary storage
  • Xdqwerty @ Xdqwerty:
    also @BigOnYa im making some progress on my gdevelop project, implemented various mechanics
  • Psionic Roshambo @ Psionic Roshambo:
    They went all in on streaming, should have been more of a hybrid approach
    +1
  • BigOnYa @ BigOnYa:
    Or free government supplied high speed internet be nice also. Like Obama care. Xdqwerty that's cool, its time consuming but rewarding once done or playable, to see what you've made from scratch. Animations take forever, but worth it.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, although the bullets are a bit buggy
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Not to mention this would be a massive pain to pirate
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    and the visual aspect of the game is quite crude (the sprite that looks best is that of the protagonist just because he is a stickman with sunglasses)
    +1
  • BigOnYa @ BigOnYa:
    There is a bullets behaviour you assign to your character, that makes the code easier, under "behaviours"
  • Xdqwerty @ Xdqwerty:
    i meant that when the character is pointing to the right, the bullets spawn where they should, but when he is on the right, they move to the right but the spawn point is incorrect
  • BigOnYa @ BigOnYa:
    Itch.io has lots of free assets also. Under the bullets behavior tab, there is a "rotate bullets" option, can try that. Or in the code can try
    - fire bullet Player.X(PlayerDirection)
  • Xdqwerty @ Xdqwerty:
    im taking a break for today anyway
    +1
  • BigOnYa @ BigOnYa:
    YEa gotta after a while, looking at code for long periods will bug your eyes.
    +1
  • BigOnYa @ BigOnYa:
    That's cool tho, I'm proud of you going back to it, not giving up. It is difficult at first to learn, but fun once you get the hang of it. I think I've watched every tutorial video there is, but I still struggle sometimes to get stuff to work right. But gotta keep trying dif things, and eventually you will get it right.
    +1
  • K3Nv2 @ K3Nv2:
    Lol McDonald's has a grandma mcflurry
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, furry grandma?
  • BigOnYa @ BigOnYa:
    It sounds good actually, I like butterscotch
  • K3Nv2 @ K3Nv2:
    It sucked don't know wtf these little bits and pieces are they use now
    +1
    K3Nv2 @ K3Nv2: It sucked don't know wtf these little bits and pieces are they use now +1