Help - Search - Members - Calendar
Full Version: Mxm Request Thread!
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official MediaXMenu (MXM) Forum
Pages: 1, 2
chilin_dude
Ok i've decided to start this up again as i feel we need a pinned one... i will update it every day.
Here is what was carried over from the last one...


Let's try and keep this organized, so how about the syntax similar to this:

Skin: Buffy or Sarah Michelle Gellar in general (Actual request )

Vid: J Phoenix+

Feat: Remote sensitivty tag in mxm.xml

If this doesn't fly with everyone else, just lock and delete the shit..

Update: Maybe I'll go through now and then and make a list, at the top.. So it's easier for the request fillers to find out what's left to fill..

Skins:
ren and stimpy skin...
Harry Potter
Lord of the Rings
Dragon Ball Z
SpongeBob Square Pants
Hip Hop type thing Like a DJ and turntables
Ffighting (for soul calibur 2 and DOA3)
Extreme sports (shauwn murrays, kelly slaters, and tony hawks)
Homebrew games
First OXM disc look..
Being currently made
buffy/Allyson hannigan skin
Vids:
SMS (emu)
Sega SC-3000
MSX emu
Total Immersion Racing
Shutdown And Reboot
Mouse Test app
X-Selector
X-Pass
Chihirox
Braveknight: The Knight of Lieveland
Shikigami No Shiro Evolution

Features
AutoAdd backed up xbox games to the Menu.XML, after backing up the game and then rebooting it will show in the list (EvoX style) I only ask this because i have my Menu.XML all manually layed out and setup so i do not use the menu caching at all
option to change the IP address from inside MXM.
A FTP Client would rock.
The ability to make menus non-scrolling (ala MENUX)
The option to turn auto-descriptions off. <AUTODIR DESCR="false">
A safe-mode timer that auto-boots into normal mode once times runs out.
The ability to hold the 'R' button to scroll through menu items faster.
A speed parameter for modifiers in skins. <MODIFIER type="bounce" speed="75">
A hotspot for screensavers, say like holding the right or left thumbstick to the right or left for X amount of seconds and the screensaver pops on
Being able to switch songs while screensaver is on so it doesn't return to the menu when switched to a new song
Option to place the "Configure Skins" in a submenu of your liking (for the people that disabled the System Menu with a script)
Include the action script INSIDE the xbe so everyone can use it.
Basic Divx player to be able to watch xbox trailers and movie trailers without using xbmp or converting to .wmv (I AGREE WITH THIS)
Add compression to make an ultimate installer rolleyes.gif
Autoplay music through relax!
Compatibility with the Xbox Saves Manager 4.5 would be nice
BIOS flashing (Already planned on)
FTP Client, instead of just server
DVD-R entries or inserted games will be able to be installed to the HD
Games on the HD will have an 'uninstall' option available (preferences to disable, though).
Save Game Manager
Directly handle downloading save games from xboxsaves.com.
File explorer/management
Screen Calibration - Great idea IMO
Scroll through list
Skinnable system menus (probably will not happen)
General Transparency level
Random skin based on XML file (list).
Master switch for sounds/music..
'Light' version just for DVDs (maybe load faster)
More sound events
order-by frequently used (M$ start menu style)
More conditionals (if, then, else)
Tag to disable safe mode
Randomizing only external skins (similar to DVDskins tag)
Music selection (only play songs you want to)
Game rating tag, with internal star icons (or something like that)
Auto install from dvd (as dash or as app), in the system menu or something..
Scan cd/dvd media for roms, and add them to a menu with 'command' launch..
Remove extension from track name
Switch songs using the remote aswell as the controller..
Defrag and check disk (better as a stand-alone application though)
Read title from default.xbe on disc, and display that instead of "single game dvd"
Passcodes for submenu's aswell as for a menu item
sort skins by name
random backgrounds (video, image) for skins
display disk size in ftp client
rename xbe's from MXM
open/close disk trey for mxm
quick launch (like x-select)
throtled menu scrolling
mix audio (both BGM and game preview audio - with volume control for both)
auto-sort configurability
add commonly used config items to the root of system-menu - Kinda full now to do that, IMO.
Opacity

