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