Hacking WiiU VC game injection working on 5.3.2

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,221
Trophies
2
XP
34,421
Country
Mexico
You could try hex edit header swap (@AlanLC technique), put the JAP header in the US release?

http://pastebin.com/RkCBfiTq

You could also try add to:

[romoption]:
Code:
UseTimer = 1
RetraceByVsync = 1

and:

[BreakBlockInst]
Code:
Count = 1
Address0 = 0x7f0d0eeC
Inst0 = 0x24420004
JmpPC0= 0x7f0d0ee8
Type0 = 1

IDK its just additions that get Goldeneye booting.
The change of header doesn't work AFAIK.
I tried it but I think I got a black screen back then.
I might give it another shot though, same for the code you just posted.

That's my golden prize for N64 VC emulation, if that shit gets RE2 (U or E) running, I'll die happily ever after!
 
  • Like
Reactions: KiiWii

KiiWii

Editorial Team
Editorial Team
Joined
Nov 17, 2008
Messages
16,680
Trophies
3
Website
defaultdnb.github.io
XP
27,197
Country
United Kingdom
The change of header doesn't work AFAIK.
I tried it but I think I got a black screen back then.
I might give it another shot though, same for the code you just posted.

That's my golden prize for N64 VC emulation, if that shit gets RE2 (U or E) running, I'll die happily ever after!

Lol I don't think it will, but its worth a squirt surely.

Perhaps with newer VC releases will come newer configs, or maybe fellow rom editors/hackers will be able to recognize patterns from info in the config to areas in the rom?
 

VinsCool

Persona Secretiva Felineus
Global Moderator
Joined
Jan 7, 2014
Messages
14,600
Trophies
4
Location
Another World
Website
www.gbatemp.net
XP
25,218
Country
Canada
The change of header doesn't work AFAIK.
I tried it but I think I got a black screen back then.
I might give it another shot though, same for the code you just posted.

That's my golden prize for N64 VC emulation, if that shit gets RE2 (U or E) running, I'll die happily ever after!
I can relate that changing header did help for some games.

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

Lol I don't think it will, but its worth a squirt surely.

Perhaps with newer VC releases will come newer configs, or maybe fellow rom editors/hackers will be able to recognize patterns from info in the config to areas in the rom?
That's what I trird to do with pedro702 months ago.

Look on the first pages of this thread.
 
  • Like
Reactions: KiiWii

the_randomizer

The Temp's official fox whisperer
Member
Joined
Apr 29, 2011
Messages
31,284
Trophies
2
Age
38
Location
Dr. Wahwee's castle
XP
18,969
Country
United States
Yeah the roms do load from this screen, they just need to be named differently and have an accompanying ini. (And they need to be working: I can't get USA ver GE to load at all with JAP header)

@the_randomizer its literally putting more than 1 file in the ROM folder within the N64 VC file structure that triggers this.

Obviously snes is different so I would imagine there is a different way to call a similar menu.

I haven't tested any other VC types (NES/DS etc) yet, but I have today off to figure it out :)

@GeneraLight i want to play around with APS patched N64 roms too, removing blur filters, adding scan lines, etc. Hopefully get something working with just rom mods: without even touching configurations on Wii u.

I tried doing it with Snes, doesn't work, tried injecting two ROMs into WUP-JANE (Kirby's Dream Land 3), didn't work >< No idea how to figure out Snes. N64 is all well and good, but the 4:3 resolution and bad gamma make it too painful for me. Not to mention that I posted earlier that they effed up Rare games and used linear audio interpolation, DK64 sounds raspy/heavily compressed with audio.
 
  • Like
Reactions: KiiWii

SlimPortable

Well-Known Member
Member
Joined
Aug 18, 2015
Messages
275
Trophies
0
Age
28
XP
159
Country
United States
So PAL and NTSC region N64 games apparently have unique config.ini files as well. I'm trying to test a Europe only release, Rakugakids, but don't have a PAL n64 VC game to dump. Does anyone have a blank ini for a PAL region game?