Other

Improvements on the existing guides.
DVD case
Various thumbs and icons

So get adding!!!
ProstheticHead
ive got a buffy/Allyson hannigan and other cast members skin in the works just waiting for randomsorce to work before i reliace. im also working in a DBZ skin BUT i cant find any desent images.. most of them are VERY poor screen grabs so any help on pages that someone might know about would be grate!.
jizzlobber
i'd kill for a ren and stimpy skin... or maybe faith no more themed.
yourwishismine
QUOTE (koldfuzion @ Oct 10 2003, 03:13 AM)
well, while we all patiently wait for AXS to come back.. they are turning up on the news.

Im posting/reposting

Monopoly Party
World Championship Snooker 2003
Fila World Tour Tennis
int. superstar soccer 2"


now.

I think I will be going through my collection of videos.. reencoding the large ones (above 384 bitrate) and compile a very nice achive for axs. I just cant use any from other websites.. so a lot will probably have to be remade if I am going to host them.

I'll be hosting all these vids today....

so you can grab them from my site as well...

http://bohlco.com/xbox
Mordenkainen
BJ,

How about the ability to run an actionscript before an items xbe:

Something like:
CODE

<Item>
<Title>DOAXBV</Title>
<Description>Dead Or Alive XVB</Description>
<Action>DOAXVB_Act</Action>
<Exe>E:\games\DOAXVB\default.xbe</Exe>
</Item>


When the user selects this menu item it will run the action script and upon completion run the XBE (or alternativly pass the path to the xbe to the script and have the script launch it, giving the script the final call on if the app should be launched). This would give you the ability to apply data file patches and such on the fly, without having two menu options/directories for the app.

It would also be nice if this could be applied to autoadded items, as in:
CODE
<Item>
<Action>GameRun_Act</Action>
<AutoDir>E:\games</AutoDir>
</Item>


You could also handle them the same way that you would context actionscripts. this would be more appropriate for the second example, that way the info on the currently selected item is made avail to the script.

Let me know what you think!

Morden.
BenJeremy
QUOTE (Mordenkainen @ Oct 10 2003, 10:55 PM)
BJ,

  How about the ability to run an actionscript before an items xbe:

Something like:
CODE

<Item>
<Title>DOAXBV</Title>
<Description>Dead Or Alive XVB</Description>
<Action>DOAXVB_Act</Action>
<Exe>E:gamesDOAXVBdefault.xbe</Exe>
</Item>


When the user selects this menu item it will run the action script and upon completion run the XBE (or alternativly pass the path to the xbe to the script and have the script launch it, giving the script the final call on if the app should be launched). This would give you the ability to apply data file patches and such on the fly, without having two menu options/directories for the app.

It would also be nice if this could be applied to autoadded items, as in:
CODE
<Item>
<Action>GameRun_Act</Action>
<AutoDir>E:games</AutoDir>
</Item>


You could also handle them the same way that you would context actionscripts. this would be more appropriate for the second example, that way the info on the currently selected item is made avail to the script.

Let me know what you think!

Morden.

What I had in mind was an "OnLaunch" context item - a script that would be run before ALL launched XBEs, but the idea of having a specific action tied to an item is also a good idea, though implementing something in an autodir item would be a bit messy. MXM_Entry.xml files could be used to add an "OnLaunch" action element.

So given that, I guess the last remaining detail is order... what to do when there's both a general context "OnLaunch" action, and an item-specific "OnLaunch" - and how to override the general context item, if need be.

So I'll consider "_OnLaunch" as a specially defined script, and an item can define "_OnLaunch" (overrides main version) and/or "OnLaunch" (Runs AFTER "_OnLaunch")

Sound good?

Oh.... one more thing.... I will have to add a result code that will prevent the launch or change the XBE depending on the script. "_CanRun" and "_CtxXbe" for those.... "_CanRun" will equal 1 before the OnLaunch, and if changed, will prevent launching the app.

