Hacking Post your custom NDS VC layouts here!

Stalls

Well-Known Member
OP
Member
Joined
Oct 10, 2015
Messages
138
Trophies
0
XP
217
Country
United States
░▄▀ █▀▀▄ █▀▀▄ █▀▀   ▀█░█▀ █▀▀   ▀▀█▀▀ █░░█ █▀▀█ █▀▀ █▀▀█ █▀▀▄ ▀▄░
█░░ █░░█ █░░█ ▀▀█   ░█▄█░ █░░   ░░█░░ █▀▀█ █▄▄▀ █▀▀ █▄▄█ █░░█ ░░█
░▀▄ ▀░░▀ ▀▀▀░ ▀▀▀   ░░▀░░ ▀▀▀   ░░▀░░ ▀░░▀ ▀░▀▀ ▀▀▀ ▀░░▀ ▀▀▀░ ▄▀░

So a user named MRJPGames made a tutorial on how to make custom NDS VC layouts for loadiine. So I wanted to start a thread where you all can share yours. Do not upload your entire content folder! Just upload the "drcback.png" and "tvback.png" files you made! I will start by uploading mine for New Super Mario Bros DS.

IF YOU WANT TO LEARN HOW TO MAKE CUSTOM VC LAYOUTS, GO HERE!
tvback.png drcback.png
Here's one of MRJPGames's custom layouts for one of the Ace Attorney games
1VDwsLA.png
 
Last edited by Stalls,
  • Like
Reactions: VinsCool

MRJPGames

Pretty great guy
Member
Joined
Aug 17, 2013
Messages
1,199
Trophies
1
Location
The Netherlands
Website
fizazy.com
XP
1,676
Country
Netherlands
You can of course change drcback.png and tvback.png if you want all layouts to have the same background. In the case of the backgrounds I made for the Ace Attorney games they only really work for one layout, this can be changed in the configuration_cafe.json file.

For the ace attorney games this is the configuration_cafe.json
Code:
{
    "configuration": {
        "layouts": {
            "layout": [
                {
                    "screen": [
                        {
                            "source": "upper",
                            "rotation": 0,
                            "size": "640 480",
                            "target": "tv",
                            "position": "0 120"
                        },
                        {
                            "source": "lower",
                            "rotation": 0,
                            "size": "640 480",
                            "target": "tv",
                            "position": "640 120"
                        },
                        {
                            "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_10_EXPLANATION",
                    "background": [
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/AA_bg_TV.png",
                            "target": "tv",
                            "size": "1280 720"
                        },
                        {
                            "position": "0 0",
                            "rotation": 0,
                            "resource": "//content_dir/assets/textures/AA_bg_DRC.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": "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_10_NAME"
                }
            ],
            "groups": [
                1,
                2,
                2,
                2,
                2,
                1
            ]
        },
        "3DRendering": {
            "Bilinear": 0,
            "RenderScale": 1
        },
        "Display": {
            "PixelArtUpscaler": 0,
            "Brightness": 80
        }
    }
}

For those interested (and not willing to go to that iso site for it) here are all backgrounds for the Ace Attorney games (should be named AA_bg_DRC.png and AA_bg_TV.png and be put in the contents\0010\assets\textures folder)

I hope more people will share their custom backgrounds and lay-outs too!
 

Attachments

  • AA_bg_DRC.png
    AA_bg_DRC.png
    32.5 KB · Views: 335
  • AA_bg_TV.png
    AA_bg_TV.png
    38.9 KB · Views: 325
  • AA_bg_DRC.png
    AA_bg_DRC.png
    21.9 KB · Views: 306
  • AA_bg_TV.png
    AA_bg_TV.png
    29.8 KB · Views: 329
  • AA_bg_TV.png
    AA_bg_TV.png
    38.2 KB · Views: 315
  • AA_bg_DRC.png
    AA_bg_DRC.png
    22.5 KB · Views: 287
  • AA_bg_DRC.png
    AA_bg_DRC.png
    35 KB · Views: 307
  • AA_bg_TV.png
    AA_bg_TV.png
    46.7 KB · Views: 300
  • AA_bg_DRC.png
    AA_bg_DRC.png
    14.4 KB · Views: 305
  • AA_bg_TV.png
    AA_bg_TV.png
    51.1 KB · Views: 291
  • AAI_bg_DRC.png
    AAI_bg_DRC.png
    18.7 KB · Views: 309
  • AAI_bg_TV.png
    AAI_bg_TV.png
    70.8 KB · Views: 288
  • Like
Reactions: VinsCool

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Oh sorry about that