Search found 32 matches

by Cuddles
Sat May 30, 2020 6:06 am
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Extrems wrote:
Sat May 30, 2020 4:55 am
The console of mpv? It's a command-line application to begin with.
Ah yeah it is. I just don't know how to pass those arguments to it.

Is there any way to use VLC for it? If not that's fine. I rather not dive deep into command lines right now.
by Cuddles
Sat May 30, 2020 4:10 am
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

You can create a Media Source with "udp://<GC IP>:1234/" as input and "png_pipe" as input format. However, FFmpeg assumes a frame rate of 25 by default, so it'll play slow. I recommend you use mpv like so, and Game Capture it: mpv udp://<GC IP>:1234/ --demuxer-lavf-format=png_pi...
by Cuddles
Sat May 30, 2020 3:52 am
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

'--format=ntsc' '--scan-mode=progressive' would be 480p. Thanks for the information. I managed to work out the resoultion and its looking nice I saw that you can stream with the BBA and I have one. I currently have my BBA working and GBI has an IP What program exactly do you need to use to open the...
by Cuddles
Sat May 30, 2020 1:21 am
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Does picking the options in Swiss override the same options in the .cli file? The arguments list built from DCP options is appended to the arguments list from the CLI, and arguments are parsed in order. Note that parsing ends on '--'. Say I pick NTSC in Swiss but my .cli file says PAL50. What one w...
by Cuddles
Sat May 30, 2020 12:17 am
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

a few more quick questions.

Does picking the options in Swiss override the same options in the .cli file? Say I pick NTSC in Swiss but my .cli file says PAL50. What one will be applied?

Also does GBI default to 240p? If not how do I enable that in the .cli file?

Thank you
by Cuddles
Fri May 29, 2020 9:43 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Again, GBI is not responsible for that. It's just accepting command-line arguments from the loader. When the program path cannot be determined, the default device is, in-order: Serial Port 2, Memory Slot B, Memory Slot A. Well I got it working. It wasn't wanting to work from my SD Gecko. As soon as...
by Cuddles
Fri May 29, 2020 9:35 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Extrems wrote:
Fri May 29, 2020 9:32 pm
Wait, don't you also have a SD2SP2? That's the SD Card GBI is using.
ah yeah I do. That is where the screen shots are being saved. Does GBI default all configurations to the SD2SP2 if you have it plugged in? I've been trying to run GBI off an SD Gecko with settings on there.
by Cuddles
Fri May 29, 2020 9:30 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Extrems wrote:
Fri May 29, 2020 9:28 pm
Are you looking for /DCIM/100NINTD/GBIXXXXX.PNG?

Download the main & extra packages and extract to your SD Card. That's all there is to it.
There is no folder called that on the SD card that I can see.
by Cuddles
Fri May 29, 2020 9:26 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

But you said: Ah yes I see the message now sorry about that. So which is it? Some times it says its taking a screen shot but its not saving them to the SD card and other times it doesn't say anything at all about a screen shot Do you think you could upload your set up for GBI? Something I can just ...
by Cuddles
Fri May 29, 2020 9:22 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Extrems wrote:
Fri May 29, 2020 9:21 pm
What is it giving you then?
Nothing really. It simply is playing the GBA game without any borders.
by Cuddles
Fri May 29, 2020 9:20 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Although it doesn't seem to be saving them. That would be why. If you're seeing "No such device", it couldn't mount your SD Card. Its not giving me that message. I just remembered something funky is happening When I I launch GBI from Swiss the options come up (Change video settings, borde...
by Cuddles
Fri May 29, 2020 9:11 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Extrems wrote:
Fri May 29, 2020 9:08 pm
Those can be anywhere.
Does this look okay? Because when I use this I still don't get a frame around the video
by Cuddles
Fri May 29, 2020 9:05 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Extrems wrote:
Fri May 29, 2020 9:01 pm
Image
and gbi.dol , gbi.dcp and gbi.cli should be in the same directory?
by Cuddles
Fri May 29, 2020 8:57 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Extrems wrote:
Fri May 29, 2020 8:51 pm
Um, that ain't right. You need the GBI folder with frame.tpl.gz on the root directory.
Do you think you could show me with a picture what you mean? The more I try to show you though text the more confusing this is.
by Cuddles
Fri May 29, 2020 8:36 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

