xboxscene.org forums

Pages: 1 [2]

Author Topic: Nkpatcher 11 ?  (Read 1222 times)

xman954

  • Archived User
  • Hero Member
  • *
  • Posts: 835
Nkpatcher 11 ?
« Reply #15 on: October 23, 2005, 06:22:00 PM »

here is a peek at the options you can change in the runtime config file.
( you ftp one file to E:\ then NKPatcher will use it)
CODE
;;;---------------------------------------------------------------------------
%define ORANGE       00FFh     ; ----------------
%define ORANGE_BLINK 0077h     ;
%define RED          00F0h     ;  YOU CAN
%define RED_BLINK    0070h     ;      ADD YOUR
%define GREEN        000Fh     ;       OWN !
%define GREEN_BLINK  0007h     ;  
%define CYCLE        00EBh     ;
%define LED_OFF      0000h     ; ----------------
;;;---------------------------------------------------------------------------
%define NKP_LED_COLOR             ORANGE      ; < CHANGE IT HERE
%define ALTDASH_LED_COLOR         RED_BLINK   ; < CHANGE IT HERE
%define PATCHBACK_LED_COLOR       GREEN_BLINK ; < CHANGE IT HERE
;;;---------------------------------------------------------------------------
;;; set fan speed
%define FAN_SPEED    40; < CHANGE IT HERE ( % fan speed / 2 ) 10-50 << changed !!!!
;;;---------------------------------------------------------------------------
;;; Run MSdash if clock was unset in NKP mode only (not in patch back mode)
%define CLOCK_CHECK    
;;;---------------------------------------------------------------------------
;;; tray dual/tri-boot enable
%define TRAY_BOOT
;;;---------------------------------------------------------------------------
;;; tri-boot enable < dual is default, with tray_boot enabled
%define TRI_BOOT
;;;---------------------------------------------------------------------------
;;; tray open > patch back MS key OR not, then run PB_OPEN_PATH
;%define PATCH_BACK_MS_KEY
;;;---------------------------------------------------------------------------
;;; use all NKP options when booting OPEN dash OR habibi only
%define   OPEN_DASH_WITH_NKP ; use this to enable all of NKP (disable to boot some other HACK)   
%define   OPEN_DASH_shadowC_OFF; use this to disable shadowC in open dash
;;;---------------------------------------------------------------------------
;;;   Dashboard path's for tray OPEN dash when using dual/tri-boot
;;;---------------------------------------------------------------------------
;;;   tray OPEN dash, when key IS patched back (must be a MS signed xbe)
;;;                        MUST BE PARTITION 1 or 2
;;;
%define PB_OPEN_PATH   '\Device\Harddisk0\Partition2\msxboxdash.xbe'
;;;---------------------------------------------------------------------------
;;;   tray OPEN dash, when key IS NOT patched back (must be a habibi signed xbe
;;;             and MUST BE PARTITION 1 or 2 when NOT using OPEN_DASH_WITH_NKP)
;;;
%define OPEN_PATH      '\Device\Harddisk0\Partition1\default.xbe'
;;;---------------------------------------------------------------------------
;;;   Tray closed Dashboard path, NKP will boot  2=C 1=E 6=F 7=G
;;;---------------------------------------------------------------------------
;;;                                
%define DASHBOARD_PATH  '\Device\Harddisk0\Partition1\dashboard\default.xbe'
%define DB_PATH2  '\Device\Harddisk0\Partition1\default.xbe'
%define DB_PATH3  '\Device\Harddisk0\Partition1\UDATA\4d530017\62d648ebf155\default.xbe'
;;;---------------------------------------------------------------------------
;;; VIDEO patches:
;;;
;;; VIDEO_FORCE_RGB = Patches kernel to output RGsB video signal (RGB with
;;;           sync on green) if HDTV AV pack is detected. Intended for
;;;           connecting the Xbox to VGA monitor. Connect AV pack Y output
;;;           to monitor green input, Cr to monitor red input and Cb to
;;;           monitor blue input. The monitor must support sync on green.
;;;
;;; VIDEO_FORCE_PROGRESSIVE = Patches kernel to convert 480i video modes to
;;;           480p if HDTV AV pack is detected. Note that when using HDTV AV
;;;           pack, progressive scan video output will be forced even if 480p
;;;           video support is disabled in msdash.
;;;
;;; Not enabled by default.

;%define VIDEO_FORCE_PROGRESSIVE  
;%define VIDEO_FORCE_RGB


