Code Monkey home page Code Monkey logo

Comments (6)

akraus53 avatar akraus53 commented on August 18, 2024 2

Hey @TheRichRicky, welcome to the world of Open Source Code.

I highly encourage you to start learning programming if that's something you're interested in, but this topic is really on a high level - too high for someone who's not a coder. I really don't mean to sound elitist, but using this to get into coding is like buying a plane ticket to Tokio because you're interested in Japan. One day, sure, but start slow. If you want to get an easy way into programming, look at the content of Daniel Shiffman on YouTube (TheCodingTrain), he just remade his Introduction to Programming series which is amazing and once helped me find my way into programming. Starting with a topic like this will be frustrating as heck.

If you do choose to continue to try to get this to work, I recommend asking ChatGPT with questions about shasum and what errors in your console mean.

Good luck and happy programming!!

from pokemonredexperiments.

PWhiddy avatar PWhiddy commented on August 18, 2024 1

A shasum is something called a "hash function", which essentially extracts a unique identifier from any piece of data. This step is to ensure you have the right file. Running the command shasum PokemonRed.gb, doesn't do anything besides showing you this identifier so you can check its the correct one.

Note that on windows the command is a bit different, something like:
CertUtil -hashfile C:\Path\To\Your\File.txt SHA1

from pokemonredexperiments.

dukemagus avatar dukemagus commented on August 18, 2024

https://youtu.be/DcYLT37ImBY

Here's the video. Watch it until the end with the transcript turned on

Issue solved.

from pokemonredexperiments.

PWhiddy avatar PWhiddy commented on August 18, 2024

Hey!
Which part are you having trouble with?

from pokemonredexperiments.

TheRichRicky avatar TheRichRicky commented on August 18, 2024

Hey! Which part are you having trouble with?

The sha1 sum should be ea9bcae617fdf159b045185467ae58b2e4a48b9a, which you can verify by running shasum PokemonRed.gb.

What is a shasum or sha1 sum? like all of it?

from pokemonredexperiments.

TheRichRicky avatar TheRichRicky commented on August 18, 2024

https://youtu.be/DcYLT37ImBY

Here's the video. Watch it until the end with the transcript turned on

Issue solved.

What Transcript? you mean the INSTRUCTIONS? (im not a coder and dont know the lingo)

from pokemonredexperiments.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.