Tony Bark@pawb.social to Games@lemmy.worldEnglish · 2 days agoFan-made Mario Kart 64 PC port released, with track editor and ultrawide supportwww.videogameschronicle.comexternal-linkmessage-square72fedilinkarrow-up1513arrow-down14cross-posted to: gaming@beehaw.org
arrow-up1509arrow-down1external-linkFan-made Mario Kart 64 PC port released, with track editor and ultrawide supportwww.videogameschronicle.comTony Bark@pawb.social to Games@lemmy.worldEnglish · 2 days agomessage-square72fedilinkcross-posted to: gaming@beehaw.org
minus-squaretwice_hatch@midwest.sociallinkfedilinkEnglisharrow-up22·1 day 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·1 day agoIndeed. I usually use 7-zip’s built in tool to do it when I need to.
minus-squareFlatfire@lemmy.calinkfedilinkEnglisharrow-up4·1 day agoPowershell’s Get-FileHash does exactly this though.
minus-squareLink@rentadrunk.orglinkfedilinkEnglisharrow-up3·1 day 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.