b03 is now there... smile.gif
if anyone else wants to "test/check it out" let me know.
Logged

devz3ro

  • Archived User
  • Full Member
  • *
  • Posts: 229
Nkpatcher 11 ?
« Reply #16 on: November 04, 2005, 04:18:00 AM »

QUOTE((xman954 @ Oct 29 2005 @  10:54 PM))
here is the Unofficial NKPatcher11

http://xman954.serve...tcher11_U01.ZIP

Now has a runtime config file E:\NKP11_config.bin
that you can change some options at runtime;

fan speed
led colors for all modes
set the clock using the M$ dash (if it was set by the fonts)
set vga modes

now has a 3 dash boot order and it test's the path's in order
and if none found it will boot C:\rescuedash\default.xbe (on the real C, you can delete all of E:\ and it will still boot)
has path error indicators  (using eject led)

now has expanded tray booting options
1. boot habibi only (for testing other hacks like FuckMS)
2. boot with a patched back M$ key (NDURE or other)
3. boot a alt dash from any drive (habibi not needed and
      if not found it will start looking from the 3 boot order dashes)
4. shadow C off (as a option when tray booting)
5. close tray after boot (for faster tray booting without using tri-boot )

Note;
1. It is setup as a .67 bios F and G
2. There is a config_runtime.inc,
that is the file you edit to get a runtime config file for NKP11.
then you run the make_runtime.bat to get the NKP11_config.bin that you FTP to the root of E:\
now if that file is there NKPatcher will use it's options .
3. it is configed as a dropin for Krayize's NDURE setup (MA)
(rename default.xbe to multi.xbe in C:\multiboot)

xman954  smile.gif


EDIT:

disregard my last post, I set it up myself and it came out to be false, when the nkp config is set to boot dashboard first, on igr that is exactly what it does regardless if using a actual dvd or a virtual dvd.

-devz3ro
Logged

devz3ro

  • Archived User
  • Full Member
  • *
  • Posts: 229
Nkpatcher 11 ?
« Reply #17 on: November 04, 2005, 09:44:00 PM »

Now only if support was added to allow mounting of dvd-movie iso files smile.gif

-devz3ro
Logged

fghjj

  • Archived User
  • Sr. Member
  • *
  • Posts: 288
Nkpatcher 11 ?
« Reply #18 on: November 04, 2005, 10:00:00 PM »

And a proper FS with support for larger filenames for the > 8gb space smile.gif
Logged

devz3ro

  • Archived User
  • Full Member
  • *
  • Posts: 229
Nkpatcher 11 ?
« Reply #19 on: November 04, 2005, 10:42:00 PM »

QUOTE(fghjj @ Nov 5 2005, 06:07 AM)
And a proper FS with support for larger filenames for the > 8gb space smile.gif
Logged

xman954

  • Archived User
  • Hero Member
  • *
  • Posts: 835
Nkpatcher 11 ?
« Reply #20 on: November 05, 2005, 02:05:00 AM »

QUOTE(devz3ro @ Nov 4 2005, 09:51 PM)
Now only if support was added to allow mounting of dvd-movie iso files smile.gif
it will be a while before i figure out all the "IRP_MJ" stuff  sad.gif
but who knows, map SMBshare to G:\ drive
then on the fly (from a external app) mount a .iso from G:\ ...   jester.gif  

Logged

fghjj

  • Archived User
  • Sr. Member
  • *
  • Posts: 288
Nkpatcher 11 ?
« Reply #21 on: November 05, 2005, 03:00:00 PM »

QUOTE(devz3ro @ Nov 5 2005, 06:49 AM)
?
Logged

deadparrot

  • Archived User
  • Hero Member
  • *
  • Posts: 1252
Nkpatcher 11 ?
« Reply #22 on: November 06, 2005, 01:14:00 PM »

Would it be possilbe to force a video output, such as 480p or 720p?

It is being discussed here about doing this by editing the actual BIOS itself.  Wouldn't it be easier to patch it in memory with NKP?
Logged

krayzie

  • Archived User
  • Hero Member
  • *
  • Posts: 3350
Nkpatcher 11 ?
« Reply #23 on: November 06, 2005, 01:47:00 PM »

isn't force 480p not allready an option?
Logged

deadparrot

  • Archived User
  • Hero Member
  • *
  • Posts: 1252
Nkpatcher 11 ?
« Reply #24 on: November 06, 2005, 02:26:00 PM »

Guess I missed it then.
Logged
Pages: 1 [2]