For people with Conexant Xboxes:
Downloads1. Download NKPatcher 10:
HERE2. Download Dr Oldschool's Vga7 diff patch:
HERE (RIGHT-CLICK, SAVE AS)3. Download Cygwin:
HERE4. Download Patch application:
HERE5. Download NASM (Netwide Assembler):
HERE6. Download xbedump:
HEREInstall/Prep1. Install Cygwin to the root of your C: drive (default installation)
2. Move patch.exe to C:\cygwin\bin\.
4. Open nkpatcher10.zip and extract the nkpatcher10 folder. Move this folder to the root of your C: drive.
5. Move xbedump.exe to C:\nkpatcher10\src\.
6. Move nasm.exe to C:\nkpatcher10\src\.
7. Move nkpatcher10-vga7.diff.gz to the root of your C: drive.
Patching NKPatcher1. Run Cygwin from your Start Menu, All Programs, Cygwin
2. Type the following:
CODE
cd C:\nkpatcher10
zcat ../nkpatcher10-vga7.diff.gz | patch -p1
If it is successful, it should return...
QUOTE
patching file 'readme.txt'
patching file 'src/config.inc'
patching file 'src/nkpatcher.asm'
3. Close out of Cygwin.
4. Navigate to C:\nkpatcher10\src and open up the config.inc in notepad.
Change this:
CODE
;;; Dashboard path
%define DASHBOARD_PATH '\Device\Harddisk0\Partition2\evoxdash.xbe'
Edit it to point to your default dashboard location. For most softmods, it will be one of two things:
if your default dash is located in E:\Dash\default.xbe
CODE
;;; Dashboard path
%define DASHBOARD_PATH '\Device\Harddisk0\Partition1\Dash\default.xbe'
if your default dash is located in E:\Dashboard\default.xbe
CODE
;;; Dashboard path
%define DASHBOARD_PATH '\Device\Harddisk0\Partition1\Dashboard\default.xbe'
Also, you will probably want to enable FORCE RGB and FORCE 480P.
Change this:
CODE
; %define VIDEO_FORCE_RGB
; %define VIDEO_FORCE_PROGRESSIVE
to:
CODE
%define VIDEO_FORCE_RGB
%define VIDEO_FORCE_PROGRESSIVE
Remember to Save your Config.inc file.
5. Go to Start, Run, type cmd to bring up the command prompt. Type the following:
CODE
cd C:\nkpatcher10\src
nasm -o default.xbe xboxapp.asm
xbedump default.xbe -habibi
6. Navigate to C:\nkpatcher10\src\ and find the file named out.xbe. FTP this to your Xbox.