• 0 Posts
  • 11 Comments
Joined 2Y ago
cake
Cake day: Jun 12, 2023

help-circle
rss

If you play on PC, you can use a hotfix injector to mod the cost of gold, diamond, and skeleton chests to be free.

Borderlands 3 Gold Chest

Borderlands 3 Diamond Chest

Wonderlands Skeleton Chest

There’s lots of quality-of-life patches and other fixes available too for both Borderlands 3 and Wonderlands.


Such unexpected behavior from a person who was unfaithful to their spouse and who brought a cameraperson into a public bathroom. I’m shocked (/s)


Recently, there came out a way of recompiling N64 games for PC without a decompilation and with mostly working results. It is technically possible to apply the hack patch and then recompile it for PC. I don’t know if there’s a way to apply HD texture packs on top of that though (edit: there seems to be in the video, but I haven’t looked into how).


These coding bootcamps get weirder and weirder every year.


Really pushing her into the deep end, sink-or-swim style. I just hope Pelican Town doesn’t chew her up and spit her out too hard.


I remember someone porting Mario 64 movement to Minecraft a few years ago. The original is outdated, but here are a few mods I just found for version 1.20.1. Note that I haven’t tested these yet.

Obviously vanilla Minecraft wasn’t balanced around these movement techniques, but they certainly can’t be any more overpowered than elytra+rockets.

Super Mario 64 movement in Minecraft

Quake movement in Minecraft


I would rarely choose to fast travel if I had engaging and interesting means of travel like bunny hopping and strafe jumping in Quake, or wall-riding like Lucio in Overwatch. This assumes the world was built to facilitate this kind of movement and there were challenging obsticles, enemies, treasures, secrets, and other points of interest scattered among a variety of paths for the player to choose. Obviously much easier said than done; Super Mario Oddessy and Sonic Frontiers tried to do something like this on a smaller scale (relative to the large open worlds of other games) with varying levels of success.

Exploration was fun in the BotW and TotK Zelda games, but I found myself relying on fast travel by the midpoint of each of those entries because the enemy camps and treasures just weren’t worth the time nor effort. Dashing on horses wasn’t mechanically deep enough and Ultra Handing vehicles was either too inconvient or resulted in “path of least resistance” designs that led me to hoverbike to new locations very cheaply and easily.


I think they might be confusing Karl with RWhiteGoose (now Goose’s Gaming Folklore), who is another Goldeneye speedrunner that does videos featuring speedruning accomplishments across the community. Goose is a neo-nazi.


I thought decompiling with Ghidra was okay too, I may have just misunderstood the wiki article when I double checked post-commenting and crossed out my comment. I’m not entirely sure what comprises “proprietary techniques”. But I’m pretty sure that documentation needs to be provided in order to keep it on the legal side. Hopefully this project can come back and recieve continued support ala similar decomp projects.


I think the binary they distributed still included the art and sound assets; the users didn’t have to provide their own. And “clean-room” design is more than just providing source code. You need to provide a “paper trial” / commit history and documentation of how the final code was derived from the original code. My mistake, clean room is when you recreate the project without reading the original/compiled code at all. Specifications are written based on observed behaviors of the original user-facing program and new code is written according to that.


Maybe I’m wrong, but wasn’t there a way to release this while avoiding the issue of copyright? My understanding is that publishing “clean-room” reverse engineered code is legal. The graphics and sound can’t be redistributed, but you can distribute a tool to rip those assests from a ROM and let the users provide a ROM they own. This is what Ship of Harkinian does no?