Tony Bark@pawb.social to Games@lemmy.worldEnglish · 24 hours agoFan-made Mario Kart 64 PC port released, with track editor and ultrawide supportwww.videogameschronicle.comexternal-linkmessage-square69fedilinkarrow-up1497arrow-down14cross-posted to: gaming@beehaw.org
arrow-up1493arrow-down1external-linkFan-made Mario Kart 64 PC port released, with track editor and ultrawide supportwww.videogameschronicle.comTony Bark@pawb.social to Games@lemmy.worldEnglish · 24 hours agomessage-square69fedilinkcross-posted to: gaming@beehaw.org
minus-squaretwice_hatch@midwest.sociallinkfedilinkEnglisharrow-up21·15 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·11 hours agoIndeed. I usually use 7-zip’s built in tool to do it when I need to.
minus-squareFlatfire@lemmy.calinkfedilinkEnglisharrow-up2·10 hours agoPowershell’s Get-FileHash does exactly this though.
minus-squareLink@rentadrunk.orglinkfedilinkEnglisharrow-up1·11 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.