Team neXgen released their first working beta of the new neXgen dashboard.
From the nfo/readme:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">referat:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">
HTTP Server (status 95% done)
Provide easy to use interface like home routers have
user:xbox pass:xbox
+ Filesystem browser
+ Remote control of menus
+ Cloning tools
FTP Server (status 98% done)
Provide compatibility with clients setup for use with Evox
user:xbox pass:xbox
QuickPlay (status 90% done)
Storage menu extension to provide a way of launching games/apps.
Shouts:
We would like to thank Team Xecuter for their assistance throughout the development cycle for neXgen. Without their continued support we would surely have failed long long ago. We would also like to thank the Evox crew for giving us something to measure against. We most importantly would like to thank the users, for without them this would be a complete waste of time.
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">nexgen.xml is the configuration file. You can use a normal txt editor (like notepad in windows) to edit the file.
neXgen will boot fine with the xml included , but if you want to configure it correctly for your Xbox , remove the "!--" and "--" from the lines you configure 'cause else they are is in comment (ignored).
For example: All your utils are on f:/utils/ & e:/utils/ and all your games in f:/games/ & e:/games/ and you want a mainlink to the evox dash (c:/evoxdash.xbe) & Mediaplayer 2.0 (e:/utils/xbmp/default.xbe) on the mainscreen of neXgen.
Your xml file should look like this:
<?xml version='1.0' encoding='UTF-8'?>
<menu>
<FTP INHIBIT="0" USER="xbox" PASS="xbox"/>
<HTTP INHIBIT="0" USER="xbox" PASS="xbox"/>
<SEARCH SECTION="APPLICATIONS" PATH1="F:\utils" PATH2="E:\utils"/>
<SEARCH SECTION="GAMES" PATH1="F:\games" PATH2="E:\games"/>
<ITEM TEXT="EvolutionX Dash" ACTION="Launch_Custom" PARAM="C:\evoxdash.xbe"/>
<ITEM TEXT="XB Mediaplayer2" ACTION="Launch_Custom" PARAM="E:\utils\xbmp\default.xbe"/>
</menu>
HTTP access (usern: xbox , passw: xbox) - use any webbrowser (internet explorer , mozilla , netscape , ...)
<a href="http://xbox:xbox@[ip" target="_blank">http://xbox:xbox@[ip</a> of your xbox on your home network]
(unless you changed pass & username in the xml file)
FTP access (usern: xbox , passw: xbox) - use any ftp client (flashfxp , cuteftp , ...)
<a href="ftp://xbox:xbox@[ip" target="_blank">ftp://xbox:xbox@[ip</a> of your xbox on your home network]
(unless you changed pass & username in the xml file)
You can also edit the colors of the neXgen dash.
Just add these 3 lines in the xml file:
<COLOR1 R="64" G="192" B="0"/>
<COLOR2 R="192" G="255" B="24"/>
<COLOR3 R="64" G="192" B="0"/>
These values are rgb values. (red, blue and green channels)
Color1 is backdrop/crosshairs, 2 is selected menu, 3 is deselected menu
Bookmarks