Homebrew Discussion NES/SNES Oline Custom Overlay

paperben

Member
Newcomer
Joined
Oct 27, 2021
Messages
8
Trophies
0
Age
42
XP
50
Country
Switzerland
Is working on the N64 Online too, making the exact same modification of the files
 

Attachments

  • 2021103102275800.jpg
    2021103102275800.jpg
    105.2 KB · Views: 172

Kazesama

Well-Known Member
Member
Joined
Sep 3, 2003
Messages
258
Trophies
2
Location
Earth
XP
1,233
Country
United States
Can anyone help me with this? I can't seem to get this working for SNES online. (2.4.0)

I dumped the files to romfs, edited the sysmain.scn 'Background' to 'False' on Visible with notepad++.

But SNES online just hangs at the 'Red Splash Screen'. Even with an unmodified sysmain It still hangs.

Can someone please tell me what I'm doing wrong?

also I can't seem to locate 'sysuserinfolist.scn' as well.

Thanks!
 

xYuunax

Well-Known Member
Member
Joined
Feb 6, 2018
Messages
333
Trophies
0
Location
Hong Kong
XP
1,690
Country
Hong Kong
Can anyone help me with this? I can't seem to get this working for SNES online. (2.4.0)

I dumped the files to romfs, edited the sysmain.scn 'Background' to 'False' on Visible with notepad++.

But SNES online just hangs at the 'Red Splash Screen'. Even with an unmodified sysmain It still hangs.

Can someone please tell me what I'm doing wrong?

also I can't seem to locate 'sysuserinfolist.scn' as well.

Thanks!

EDIT: Joined the discord and got the file needed. Not sure why, but 2.4.0 doesn't seem to have this.

As for the overlay, you can dump `colorhalftone.png` from 'romfs/bootapp/resources/sprites' and edit it with image editor, color it all black.

Now just need to figure out how to remove black bars from top and bottom, I changed the variables on displayresolutionmanager.lua, but it didn't work for me, I think version 2.4.0 is different.

@paperben how did you get yours to work?
 
Last edited by xYuunax,
  • Like
Reactions: Kazesama

paperben

Member
Newcomer
Joined
Oct 27, 2021
Messages
8
Trophies
0
Age
42
XP
50
Country
Switzerland
I dumped the game with NXdumptool homebrew. In romfs option "use update/dlc" and choice the update otherwise it will dump only the game base.
You need only these files :

\atmosphere\contents\01008D300C50C000\romfs\bootapp\resources\prefabs\sys\sysuserinfolist.scn

\atmosphere\contents\01008D300C50C000\romfs\bootapp\resources\scenes\sys\sysmain.scn

\atmosphere\contents\01008D300C50C000\romfs\bootapp\resources\scripts\system\displayresolutionmanager.lua

\atmosphere\contents\01008D300C50C000\romfs\bootapp\resources\sprites\colorhalftone.png

Edit the files like @AlanLC explained in this thread and use the colorhalftone.png attached.
Work on NES and N64 too, i not tested the SEGA.

Best regards
 

Attachments

  • NXD_Romfs_option.jpg
    NXD_Romfs_option.jpg
    111.1 KB · Views: 156
  • colorhalftone.png
    colorhalftone.png
    7.8 KB · Views: 140

Kazesama

Well-Known Member
Member
Joined
Sep 3, 2003
Messages
258
Trophies
2
Location
Earth
XP
1,233
Country
United States
EDIT: Joined the discord and got the file needed. Not sure why, but 2.4.0 doesn't seem to have this.

As for the overlay, you can dump `colorhalftone.png` from 'romfs/bootapp/resources/sprites' and edit it with image editor, color it all black.

Now just need to figure out how to remove black bars from top and bottom, I changed the variables on displayresolutionmanager.lua, but it didn't work for me, I think version 2.4.0 is different.

@paperben how did you get yours to work?

I dumped the game with NXdumptool homebrew. In romfs option "use update/dlc" and choice the update otherwise it will dump only the game base.
You need only these files :

\atmosphere\contents\01008D300C50C000\romfs\bootapp\resources\prefabs\sys\sysuserinfolist.scn

\atmosphere\contents\01008D300C50C000\romfs\bootapp\resources\scenes\sys\sysmain.scn

\atmosphere\contents\01008D300C50C000\romfs\bootapp\resources\scripts\system\displayresolutionmanager.lua

\atmosphere\contents\01008D300C50C000\romfs\bootapp\resources\sprites\colorhalftone.png

Edit the files like @AlanLC explained in this thread and use the colorhalftone.png attached.
Work on NES and N64 too, i not tested the SEGA.

Best regards

Thanks a bunch!! Any chance any of you know the variable to get full screen? (Stretched 16:9)
 