Hmmmm.... gives me another interesting idea. I will have to contact Cherry.
DeVante
I have a sort of request/question.

Apparently, the way Avalaunch and MXM grab icon files is different. I noticed this because in Avalaunch the Robocop icon showed with the game, although there was no save yet.

However; in MXM the icon (as it does with every game) doesn't show until there's a savegame.

Why is this, and can it be fixed to show icons without the need for save games as Avaluanch does?
BenJeremy
QUOTE (DeVante @ Oct 11 2003, 05:29 AM)
I have a sort of request/question.

Apparently, the way Avalaunch and MXM grab icon files is different. I noticed this because in Avalaunch the Robocop icon showed with the game, although there was no save yet.

However; in MXM the icon (as it does with every game) doesn't show until there's a savegame.

Why is this, and can it be fixed to show icons without the need for save games as Avaluanch does?

Good question... some games may have "title data" kept in the game directory, and I have considered searching for it there. The icons are not stored as a part of the xbe (well, not as a "standard" - MXM keeps an internal version to write out)

There's a Robocop game? I'll have to check to see if that's the case.
yourwishismine
QUOTE (BenJeremy @ Oct 11 2003, 07:35 AM)
There's a Robocop game? I'll have to check to see if that's the case.

Yep...

There's a Robocop game...

Not the best... but not too shabby either...

fun enough to play... but just barely....
BenJeremy
QUOTE (Mordenkainen @ Oct 11 2003, 10:58 AM)
Re-read your post BJ... Thats exactly what I was hoping for.

This should work nicely for modifying games before launch.

BTW. What happens if I tell MXM to run a script that doesn't exist, most importantly, one that exists in a sep. script file?

Morden.

From a quick glance, it appears that an "empty" script will not error out.

On a side note, I'll probably add more advanced error handling in the future.
firefucker
I would be sooo happy if U would add a compressionalgorythm (like gzip) to mxm, available via action script. that'll be ubercool for building installercds. Just a very basic gzip with decompression only would be enough.


rolleyes.gif rolleyes.gif rolleyes.gif
cydonia
It would be great if you could autoplay music through samba or relax upon bootup. This would be good for those of us who are stuck with the measly stock hdd.tongue.gif

floresp
Compatibility with the Xbox Saves Manager 4.5 would be nice.
Looks like I have to run either Evox or Avalaunch in order to be able to use this program. It bombs out with an error when connecting to the xbox.

^Blazed^
QUOTE (BenJeremy @ Oct 11 2003, 12:35 PM)
Good question... some games may have "title data" kept in the game directory, and I have considered searching for it there. The icons are not stored as a part of the xbe

Well, that is not exactly true. Avalaunch searches for the image itself IN the xbe.

Did you know that in most xbe's you'll find both the titleimage and the image that is used for the games saves? Some games creates an image for the save runtime, but many games has the save image incorporated in the xbe as well.

Cheers
beerchug.gif
BenJeremy
QUOTE (^Blazed^ @ Oct 13 2003, 09:32 AM)
QUOTE (BenJeremy @ Oct 11 2003, 12:35 PM)
Good question... some games may have "title data" kept in the game directory, and I have considered searching for it there. The icons are not stored as a part of the xbe

Well, that is not exactly true. Avalaunch searches for the image itself IN the xbe.

Did you know that in most xbe's you'll find both the titleimage and the image that is used for the games saves? Some games creates an image for the save runtime, but many games has the save image incorporated in the xbe as well.

Cheers
beerchug.gif

Cool, I'll have to do some research on this... thanks for the heads up.
chilin_dude
*sigh* phew totally updated biggrin.gif
Only 1 request wasn't added. That was Mordenkainen's as it seems BJ's got this covered (and it was too long to be added tongue.gif )
Keep the requests coming though biggrin.gif

QUOTE
Cool, I'll have to do some research on this... thanks for the heads up.

laugh.gif i knew something BJ didn't. Hey BJ there was a thread on this AGES ago i read. If you opened the XBE with a Hex editor and searched for a certain value then copied from that value onwards and pasted it into another Hexeditor and then saved it as a .jpg you could actually see the picture.
E.g. you had extracted it from the xbe... see if you can find it somewhere...
Also is it possible to delete most of these comments?
T.I.A

