Search found 97 matches

by Spongy
Thu Mar 23, 2017 7:09 am
Forum: Misc XBOX Discussion
Topic: how read original Xbox memory card on PC
Replies: 4
Views: 8462

Re: how read original Xbox memory card on PC

Right click the "unknown device" in device manager and update the driver with the driver that comes with action replay. I think it's called maxdrive.
by Spongy
Tue Mar 21, 2017 8:36 am
Forum: Misc XBOX Discussion
Topic: how read original Xbox memory card on PC
Replies: 4
Views: 8462

Re: how read original Xbox memory card on PC

Make sure it's formatted for the xbox, then use "action replay for xbox" or Xplorer360 software.
by Spongy
Fri Sep 02, 2016 6:06 pm
Forum: XBMC4XBOX General Help and Support
Topic: Key mapping questions
Replies: 11
Views: 3647

Re: Key mapping questions

You should be able to find most of the info you're looking for on these three pages.
Built In Scripting
Built In Functions
Keymap.xml

Here is an example of running a script from a button.

Code: Select all

RunScript(Q:\Scripts\myscript.py)
or

Code: Select all

RunScript(Q:\Scripts\myscript\default.py)
by Spongy
Fri May 27, 2016 4:31 am
Forum: XBMC4XBOX General Help and Support
Topic: What is the preferred way of managing save games in XBMC?
Replies: 2
Views: 1117

Re: What is the preferred way of managing save games in XBMC

Go into programs and "game saves" is in the left hand menu.
by Spongy
Mon Oct 05, 2015 7:34 pm
Forum: XBOX Modding
Topic: Launching an ISO from the Hard Drive
Replies: 54
Views: 43101

Re: Launching an ISO from the Hard Drive

Modify the default.xbe to call for shorter file names and change the file names appropriately, then recompile Launch the games from the .iso, where the file name lengths are not constrained Option one is next to impossible As I mentioned in my post above, not only is option one possible, it's very ...
by Spongy
Mon Oct 05, 2015 7:13 pm
Forum: XBOX Modding
Topic: Launching an ISO from the Hard Drive
Replies: 54
Views: 43101

Re: Launching an ISO from the Hard Drive

My first guess would be that sid 5.11 doesn't use nkpatcher 8.1, but I'm not sure. If that's the case, you would need to update to a newer version or try sixties keiths method. Long file names aren't a problem if the game is patched. DVD2XBOX has separate patches for each game that requires them. I'...
by Spongy
Tue Jun 09, 2015 5:23 pm
Forum: XBMC4XBOX General Discussion
Topic: Movie & TV Show menu behaviors
Replies: 5
Views: 2482

Re: Movie & TV Show menu behaviors

Assuming you're using the optimized version of confluence lite.

Lines 2347, 2354, 2361.

It looks like you did it right. You might want to post the home.xml to pastbin.
by Spongy
Mon Apr 27, 2015 1:43 pm
Forum: XBMC4XBOX General Discussion
Topic: Movie & TV Show menu behaviors
Replies: 5
Views: 2482

Re: Movie & TV Show menu behaviors

Search Home.xml for <onclick>ActivateWindow(Weather)</onclick> You'll see it's part of an <item> Below that are more <item>s for Pictures, Videos, Movies, TV, Music, Programs. Change the <onclick> line in the movies<item> and tv<item> to look like these. <onclick>ActivateWindow(VideoLibrary,MovieTit...
by Spongy
Mon Jan 05, 2015 6:07 am
Forum: Skin Development
Topic: Hide certain Programs submenus in Confluence Lite
Replies: 3
Views: 3380

Re: Hide certain Programs submenus in Confluence Lite

Open skin/Confluence Lite/720p/IncludesHomeMenuItems.xml with a decent text editor. Find <include name="HomeSubMenuPrograms">. Within this <include> are the submenu <control>. Remove the controls you don't want (Emulators,Scripts,Plugins). So this. <include name="HomeSubMenuPrograms&q...
by Spongy
Fri Nov 14, 2014 4:27 pm
Forum: Misc XBOX Discussion
Topic: Playing Compressed Xbox Games off Hard Drive?
Replies: 3
Views: 4319

Re: Playing Compressed Xbox Games off Hard Drive?

SteelWolf89 wrote: i was wondering if anyone had experience playing compressed versions of full Xbox games either via .zip/.rar or .iso/.cso format directly off of the hard drive.
If you're interested in running your games from a compressed file (iso) read this post. Extra tips a couple posts down.
by Spongy
Sat Sep 13, 2014 1:32 am
Forum: Off-Topic Discussion
Topic: NEW XBMC LOGO ART?
Replies: 1
Views: 1159

Re: NEW XBMC LOGO ART?

by Spongy
Mon Aug 18, 2014 3:52 am
Forum: Skin Development
Topic: Confluence Lite optimized Final 3/27/2015
Replies: 58
Views: 32693

Re: Confluence Lite XBMC4XBOX update

Anxiously awaiting the finished product so I can do my own mods to it.
by Spongy
Sun Aug 10, 2014 4:04 am
Forum: XBMC4XBOX General Help and Support
Topic: Program a Shutdown button on the Remote Control
Replies: 5
Views: 1707

Re: Program a Shutdown button on the Remote Control

"You could accidentally turn of your xbox and you need to stand up and turn it on again"
That.^
by Spongy
Sat Aug 09, 2014 12:12 am
Forum: Skin Development
Topic: Confluence Lite optimized Final 3/27/2015
Replies: 58
Views: 32693

Re: Confluence Lite 720p mod

This is crazy fast. Thanks a ton for this mod.
by Spongy
Fri Aug 08, 2014 6:08 am
Forum: XBMC4XBOX General Help and Support
Topic: Program a Shutdown button on the Remote Control
Replies: 5
Views: 1707

Re: Program a Shutdown button on the Remote Control

You added it to the <remote name="mce"> section instead of the regular <remote> section. So go to settings>system>general and enable "use mce/universal remote" and see how that works for you. If it doesn't, then turn that setting off and edit the file again in the right place.
by Spongy
Thu Aug 07, 2014 3:51 am
Forum: XBMC4XBOX General Help and Support
Topic: Program a Shutdown button on the Remote Control
Replies: 5
Views: 1707

Re: Program a Shutdown button on the Remote Control

Edit system/keymaps/remote.xml In the global section, you could add something like this. <zero>XBMC.ShutDown()</zero> That would shut it off at the press of a button, but you'll be sorry. Instead add something like this. <zero>XBMC.ReplaceWindow(ShutdownMenu)</zero> Which will bring up the shutdown ...
by Spongy
Sun Jun 01, 2014 4:35 pm
Forum: Python / Scripts Help and Support
Topic: Youtube plugin
Replies: 38
Views: 22102

Re: Youtube plugin

I've been using 4.4.8 for the last couple of days and everything seems to be working. Try re-installing, including plugin data. If not fixed, post a debug log.