Hacking Loadiine GX2

  • Thread starter Cyan
  • Start date
  • Views 2,368,653
  • Replies 6,192
  • Likes 132

BurningDesire

Well-Known Member
Member
Joined
Jan 27, 2015
Messages
5,000
Trophies
1
Location
Behind a screen reading news
XP
4,803
Country
United States

Supster131

(づ。◕‿‿◕。)づ *:・゚✧
Member
Joined
Jan 19, 2016
Messages
3,315
Trophies
1
Location
My Computer
XP
2,745
Country
United States
  • Like
Reactions: BurningDesire

Vahkiti

Well-Known Member
Member
Joined
Oct 7, 2009
Messages
114
Trophies
1
Age
31
Location
Canadialand
Website
www.youtube.com
XP
387
Country
Canada
I have one question:

Seeing how Loadiine is able to load Virtual Console titles too (and injected ones also), I was wondering if we could have an option to stretch the image to fit the entire screen?
Having the original 4:3 output tends to be a nuance in certain titles, mostly N64 and DS, since some N64 games do have Widescreen native settings in-game, but seeing how Nintendo locked the damn resolution, we cannot enjoy such wonder.

I did manage to change the DS resolution by changing the "configuration_cafe.json" file with the following code almost at the end:
  • Code:
    {
                        "screen": [
                            {
                                "source": "upper",
                                "rotation": 0,
                                "size": "1280 720",
                                "target": "tv",
                                "position": "0 0"
                            },
                            {
                                "source": "lower",
                                "rotation": 0,
                                "size": "854 480",
                                "target": "drc",
                                "position": "0 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"
    }
    That code changes the screen setting for Upper Screen in TV and Lower Screen in Gamepad to fill the entire screen.
    The important part there is changing the "upper" part to 1280x720 (TV res) and the "lower" to 854x480 (Gamepad's res).
    It originally had offsets and different resolutions to match the original DS ones.
Unfortunately, the N64 doesn't have anything of that sort, and I'm afraid the resolution is locked up inside the RPX file.

How feasible would an option to change the output setting be in Loadiine?

A bit late to the party on this one, but is it possible to have both screens displayed on the TV, but only one on the gamepad? Every attempt I've made to do this with the provided Json file have crashed, regardless of validity.
 

darkangel84

Active Member
Newcomer
Joined
Aug 2, 2011
Messages
37
Trophies
1
Age
38
Website
Visit site
XP
1,806
Country
Italy
I've an idea for the DS Virtual Console to use with loadiine...

- user make a folder with zipped nds backups
- user copy a ds vc game to wiiu/games
- loadiine instead of showing this game show a "nds vc" item
- loadiine show a list of the files from nds backups folder
- user choose a nds game from the list
- loadiine copy the chosen game zip to wiiu/games/dsgame/content/0000/rom.zip before start the game
- loadiine start the game

doing so we can load any ds backup and in the save folder every save/state is different

what do you think? ^^
 
  • Like
Reactions: ShadowOne333

BurningDesire

Well-Known Member
Member
Joined
Jan 27, 2015
Messages
5,000
Trophies
1
Location
Behind a screen reading news
XP
4,803
Country
United States
I've an idea for the DS Virtual Console to use with loadiine...

- user make a folder with zipped nds backups
- user copy a ds vc game to wiiu/games
- loadiine instead of showing this game show a "nds vc" item
- loadiine show a list of the files from nds backups folder
- user choose a nds game from the list
- loadiine copy the chosen game zip to wiiu/games/dsgame/content/0000/rom.zip before start the game
- loadiine start the game

doing so we can load any ds backup and in the save folder every save/state is different

what do you think? ^^
I think you should learn to code or Dimok should get on it! I love it ^^
 

darkangel84

Active Member
Newcomer
Joined
Aug 2, 2011
Messages
37
Trophies
1
Age
38
Website
Visit site
XP
1,806
Country
Italy
I think you should learn to code or Dimok should get on it! I love it ^^
I'm a programmer but i've no spare time :/
I know that it works 'cause i've tested my theory with manual steps today.

We can also edit the emulator setting to customize how the ds screen are shown on tv or gamepad screen.
 

Attachments

  • clipimage.jpg
    clipimage.jpg
    66.5 KB · Views: 259

Jakic007

Well-Known Member
Newcomer
Joined
Feb 17, 2015
Messages
99
Trophies
0
Age
25
XP
396
Country
Croatia
Is it possible to use microSD 128 GB card with adapter? And is it possible to run loadiine on 5.5.1. without internet connection?

Sent from my ONE A2003 using Tapatalk
 

N28582R

Well-Known Member
Newcomer
Joined
Apr 30, 2016
Messages
60
Trophies
0
XP
279
Country
Gambia, The
Is it possible to use microSD 128 GB card with adapter? And is it possible to run loadiine on 5.5.1. without internet connection?

Sent from my ONE A2003 using Tapatalk
I think it's possible to use a microSD card 128GB that is formatted to FAT32.
You can launch Loadiine without a internet connection but you will still need a network connection.
 
Last edited by N28582R,

Jakic007

Well-Known Member
Newcomer
Joined
Feb 17, 2015
Messages
99
Trophies
0
Age
25
XP
396
Country
Croatia
How to have network connection without internet connection? I want to use my Wii U when I go on holiday but I don't have internet access there so I don't know how to boot loadiine?

Sent from my ONE A2003 using Tapatalk
 

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
11,545
Trophies
2
XP
21,583
Country
Mexico
I'm a programmer but i've no spare time :/
I know that it works 'cause i've tested my theory with manual steps today.

We can also edit the emulator setting to customize how the ds screen are shown on tv or gamepad screen.
Havig an option to stretch the image or even enable the filters and scaling for DS titles in Loadiine would be neat!
 

N28582R

Well-Known Member
Newcomer
Joined
Apr 30, 2016
Messages
60
Trophies
0
XP
279
Country
Gambia, The
How to have network connection without internet connection? I want to use my Wii U when I go on holiday but I don't have internet access there so I don't know how to boot loadiine?

Sent from my ONE A2003 using Tapatalk
You can host the exploit without a internet connection but you'll need to host it in a local network. (Like creating a accesspoint with android and host the files there.)
 
Last edited by N28582R,

wimpykid456

New Member
Newbie
Joined
Aug 19, 2015
Messages
2
Trophies
0
Age
32
XP
39
Country
United States
Heyo, you guys know if there's any way to change the native resolution of N64 VC games in Loadiine? I figured it was technically possible since every common emulator can do this.
 

wowwow

Active Member
Newcomer
Joined
Sep 20, 2009
Messages
43
Trophies
0
XP
654
Country
United States
is there a way to use loadiine to dump a system save file with saviine?
i have a hyrule warriors save i want to dump but that game was lent by a friend, so i dont have the disk
 

Kourin

Touhou Maniac
Member
Joined
Jan 24, 2016
Messages
1,018
Trophies
0
Age
27
Location
Ripple Star
XP
1,226
Country
Australia
I've got Twilight Princess HD downloaded but the load times are awful, like 10-15 seconds between areas.
Is there any way to fix this completely or at least make things load somewhat quicker?
I think the game might be a US copy and I'm using a EUR console though, so if there's something I can do there I'm not sure.
 

Supster131

(づ。◕‿‿◕。)づ *:・゚✧
Member
Joined
Jan 19, 2016
Messages
3,315
Trophies
1
Location
My Computer
XP
2,745
Country
United States
I've got Twilight Princess HD downloaded but the load times are awful, like 10-15 seconds between areas.
Is there any way to fix this completely or at least make things load somewhat quicker?
I think the game might be a US copy and I'm using a EUR console though, so if there's something I can do there I'm not sure.
Depends on the SD card really.
Also make sure you formatted it to 32KB or 64KB of allocation size.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Skelletonike @ Skelletonike:
    3h left until work finishes, bah
  • Skelletonike @ Skelletonike:
    link doesn't work
    +2
  • Skelletonike @ Skelletonike:
    1H left, such a slow week.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Okay, I had spaghetti :P
  • SylverReZ @ SylverReZ:
    Hope they made lots of spaget
  • K3N1 @ K3N1:
    Chill dog
  • SylverReZ @ SylverReZ:
    Chilli dog
  • Skelletonike @ Skelletonike:
    Damn, I'm loving the new zelda.
  • xtremegamer @ xtremegamer:
    loving the new zelda, i started a game, it was so fucking good, so i
    am waiting on my friend to get home so we can start a new one together
  • Skelletonike @ Skelletonike:
    I just dislike that they don't let me choose the voices before the game starts. Happened with botw as well, had to change to japanese and restart.
  • K3N1 @ K3N1:
    But the important question is can you choose gender
  • Skelletonike @ Skelletonike:
    Same way you can choose Gerald's gender.
  • Skelletonike @ Skelletonike:
    *Geralt, damn autocorrect.
  • Psionic Roshambo @ Psionic Roshambo:
    But can he be trans? Lol
  • K3N1 @ K3N1:
    Zelda transforms into link
  • Psionic Roshambo @ Psionic Roshambo:
    Link I'm not the princess your looking for.... *Pulls a crying game*
  • K3N1 @ K3N1:
    *skirt up* it's exactly what I always wanted
  • Skelletonike @ Skelletonike:
    Just scanned all my zelda amiibos, took a while but didn't get anything that cool, did get the lon lon ranch hylian fabrics though.
  • Skelletonike @ Skelletonike:
    It was pretty funny when I scanned wolf link and got a shit load of meat.
  • K3N1 @ K3N1:
    @Skelletonike, btw I ran that custom for mgs4 on the deck I'm amazed it got that far in game
  • K3N1 @ K3N1:
    Plug in*
    K3N1 @ K3N1: Plug in*