ROM Hack HaxxStation Automation Script

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,094
Country
United States
make_haxxstation.bat:
Code:
@echo off
cls
Color 0A
title HaxxStation Rom Creator - By MarioMasta64

if exist HashIt_SHA1.exe (
  for /F %%A IN ('dir /b *.nds') DO (
    call :Check-Hash %%A
  )
  goto Check-Rom
)
set /p rom="Whats The Name Of The DS Download Station 1 Rom: "

:Check-Rom
echo.
echo ----------------------------------------------------------
setlocal enabledelayedexpansion
for /F %%A IN ('dir /b *.nds') DO (
  call :Haxx-Rom %%A
)
echo ----------------------------------------------------------
if not exist .\haxxstation\ mkdir .\haxxstation\
for /F %%A IN ('dir /b haxxstation*.nds') DO (
  if exist .\haxxstation\%%A del .\haxxstation\%%A > nul:
  move %%A .\haxxstation\%%A > nul:
)
pause

:Haxx-Rom
set a=%1
if %a:~0,11% == haxxstation exit /b
if exist haxxstation_%1 echo haxxstation rom exists: %1 & exit /b
dspatch %rom% %1 haxxstation_%1 >nul:
if exist haxxstation_%1 echo haxxstation rom made: %1 & echo ---------------------------------------------------------- & exit /b
echo haxxstation rom not made: %1
exit /b

:Check-Hash
HashIt_SHA1 %1> rom_hash.txt
set /p rom_hash=<rom_hash.txt
echo ----------------------------------------------------------
echo %rom_hash%
if /i %rom_hash% == f18b55f3e1259c03e10d0ecb549693b42905ceb5 echo %1 is DS Download Station 1 & echo ---------------------------------------------------------- & set rom=%1 & exit /b
echo %1
exit /b

get haxxstation from here https://gbatemp.net/threads/haxxstation-ds-download-station-exploit.473648/ and put it in the same directory as everything else
get HashIt_SHA1.exe from zip (it may trigger antivirus since it was literally just made and has no download rep)
simply place all your roms or homebrew in the directory and run the script (you will need ds download station volume 1 i will not provide this)
if you have HashIt_SHA1.exe in the directory and the download station rom will be auto-detected and used
if you dont have HashIt_SHA1.exe in the directory it will ask you the name of the download station rom: i.e. Volume1.nds
 

Attachments

  • HashIt_SHA1.zip
    429.7 KB · Views: 306
  • make_haxxstation.zip
    647 bytes · Views: 381
  • Like
Reactions: Julie_Pilgrim

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • The Real Jdbye @ The Real Jdbye:
    the vram is one advantage when it comes to AI but ends up being slower even with that and really AI is the only use case that needs more than 12gb vram right now
  • Psionic Roshambo @ Psionic Roshambo:
    Interesting lol
  • Psionic Roshambo @ Psionic Roshambo:
    I think I watched a video where two games at 4K where eating just over 16GB of RAM and it's the one case where the 7900XT and XTX pulled ahead (minus RTX of course)
  • Psionic Roshambo @ Psionic Roshambo:
    So my opinion is that they could age a bit better in the future, and maybe AMD will continue improving them via drivers like they tend to do. No guarantee there but they have done it in the past. Just a feeling I have.
  • The Real Jdbye @ The Real Jdbye:
    cyberpunk at 4k without DLSS/fidelityfx *might* exceed 12gb
    +1
  • The Real Jdbye @ The Real Jdbye:
    but that game barely runs at native 4k
  • Psionic Roshambo @ Psionic Roshambo:
    I think it was some newer games and probably poorly optimized PS4 or PS5 ports
  • The Real Jdbye @ The Real Jdbye:
    they definitely will age better but i feel dlss might outweigh that since it looks about as good as native resolution and much less demanding
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    When I played Cyberpunk on my old 2080 Ti it sucked lol
  • The Real Jdbye @ The Real Jdbye:
    AMD could introduce something comparable to DLSS but nvidia's got a lot more experience with that
  • The Real Jdbye @ The Real Jdbye:
    least amd 7xxx has tensor cores which the previous generations didn't so there is the potential for AI upscaling
  • Psionic Roshambo @ Psionic Roshambo:
    They have FSR or whatever it's called and yeah it's still not great
  • The Real Jdbye @ The Real Jdbye:
    so AMD seem to finally be starting to take AI seriously
  • Psionic Roshambo @ Psionic Roshambo:
    Oh yeah those new 8000 CPUs have AI cores built in that's interesting
  • Psionic Roshambo @ Psionic Roshambo:
    Maybe they plan on offloading to the CPU?
  • Psionic Roshambo @ Psionic Roshambo:
    Would be kinda cool to have the CPU and GPU working in random more
  • Psionic Roshambo @ Psionic Roshambo:
    Tandem even
  • The Real Jdbye @ The Real Jdbye:
    i think i heard of that, it's a good idea, shouldn't need a dedicated GPU just to run a LLM or video upscaling
  • The Real Jdbye @ The Real Jdbye:
    even the nvidia shield tv has AI video upscaling
  • The Real Jdbye @ The Real Jdbye:
    LLMs can be run on cpu anyway but it's quite slow
  • BakerMan @ BakerMan:
    Have you ever been beaten by a wet spaghetti noodle by your girlfriend because she has a twin sister, and you got confused and fucked her dad?
  • Psionic Roshambo @ Psionic Roshambo:
    I had a girlfriend who had a twin sister and they would mess with me constantly.... Until one chipped a tooth then finally I could tell them apart.... Lol
  • Psionic Roshambo @ Psionic Roshambo:
    They would have the same hair style the same clothes everything... Really messed with my head lol
  • Psionic Roshambo @ Psionic Roshambo:
    @The Real Jdbye, I could see AMD trying to pull off the CPU GPU tandem thing, would be a way to maybe close the gap a bit with Nvidia. Plus it would kinda put Nvidia at a future disadvantage since Nvidia can't make X86/64 CPUs? Intel and AMD licensing issues... I wonder how much that has held back innovation.
    Psionic Roshambo @ Psionic Roshambo: @The Real Jdbye, I could see AMD trying to pull off the CPU GPU tandem thing, would be a way to...