Aller au contenu

nosoucy62

GamerLine
  • Compteur de contenus

    866
  • Inscription

  • Dernière visite

  • Jours gagnĂ©s

    36

Messages posté(e)s par nosoucy62

  1. Il y a 8 heures, hippopippo a dit :

    I made and compiled this patched version specifically for WMMT1 (V307) to unpack & replace inside Teknoparrot (renaming the cxbxr folder to cxbxr_tp or backup it).

    This is a TEST version and is NOT OFFICIAL, so use it only to play WMMT1 (V307) in case your CPU has problems running it with the official build.

    Tested on 6-7-11-13th gen CPUs and pre calibrated in XINPUT mode.

     

    Use OUT OF FOCUS trick

     

    This special release prevents the black screen bug while it waits for it to be officially fixed in the support build and it's for Wangan Midnight Maximum Tune 1 (V307)

     

    mt1test.jpg

     

    https://www.mediafire.com/file/eyd526to2iero3z/cxbxr_mt1_tp.7z/file

     

    PS:  every time you update TPUI this version will be replaced with the official one so I suggest to create a new Teknoparrot folder expressly dedicated to WMMT1

    sorry not working on w11

  2. Il y a 15 heures, N13770 a dit :

    Hello, I'm trying to add the "sega video driver" to Retrobat 7.5.3 without success. I downloaded the file from https://archive.org/download/hypseus_singe_videodriver/hypseus_singe_videodriver.zip and for days I've followed various procedures suggested by chatgpt, but without success. Before giving up completely, I came here to ask for help from friends to finally learn about this interesting toy/video game that I didn't know existed. Please, I need guidance.

    hi !

    what's your problem ?

    no video.....no launching...error ?

  3. il y a 14 minutes, hippopippo a dit :

    OFFROAD1.jpg

     

    This is a another PC port of the famous arcade game heavily patched and optimized to give an arcad'ish feel at full speed.

     

    Both Keyboard / Dpad active.

     

    ESC = Test menu (you can bind & assign your keys / Ds4 dpad)

    Enter = Coin / Select

     

    See menu for all assigned def keys option.

     

     

    thanks hippopippo !

    work perfectly !

    why the insert coin doesn't works ? 

    it's possible to add this ?

  4. Il y a 1 heure, hippopippo a dit :

     

     

    This is a PC port of the famous arcade game heavily patched and optimized to give an arcad'ish feel at full speed. (Credit goes to : AxlThunder & Hydro Thunder Community)

     

     

    Fixes :

     

    Throttle fix - When no throttle input is given, it will sit at 25.9% on the gas, meaning that the boat will always have throttle input even when it shouldn't

    Controller fix - When a controller is selected to be used, un-focusing the game will seemingly "unlatch" the controller from it.

    Improve DXWnd/DGVoodoo window - Intended for use with DXWnd/dgVoodoo2. If the game detects that anything could happen to put it out of fullscreen, it'll fall back to it's 320x240 software rendered window mode. 

    Pause race with controller - In the stock game, you could not pause the game without the keyboard.

    Allow persistent initials - Normally, the game always clears out any initials you enter. 

    Last set camera error fix - The game remembers your last set camera, but doesn't actually carry it over to the next race, setting it to default instead.

    Don't change mixer volume - If the game detects that it's volume in the mixer isn't what it expects, it changes it to what it expects.

    Allow 1% volume - Just like it says on the tin. This is a loud game, so I felt this would be useful to some.

    Cursor fix - Don't move cursor on startup.

    Disable CD Check - Changes one byte in the EXE to fool the game into believing the CD is present.

    Keep alive when unfocused - Mainly for use with DXWnd/dgVoodoo. Bear in mind that keyboard inputs will still register, and sound is muted(for now).

     

    Mods :

     

    Your boat's true speed. This is different from what the speedometer implies.
    Which step in the Hydro Jump process you are on. So if you miss it, you'll see at which step things went wrong.
    The wrong way turnaround timer. This is a visual that can be used to practice the redirect technique.

     

    F2 = Test Menu

    ENTER = Coin / Start

    ESC = Pause / Exit

    ALT F4 = Quit

    hi hippopippo !

     

    all is ok thanks !!!

     

  5. Il y a 3 heures, lords a dit :

    Another ahk script to shut down Eithernet connection not WiFi.    Right click and run in admin mode only. set the path to your dir and shooter.exe first

     

     

    ;ONLY RUN IN ADMIN MODE (RIGHT CLICK RUN ADMIN)


    adapter:="Ethernet" ; set to the adapter name

    ; turns Ethernet off
    If ConnectedToInternet()
        runwait,netsh interface set interface %adapter% disabled,,hide
    else
        runwait,netsh interface set interface %adapter% enabled,,hide


    ConnectedToInternet(flag=0x40) { 
    Return DllCall("Wininet.dll\InternetGetConnectedState", "Str", flag,"Int",0) 
    }
    run, F:\Mars Sortie  stand alone\Shooter.exe ;change this  to your game dir and .exe

    Return


    Esc::
    ; turn Ethernet on 
    If ConnectedToInternet()
        runwait,netsh interface set interface %adapter% disabled,,hide
    else
        runwait,netsh interface set interface %adapter% enabled,,hide

     
        Process,Close,Shooter.exe
        Run,taskkill /im "Shooter.exe" /F
       
        sleep, 500

        ExitAp

    thanks lords !

×
×
  • CrĂ©er...