Code Monkey home page Code Monkey logo

fusexbox's Introduction

This is very experimental software! Use at your own risk.

Files might be deleted or overwritten by accident!

Tools to work on your original Xbox remotely using FUSE.

Works on

Your Xbox must be running a debug bios and requires xbdm.dll.

Allows you to

  • Browse your Xbox drives and files remotely.
  • Read and view files stored on your Xbox.
  • Copy and write files to Xbox.
  • Rename, or delete files remotely.
  • Execute games remotely.

Installation Instructions

Follow these instructions to install fusexbox:

On Windows, you also need one of the following FUSE providers:

On macOS, you also need one of the following FUSE providers:

On Linux, no additional steps are necessary.

Usage Instructions

Mounting

After configuring xboxpy, you can mount your Xbox drives like this:

python3 fusexbox-mount <mount-point>

Also consult your FUSE providers manual. If you can't solve your problem, create an issue on GitHub.

Example:

To mount your Xbox (IP: 192.168.0.2) to "/mnt/Xbox", you'd use:

export XBOX=192.168.0.2
mkdir -p /mnt/Xbox
python3 fusexbox-mount /mnt/Xbox

Running games

fusexbox includes a helper script which tells fusexbox-mount, to run an XBE file. This script is intended to be used in right-click menus in file managers.

To run an XBE file on your Xbox, use:

python3 fusexbox-run <file-in-fusexbox-filesystem>

Example:

To boot "F:\Games\Halo\default.xbe" you'd use:

python3 fusexbox-run /mnt/Xbox/F/Games/Halo/default.xbe

Donate

If you like my work, a donation would be nice:

Even a small amount does help me and shows appreciation. Thank you!


(C) 2018 Jannik Vogel

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Contact me for other licensing options.

fusexbox's People

Contributors

jayfoxrox avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

xbox-dev

fusexbox's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.