AlanLC

Well-Known Member
OP
Member
Joined
Aug 18, 2014
Messages
413
Trophies
0
Age
45
XP
2,588
Country
Brazil
Strecth to Widescreen, Will stretch all games, I don't know how to stretch only games that have Widescreen option.
 

Attachments

  • 677B0331-75DE-4F61-8A23-246B9006F59F.png
    677B0331-75DE-4F61-8A23-246B9006F59F.png
    307.3 KB · Views: 138
  • 7657A772-5D52-46FC-B52D-038637DA5C59.png
    7657A772-5D52-46FC-B52D-038637DA5C59.png
    557.7 KB · Views: 219
  • 1EB24954-CBFF-4DEE-B5AF-AA68CAB71BF5.png
    1EB24954-CBFF-4DEE-B5AF-AA68CAB71BF5.png
    1.8 MB · Views: 130
Last edited by AlanLC,

xYuunax

Well-Known Member
Member
Joined
Feb 6, 2018
Messages
333
Trophies
0
Location
Hong Kong
XP
1,690
Country
Hong Kong
Strecth to Widescreen, Will stretch all games, I don't know how to stretch only games that have Widescreen option.
Would be nice if we could set it per game.. though you could use something like simple mod manager (overlay) to swap in and out the widescreen config prior to running the game.

@Kazesama
To get full screen/widescreen with SNES:

sysmain.scn:
pivot":[0.486,0.374]
uvRepeat":[1.025,1.37]

displayresolutionmanager.lua:
00 F8 3F

2021110211292400-05DC14F80A13996B94160CD375AFD506.jpg
 
Last edited by xYuunax,

Perrito123

Well-Known Member
Newcomer
Joined
Nov 2, 2021
Messages
80
Trophies
0
Age
43
XP
142
Country
Argentina
Would be nice if we could set it per game.. though you could use something like simple mod manager (overlay) to swap in and out the widescreen config prior to running the game.

@Kazesama
To get full screen/widescreen with SNES:

sysmain.scn:
pivot":[0.486,0.374]
uvRepeat":[1.025,1.37]

displayresolutionmanager.lua:
00 F8 3F

View attachment 282828
Could you send me the files by pm? I tried to modified them but I don't know how to and get so confused could you send them thanks ;)
 

Perrito123

Well-Known Member
Newcomer
Joined
Nov 2, 2021
Messages
80
Trophies
0
Age
43
XP
142
Country
Argentina
Could you send me the files by pm? I tried to modified them but I don't know how to and get so confused could you send them thanks ;)
Would be nice if we could set it per game.. though you could use something like simple mod manager (overlay) to swap in and out the widescreen config prior to running the game.

@Kazesama
To get full screen/widescreen with SNES:

sysmain.scn:
pivot":[0.486,0.374]
uvRepeat":[1.025,1.37]

displayresolutionmanager.lua:
00 F8 3F

View attachment 282828
displayresolutionmanager.lua:
00 F8 3F

Where specifically I have to put that hexadecimal code?
 

Attachments

  • IMG_20211103_222800.jpg
    IMG_20211103_222800.jpg
    4.3 MB · Views: 123

Perrito123

Well-Known Member
Newcomer
Joined
Nov 2, 2021
Messages
80
Trophies
0
Age
43
XP
142
Country
Argentina
displayresolutionmanager.lua:
00 F8 3F

Where specifically I have to put that hexadecimal code?
Following the steps
sysmain.scn:
pivot":[0.486,0.374]
uvRepeat":[1.025,1.37]

displayresolutionmanager.lua:
00 F8 3F
This is the result :s I have replaced all the pivot for that one on the top and all the uvrepeat with that and no working, also on line 840 of display Resolution manager I modified that hexadecimal but no results
 

Attachments

  • IMG_20211103_230450.jpg
    IMG_20211103_230450.jpg
    4.5 MB · Views: 116

Perrito123

Well-Known Member
Newcomer
Joined
Nov 2, 2021
Messages
80
Trophies
0
Age
43
XP
142
Country
Argentina
Following the steps
sysmain.scn:
pivot":[0.486,0.374]
uvRepeat":[1.025,1.37]

displayresolutionmanager.lua:
00 F8 3F
This is the result :s I have replaced all the pivot for that one on the top and all the uvrepeat with that and no working, also on line 840 of display Resolution manager I modified that hexadecimal but no results
This time I replaced only the first pivot and the first uvrepeat line I did not edit the others, it made some changes but now look so big :S I believe this is because I replaced all the lines that says pivot and it should be concrerly one line and one uvrepeat line right? Thx and. Sorry for doble post I'm new and I messed it up sorry again
 

