You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -53,27 +53,36 @@ These features are subject to change:
53
53
54
54
### N64 ROM autoload
55
55
To use the autoload function, while on the `N64 ROM information` display, press the `R` button on your joypad and select the `Set ROM to autoload` option. When you restart the console, it will now only load the selected ROM rather than the menu.
56
-
NOTE: to return to the menu, hold joypad `start` button whilst powering on the console.
56
+
The autoload setting is stored in `config.ini` and persists until changed. This feature may slightly increase boot time as the menu needs to check for the Start button state.
57
+
NOTE: To return to the menu, hold the joypad `Start` button while powering on the console.
57
58
58
59
### GamePak sprites
59
-
To use N64 `GamePak` sprites, place `PNG` files within the `sd:/menu/boxart/` folder.
60
-
60
+
To use N64 GamePak sprites, place PNG files within the `sd:/menu/boxart/` folder.
61
61
62
62
#### Supported sprites
63
63
These must be `PNG` files that use the following dimensions:
64
64
* Standard N64 GamePak boxart sprites: 158x112
65
65
* Japanese N64 GamePak boxart sprites: 112x158
66
66
* 64DD boxart sprites: 129x112
67
67
68
+
Supported PNG formats:
69
+
* RGB/RGBA color formats
70
+
* 8-bit color depth
71
+
68
72
They will be loaded by directories using each character (case-sensitive) of the full 4 character Game Code (as identified in the menu ROM information).
69
73
i.e. for GoldenEye NTSC USA (NGEE), this would be `sd:/menu/boxart/N/G/E/E/boxart_front.png`.
70
74
i.e. for GoldenEye PAL (NGEP), this would be `sd:/menu/boxart/N/G/E/P/boxart_front.png`.
71
75
72
76
To improve compatibility between regions (as a fallback), you may exclude the region ID (last matched directory) for GamePaks to match with 3 letter IDs instead:
73
77
i.e. for GoldenEye, this would be `sd:/menu/boxart/N/G/E/boxart_front.png`.
74
78
75
-
**Note1:** Excluding the region ID may show the wrong boxart.
76
-
**Note2:** For future support, boxart sprites should also include: `boxart_back.png`, `boxart_top.png`, `boxart_bottom.png`, `boxart_left.png`, `boxart_right.png`.
79
+
**Warning**: Excluding the region ID may show the wrong boxart.
80
+
**Note**: For future support, boxart sprites should also include:
81
+
*`boxart_back.png`
82
+
*`boxart_top.png`
83
+
*`boxart_bottom.png`
84
+
*`boxart_left.png`
85
+
*`boxart_right.png`
77
86
78
87
As a starting point, here is a link to a boxart pack following the new structure, including `boxart_front.png` and failback images:
@@ -117,14 +126,14 @@ If required, you can manually adjust the file on the SD card using your computer
117
126
118
127
### ED64 - WIP - UNTESTED AND UNSUPPORTED - USE AT OWN RISK
119
128
Currently not supported, but work is in progress (See [PR's](https://github.com/Polprzewodnikowy/N64FlashcartMenu/pulls)).
120
-
NOTE: The menu may be able to load ROM's but not perform saves and may break existing ones..
129
+
**Warning**: The menu may be able to load ROMs but cannot guarantee save functionality. Existing saves may be corrupted.
121
130
122
131
#### ED64 (Vseries)
123
132
The aim is to reach feature parity with [ED64-UnofficialOS](https://github.com/n64-tools/ED64-UnofficialOS-binaries) / [ED64-OfficialOS](https://krikzz.com/pub/support/everdrive-64/v2x-v3x/os-bin/).
124
133
Download the `OS64.v64` ROM from the latest [action run - assets] and place it in the `/ED64` folder.
125
134
126
135
#### ED64 (X series)
127
-
X Series support is currently awaiting fixes, in the meantime use the official [OS](https://krikzz.com/pub/support/everdrive-64/x-series/OS/)instead.
136
+
X Series support is currently awaiting fixes. Please use the official [OS](https://krikzz.com/pub/support/everdrive-64/x-series/OS/)for now.
128
137
129
138
#### ED64 (P clone)
130
139
Download the `OS64P.v64` ROM from the latest [action run - assets] and place it in the `/ED64P` folder.
0 commit comments