Although this skin is not - in no way, shape, or form - complete, by any stretch of the imagination; time, motivation, and dedication eludes me... therefore, i've decided to release what i have so far. DO NOT have high expectations as various things are not the way the should and some non-existent at all
You will need to be on, at least, Beta 3.5 or the latest nightly. Also, for those with 128MB XBox, let me know how it handles 720 (visually).
Edit 10.27.2014
- various changes; don't really want to go into it, too many bad memories
download: XBox Extended v0.96
EDIT: 08.06.2014
- many changes and fixes have occurred since the last build; i fixed things, but may have broken others (hopefully not much)
download: XBox Extended v0.95
EDIT: 07.06.2014
- If you have a previous build, you may need to delete your guisettings.xml file for this to work properly.
download: XBox Extended v0.94
EDIT: 06.30.2014 - WARNING!!! Bugs Amidst!
- Update: link removed
The one thing I'd like to point out is the Games section; some views will require that you have the following folder structure in each game:
Code: Select all
GameFolder
+ _resources
+ artwork
poster.jpg
disc.png
thumb.jpg
icon.jpg
default.xml
You have been WARNED! Enable it at your own RISK! Just saying!
Assuming the script works, it will - IMPORTANT: this may or may NOT work:
- prompt you to update the database
- scan all "default.xml" with the data onto the database
- reload and display the new info
- play any trailers if you enable that option
The default.xml structure is as follows:
Code: Select all
<game>
<platform>xbox</platform>
<titleId>00000000</titleId>
<title>Halo 2</title>
<publisher>Microsoft</publisher>
<developer>Bungie</developer>
<genre>First Person Shooter</genre>
<esrb>M</esrb>
<esrb_descriptors>Blood and Gore/Language/Violence</esrb_descriptors>
<features_general>Offline Players: 1-4/System Link: 2-16/HDTV: 480p/16:9 Widescreen/Dolby 5.1 Surround/Xbox Exclusive<features_general>
<features_online>Online Multiplayer: 1-16/Content Downloads/Online Scoreboards/Clans/Live Aware</features_online>
<exclusive>Yes</exclusive>
<release_date>11/09/2004</release_date>
<overview>Pushing the Xbox hardware to its very limits, Halo 2 will expand on everything that made the original game great, plus add a wealth of technological and gameplay advances. Significantly improved graphics, enhanced AI, destructible and interactive environments, and an advanced real-time lighting engine are just a small part of Halo 2's evolution of design and technology. Every improvement in Halo 2 is designed to take gameplay to a new level, and in the end, to tell a better story.</overview>
<ismod>no</ismod>
<screenshots>
<item>screenshot1.jpg</item>
<item>screenshot2.jpg</item>
</screenshots>
<media>
<item>
<title>Walkthru 1</title>
<url>walkthru_1.avi</url>
</item>
<item>
<title>Walkthru 2</title>
<url>walkthru_2.avi</url>
</item>
</media>
</game>