(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.
This was a great review, thank you for sharing. I’ve been meaning to play Fallout 4, but as someone who loved the worldbuilding of New Vegas, the story puts me off.
What I’d really like is a mod that removes the game’s main storyline, so I can either focus on the adventuring/settlement-building aspects (thus turning the game into a sandbox), or combine it with good story mods and basically have them replace FO4’s main questline. The only mod I know that does it is Fallout London. (I really need to figure out how to run it on Linux…)
Do you happen to know or recommend anything that fits with what I’m looking for?
I really need to get more into Project Zomboid, I really love its Sims-like aesthetic and early 90s setting. But the whole zombie apocalypse thing quite scares me since I’m pretty terrified of the idea of being eaten alive by a zombie horde and then becoming a zombie @_@ (the end of the tutorial shook me to my core, lol)
I actually made a little “modpack” collection and sandbox game mode that turns it from a zombie apocalypse game to something more like Silent Hill (replacing zombies with eldritch entities, and making them spawn less frequently and move slower, but be far more resistant to damage), since that ironically makes the game less terrifying for me and more manageable to play 😅 (plus I quite like liminal spaces in general, which is something I wanted to replicate with the mod collection)
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.
I’m the same way (also have ADHD). I love Subnautica*'s underwater gameplay and alien moon aesthetic, but I can only really play it in Creative Mode since I really like building bases and exploring without worrying about resources and dying.
(* I have Below Zero instead because I like the snowy aesthetic and playing as a girl 😅)