EDIT: Woops, never mind. Finally got a tool to open the ini files and just realized how dumb my request is lol.
 
Last edited by SlimPortable,

gamesquest1

Nabnut
Former Staff
Joined
Sep 23, 2013
Messages
15,153
Trophies
2
XP
12,247
Ok made some progress!

You do not need to name your games with this weird convention, it seems virtually anything works as long as its name matches to the configuration file.
(the extension doesnt even need to be "*.443")

You can now (technically) have 1 host rom with a generic META folder which acts as a forwarder to the games that can be injected into it so for example:

I have MG640U.443 (mario gold 64 USA), PD640U.443 and GE640J.443 (Goldeneye JAP) in the CONTENT/ROM folder and MG640U.443.ini (with the original config for MG64 intact within) PD640U.443.ini (with perfect dark modified ini) and GE640J.443.ini (with modified MG64 ini to get GE booting) in the CONTENT/CONFIG folder.

Having multiple roms in there triggers multi menu, allows me to select either rom by using left stick to choose, A to select rom, hit YES to load rom, the rom you selected will now load. (this menu looks like it uses the header to extract the rom name too as its not using the titleID6 of the file or the ini)
pictures to come

I have tried with each, and they do all work they're just VERY unstable!

Even the ZR > ZL in game manual works just the same for mario golf, but obviously doesnt work for goldeneye however I would imagine editing the
PDFURL = "http://<yourhostingwebsite>/goldeneyemanual.pdf" in the game ini file would link it up to whatever PDF you want as its literally just a web link!

Hitting ZR and then reset = just resets the selected rom, doesn't go back to multi menu......

What would be great is figuring out how to evoke the multi menu from within game! There has to be a button combo or something to get back to select a new rom, without having to exit the entire thing with the home button..............

Code:
[Keymap]
A = "A"
B = "B"
X = ""
Y = ""
START = "START"
SELECT = "SELECT"     ;For debug menu
L = "L"
R = "R"
ZL = "Z"
ZR = "MENU"
LEFT = "LEFT"
RIGHT = "RIGHT"
UP = "UP"
DOWN = "DOWN"
LSTICKPUSH = "LSTICKPUSH"     ;Left stick push down.
RSTICKPUSH = "RSTICKPUSH"     ;Right stick push down.
LSTICK = "3DSTICK"
RSTICK = "C_UNIT"

N64Stick = "Left"

[KeymapLeft]
A = "A"
B = "B"
X = ""
Y = ""
START = "START"
SELECT = "SELECT"     ;For debug menu
L = "L"
R = "R"
ZL = "Z"
ZR = "MENU"
LEFT = "LEFT"
RIGHT = "RIGHT"
UP = "UP"
DOWN = "DOWN"
LSTICKPUSH = "LSTICKPUSH"     ;Left stick push down.
RSTICKPUSH = "RSTICKPUSH"     ;Right stick push down.
LSTICK = "C_UNIT"
RSTICK = "3DSTICK"

N64Stick = "Right"

[KeymapRight]
A = "A"
B = "B"
X = ""
Y = ""
START = "START"
SELECT = "SELECT"     ;For debug menu
L = "L"
R = "R"
ZL = "Z"
ZR = "MENU"
LEFT = "LEFT"
RIGHT = "RIGHT"
UP = "UP"
DOWN = "DOWN"
LSTICKPUSH = "LSTICKPUSH"     ;Left stick push down.
RSTICKPUSH = "RSTICKPUSH"     ;Right stick push down.
LSTICK = "3DSTICK"
RSTICK = "C_UNIT"

N64Stick = "Left"
Going to try mess with this too....

One last note: CONTENT/DATA-SYNC/IMAGES/REF/vessel_vcmenu_graphicresource_main_ref.png looks interesting too (notice the bottom right of image) for multiplayer?
LGxBPvQ.png

EDIT: lol now only mario golf will boot.... odd.....

CONCLUSION:

This could be useful, its unstable as hell, and its pretty useless right now IMHO.

