(she/they)

Hi! You can call me Tadpole. I enjoy maps/geography, sci-fi and speculative fiction, classic and sports cars and motorsports, and retro and retrofuturistic technology from the 70s-90s. Also a racing, role-playing, indie and retro video game connossieur.

I am a certified lurker.

  • 3 Posts
  • 47 Comments
Joined 1 year ago
cake
Cake day: September 26th, 2023

help-circle










  • Personally, I consider the cutoff point between Retro and Modern as being when the sixth generation (PS2, Xbox, Gamecube, Dreamcast) ended and the seventh (PS3, X360, Wii) began.

    I guess I’m a bit weird in this regard, because I did grow up with sixth gen games (I never had a GBA, but I did dabble with GBA emulation at the time) and thus should probably also feel the same way you do, but I remained quite fond of them even as a lot of people moved on to newer consoles and no longer shared my interests. I guess I had an easier time labeling them as retro because it was easier to justify me still liking them as opposed to “being stuck behind the times” or “being too poor to afford the newer games/consoles” like people used to say to me.

    Like… yeah, I was too poor to afford the newer stuff, but that wasn’t the ONLY reason I liked the older games. I just thought they were neat and had sentimental value to me.











  • I can try to help. Are you using Linux or Windows? (I admittedly don’t have much experience using git on Windows)

    Assuming you use Linux: usually, what I do is create a folder in my Documents directory specifically for handling Git projects (mostly because I like being organized), then open a terminal window there (right-click and press “Open Terminal Here”) or CD to its directory (for example, if it’s in home/<your username>/Documents/Git, run cd ~/Documents/Git).

    Then, go to the github page, click the green Code button, and copy the URL there, which you will use to pull its git repository. Normally, you would then do git clone <git URL>, but the instructions say this uses submodules, so you should instead use git clone --recursive-submodules https://github.com/Mr-Wiseguy/N64Recomp.git. Don’t bother making a specific folder for this project because git automatically does that.

    Then, go inside the folder containing the cloned git repository, make a folder inside it for containing the compiled build of the project (name it, say, “build”), move inside said folder, and then run cmake .. (you may have to install this package first depending on if your distribution includes it or not) and then cmake --build. I think it then should be done.


  • I played with my PS2 quite a lot when I was young, particularly because it had a much better version of a game I grew up with (NFS Hot Pursuit 2); it then introduced me to other games I quite liked, such as Test Drive Unlimited.

    It sadly broke sometime around early 2018 because I didn’t take good care of it. Now I emulate it but still wish my console worked.