ps. thank god i got done... back to some PC RTCW biggrin.gif
BenJeremy
I'll try and get to it later...
chilin_dude
QUOTE (BenJeremy @ Oct 13 2003, 04:43 PM)
I'll try and get to it later...

thanks
GoomBee
Here's a new query/request for BJ and others:

This is what MXM has in the System Menu at the moment:
Reboot: It will reboot MXM, regardless of what your default dashboard is.
Load Dashboard: It will load the first dashboard setup in the bios.
Restart: Where is it?

In Evox days, I used to put a game in the drive while Evox was loaded and do a restart to play it, now I cannot do it any more with MXM. I think Load Dashboard needs to be replaced with a Restart option, because (I think) the majority of MXM users have MXM as default dashboard, therefore Reboot and Load Dashboard will perform exactly the same thing for thoses people (like me biggrin.gif BJ is a genius).

In short here is what I think MXM should have in the System Menu:
Reboot or Reboot MXM: It will reboot MXM, regardless of what your default dashboard is.
Restart: Restarts the Xbox right from the start with Xbox animation.

PS: I'm aware that you can write a script to launch a game.

GoomBee
BenJeremy
QUOTE (GoomBee @ Oct 15 2003, 08:50 PM)
Here's a new query/request for BJ and others:

This is what MXM has in the System Menu at the moment:
Reboot: It will reboot MXM, regardless of what your default dashboard is.
Load Dashboard: It will load the first dashboard setup in the bios.
Restart: Where is it?

In Evox days, I used to put a game in the drive while Evox was loaded and do a restart to play it, now I cannot do it any more with MXM. I think Load Dashboard needs to be replaced with a Restart option, because (I think) the majority of MXM users have MXM as default dashboard, therefore Reboot and Load Dashboard will perform exactly the same thing for thoses people (like me biggrin.gif BJ is a genius).

In short here is what I think MXM should have in the System Menu:
Reboot or Reboot MXM: It will reboot MXM, regardless of what your default dashboard is.
Restart: Restarts the Xbox right from the start with Xbox animation.

PS: I'm aware that you can write a script to launch a game.

GoomBee

There's Power Cycle... that is similar to "Restart"
GoomBee
QUOTE
There's Power Cycle... that is similar to "Restart"


I'm always careful when I Power Cycle any electronic device, I always give like 5-10 seconds before I turn it back on. The Power Cycle in the System Menu is very quick, is that safe?

GoomBee
BenJeremy
QUOTE (GoomBee @ Oct 15 2003, 08:59 PM)
QUOTE
There's Power Cycle... that is similar to "Restart"


I'm always careful when I Power Cycle any electronic device, I always give like 5-10 seconds before I turn it back on. The Power Cycle in the System Menu is very quick, is that safe?

GoomBee

It's merely exercising an option Micro$oft provides.

It's not the same as a hard switch on and off... the power supply is always "active" while plugged in.
GoomBee
QUOTE (BenJeremy @ Oct 16 2003, 02:02 AM)
QUOTE (GoomBee @ Oct 15 2003, 08:59 PM)
QUOTE
There's Power Cycle... that is similar to "Restart"


I'm always careful when I Power Cycle any electronic device, I always give like 5-10 seconds before I turn it back on. The Power Cycle in the System Menu is very quick, is that safe?

GoomBee

It's merely exercising an option Micro$oft provides.

It's not the same as a hard switch on and off... the power supply is always "active" while plugged in.

Perfect!!! Now we have all three options then beerchug.gif
jlm5151
Hey BJ, I was wondering if you still planned on adding the compatibility with Qwix, I would love to be able to use the new boost mode for games with small files on MXM. Thanks again.
BenJeremy
QUOTE (jlm5151 @ Oct 15 2003, 09:50 PM)
Hey BJ, I was wondering if you still planned on adding the compatibility with Qwix, I would love to be able to use the new boost mode for games with small files on MXM. Thanks again.