Perhaps someone else with more skill thank me can make something of this as it looks like it was an incredibly useful debug tool!
yeah i had a play around trying to get the menu to work with no luck, iirc it will only boot the first game in the list and anything else would just crash, its a shame as i found the same menu in the 3DS VC games and it actually mostly worked over there, except you had to exit out to choose a new game as there was also no way to bring the menu back up once you launch a game
oh, doesnt that look familiar :P
IMG_20151121_202539.jpg
PS the rom menu doesnt work btw,you just get a dsi error on selecting a game
 
  • Like
Reactions: KiiWii

fiveighteen

Distractible Dabbler
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States

fiveighteen

Distractible Dabbler
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
Does anyone have any dumps of the newer NDS releases? (not injected ROMs)
The Legend of Zelda: Phantom Hourglass
Style Savvy
Mario Party DS
Brain Age: Train Your Brain in Minutes a Day (@tabnk)

If so, I'd like to compare the configuration_cafe.json files. I'd like to make a "master" file of sorts. I'm not asking for ROMs, just copy/pasted configs.
 

VinsCool

Persona Secretiva Felineus
Global Moderator
Joined
Jan 7, 2014
Messages
14,600
Trophies
4
Location
Another World
Website
www.gbatemp.net
XP
25,218
Country
Canada
Does anyone have any dumps of the newer NDS releases? (not injected ROMs)
The Legend of Zelda: Phantom Hourglass
Style Savvy
Mario Party DS
Brain Age: Train Your Brain in Minutes a Day (@tabnk)

If so, I'd like to compare the configuration_cafe.json files. I'd like to make a "master" file of sorts. I'm not asking for ROMs, just copy/pasted configs.
I have Phantom Hourglass :)

EDIT @fiveighteen there is it:

Code:
{
    "configuration": {
        "layouts": {
            "layout": [
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "512 106"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "512 381"
                        },
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "299 16"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "299 283"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_1_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/nds1st_31p_tv.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/nds1st_31p.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_1_NAME"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "768 576",
                            "target": "tv",
                            "position": "110 72"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "914 456"
                        },
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "512 384",
                            "target": "drc",
                            "position": "30 48"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "568 240"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_2_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_2_NAME"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "768 576",
                            "target": "tv",
                            "position": "402 72"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "110 456"
                        },
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "512 384",
                            "target": "drc",
                            "position": "312 48"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "30 240"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_3_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_3_NAME"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "110 72"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "768 576",
                            "target": "tv",
                            "position": "402 72"
                        },
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "30 48"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "512 384",
                            "target": "drc",
                            "position": "312 48"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_4_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_4_NAME"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "914 72"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "768 576",
                            "target": "tv",
                            "position": "110 72"
                        },
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "568 48"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "512 384",
                            "target": "drc",
                            "position": "30 48"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_5_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_5_NAME"
                },
                {
                    "pad_rotation": 90,
                    "drc_rotation": 90,
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "424 318",
                            "target": "tv",
                            "position": "428 11"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "424 318",
                            "target": "tv",
                            "position": "428 391"
                        },
                        {
                            "source": "upper",
                            "rotation": 270,
                            "size": "360 480",
                            "target": "drc",
                            "position": "466 0"
                        },
                        {
                            "source": "lower",
                            "rotation": 270,
                            "size": "360 480",
                            "target": "drc",
                            "position": "28 0"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_6_NAME",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_6_EXPLANATION"
                },
                {
                    "pad_rotation": 270,
                    "drc_rotation": 270,
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "424 318",
                            "target": "tv",
                            "position": "428 11"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "424 318",
                            "target": "tv",
                            "position": "428 391"
                        },
                        {
                            "source": "upper",
                            "rotation": 90,
                            "size": "360 480",
                            "target": "drc",
                            "position": "28 0"
                        },
                        {
                            "source": "lower",
                            "rotation": 90,
                            "size": "360 480",
                            "target": "drc",
                            "position": "466 0"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_7_NAME",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_7_EXPLANATION"
                },
                {
                    "pad_rotation": 270,
                    "drc_rotation": 0,
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 90,
                            "size": "522 696",
                            "target": "tv",
                            "position": "64 12"
                        },
                        {
                            "source": "lower",
                            "rotation": 90,
                            "size": "522 696",
                            "target": "tv",
                            "position": "694 12"
                        },
                        {
                            "source": "upper",
                            "rotation": 90,
                            "size": "360 480",
                            "target": "drc",
                            "position": "28 0"
                        },
                        {
                            "source": "lower",
                            "rotation": 90,
                            "size": "360 480",
                            "target": "drc",
                            "position": "466 0"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_8_NAME",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_8_EXPLANATION"
                },
                {
                    "pad_rotation": 90,
                    "drc_rotation": 0,
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 270,
                            "size": "522 696",
                            "target": "tv",
                            "position": "694 12"
                        },
                        {
                            "source": "lower",
                            "rotation": 270,
                            "size": "522 696",
                            "target": "tv",
                            "position": "64 12"
                        },
                        {
                            "source": "upper",
                            "rotation": 270,
                            "size": "360 480",
                            "target": "drc",
                            "position": "466 0"
                        },
                        {
                            "source": "lower",
                            "rotation": 270,
                            "size": "360 480",
                            "target": "drc",
                            "position": "28 0"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_9_NAME",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "buttons_rotation": 0,
                    "desc_string_id": "VCM_LAYOUT_9_EXPLANATION"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "928 696",
                            "target": "tv",
                            "position": "176 12"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "640 480",
                            "target": "drc",
                            "position": "106 0"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_10_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_10_NAME"
                }
            ],
            "groups": [
                1,
                2,
                2,
                2,
                2,
                1
            ]
        },
        "3DRendering": {
            "Bilinear": 0,
            "RenderScale": 1
        },
        "Display": {
            "PixelArtUpscaler": 0,
            "Brightness": 80
        },
        "arguments": {
            "fold_on_pause": true,
            "fold_on_resume_fade_from_black_duration": 1000,
            "fold_on_pause_timeout": 300
        }
    }
}
 
