xboxscene.org forums

Pages: 1 2 3 [4]

Author Topic: Tutorial For Converting Xbox Retail To Xbox Devkit  (Read 454 times)

SpencerBr

  • Archived User
  • Newbie
  • *
  • Posts: 12
Tutorial For Converting Xbox Retail To Xbox Devkit
« Reply #45 on: August 21, 2003, 07:16:00 AM »

QUOTE (SpencerBr @ Aug 21 2003, 07:07 AM)
Hi again :/

My noob doubt is:

CODE
[xbdm]
dbgname name=sNt
staticip use=1, addr=0x00000000
subnet addr=0x00000000
gateway addr=0x00000000
memtrack flags=0x0 stackdepth=0x0
dbgoptions crashdump=1 dpctrace=1


In DEVKIT folder I found this: "xbdm.ini".
I would like to put my static ip adress here, because dhcp doesn't work.
but "0x000...." I dont understand this, lol sad.gif

Anyone can give me codes for:
ip: 192.168.0.2 = ?x????????
gateway: 192.168.0.2 = ?x????????
smask: 255.255.255.0 = ?x????????

This is hex values?
ip: 100A8C0 = 192.168.0.1
smask: 00FFFFFF = 255.255.255.0
gateway: 100A8C0 = 192.168.0.1
Logged

Patchinko

  • Archived User
  • Newbie
  • *
  • Posts: 3
Tutorial For Converting Xbox Retail To Xbox Devkit
« Reply #46 on: August 21, 2003, 07:21:00 AM »

Simple. Just have the IP address (or subnesk mask, or gateway) you wanna convert.

Let's say it's 192.168.0.2

Write it in hex : C0.A8.00.02

Then remove the dots, and write it backward :

ip: 192.168.0.2 = 0200A8C0

Oh, and don't set the Xbox Ip address as the Gateway. The Gateway should be the PC's (or the Router's) IP address...


I have one small Q : How does one debug a retail game? I remember seing people debugging DOAX some month ago (when the "nude hack" was created), but I couldn't understand how they did it...
Logged

Suckerlove78

  • Archived User
  • Newbie
  • *
  • Posts: 2
Tutorial For Converting Xbox Retail To Xbox Devkit
« Reply #47 on: August 24, 2003, 04:04:00 AM »

Could someone please tell me if this is possible? I have a Xecuter 2 Pro modchip. Could I hex edit the TATX dual BIOS (xboxkrnl.img) to let it boot the XDK dash from F: drive (if modchip is set to boot bank 1) and when I switch my modchip to say for instance bank 2 let the normal Xecuter2 BIOS 4977 boot with normal M$ Dash from C: drive??

Thanx
Logged
Pages: 1 2 3 [4]