well ive been playing around with the evox.ini file, now everything works perfectly fine (i forgot to make a back up of original) but i want to add spacer lines between stuff again but cant remember how... this is my current file [Misc] AutoLaunchGames = No AutoLaunchDVD = No DVDPlayer = "e:\apps\dvdx\default.xbe" AutoLaunchAudio = No #AudioPlayer = "c:\msdash.xbe" MSDashBoard = "c:\msdash.xbe" UseFDrive = Yes UseGDrive = Yes SkinName = Advent2 #SkinName = RuDeDuDe2 UseItems = No ScreenSaver = 0 Fahrenheit = No ShadeLevel = 0 EnableSMART = Yes HDD_Temp_ID = 194 ChameleonLed = 15 TSR_Type = 1 IGR = No GameRegion = 0 [Network] SetupNetwork = Yes StaticIP = No Ip = 192.168.1.65 Subnetmask = 255.255.255.0 Defaultgateway = 192.168.1.1 DNS1 = 0.0.0.0 DNS2 = 0.0.0.0 SetupDelay = 0 SkipIfNoLink = No [Clock] JumpToMsDash = No JumpIfNoLink = Yes Use24 = Yes SwapDate = No SNTP_Server = 0.0.0.0 [FTP] Enable = Yes Password = xbox [Telnet] Enable = Yes [RDTOOLS] Enable = Yes Name = XBOX_V1.0 [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 # 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 = 0xc5907d241de37c22b083b6e30fa934b0 [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 "X-Box Media Centre","e:\Apps\XBMC\default.xbe" Section "Starting place" { Section "Games" { AutoAddItem "e:\games\" AutoAddItem "f:\games\" AutoAddItem "d:\" SortAll } Section "Apps" { AutoAddItem "e:\apps\" AutoAddItem "f:\apps\" SortAll } Item "Trainers",ID_trainer Item "Launch DVD",ID_Launch_DVD Item "Skins",ID_Skins { Section "Emulators" { AutoAddItem "e:\emulators\" AutoAddItem "f:\emulators\" SortAll } } Section "System Utils" { Item "Reboot",ID_Quick_Reboot Item "MS Dashboard",ID_MS_Dash Item "Power Off",ID_Power_Off Item "Settings",ID_Settings # Item "Backup",ID_Backup # Item "Flash BIOS",ID_Flash_Bios # Item "Power Cycle",ID_Full_Reboot # Item "Lock Harddisk",@210 # Item "Unlock Harddisk",@211 } } [Action_10] LogFile = "f:\lock.log" Info "This function will lock your XBOX Harddisk" Warning "You will now lock your XBOX harddisk and will be able" Warning "to boot from an original XBOX bios" # hddlockenable [Action_11] LogFile = "f:\unlock.log" Info "This function will unlock your XBOX Harddisk" Warning "You will now unlock your XBOX harddisk and will not be able" Warning "to boot from an original XBOX bios" # plus add anything you think would make it better
It's quite simple.. heres how it goes. To print a line of text that isn't a menu function start the entry with "Line" (without the speechmarks) for instance Line "Auto Added Items",2 The 2 specifies the color that you want it to appear on the screen.(I seem to remember that's red) If you just want to leave a space don't put anything except the "Line" statement.
ok, so i tried that, but it only gives a blank space, i wanted a actual line, im pretty sure there where lines in the orig
After the line statement use this format <Line>"whatever you want to print to screen" Can't remember..you may need a </Line> statement on the end as well.