Last edited by VinsCool,
  • Like
Reactions: fiveighteen

TheLittlestBowl

Well-Known Member
Member
Joined
Sep 3, 2013
Messages
119
Trophies
0
XP
1,093
Country
Canada
Code:
{
    "configuration": {
        "layouts": {
            "layout": [
                {
                    "pad_rotation": 270,
                    "drc_rotation": 0,
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 90,
                            "size": "522 696",
                            "target": "tv",
                            "position": "64 12"
                        },
                        {
                            "source": "lower",
                            "rotation": 90,
                            "size": "522 696",
                            "target": "tv",
                            "position": "694 12"
                        },
                        {
                            "source": "upper",
                            "rotation": 90,
                            "size": "360 480",
                            "target": "drc",
                            "position": "28 0"
                        },
                        {
                            "source": "lower",
                            "rotation": 90,
                            "size": "360 480",
                            "target": "drc",
                            "position": "466 0"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_8_NAME",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_8_EXPLANATION"
                },
                {
                    "pad_rotation": 90,
                    "drc_rotation": 0,
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 270,
                            "size": "522 696",
                            "target": "tv",
                            "position": "694 12"
                        },
                        {
                            "source": "lower",
                            "rotation": 270,
                            "size": "522 696",
                            "target": "tv",
                            "position": "64 12"
                        },
                        {
                            "source": "upper",
                            "rotation": 270,
                            "size": "360 480",
                            "target": "drc",
                            "position": "466 0"
                        },
                        {
                            "source": "lower",
                            "rotation": 270,
                            "size": "360 480",
                            "target": "drc",
                            "position": "28 0"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_9_NAME",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "buttons_rotation": 0,
                    "desc_string_id": "VCM_LAYOUT_9_EXPLANATION"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "928 696",
                            "target": "tv",
                            "position": "176 12"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "640 480",
                            "target": "drc",
                            "position": "106 0"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_10_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_10_NAME"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "512 106"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "512 381"
                        },
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "299 16"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "299 283"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_1_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/nds1st_31p_tv.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/nds1st_31p.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_1_NAME"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "768 576",
                            "target": "tv",
                            "position": "110 72"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "914 456"
                        },
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "512 384",
                            "target": "drc",
                            "position": "30 48"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "568 240"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_2_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_2_NAME"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "768 576",
                            "target": "tv",
                            "position": "402 72"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "110 456"
                        },
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "512 384",
                            "target": "drc",
                            "position": "312 48"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "30 240"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_3_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_3_NAME"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "110 72"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "768 576",
                            "target": "tv",
                            "position": "402 72"
                        },
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "30 48"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "512 384",
                            "target": "drc",
                            "position": "312 48"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_4_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_4_NAME"
                },
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "tv",
                            "position": "914 72"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "768 576",
                            "target": "tv",
                            "position": "110 72"
                        },
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "256 192",
                            "target": "drc",
                            "position": "568 48"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "512 384",
                            "target": "drc",
                            "position": "30 48"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_5_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_5_NAME"
                },
                {
                    "pad_rotation": 90,
                    "drc_rotation": 90,
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "424 318",
                            "target": "tv",
                            "position": "428 11"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "424 318",
                            "target": "tv",
                            "position": "428 391"
                        },
                        {
                            "source": "upper",
                            "rotation": 270,
                            "size": "360 480",
                            "target": "drc",
                            "position": "466 0"
                        },
                        {
                            "source": "lower",
                            "rotation": 270,
                            "size": "360 480",
                            "target": "drc",
                            "position": "28 0"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_6_NAME",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_6_EXPLANATION"
                },
                {
                    "pad_rotation": 270,
                    "drc_rotation": 270,
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "424 318",
                            "target": "tv",
                            "position": "428 11"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "424 318",
                            "target": "tv",
                            "position": "428 391"
                        },
                        {
                            "source": "upper",
                            "rotation": 90,
                            "size": "360 480",
                            "target": "drc",
                            "position": "28 0"
                        },
                        {
                            "source": "lower",
                            "rotation": 90,
                            "size": "360 480",
                            "target": "drc",
                            "position": "466 0"
                        }
                    ],
                    "name_string_id": "VCM_LAYOUT_7_NAME",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/tvback.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/drcback.png",
                            "target": "drc",
                            "size": "854 480"
                        }
                    ],
                    "desc_string_id": "VCM_LAYOUT_7_EXPLANATION"
                }
            ],
            "groups": [
                2,
                1,
                1,
                2,
                2,
                2
            ]
        },
        "3DRendering": {
            "Bilinear": 0,
            "RenderScale": 1
        },
        "Display": {
            "PixelArtUpscaler": 0,
            "Brightness": 80
        },
        "arguments": {
            "fold_on_pause": true,
            "fold_on_resume_fade_from_black_duration": 1000,
            "fold_on_pause_timeout": 3000
        }
    }
}

Here's Style Savvy. It seems the only difference is the order of the layouts, since it uses a different one as the default. And the lid option, of course.
 
  • Like
Reactions: fiveighteen

fiveighteen

Distractible Dabbler
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
@TheLittlestBowl, yours also stops after VCM_LAYOUT_7 instead of 10 (which I think the Game Pad only shows 6 configurations anyways?)

And I have zero clue what the "groups" represent, but they are different as well.



EDIT: Is there a collection of N64 config INI's somewhere? Could/should there be?
 
Last edited by fiveighteen,

TheLittlestBowl

Well-Known Member
Member
Joined
Sep 3, 2013
Messages
119
Trophies
0
XP
1,093
Country
Canada
@TheLittlestBowl, yours also stops after VCM_LAYOUT_7 instead of 10 (which I think the Game Pad only shows 6 configurations anyways?)

And I have zero clue what the "groups" represent, but they are different as well.

EDIT: Is there a collection of N64 config INI's somewhere? Could/should there be?


8-10 are shifted to the top of the list. It looks like groups is the right hand/left hand stuff for the different layouts.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Mondooooo @ Mondooooo: sup