Attachments

  • IMG_20211103_232805.jpg
    IMG_20211103_232805.jpg
    4.5 MB · Views: 112
Last edited by Perrito123,

xYuunax

Well-Known Member
Member
Joined
Feb 6, 2018
Messages
333
Trophies
0
Location
Hong Kong
XP
1,690
Country
Hong Kong
This time I replaced only the first pivot and the first uvrepeat line I did not edit the others, it made some changes but now look so big :S I believe this is because I replaced all the lines that says pivot and it should be concrerly one line and one uvrepeat line right? Thx and. Sorry for doble post I'm new and I messed it up sorry again
you only need to change the pivot/uvrepeat on this part indicated by the arrows. Search the "id", might be easier to locate that way.

7657a772-5d52-46fc-b52d-038637da5c59-png.282742
 
  • Like
Reactions: Perrito123

Perrito123

Well-Known Member
Newcomer
Joined
Nov 2, 2021
Messages
80
Trophies
0
Age
43
XP
142
Country
Argentina
you only need to change the pivot/uvrepeat on this part indicated by the arrows. Search the "id", might be easier to locate that way.

7657a772-5d52-46fc-b52d-038637da5c59-png.282742
I love you man thank you
Btw can the icon of the user be hide it? And the bottom menu select bottom start button, if the user circle P1 cannot be hide is also ok just to know looks amazing!!
 

Attachments

  • IMG_20211103_235609.jpg
    IMG_20211103_235609.jpg
    1.6 MB · Views: 91

xYuunax

Well-Known Member
Member
Joined
Feb 6, 2018
Messages
333
Trophies
0
Location
Hong Kong
XP
1,690
Country
Hong Kong

Perrito123

Well-Known Member
Newcomer
Joined
Nov 2, 2021
Messages
80
Trophies
0
Age
43
XP
142
Country
Argentina
No problem.

For the profile icon refer to this post:
https://gbatemp.net/threads/nes-snes-oline-custom-overlay.583905/post-9640742

& bottom menu is in Settings, uncheck `Show`
az7PH81SZNPrEYrhPWp4cdMT2I1Q08USlMOJ81SF91Q.jpg
Thank you master you are excellent I love how it looks when I use the pixel perfect option even looks better but leaves left and right grey colour bars very ugly, is there a way to make the background black? Thank you so much , btw I read the previous posts and people replace the background image but in my case I only want black thank you
 

Attachments

  • IMG_20211104_100458.jpg
    IMG_20211104_100458.jpg
    5.1 MB · Views: 146

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Veho @ Veho:
    I only wish it was actually playable.
  • Veho @ Veho:
    There's a guy on the Tube of You that makes playable mechanical arcade games out of Lego. This could work on the same principle.
  • Veho @ Veho:
    Just a couple of guys taking their manatee out for some fresh air, why you have to molest them?
  • Veho @ Veho:
    Stupid Chinese shop switched their shipping company and this one is slooooooow.
  • LeoTCK @ LeoTCK:
    STOP BUYING CHINESE CRAP THEN
  • LeoTCK @ LeoTCK:
    SUPPORT LOCAL PRODUCTS, MAKE REVOLUTION
  • LeoTCK @ LeoTCK:
    THEY KEEP REMOVING LOCAL SHIt AND REPLACING WItH INFERIOR CHINESE CRAP
  • LeoTCK @ LeoTCK:
    THATS WHY MY PARTNER CANT GET A GOOTWEAR HIS SIZE ANYMORE
  • LeoTCK @ LeoTCK:
    HE HAS BIG FOOT AND BIG DUCK
  • LeoTCK @ LeoTCK:
    d*ck i mean*
  • LeoTCK @ LeoTCK:
    lol
  • Veho @ Veho:
    Mkay.
  • Veho @ Veho:
    I just ordered another package from China just to spite you.
  • SylverReZ @ SylverReZ:
    Communism lol
  • SylverReZ @ SylverReZ:
    OUR products
  • The Real Jdbye @ The Real Jdbye:
    @LeoTCK actually good quality products are dying out because they can't compete with dropshipped chinese crap
    +2
  • BakerMan @ BakerMan:
    @LeoTCK is your partner the sascrotch or smth?
  • Xdqwerty @ Xdqwerty:
    Good morning
  • Xdqwerty @ Xdqwerty:
    Out of nowhere I got several scars on my forearm and part of my arm and it really itches.
  • AdRoz78 @ AdRoz78:
    Hey, I bought a modchip today and it says "New 2040plus" in the top left corner. Is this a legit chip or was I scammed?
  • Veho @ Veho:
    @AdRoz78 start a thread and post a photo of the chip.
    +2
    Veho @ Veho: @AdRoz78 start a thread and post a photo of the chip. +2