diff --git a/wii/wiiflow/source_menu/Setup.txt b/wii/wiiflow/source_menu/Setup.txt index 820a803f..eb01b62a 100644 --- a/wii/wiiflow/source_menu/Setup.txt +++ b/wii/wiiflow/source_menu/Setup.txt @@ -1,42 +1,35 @@ SOURCE MENU SETUP: -This folder contains source_menu.ini, default.png, and button images. +This folder contains the source_menu.ini 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_#]. +Each SOURCE MENU page can have 12 image buttons for each source. +Each button is represented in the 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 - +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... +The Button images must be png images sized 90 x 90. If not they will be stretched or squished to fit. +Make sure your image names match those in the source_menu.ini. -You can still specify emuflows for each button like before. That part didn't change. +SOURCE_MENU.INI button example: + +[BUTTON_0] +image=genesis.png // image normal +image_s=genesis_s.png // image selected (pointer hover over) +source=plugin // see below +magic=53454741 // plugin magic (only needed when source=plugin) +cat_page = 1 // categories menu start page for easy access to categories related to the source +category = 1 // auto select this category (plugin source only) +emuflow = 1 // auto select this emuflow layout/mode (plugin source only) +There are seven sources to choose from and they are as follows - +1. wii = wii view +2. dml = gamecube view +3. emunand = emu NAND view +4. realnand = real NAND view +5. homebrew = homebrew view +6. allplugins = plugin view (all plugins together) +7. plugin = plugin view (a specific plugin specified by the magic#) diff --git a/wii/wiiflow/source_menu/channels.png b/wii/wiiflow/source_menu/channels.png deleted file mode 100644 index 0a36df50..00000000 Binary files a/wii/wiiflow/source_menu/channels.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/default.png b/wii/wiiflow/source_menu/default.png deleted file mode 100644 index fd07dae4..00000000 Binary files a/wii/wiiflow/source_menu/default.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/gamecube.png b/wii/wiiflow/source_menu/gamecube.png deleted file mode 100644 index fcfd0504..00000000 Binary files a/wii/wiiflow/source_menu/gamecube.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/gba.png b/wii/wiiflow/source_menu/gba.png deleted file mode 100644 index c72815d5..00000000 Binary files a/wii/wiiflow/source_menu/gba.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/genesis.png b/wii/wiiflow/source_menu/genesis.png deleted file mode 100644 index 3f11b06b..00000000 Binary files a/wii/wiiflow/source_menu/genesis.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/homebrew.png b/wii/wiiflow/source_menu/homebrew.png deleted file mode 100644 index 81dec822..00000000 Binary files a/wii/wiiflow/source_menu/homebrew.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/n64.png b/wii/wiiflow/source_menu/n64.png deleted file mode 100644 index 5dbb208b..00000000 Binary files a/wii/wiiflow/source_menu/n64.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/nes.png b/wii/wiiflow/source_menu/nes.png deleted file mode 100644 index 0c59a189..00000000 Binary files a/wii/wiiflow/source_menu/nes.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/plugins.png b/wii/wiiflow/source_menu/plugins.png deleted file mode 100644 index 6fd6a3b4..00000000 Binary files a/wii/wiiflow/source_menu/plugins.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/scummvm.png b/wii/wiiflow/source_menu/scummvm.png deleted file mode 100644 index 92bcae3b..00000000 Binary files a/wii/wiiflow/source_menu/scummvm.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/snes.png b/wii/wiiflow/source_menu/snes.png deleted file mode 100644 index e8980043..00000000 Binary files a/wii/wiiflow/source_menu/snes.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/source_menu.ini b/wii/wiiflow/source_menu/source_menu.ini deleted file mode 100644 index 9e49aa0c..00000000 --- a/wii/wiiflow/source_menu/source_menu.ini +++ /dev/null @@ -1,155 +0,0 @@ - -[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 diff --git a/wii/wiiflow/source_menu/wii.png b/wii/wiiflow/source_menu/wii.png deleted file mode 100644 index 90208cda..00000000 Binary files a/wii/wiiflow/source_menu/wii.png and /dev/null differ diff --git a/wii/wiiflow/source_menu/wiimednafen.png b/wii/wiiflow/source_menu/wiimednafen.png deleted file mode 100644 index b7e13b59..00000000 Binary files a/wii/wiiflow/source_menu/wiimednafen.png and /dev/null differ