- source menu folder and files added to wii/wiiflow
42
wii/wiiflow/source_menu/Setup.txt
Normal file
@ -0,0 +1,42 @@
|
||||
SOURCE MENU SETUP:
|
||||
|
||||
This folder contains source_menu.ini, default.png, and button images.
|
||||
|
||||
There's 2 pages with 12 image buttons each for a total of 24 image buttons. Each button is represented in source_menu.ini as [BUTTON_#].
|
||||
|
||||
IMAGES:
|
||||
I've supplied you with some basic images to start but you can replace them with your own if you like. Make sure they are png images sized w90 x h90. If not they will be stretched or squished to fit. They can be named whatever you like just make sure the image names in the source_menu.ini match.
|
||||
|
||||
SOURCE_MENU.INI:
|
||||
---------------------------------------------------------------
|
||||
[BUTTON_0]
|
||||
image=wii.png // image normal
|
||||
image_s=wii.png // image selected (notice they can be the same)
|
||||
source=wii // see below
|
||||
|
||||
[BUTTON_3]
|
||||
image=genesis.png
|
||||
image_s=genesis.png
|
||||
source=plugin
|
||||
magic=53454741 // plugin magic (only needed when source=plugin)
|
||||
-------------------------------------------------------------------
|
||||
|
||||
There are seven sources to choose from and they are as follows -
|
||||
1. wii = wii usb games
|
||||
2. dml = gamecube dml games
|
||||
3. emunand = your emu NAND
|
||||
4. realnand = your real NAND
|
||||
5. homebrew = homebrew view
|
||||
6. allplugins = all plugins together
|
||||
7. plugin = a specific plugin specified by the magic#
|
||||
|
||||
the buttons are positioned like this -
|
||||
0 1 2 3
|
||||
4 5 6 7
|
||||
8 9 10 11
|
||||
|
||||
If you like to edit or make themes you should be able to adjust everything like you normally do. Your images will override the ones in the source_menu folder. But keep in mind not everyone will use button 1 for wii and button 2 for snes etc...
|
||||
|
||||
You can still specify emuflows for each button like before. That part didn't change.
|
||||
|
||||
|
BIN
wii/wiiflow/source_menu/channels.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
wii/wiiflow/source_menu/default.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
wii/wiiflow/source_menu/gamecube.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
wii/wiiflow/source_menu/gba.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
wii/wiiflow/source_menu/genesis.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
wii/wiiflow/source_menu/homebrew.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
wii/wiiflow/source_menu/n64.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
wii/wiiflow/source_menu/nes.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
wii/wiiflow/source_menu/plugins.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
wii/wiiflow/source_menu/scummvm.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
wii/wiiflow/source_menu/snes.png
Normal file
After Width: | Height: | Size: 12 KiB |
155
wii/wiiflow/source_menu/source_menu.ini
Normal file
@ -0,0 +1,155 @@
|
||||
|
||||
[BUTTON_0]
|
||||
image=wii.png
|
||||
image_s=wii.png
|
||||
source=wii
|
||||
|
||||
[BUTTON_1]
|
||||
image=gamecube.png
|
||||
image_s=gamecube.png
|
||||
source=dml
|
||||
|
||||
[BUTTON_10]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_11]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_12]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_13]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_14]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_15]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_16]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_17]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_18]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_19]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_2]
|
||||
image=channels.png
|
||||
image_s=channels.png
|
||||
source=emunand
|
||||
|
||||
[BUTTON_20]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_21]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_22]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_23]
|
||||
image=default.png
|
||||
image_s=default.png
|
||||
source=
|
||||
|
||||
[BUTTON_3]
|
||||
image=genesis.png
|
||||
image_s=genesis.png
|
||||
source=plugin
|
||||
magic=53454741
|
||||
|
||||
[BUTTON_4]
|
||||
image=gba.png
|
||||
image_s=gba.png
|
||||
source=plugin
|
||||
magic=56424158
|
||||
|
||||
[BUTTON_5]
|
||||
image=n64.png
|
||||
image_s=n64.png
|
||||
source=plugin
|
||||
|
||||
[BUTTON_6]
|
||||
image=nes.png
|
||||
image_s=nes.png
|
||||
source=plugin
|
||||
|
||||
[BUTTON_7]
|
||||
image=snes.png
|
||||
image_s=snes.png
|
||||
source=plugin
|
||||
magic=534e4553
|
||||
|
||||
[BUTTON_8]
|
||||
image=wiimednafen.png
|
||||
image_s=default.png
|
||||
source=wii
|
||||
|
||||
[BUTTON_9]
|
||||
image=scummvm.png
|
||||
image_s=default.png
|
||||
source=wii
|
||||
|
||||
[FCEUGX]
|
||||
8bit playground=1
|
||||
carbonik=4
|
||||
default=3
|
||||
orchid=1
|
||||
starnight=1
|
||||
violet=1
|
||||
|
||||
[GENPLUSGX]
|
||||
8bit playground=1
|
||||
carbonik=3
|
||||
default=1
|
||||
orchid=1
|
||||
starnight=1
|
||||
violet=1
|
||||
|
||||
[SNES9XGX]
|
||||
8bit playground=1
|
||||
carbonik=1
|
||||
default=2
|
||||
orchid=1
|
||||
starnight=1
|
||||
violet=1
|
||||
|
||||
[VBAGX]
|
||||
8bit playground=1
|
||||
carbonik=2
|
||||
default=4
|
||||
orchid=1
|
||||
starnight=1
|
||||
violet=1
|
BIN
wii/wiiflow/source_menu/wii.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
wii/wiiflow/source_menu/wiimednafen.png
Normal file
After Width: | Height: | Size: 9.0 KiB |