Well, that's certainly a good plan - though at the moment, I haven't contacts the Ava guys about it yet. I do want to implement boost mode, and it would be best if we all maintained the same standards.
FearBoy
QUOTE (jizzlobber @ Oct 5 2003, 12:13 PM)
maybe faith no more themed

Hmmm...I could probably whip up some nice graphics. Any one know how to code skins? rolleyes.gif
BenJeremy
QUOTE (FearBoy @ Oct 31 2003, 10:25 PM)
QUOTE (jizzlobber @ Oct 5 2003, 12:13 PM)
maybe faith no more themed

Hmmm...I could probably whip up some nice graphics. Any one know how to code skins? rolleyes.gif

Post the graphics in the skinning forum, and I'm sure somebody will connect the dots for you.

At any rate, MXM Skinner 5.0 should make it a snap, if you care to give it a go yourself.
FearBoy
QUOTE (BenJeremy @ Oct 31 2003, 11:34 PM)
...and I'm sure somebody will connect the dots for you.

At any rate, MXM Skinner 5.0 should make it a snap, if you care to give it a go yourself.

If MXM Skinner 5.0 is like paint-by-number, I'm there tongue.gif
jizzlobber
skin request- GTA Vice City

I like skins to have a theme, i'm using The Punisher skin and it's fantastic.
GTA: VC skin would be pretty cool esp if is has that hot chick in it smile.gif

Yuyu
Ok so here is my list of features Request List... SOme of the followoing may already be requested/implemented, in fact I know some are, but this is taken from a group of about 20 people I regularly play games with at there college dorm rooms...The others are from gathered knowledge of public opinion and other dash forums....

These are in no particualr order of importance just from what I have written down here, and I in no way expect any features to be made, I am basically throwing out info.....

+Widescreen/HDTV Support
+Screen Resizer (Such as that of many Emu's and Media Player)
+Built-In OnScreen Keyboard HardCoded w/ nice GUI (Not ActionScript....KInda like that of the new UnleashX, but better)
+Built-In OnScreen Number Manipulator w/nice GUI (Mostly for IP Info...kinda like that of EvoX or the new UnleashX,but better)
+FTP Free Space on Drive commands, Greeting Message
+3D Skinning Support
+Implementation of the BASIC found in the .rar file
+More Skinning Options(Such as DoGLow and the like...)
+Full menu editing from within with said keyboard(A sort of Xpad if you will)
+File Manager
+Media Player Type Functions/Direct access to load certain things straight to a Media Player ie. Put in an disc with an XviD movie and XBMP/XBMC play it automagically)
+BackUp Game/DVD Functionality
+BIOS Flashing
+Lock/Unlock HD w/options found in ConfigMagic FINAL
+Easier to Use/Setup w/functions mentioned before
+Faster Load Time
+More Loading Screen Options for .xbe patcher
+No Reboot when adding Files or Editing files such as skins


Well thats most of it,more may be added later, once again this is just a list of stuff that I gathered up, I in no way actually expect these things. I just thought I would throw them out there. SO don't flame me for the requests, like it says they are requests not actual "I need them Implemented Desires"....
unleashx
XBE icon can be found at offset 20480 -starting from the end of file. Game save Icons is at 8092 , again, from the end. At least this is true for XPR0 format. Haven't gotten my hand on the new ones that uses XPR1.

<Edit>Oops, that was suppossedly a quote from this post</Edit>
QUOTE

QUOTE (^Blazed^ @ Oct 13 2003, 09:32 AM)
QUOTE (BenJeremy @ Oct 11 2003, 12:35 PM)
Good question... some games may have "title data" kept in the game directory, and I have considered searching for it there. The icons are not stored as a part of the xbe

Well, that is not exactly true. Avalaunch searches for the image itself IN the xbe.

Did you know that in most xbe's you'll find both the titleimage and the image that is used for the games saves? Some games creates an image for the save runtime, but many games has the save image incorporated in the xbe as well.

Cheers
beerchug.gif

