Jump to content

GalaxieGames

Content Creator
  • Posts

    498
  • Joined

  • Last visited

  • Days Won

    32

Files posted by GalaxieGames

  1. 721 0
  2. 455
  3. 463
  4. 655
  5. 602
  6. ...
    530
  7. 531
  8. Pantallas de Espera (folder)
    HyperSplash.exe and Splash.png
    111
  9. 90
  10. 724
  11. Pack média complet - Arcade Classics
     
    Use the ROMs MAME with MAME or RetroArch
     
    945
  12. 64 0
  13. Pointer missing recreated by myself
    100 0
  14. 🤬
    78
  15. :
     

    MEmu := "Cxbx-Reloaded"
    MEmuV := "nightly"
    MURL := ["https://github.com/Cxbx-Reloaded/Cxbx-Reloaded"]
    MAuthor := ["teeedubb"]
    MVersion := "1.0"
    MSystem := ["Xbox"]
    ;----------------------------------------------------------------------------
    ; Notes: 
    ;Based on djvj's cxbx module
    ;
    ;----------------------------------------------------------------------------
    StartModule()
    FadeInStart()
    settingsFile := modulePath . "\" . moduleName . ".ini"
    Fullscreen := IniReadCheck(settingsFile, "settings", "Fullscreen","true",,1)
    7z(romPath, romName, romExtension, 7zExtractPath)
    ; Setting Fullscreen setting in registry if it doesn't match what user wants above
    currentFullScreen := ReadReg("Fullscreen")
    If ( Fullscreen != "true" And currentFullScreen = 1 )
        WriteReg("Fullscreen", 0)
    Else If ( Fullscreen = "true" And currentFullScreen = 0 )
        WriteReg("Fullscreen", 1)
        Run(executable . " """ . romPath . "\default.xbe""", emuPath)
    WinWait("Cxbx-Reloaded ahk_class WndMain")
    WinWaitActive("Cxbx-Reloaded ahk_class WndMain")
    FadeInExit()
    Process("WaitClose", executable)
    7zCleanUp()
    FadeOutExit()
    ExitModule()

    ReadReg(var1) {
        RegRead, regValue, HKEY_CURRENT_USER, Software\Cxbx-Reloaded\XBVideo, %var1%
        Return %regValue%
    }
    WriteReg(var1, var2) {
        RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Cxbx-Reloaded\XBVideo, %var1%, %var2%
    }
    CloseProcess:
        FadeOutStart()
        WinClose("Cxbx-Reloaded ahk_class WndMain")
    Return
     
    :
     

    MEmu := "Xemu"
    MEmuV := "v0.6.0"
    MURL := ["https://xemu.app/"]
    MAuthor := ["emual"]
    MVersion := "1.0.0"
    MCRC := ""
    iCRC := ""
    MID := ""
    MSystem := ["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
    720
  16. 1,250
  17. 301
  18. 751 0
  19. ...
    569
  20. 114 0
  21. 2,854
  22. 605 0
  23. 433
  24. 2,149
  25. Valve Software Game Themes
    Counter-Strike Global Offensive
    Half Life 2
    Half Life 2: Episode 1
    Half-Life 2: Survivor Ver. 2.0
    Portal
    Portal 2
    Team Fortress 2

    Wheel Template
    214
×
×
  • Create New...