The way you did. You'll need to update Swiss if you have both a .dcp and .cli file. I'm on the latest version of Swiss. Swiss v0.5r827 I have the following files in the directory. gbi.dol, gbi.dcp and gbi.cli and the folder called frame from the extras download screen shot here https://imgur.com/za...
by Cuddles
Fri May 29, 2020 8:33 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Extrems wrote:
Fri May 29, 2020 8:31 pm
GBI doesn't care nor has any knowledge about them. It's a Swiss feature.
So how does one use a .cli file to configure .gbi?
by Cuddles
Fri May 29, 2020 8:30 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Extrems wrote:
Fri May 29, 2020 8:28 pm
You definitely should see a message in the bottom right corner.

.cli files are not the responsibility of GBI.
Ah yes I see the message now sorry about that. Although it doesn't seem to be saving them.


And what do you mean by .cli files are not the responsibility of GBI?
by Cuddles
Fri May 29, 2020 8:16 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

Try taking a screenshot with the Z button and see if it fails. With the on screen display? Nothing really happens. No conformation it took a screen shot that I can see Trying with a Sony 16GB Micro SD and a SanDisk 4GB Micro SD both formatted to FAT32 and both are unable to take screen shots and it...
by Cuddles
Fri May 29, 2020 7:49 pm
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

If your SD Card is formatted as exFAT, or you're using a GCLoader, neither are supported. As is the case for 99% of software. I am using neither to launch GBI. I use Wind Waker to launch Swiss from a memory card then I use an SD card formatted FAT32 though an SD Gecko to launch the latest version o...
by Cuddles
Fri May 29, 2020 6:46 am
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

You have to concatenate both files with the .cli at the end, DOS prompt has the "cat" command for that, if what I've read is correct, but I haven't done it myself ATM to confirm this. :oops: Anyway, if you launch from SWISS, you won't have to do that, it will apply the settings with the s...
by Cuddles
Fri May 29, 2020 5:26 am
Forum: Homebrew & Utilities
Topic: Game Boy Interface
Replies: 1801
Views: 3497005

Re: Game Boy Interface

How does one appended a .cil configuration to a .dol file?
by Cuddles
Thu May 07, 2020 7:43 am
Forum: Swiss
Topic: Swiss Compatable SD cards
Replies: 29
Views: 30891

Re: Swiss Compatable SD cards

As always, clean your SP2 contacts, and your GC battery (does your GC keeps on time when powered off for long?), these are easy checks. The SD2SP2's board thickness may be an issue, some have reported yet. Curious about how much the chinese did the Red and the Green ones, anybody with a Palmer or V...
by Cuddles
Thu May 07, 2020 1:08 am
Forum: Swiss
Topic: Swiss Compatable SD cards
Replies: 29
Views: 30891

Re: Swiss Compatable SD cards

It's not a formatting issue, but a signal integrity issue. as in the SD card not fitting in the slot snug or the SD2SP2 not fitting right? bit of an edit. It seems I only get the error when I scroll though the list of GameCube games then select a game. if I select a different device and then go bac...
by Cuddles
Thu May 07, 2020 12:33 am
Forum: Swiss
Topic: Swiss Compatable SD cards
Replies: 29
Views: 30891

Re: Swiss Compatable SD cards

I have a 128GB micro SD I am trying to use with my SD2SP2 and I keep getting errors with either file too fragmented

I have tried both exFAT and FAT32 and I am getting intermediate errors trying to select games.

What would be the best way to format my card?
by Cuddles
Sun May 03, 2020 12:23 am
Forum: Swiss
Topic: Copying game from Slot B to SD2SP2
Replies: 2
Views: 3939

Copying game from Slot B to SD2SP2

I am having an issue where I try and copy a game from an SD card in slot B to my SD2SP2. It gets to about 16% and then says fails to read Only reason I want to do this by the way is because I have a GameBoy Player installed and I wanted an easy way to transfer games to the SD2SP2. The error I get is...