Tony Bark@pawb.social to Games@lemmy.worldEnglish · 20 hours agoFan-made Mario Kart 64 PC port released, with track editor and ultrawide supportwww.videogameschronicle.comexternal-linkmessage-square68fedilinkarrow-up1477arrow-down14cross-posted to: [email protected]
arrow-up1473arrow-down1external-linkFan-made Mario Kart 64 PC port released, with track editor and ultrawide supportwww.videogameschronicle.comTony Bark@pawb.social to Games@lemmy.worldEnglish · 20 hours agomessage-square68fedilinkcross-posted to: [email protected]
minus-squaretwice_hatch@midwest.sociallinkfedilinkEnglisharrow-up19·11 hours ago You can verify you have dumped a supported copy of the game by using the SHA-1 File Checksum Online at https://www.romhacking.net/hash/. It’s so sad that Windows still doesn’t ship with an easy-to-use hash toolkit
minus-squareTonyOstrich@lemmy.worldlinkfedilinkEnglisharrow-up6·7 hours agoIndeed. I usually use 7-zip’s built in tool to do it when I need to.
minus-squareFlatfire@lemmy.calinkfedilinkEnglisharrow-up1·6 hours agoPowershell’s Get-FileHash does exactly this though.
minus-squareLink@rentadrunk.orglinkfedilinkEnglisharrow-up1·7 hours agocertutil is built into windows and can be used in cmd. I do agree there is no built in GUI method though.
It’s so sad that Windows still doesn’t ship with an easy-to-use hash toolkit
Indeed. I usually use 7-zip’s built in tool to do it when I need to.
Powershell’s
Get-FileHash
does exactly this though.certutil is built into windows and can be used in cmd.
I do agree there is no built in GUI method though.