Cool, I'll have to do some research on this... thanks for the heads up.
BenJeremy
Thanks for the info! I'm going to do a few things to clean up the way thumbnails and media are handled.
^Blazed^
QUOTE
XBE icon can be found at offset 20480 -starting from the end of file. Game save Icons is at 8092 , again, from the end. At least this is true for XPR0 format. Haven't gotten my hand on the new ones that uses XPR1.


Well, this is not exactly true I'm afraid. You'll have to walk the xbe to get to the sections that contains the correct images. Many xbe's stores their image in different formats (and therefore differenct size), so that file offset will not work at all for many xbe's.

smile.gif
Ice_Nine
Guys, great dash. I've only been into this whole xbox scene for a week, and this dash is the most comprehensive I've seen.

With the help of Bloody Mary and Koldfusion on irc, they helped me figure out a way to have a menu item call an application and pass an arg to it (callfile to an xac, and then have a one-line xac with c:pathtodefault.xbe arg1 arg2, etc).

The <exe> tag doesn't support the passing of command line options/arguments, so how about add another tag like <exeargs> or something to that effect?

What I was TRYING to do was making an idiotproof menu for my wife so she can go in and play Caillou videos for our 2 year old daughter smile.gif The only problem: XBMC or XBMP don't accept command line args! smile.gif

unleashx
QUOTE (^Blazed^ @ Dec 4 2003, 12:17 PM)
QUOTE
XBE icon can be found at offset 20480 -starting from the end of file. Game save Icons is at 8092 , again, from the end. At least this is true for XPR0 format. Haven't gotten my hand on the new ones that uses XPR1.


Well, this is not exactly true I'm afraid. You'll have to walk the xbe to get to the sections that contains the correct images. Many xbe's stores their image in different formats (and therefore differenct size), so that file offset will not work at all for many xbe's.

smile.gif

Yeah, figured that out for the newer embedded images, just search for XPR header, then determine if it's XPR0 or XPR1. Game saves seems to be uniform though, but I wouldn't trust it either. I modified my code to start looking from this offsets, than find the right offset. Of course, this is only important when you haven't played the game yet, as it will automatically been provided for you once you do. wink.gif
^Blazed^
QUOTE (^Blazed^ @ Dec 4 2003, 12:17 PM)
QUOTE
XBE icon can be found at offset 20480 -starting from the end of file. Game save Icons is at 8092 , again, from the end. At least this is true for XPR0 format. Haven't gotten my hand on the new ones that uses XPR1.


Well, this is not exactly true I'm afraid. You'll have to walk the xbe to get to the sections that contains the correct images. Many xbe's stores their image in different formats (and therefore differenct size), so that file offset will not work at all for many xbe's.

smile.gif

We have started a new thread that is going to contain many 'technical' documents for how to accomplish things.

First out is how to find the title image within the xbe itself.

Specs.

beerchug.gif
Jezz_X
I was thinking the other day since the file manager is coming soon don't you think it would be good to add samba share support to mxm as well? So we could use the file manager to copy files to and from our PC's maybe even use it for playing audio as well. really shouldn't be to hard to implement since XBMC/P and DVD2Xbox have these features and are both open source

GOOD IDEA ??
BenJeremy
Well, I think, by 1.0, I will have DLL support, and it might make a good add-in module.
Corspegrinder99
a Resident Evil skin would be cool
chilin_dude
X-Link support
Bios Loader
koldfuzion
an actionscript command to suspend/resume all open videos. Also one to close all open videos.

the ability to suspend the videos may help in some performance issues, ftp, in-dash file manager (copying, moving etc).

ability to close videos might be necessary for other functions, but of course would require a reboot for a skin to work right again unless closing the videos doesnt make MXM lost the handle to restart them on command.

images can be overwritten even if loaded in a skin, videos cannot be. existing media videos cannot be changing if currently selected unless there is a way to close them. Since all skins dont name the media handles the same, then the ability to stop/close all would be an easier choice.
flattspott
My bag of ideas.

1. Maybe a screenshot command. - This would take a screen shot automatically without haveing to press anything.

2. A pause and resume feature for webfilefetch.

