Help - Search - Members - Calendar
Full Version: Mxm .9o Wip Beta Has Been Leaked
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official MediaXMenu (MXM) Forum
fezzman
This topic has been recently discussed in a different thread. (MXM should be open source).

It seems as though there are a few people who are interested in forming a group to further develop this version...especially considering how silent the mxm scene has been. Perhaps it could be named something along the lines of UMXM for Unofficial MXM. It would probably also be best if a sub forum be created for this unofficial version.

I am in no way able to do any of this myself...I couldn't code my way out of a wet paper bag. I have just always been a huge fan of MXM and don't want to watch it continue to fizzle out.

No, I don't know who leaked the beta. No, I don't know where all it can be found. I personally found it on a torrent site...that may be the best place to check.

Hopefully BJ himself will see this thread and give some indication of his future plans for MXM. It is such a wonderful dash and was way ahead of its time.

Thank you.
jcupp114
I just recieved this as well. Sweet! However, has anyone a clue as to how to use the zip or rar scripting yet. I mean how would you script out an action to unzip a archive then copy to a certain path? Is there any takers on this.....
Take care
JCupp114
Beelzebud
I can't bring myself to use it. The PRIVATE BETA nag screen makes me feel guilty and dirty. tongue.gif

jcupp114
I do honestly feel the pain bro. But dont help mxm die out. Help bring it back. Im trying to soak up as much as I can. You know!
take care
jcupp114
fghjj
The first thing someone could do is put mxm_beta_0_9o_WIP_src.rar online.
The second thing someone could do is make a feature request thread.
jcupp114
Who has it though?
Then who will head up development.
Take care
Jcupp114
fezzman
the source is online...it just isn't on xbins
fghjj
Yeah I understand. But not everyone has l337 access to private ftp's or is willing to install that bittorrent program. So if someone with the src files wants to revive the project, the first step would be hosting them (which is allowed here on XS).
koldfuzion
QUOTE(jcupp114 @ Jun 21 2005, 10:32 PM)
has anyone a clue as to how to use the zip or rar scripting yet. I mean how would you script out an action to unzip a archive then copy to a certain path? Is there any takers on this.....
Take care
JCupp114
*



I dont think zip file support was ever finished completely. the RAR format however, was working nicely at the time. Also, a lot of the ZIP commands double for RAR stuff.

from the actionscript readme file:

QUOTE
OpenZip <ZipHandle> <Filename>
....Opens a zip file to uncompress
CloseZip <ZipHandle>
....Closes an open ZIP file
UnzipFile <ZipHandle> <Index> <Filename>
....Unzips the entry indexed to the filepath given
GetZipInfo <ZipHandle> <Index>
....Retrieves the data for a specific ZIP entry:- %ZipEntryIndex%
- %ZipEntryCompSize%
- %ZipEntryUncompSize%
- %ZipEntryName%
- %ZipEntryType%  ("dir" or "file")
ZipAddFile <ZipHandle> <ZipName> <SourceName>
CreateZip <ZipHandle> <Filename>
OpenRar <RarHandle> <Filename>
....Opens a zip file to uncompress
CloseRar <RarHandle>
....Closes an open ZIP file
UnRarFile <RarHandle> <Index> <Filename>
....Unzips the entry indexed to the filepath given
GetRarInfo <RarHandle> <Index>
....Retrieves the data for a specific ZIP entry:- %ZipEntryIndex%
- %ZipEntryCompSize%
- %ZipEntryUncompSize%
- %ZipEntryName%
- %ZipEntryType%  ("dir" or "file")




It works using Handles.. in the following, I created a handle called "DLVIDRAR" for continued reference to the rar.

this is stripped down from the preview video downloader i was working on at the time. You will see the copy/delete instead of the MOVE command used, because i believe there was still a bug in the move command. Can't remember, I'm old.


CODE

OPENRAR DLVIDRAR z:\%HexID%.rar
GETRARINFO DLVIDRAR 0
UNRARFILE DLVIDRAR 0 z:\
COPY z:\%ZipEntryName% %_GameDir%\MXM_SS.WMV
DELETE z:\%ZipEntryName%



jcupp114
Thank you for the reply. I was curious that some scripts did not function correctly using the zip function. Hopefully someone can jump into the development area and work through these bugs and further Bens mxm project. Take care
Jcupp114
fghjj
For anyone that wants to take up development: here is the src.
jcupp114
sweet the src is up now we need some devs. Im in for testing.
Take care
JCupp114
krashstudios
I can’t compile the source without the (XbSockAddr.h) file,
does any one know where to get it?
Extreme Agony
QUOTE(krashstudios @ Jul 20 2005, 05:22 PM)
I can’t compile the source without the (XbSockAddr.h) file,
does any one know where to get it?
*



I remember (somewhat blurry cause it's been so long).. a while back (probably a year or so ago)... asking Ben what was required to compile the source... and he replied something to the effect of that it required a specific version of the xdk.. and the latest xdk wouldn't work, but an older one would... once again... my memory is rather blurry because it was a while ago... so you may try obtaining an older version of the xdk and try that...
jcupp114
Can anyone confirm this? I will look into it. I was not around when ben was on the scene.

Keep up the work!
Take care
jcupp114
Take care
m3tro
So this means MXM is not dead?

Would lôve a MXM version with
-faster startup
-without the dashboards button in the menu as standard
-even more scripting like: using mxm to edit inis and xmls and other docs...
like replace line 37 with <<SOMETHING>>
-uses default.tbn/default.jpg as icon if found
-and some other things... can't remember them right now.
m3tro
and ofcourse:
-Flash bios
-lock/unlock hdd
-use preview.wmv/preview.xmv as preview video if found
Xzigx
you can already use it for half that stuff. What version did you last use?
m3tro
mxm_beta_0_9n6
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-2010 Invision Power Services, Inc.