Sonotsugipaa

joined 2 years ago
[–] Sonotsugipaa 4 points 8 months ago (4 children)

Sadly not, it is often considered illegal to reverse-engineer software for the purpose of circumventing DRM.

[–] Sonotsugipaa 2 points 8 months ago

Chromehounds, trying to squeeze as much nostalgia fun out of it to compensate not having been able to play more than three times online (as the game was intended).

[–] Sonotsugipaa 3 points 8 months ago

If you're ok with emulation (or have the hardware & means to acquire the game), the infamous Banjo Kazooie: Nuts & Bolts is similar to Robocraft - only singleplayer-focused, with the technical limitations of the Xbox 360, and a bastardized version of the BK artistic direction.

I'm not sure the game aged well, but other than that I got nothing

[–] Sonotsugipaa 1 points 8 months ago* (last edited 8 months ago)

... so, when are we launching?

On a serious note, I think I was wrong.

Assuming you can get into Mün's SOI with an incredibly precise trajectory, you can MAYBE, sort of, lose kinetic energy by simply burning "upwards" at certain points, until you're basically repeatedly going upwards then downwards relatively to the Mün. Its rotation is a problem, but tbh I haven't played KSP in years and ffs I'm studying IT, not... whatever KSP is.

[–] Sonotsugipaa 8 points 8 months ago (1 children)

Contrarily to popular belief, the average person isn't much better at drawing anatomically correct depictions of human insides than AI

[–] Sonotsugipaa 4 points 8 months ago (2 children)

Would most people be happy with a 2025 AAA game with the graphical fidelity of GTA:VC, though?

Personally I would love it if those massive budgets were spent where it matters, but I suspect "this game looks like it came out 20 years ago" would be a common complaint, as if only indie devs get to sacrifice photorealism for style.

[–] Sonotsugipaa 3 points 8 months ago

Not distributing your game through a publisher does that sometimes

... not in M.A.V.'s case though, redditors say the devs just use their Discord community now

[–] Sonotsugipaa 5 points 8 months ago* (last edited 8 months ago) (5 children)

There isn't anything like it either, save for M.A.V. but I ain't blindly buying a game with an apparently unmaintained website

[–] Sonotsugipaa 2 points 8 months ago (2 children)

I imagine the latter isn't too hard, you just have to get it right just before leaving the atmosphere (quick saves help); however, isn't landing (not crashing nor rolling around) on the Mün without steering straight up impossible?

Though I can see some rocket landing on a planet with an atmosphere...

[–] Sonotsugipaa 7 points 8 months ago (7 children)

Me still not having a Chromehounds sequel:

[–] Sonotsugipaa 1 points 8 months ago* (last edited 8 months ago)

Just tested this: the "original+" code compiles, but does not increment i.

There were two problems:

  • b(bool) and b(char) are ambiguous (quick fix: change the signatures to char b(bool&) and auto b(char&& v));
  • The concept def. has to come after the b functions, even if the constraint is only checked after both, I was unaware of this (fix: define C immediately before void inc(int&)).
view more: ‹ prev next ›