How to customize Juxtaposition

How do i edit the juxtaposition miiverse music (like the music that is on wii u and 3ds) and change the theme like colour? I also wanna know how do i change the pretendo network agreement and juxtaposition agreement text.

I’m pretty sure that the music is stored on the console, most likely in the Miiverse applet title’s data. I’m not very experienced in the on-console modding side of things, but I think you could change it with SDCaffeine and Luma romfs mods if you find the correct filename and format.

I’d recommend searching through the source code for the colors and agreement text.

i guess. the way nintendo implemented miiverse into wii u as applet probably made it very hard for homebrew community to actually try modifying the music, also do you notice the diffrence between these two?

(two of these photos are from online sources, not real i did)


real miiverse, and here:

juxt. see the gui diffrence? like the green bar on top instead of the communities text without a bar background? even communities button having other colour? how do i change that on juxtaposition-ui on pretendo-docker?

Again, you’re going to have to modify the Juxtaposition source code to change that. I can’t just tell you how to do everything because that ends up with me doing your work on your project for you.

1 Like

maybe i can help to i am gonna try

1 Like

Some aclarations about what you said:

1.- While the applet implementation of Miiverse is a bit complicated to mod, the music tracks are a combination of dspadpcm (Easy to edit) and bfseq (used for the repeating loops, sequenced), you could edit them but you might have to use homebrew to load your edited files instead on the Miiverse applet folder

2.-Thats the CSS, the differences are not only CSS based but also HTML based so its not really that easy to just change and expect it to look like the original Miiverse, take in mind, you will also need to edit the JavaScript to handle the new class selectors if you decide to directly port the original Miiverse CSS, and if you decide to edit Juxts already existing CSS the end result might not look exactly as you want it to

The original Miiverse CSS/HTML has been dumped before, you can see the HTML structure on Grapes PHP source code GitHub - ariankordi/grape: Second Miiverse clone ever. Written in sloppy PHP, supports Wii U and pre-redesign off-device Miiverse style. Not recommended for current use. Also contains "rv3" Grape fork in "grapeqc" branch.
and the CSS/other assets on the Static folder

You also sounded very new in this, so good luck in this (if you actually end up doing it)

2 Likes

sooo, portal is wii u, web is for the web juxt, and ctr is… 3ds?

Yeah, and API, is obviously the api

how do i edit the position of text or the text background in juxtaposition-ui in pretendo-docker?

Learn CSS3. simple, and just edit the corresponding files

2 Likes