1. BENVENUTO SU CONSOLE TRIBE

    Benvenuto, stai navigando nella nostra community come ospite

    Avere un account su Console Tribe ti permetterà di creare e partecipare alle discussioni e al mercatino, organizzare tornei e partite online, iniziare conversazioni personali con gli altri giocatori del forum e di utilizzare tutte le funzioni di questo sito.

    Registra il tuo account in meno di 5 secondi, se vuoi puoi sfruttare i login social via Facebook, Google Plus o Twitter.

Released: user.interface.x v00.01.00

Discussione in 'Console News, Articoli e Recensioni' iniziata da Ivan, 3 Gennaio 2005.

  1. Ivan

    Ivan Administrator

    Registrato:
    9 Dicembre 2002
    Messaggi:
    17.497
    "Mi Piace" ricevuti:
    33
    Punteggio:
    1.007
    Località:
    H3||
    user.interface.x v00.01.00

    >> From readme/nfo:

    It's about friggin time - I mean - it's with great pleasure we present to you the 1st official release of the user.interface.x dashboard. This is as basic, yet functionally complete as one could need. This will most likely be the 1st and last release using anything from the original Microsoft dashboard, all future releases will be completely our original material, from the scr ipts to the meshes and everything in between.
    Listed below in the readme file are the new scr iptable functions and objects now at your disposal, as well as descr iptions/samples of each. They were made to be as simple as possible to use so you should have very little heartache implimenting them into your work.
    This release includes our last Microsoft menu to replace the very used up drop down style hard drive menus. We now give you one you have been waiting for since day 1... the memory menu. This is a user.interface.x exclusive, as is the brand new file manager :)
    Network runs on either static or dchp and yes - you can ftp while watching on movie on the dongle free dvd player. Config is fully handled in the settings menu, but for those of you who like editing files, everything is in a simple ini in system folder, there you can set your paths and names for menu listings as well as toggle the other goodies in there.

    This dash is released in two separate parts to make future updates easier and a much smaller download (+-7mb compared to 40+)
    * Part One: xx.xx.xx.user.interface.x.dash.rar
    this is the dash core, the smaller of the two and the one we will update
    * Part Two: xx.xx.xx.user.interface.x.dash.audio.&.fonts.rar
    this is the contents of the audio and fonts folders, audio will not need updating unless you use custom sounds, fonts should never need updating

    Recent Functions and Features:

    * Returned dpad to it's original functionality until such time as the extra controls are actually needed. also made Start and Back buttons no longer the same as A and B. Now OnStartDown, OnStartUp, OnBackDown, and OnBackUp can be used. by default they are scr ipted as music volume up(OnBackDown)/down(OnStartDown), and yes they repeat while holding the button
    * Added ability to make individual meshes render in wireframe... simple add 'wireFrame true' to the mesh DEF, default is false
    * Added launch and format back to ftp commands as well...
    * Added use of cache for menu items. added in save dir/cache. they're out of the way cuz there should be no need for an enduser to touch them. cache is created on first boot of uix and then all menu loads will be done from cache until a refresh (RefreshCache()) is called. this cuts the boot time down tremendously :)
    * Added to Config object a skin change function (ChangeSkin()). will reload all colors from new skin ini in realtime :)
    * Changed theHardDrive.GetThisFileSize( "*:\path\file.ext" ); to return file sizes in bytes.
    * New functions for "Settings" file: SetIniSection, SetIniValue, GetIniValue.

    Archived Functions and Features:

    * scr iptable functions for screen (TakeScreenShot, WireFrameStart/Stop, MotionStart/Stop).
    * More flexable use of theTranslator, new dir in app dir "Languages" containing .dat's (ini's) of all translatable vocabulary - max # of translatable entries is 1000.
    * scr iptable auto off time: SetAutoOffTime.
    * scr iptable power off and reboot: Reset, PowerOff, PowerCycle.
    * scr iptable informatives (internal/cpu temperatures, set/get fan speed, set led).
    * scr iptable screensaver times for start time, delay 2 time and delay 3 time.
    * scr iptable drive commands (open/close tray).
    * Separation of all axis/dpad scr iptable control.
    * New Drive Mappings to follow existing norms.
    * New scr iptable object "HardDrive" with functions: ExecuteFile, CopyGame, GetFreeSpace, GetTotalSpace, ConvertMBToGB, FileExists, GetThisFileSize, MoveThisFile, MoveThisDirectory, DeleteThisFile, DeleteThisDirectory, CopyThisFile, CopyThisDirectory, RenameThisFile, RenameThisDirectory, CreateThisDirectory, RemoveThisDirectory.
    * New scr iptable object "TitleMenu" with functions: GetTitlePath, GetTitleID, SetPath, LaunchTitle, GetTitleName, SetMenuName, GetMenuName, titleCount.
    * scr iptable networking controls and variables via the XboxNetwork object with functions: StartServices, StopServices, ReStartServices, StartFTPServices, StopFTPServices, ReStartFTPServices, SetXboxIP, SetXboxSubnet, SetXboxGateway, GetXboxIP, GetXboxGateway, GetXboxSubnet, GetLinkStatus, GetLinkType.