3. Maybe an a sorting routine of sorts. For sorting lists alphanumerically.

4. A command to kill the screensaver while a script is running.
BenJeremy
Not sure on the webfilefetch pause/resume... not much of a way to control that right now. When there's a more full featured web client, there may be some GetRight type options, but that's better done in a multithreaded mode (Coming to ActionScript eventually).

As for the screen saver - that's what SetState should do for you, but I'll take a quick look at resetting the timer.

Pausing video - yeah, I need to offer up far more control.

Screenshot command - yes, another on my todo.

As for image/video issues, I will probably come up with a way to flush the resource caches. There's some re-achitecting to do with that stuff, though.




dman7
ok, here are my wishes:

1). An Idle Auto-off(with adjustable time)- I like to fall alseep to my Xbox playing music. Cutting down on the hours of my Xbox being on when I'm not using it will lengthen it's life.

2). Ability to choose from the Xbox playlists(E: drive) to select an album to play

3). Some more Anamine(spell?) animation skins for MXM.

4). No more MXM skins allowed that don't have cool moveing videos in the background! I could never go back to skins with static images and I hate wasteing my time downloading them by accident.

-Dman

MXM is the best!
chilin_dude
QUOTE (dman7 @ May 24 2004, 08:35 AM)
ok, here are my wishes:

1). An Idle Auto-off(with adjustable time)- I like to fall alseep to my Xbox playing music. Cutting down on the hours of my Xbox being on when I'm not using it will lengthen it's life.

Heh, I too wanted the same thing a long time ago and was told it would be very easy to script, however nothing every came of it... I too listen to music while going to sleep beerchug.gif
CreziB
Xlink Kai integration.
chilin_dude
I remember BJ looking into that... It will be great beerchug.gif
firefoxf7
The most useful new feature for me would be date "auto-advancer"...

I have been looking for a while for a dash that is able to autoadvance the date of my XBox every time the machine is powered up, causing all my game save files to appear in the correct order without me having to reset the date each time.

I dont care if the date is wrong - I just want it to increment by 1 day each time the machine is turned on (regardless of whether the XBox has "forgotten" what time it is).

It should be possible to do this by saving the "current" date in an ini file. On startup, the dash could read the date from an ini file, and set the XBox's clock to this date. The date could then be incremented by one day and saved back to the ini file, ready for the next time.

I realise that the date would bear no resembelence to the actual date - if you rebooted 7 times in a day it would have moved forward by 1 week, but that wouldnt bother me too much. To prevent the clock from moving forward too quickly, I suppose you could make sure that it only uses the date from the ini file when the xbox has forgotten the time, ensuring that immediate reboots dont cause increments.

So, is there any hope that a future version of XMX could include this feature?

Heres Hoping...

Dave.
flattspott
I was going do something like this but opted not too mainly because it would never be reliable.

If you stored the current date in a file, then turned you xbox off for a week or so, when you turn it on again the date would be around the time you turned it off.
firefoxf7
Thanks for your response - it is great to be able to submot ideas and requests to the author like this.

Of course you are right - the clock would end up bearing very little relation to the actual time. However, the main issue I (and maybe others???) have is that I cant be bothered setting the clock every day so just make do with the default date. This means that all my save games are presented in the wrong order - if I play on a game for 1 hour on monday and save, and then play for 10 minutes on tuesday and save, the XBox will think that the monday's save is more recent than the tuesday one, as the monday one is (default time)+ 1h, whereas the tuesday one is (default time) + 10 minutes. This puts the older save at the top of the save game list, and makes it hard for me to work out which one is most recent.

If the date could be made to auto advance each powerup, this would not be an issue, and my game saves would always be presented in the right order. I know that the date and time would drift away from the actual date, but my xbox clock is wrong all the time anyway, as I cant be bothered setting it each day, and it is not connected to the web, so cannot by synced with a internet clock.

Maybe this is not an issue for most people - if my xbox was connected to the web, or if I alwats left it plugged in, or if I could be bothered setting the clock then it would not be a problem.

Anyway, here's hoping, and in any case, keep up the good work. ...

Dave
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.