Jump to content

10 files

  1. This is a complete 2D Box Pack for the XBox. Many alternate images if you prefer a certain box. I will be adding an update pack which will contain a few more alternate boxes once I collect them all. Example is the Halo Limited Edition Tin.
    1,381
  2. Couldnt find any so I made my own using the official Xbold font.
    336
  3. love - xALPHAxOMEGAx
    832
  4. Ill add 16:9 and 4:3 format. Hope you like.
    428
  5. I tested every single game listed as Bootable on XEMU compatibility github and here are the results:
    Unfortunately, bootable does not mean fully playable. Any glitches or slowdown in the game videos, is the actual emulated gameplay. I did my best to include all regions and prototype games I could find.
    Main Menu/Default (using Dabil theme) in Downloads Section
    Database: 1018 Games
    Wheels: 1045
    Boxart: 1044
    123
  6. Complete set of 1040 Microsoft Xbox 2D boxes with reflections added and reformatted to be aspect-correct in 16:9 widescreen setups. The boxes themselves are sourced from other 2D box sets. This set matches the "official" Xbox database as of October 2018 (1.4). A few of the prototype games have no official box art, so I created "boxes" for these using a title screen, a gameplay screen and an Xbox box header. If you find official box art for any of these, please send it my way - thanks!
    28
  7. Microsoft Xbox Wheel Pack includes: XML Database, Main menu theme, Xbox wheel logo. 3D box art for most of the games (974 boxes), wheel set from across various platforms
    (715 wheel's) most correct size 400x175 but not all of them. Xbox Pointer, default theme, CD art that needs to be cleaned and not on transparent background (946 CDies). 
    This should be a nice placeholder for some if your interested, until the emulation progresses a bit further. I still have an original xbox & it has an excellent library of games.
    right click & Extract folder to Microsoft Xbox so it unpacks correctly into the proper folders so you don't have to sort thru.
     
    289
  8. XBOX - BOX 3D 








  9. 59 wheels Europe/multi Xbox
    wheels ronde comme teknoparrot
    i hope your enjoy!
    5
  10. MEmu := "Xemu"
    MEmuV := "v0.6.0"
    MURL := ["https://xemu.app/"]
    MAuthor := ["emual"]
    MVersion := "1.0.0"
    MCRC := ""
    iCRC := ""
    MID := ""
    MSystem := ["Microsoft Xbox"]
    ;----------------------------------------------------------------------------
    ; Notes:
    ; The module is able to launch ISO games.
    ;
    ;----------------------------------------------------------------------------
    StartModule()
    BezelGUI()
    FadeInStart()
    primaryExe := new Emulator(emuPath . "\" . executable) ; instantiate emulator executable object
    primaryWindowClassName := "SDL_app"
    emuPrimaryWindow := new Window(new WindowTitle("xemu",primaryWindowClassName)) ; instantiate primary emulator window object
    Fullscreen := moduleIni.Read("Settings", "Fullscreen","true",,1)
    hideEmuObj := Object(emuPrimaryWindow,1)
    7z(romPath, romName, romExtension, sevenZExtractPath)
    BezelStart("FixResMode")
    HideAppStart(hideEmuObj,hideEmu)
    If (Fullscreen = "true")
        primaryExe.Run(" -full-screen -dvd_path """ . romPath . "\" . romName . romExtension . """")
    Else
        primaryExe.Run(" -dvd_path """ . romPath . "\" . romName . romExtension . """")
    emuPrimaryWindow.Wait()
    emuPrimaryWindow.WaitActive()
    BezelDraw()
    HideAppEnd(hideEmuObj,hideEmu)
    FadeInExit()
    primaryExe.Process("WaitClose")
    7zCleanUp()
    BezelExit()
    FadeOutExit()
    ExitModule()

    CloseProcess:
    FadeOutStart()
    emuPrimaryWindow.Close()
    Return
    27
  • emumovies partner.png


×
×
  • Create New...