#1
|
|||
|
|||
need help bad !!!!
Ok i have been reading the evox for dummies and it says if im going to use my original hard drive that they suggest that I change fields in the .ini from f: to e: ok so how many should I have to change because I only found 3 that were originaly f: here they are
DVDPlayer = "f:appsdvd2.0default.xbe" AutoAddItem "e:games" AutoAddItem "f:games" SortAll AutoAddItem "e:apps" AutoAddItem "f:apps" SortAll ok so here is how it looks now is this alright? DVDPlayer = "e:appsdvd2.0default.xbe" AutoAddItem "e:games" AutoAddItem "e:games" SortAll AutoAddItem "e:apps" AutoAddItem "e:apps" SortAll I changed the f: to e: but this dont seem correct or is it correct if not can someone be kind enough to please point me in the right direction? Thanks for any help in advance |
Sponsored Links |
#2
|
||||
|
||||
Re: need help bad !!!!
Quote:
What are you trying to do? If your wanting to access DVD RegionX via EvoX. Try using these settings which are mine: DVDPlayer = "c:\Applications\dvdx\default.xbe" Then Scroll down to the bottom of the evox.ini and change to the following. } Section "Apps" { # Item "DVDX","c:\Applications\dvdx\default.xbe" SortAll AutoAddItem "c:\applications\" |
#3
|
|||
|
|||
Well thats the thing I really dont know what Im doing. Everyone that I have asked suggested that I read the evox for dummies tutorial so I did and it said to change all f: to e: thats exactly what I did in the post above but it didnt seem right that is why I asked. if someone could please post the basic .ini file to use with my regular xbox hard drive I would appreciate it a lot thanks. if it cant be posted sorry for asking
![]() |
#4
|
||||
|
||||
This might help
[Misc]
AutoLaunchGames = No AutoLaunchDVD = No DVDPlayer = "f:\applications\dvdx\default.xbe" AutoLaunchAudio = Yes #AudioPlayer = "c:\msxboxdash.xbe" MSDashBoard = "c:\msxboxdash.xbe" UseFDrive = No SkinName = Evox IGR = No [Network] SetupNetwork = Yes StaticIP = Yes Ip = 192.168.0.99 Subnetmask = 255.255.255.0 Defaultgateway = 192.168.0.3 DNS1 = 0.0.0.0 DNS2 = 0.0.0.0 [Clock] JumpToMsDash = No JumpIfNoLink = Yes Use24 = Yes SNTP_Server = 216.244.192.3 SwapDate = No [FTP] Enable = Yes Password = xbox IGR = Yes [RDTOOLS] Enable = Yes Name = EvoX IGR = Yes [BIOS] # ROM = "EvoX 2.0",0x76fd88337b8d8c1f116f85f3984b98b6 ROM = "EvoX 2.1",0x99487615bb30670cb65993388fcf2a63 ROM = "EvoX 2.2",0x220ade778785cfc3c98bb5ea8bbd8608 ROM = "EvoX 2.3",0xd79bc87c2caa1a50dcc7016adf2ccc0a ROM = "EvoX 2.4",0xe3ce66b99957a92fdac40af951c3f1fd ROM = "EvoX 2.6",0xdd3de3542bff7b36cdb0dbe078c27fbe ROM = "EvoX 3.6",0xcb73b4914bb6c70b66e21377989726a0 ROM = "EvoX 3.6ef",0xf754767b388ce7a08bf57304e24c9ae9 ROM = "EvoX D.6",0xc349c2b047a3d6c2de2e1c10185ecf86 ROM = "EvoX D.6ef",0x74c6235497f474bf88b54b3fc52a20b2 # Flash = 0x01d5,"AMD - Am29F080B",0x100000 Flash = 0x04d5,"FUJITSU - MBM29F080A",0x100000 Flash = 0xadd5,"Hynix - HY29F080",0x100000 Flash = 0x20f1,"ST - M29F080A",0x100000 Flash = 0xbf61,"SST - 49LF020",0x40000 #Flash = 0x378c,"AMIC - A29002",0x40000 Current = 0x7137c693e67554b92873d3ec5cdbb1d8 [Skin_Original] # # <Time> = # <IP> = # <Name> # <Version> # <CD> # <BIOSVer> # <KernelVer> # <RDName> # <SpaceC> # <SpaceE> # <SpaceF> # <SpaceX> # <SpaceY> # <SpaceZ> # Text = 30,37,0.5,0x000000,0,"<Time>" Text = 28,39,0.5,0x808080,0,"<Time>" Text = 620,420,0.5,0x000000,1,"<Name> V<Version>" Text = 618,422,0.5,0x808080,1,"<Name> V<Version>" Text = 620,37,0.5,0x000000,1,"<CD>" Text = 618,39,0.5,0x808080,1,"<CD>" Text = 30,420,0.5,0x000000,0,"RD Name : <RDName>" Text = 28,422,0.5,0x808080,0,"RD Name : <RDName>" LogoType= 0 [Menu] Section "Root" { Item "Launch DVD",@14 Item "MS Dashboard",@3 Item "Reboot",@5 Item "Power Off",@10 Section "System Utils" { Item "Settings",@9 Item "Flash BIOS",@1 Item "Backup",@11 Item "Skins",@13 # Section "Install Menu" # { # Item "Install 4043",@210 # Item "Action 11",@211 # Item "Action 12",@212 # } } Section "Launch Menu" { Section "Games" { # Item "Invaders","f:\games\invaders\default.xbe" Line "- Auto Items -",2 SortStart AutoAddItem "f:\games\" SortEnd # SortAll } Section "Apps" { # Item "DVDX","f:\Applications\dvdx\default.xbe" SortAll AutoAddItem "f:\applications\" } } } [Action_10] LogFile = "f:\test.log" Info "Install 4034 Dashboard" Warning "This will format all drives" Warning "Install msdash 4034" Warning "Flash BIOS to Evox 2.4" Progress "Now Installing 4034 Dashboard" # # This will format alle drives ,copy the dashboard c:\ and flash the bios # ConfigSector "\dash\4034\config.bin" Format c: Format e: #Format f: Format x: Format y: Format z: copy "\dash\4034\c\" "c:\" # the flashbios will force a "power off" after the bios is flashed flashbios "\bios\evox V2.4.bin" [Action_11] [Action_12] [Misc] AutoLaunchGames = No AutoLaunchDVD = No DVDPlayer = "f:\applications\dvdx\default.xbe" AutoLaunchAudio = Yes #AudioPlayer = "c:\msxboxdash.xbe" MSDashBoard = "c:\msxboxdash.xbe" UseFDrive = No SkinName = Evox IGR = No [Network] SetupNetwork = Yes StaticIP = Yes Ip = 192.168.0.99 Subnetmask = 255.255.255.0 Defaultgateway = 192.168.0.3 DNS1 = 0.0.0.0 DNS2 = 0.0.0.0 [Clock] JumpToMsDash = No JumpIfNoLink = Yes Use24 = Yes SNTP_Server = 216.244.192.3 SwapDate = No [FTP] Enable = Yes Password = xbox IGR = Yes [RDTOOLS] Enable = Yes Name = EvoX IGR = Yes [BIOS] # ROM = "EvoX 2.0",0x76fd88337b8d8c1f116f85f3984b98b6 ROM = "EvoX 2.1",0x99487615bb30670cb65993388fcf2a63 ROM = "EvoX 2.2",0x220ade778785cfc3c98bb5ea8bbd8608 ROM = "EvoX 2.3",0xd79bc87c2caa1a50dcc7016adf2ccc0a ROM = "EvoX 2.4",0xe3ce66b99957a92fdac40af951c3f1fd ROM = "EvoX 2.6",0xdd3de3542bff7b36cdb0dbe078c27fbe ROM = "EvoX 3.6",0xcb73b4914bb6c70b66e21377989726a0 ROM = "EvoX 3.6ef",0xf754767b388ce7a08bf57304e24c9ae9 ROM = "EvoX D.6",0xc349c2b047a3d6c2de2e1c10185ecf86 ROM = "EvoX D.6ef",0x74c6235497f474bf88b54b3fc52a20b2 # Flash = 0x01d5,"AMD - Am29F080B",0x100000 Flash = 0x04d5,"FUJITSU - MBM29F080A",0x100000 Flash = 0xadd5,"Hynix - HY29F080",0x100000 Flash = 0x20f1,"ST - M29F080A",0x100000 Flash = 0xbf61,"SST - 49LF020",0x40000 #Flash = 0x378c,"AMIC - A29002",0x40000 Current = 0x7137c693e67554b92873d3ec5cdbb1d8 [Skin_Original] # # <Time> = # <IP> = # <Name> # <Version> # <CD> # <BIOSVer> # <KernelVer> # <RDName> # <SpaceC> # <SpaceE> # <SpaceF> # <SpaceX> # <SpaceY> # <SpaceZ> # Text = 30,37,0.5,0x000000,0,"<Time>" Text = 28,39,0.5,0x808080,0,"<Time>" Text = 620,420,0.5,0x000000,1,"<Name> V<Version>" Text = 618,422,0.5,0x808080,1,"<Name> V<Version>" Text = 620,37,0.5,0x000000,1,"<CD>" Text = 618,39,0.5,0x808080,1,"<CD>" Text = 30,420,0.5,0x000000,0,"RD Name : <RDName>" Text = 28,422,0.5,0x808080,0,"RD Name : <RDName>" LogoType= 0 [Menu] Section "Root" { Item "Launch DVD",@14 Item "MS Dashboard",@3 Item "Reboot",@5 Item "Power Off",@10 Section "System Utils" { Item "Settings",@9 Item "Flash BIOS",@1 Item "Backup",@11 Item "Skins",@13 # Section "Install Menu" # { # Item "Install 4043",@210 # Item "Action 11",@211 # Item "Action 12",@212 # } } Section "Launch Menu" { Section "Games" { # Item "Invaders","f:\games\invaders\default.xbe" Line "- Auto Items -",2 SortStart AutoAddItem "f:\games\" SortEnd # SortAll } Section "Apps" { # Item "DVDX","f:\Applications\dvdx\default.xbe" SortAll AutoAddItem "f:\applications\" } } } [Action_10] LogFile = "f:\test.log" Info "Install 4034 Dashboard" Warning "This will format all drives" Warning "Install msdash 4034" Warning "Flash BIOS to Evox 2.4" Progress "Now Installing 4034 Dashboard" # # This will format alle drives ,copy the dashboard c:\ and flash the bios # ConfigSector "\dash\4034\config.bin" Format c: Format e: #Format f: Format x: Format y: Format z: copy "\dash\4034\c\" "c:\" # the flashbios will force a "power off" after the bios is flashed flashbios "\bios\evox V2.4.bin" [Action_11] [Action_12] The # beside a action means not in use so for your Xbox hd they advise to have it say no and use your c or whatever, I would strongly suggest you getting a bigger hd drive anyways hopes this helps. I turned off igr (in game reset) as some games fail to launch with it on. If you need any other help you can e mail me at jonathontsamantanis**********com
__________________
Now running: Wndows XP Athlon 1800 processor 1 Gig of RAM XBox v1.1 Xecutor2 Lite 120G Hd 60G Hd LG dvd burner And a many thanks to all those here at fileforums View my set up at http://groups.msn.com/Minionssystempicks/systempics1.msnw |
![]() |
Thread Tools | |
Display Modes | |
|
|