MyNamesNotRobert,

That was the only thing left keeping me from being interested in the game. Finally, ship customization. Finally.

daniskarma,

NMS development is the best redemption arc story in a long time.

TwilightVulpine,

The whole situation just made me believe Sean Murray really wanted to make a cool game but he got overwhelmed by the media attention and started running his mouth. Maybe he felt like he had to overpromise and say yes to everything he was asked? Hello Games was still an indie studio before it got all that attention.

If he had done it in bad faith it would have been much easier to cut his losses and run away with the money. Nearly 10 years of expansions wouldn’t come out of it if not for legitimate passion.

It also made their next game announcement pretty funny.

LethargyTheGhost,

it might just be me but I come back to this game about once a year, play for about 4 hours before feeling like it feels almost exactly the same? I see these huge update drops but they don’t ever feel like anything

glitchdx,

I remember when this game was a dumpster fire. Is it actually a video game now?

Sylvartas, (edited )

Yes. But last time I played it (which was admittedly, idk, 2 years and something like 10 major updates ago now ? These guys just don’t stop), barring a few exceptions the gameplay was all breadth and no depth. You could do a ton of different things but after you had done a thing once, every other instances of the same activity would feel extremely samey

Edit: I should point out that I’m very much ok with repetition if the gameplay is deep enough to keep me interested. I have easily played various horde shooter games for a total of ~2500 hours. Not including the ~800 hours in Warframe, where the gameplay isn’t even that deep, but still interesting enough to make the grind for new toys bearable.

ICastFist,
@ICastFist@programming.dev avatar

All breadth and no depth, still the same. Some 12 different planet types, a number of neat looking anomaly planets that exist only for sightseeing (one of my favorites was a planet where everything is covered in a metallic hexagonal mesh). As I said in another comment in this thread, the game is very repetitive with some activities being needlessly padded out to make you waste as much time as possible (learning alien words, going into derelict freighters to get upgrades)

Sylvartas,

some activities being needlessly padded out to make you waste as much time as possible (learning alien words, going into derelict freighters to get upgrades)

And now I remember why I stopped playing the last time. All the things I wanted to do (mostly, getting cooler/better ships and capital ships, and getting better weapons) required grinding insane amounts of money. Plus getting the exact ship you wanted was extremely random (and grindy, because good luck finding the ship with the looks you want and a good rating) but it looks like this update addresses this at least…

TwilightVulpine,

Getting money is pretty easy if you set up mines of rare resources. Give it some time and you’ll have all the money you need.

Sylvartas,

Oh yeah I think I remember reading about that and going “that’s a thing ?” And promptly realizing that none of my bases were on a planet where the profits would be worth the time investment

TwilightVulpine,

The planets with big money kinda suck to make bases. They are usually the most hazardous ones. I basically only leave a landing pad and a portal besides the mining stuff to collect and take it to my main base from time to time.

ICastFist,
@ICastFist@programming.dev avatar

If you mean mining Active Indium, they nerfed the price hard some updates ago. Using Oxygen + Chlorine for infinite multiplication still works. Another easy-ish way to get money is with a huge plantation of cactus. There’s a recipe that turns 200 into a gel that sells for 50k each.

Sylvartas,

Hah, I think I figured out the cactus thing by myself right before I stopped playing. But I didn’t have the motivation to make a big enough farm to really start racking up the big bucks

CosmicCleric,
@CosmicCleric@lemmy.world avatar

You’re not wrong, but also the space that they would need on your hard drive to make the game really non-repetitive visually would be out of this world (pardon the pun). Also not so sure how that would work out on the consoles.

ICastFist,
@ICastFist@programming.dev avatar

TLDR > A lot of the repetitiveness isn’t a problem of “Lack of disk space”, it’s just a matter of not making good use of procedural generation. Seeing “the same building blocks in a different configuration” is better than seeing “the same thing”.

the space that they would need on your hard drive to make the game really non-repetitive visually would be out of this world

Not necessarily. You can procedurally generate textures, sounds and geometry, but that becomes a huge CPU hog in a game that already blows CPU usage. But most of the repetitiveness can be “fixed” (read: reduced) without adding more than ~20MB of new textures and geometry.

One of the problems is that there’s no variation within a planet. Every grassy planet is the same mechanically. Sure, one might have bubbles in the air, another might have yellow grass instead of red, but they’re mechanically identical. It’s the only planet type to find starbulbs and minerals with parafinum. No grassy planet has an ice cap, or a desert patch, or a volcano. If you ever need to find cactus and pyrite, you have to go to a desert planet. If you need uranium and gamma weed, radioactive planet. Then you have the caves, which are completely identical in every planet.

Some planets may have bio luminescent plants, which are gorgeous to look at, but because there’s no variation within a planet, you see them everywhere. There’s never a point where you think “This is the spot on this planet”. Because everywhere is “the spot”, so it’s just “the planet”, which can also be found on the next star system.

Save for airless planets, if I’m not mistaken, every planet has the same 3 “trap” plants (man eater, whip, spores in a cave). There’s not even a color change depending on the planet. Same damn plant, same damn damage, same oxygen amount on death, whether on ice or on a volcano.

Another thing that compounds on the lack of planetary variation is the same sin that Starfield did, of every point of interest being the same everywhere. Every market is the same, every small settlement is the same, every infested facility is the same. This one is easy to give more variation, just create some building blocks and chain them together, like how rooms are generated in ARPG games like Diablo or Torchlight. You know how each star system has a different market rating? Use that to calculate the maximum size any one POI can reach, or as a weight to the POI that can appear (small settlements become more common in 1 star system, markets more common in 3 star, etc).

They do the above in a limited capacity with derelict freighters, so it’s not like there’s “no way” to do it or “they don’t know how”.

Yet another thing that breaks the immersion and “want” of exploration: the vast majority of the galaxy is “settled”. Star systems without any alien presence are the exception. What the hell are you even exploring if there’s already someone there with a working teleporter in space, plus several POI dotting every planet?

CosmicCleric, (edited )
@CosmicCleric@lemmy.world avatar

You can procedurally generate textures, sounds and geometry

Does any game do that today? I’m not aware of any. ??

Another thing that compounds on the lack of planetary variation

That’s the same problem again, you need hard drive space for all that 3D variation.

As far as I know all the 3D stuff is what takes up the most space on the hard drive, and that stuff is never procedurally created. /shrug Maybe someday with AI??

ICastFist, (edited )
@ICastFist@programming.dev avatar

Today? No, I don’t think any game does it.

.kkrieger did that. Not a “real game”, it’s a demo (of a demoscene), a “proof of concept” or a “proof of skill”. Nostalgia Nerd has a very interesting video about it on youtube.

3D models tend to occupy less disk space than textures, as these usually come in at least 2 files: one for the actual colors, one or two more for light mapping (bump map, emission, normals, etc). I don’t know which format NMS uses, but a .obj 3D model with 62k triangles will take around 4.5MB of disk space.

For comparison, this Damaged Helmet in gltf format (which you can see on your browser here) has 15k triangles, a .bin file (the actual 3D geometry) of 545kb and roughly 3MB of textures - The Default_albedo.jpg is the “actual color” and it alone is larger than the .bin + .gltf, at 914kb.

That’s the same problem again, you need hard drive space for all that 3D variation.

Not really. Again, they just need to be smart with what they have. Grassy planet where one third is green grass, another is red grass, another is yellow. No need for any extra stuff to be made, they already have the building blocks. Better yet, mostly grassy planet with patches of radioactive terrain surrounded by desert.

For buildings, just think about player made bases. You can make effectively “infinite” interiors and exteriors with all the stuff players can use to make a base. Write coordinates of “premade” rooms, write some extra lines of code to join specific rooms together and bam, all you needed was less than 10kb of extra text to increase variety.

CosmicCleric,
@CosmicCleric@lemmy.world avatar

You can procedurally generate textures, sounds and geometry

Does any game do that today? I’m not aware of any. ??

Today? No, I don’t think any game does it.

Well, my comment that you replied to was about a specific game that is already out, today. Hence, my point still stands.

Let’s hope that future hardware and games are aligned more with what you described, but today’s games do have limitations, based on the day and age they’re created in.

ICastFist,
@ICastFist@programming.dev avatar

The limitation is coder skill, not hardware. That .kkrieger example is 20 years old. It could make a Pentium 3 “generate an entire FPS game” from less than 100kb of coding instructions alone.

The question is "why don’t other people do it, then?" and the answer is “because having all those media resources as files makes the startup faster, memory usage down and is easier to modify and replace

CosmicCleric,
@CosmicCleric@lemmy.world avatar

“because having all those media resources as files makes the startup faster, memory usage down and is easier to modify and replace”

None of that matters, because you can load them in the background/parallel wise, as needed, which is what the game already does today.

But all of that takes space on the hard drive, which brings me back to the point I keep making.

My original comment…

You’re not wrong, but also the space that they would need on your hard drive to make the game really non-repetitive visually would be out of this world (pardon the pun)

, and what I keep replying back to comment on, is specifically about visuals, and variety in the planets, the areas of the planets, and the star systems, and the aliens. 3D models and meshes.

What you been describing is not 3D models and meshes, which is what takes up the majority of the hard drive space.

So, can you describe for me how the hard drive space for 3D models and meshes would be?

ICastFist,
@ICastFist@programming.dev avatar

What you been describing is not 3D models and meshes, which is what takes up the majority of the hard drive space.

My brother in christ, what the fuck do you think i’ve been describing then? I even linked an example of how the 3d model itself, the geometry, the mesh, occupies less disk space than the actual textures

For comparison, this Damaged Helmet in gltf format (which you can see on your browser here) has 15k triangles, a .bin file (the actual 3D geometry) of 545kb and roughly 3MB of textures - The Default_albedo.jpg is the “actual color” and it alone is larger than the .bin + .gltf, at 914kb.

What I see is that you don’t understand how procedural generation works. As is today, how do you think planetary terrain is generated? That it is all saved as a file that is read from your computer/PC? That you could load up a “planetXYZ.file” externally to edit it? That the terrain mesh is this huge file with all sorts of hills and plains that you could import/export and load in Blender?

CosmicCleric, (edited )
@CosmicCleric@lemmy.world avatar

My brother in christ, what the fuck do you think i’ve been describing then?

Algorithms that use the models/meshes/etc., and not the models/meshes data themselves. Algorithms take up allot less space on the hard drive.

What I see is that you don’t understand how procedural generation works.

I’m a computer programmer. I’ve written that kind of code before (gotta love some Perlin noise). /sigh

Also, you’re not quoting me on that part, but someone else. I didn’t make any mention about a ‘Damaged Helmet in gitf format’ (or anything else in that text you quoted).

As is today, how do you think planetary terrain is generated?

It mixes/matches models (that have meshes, etc.) like Lego pieces to assemble the landscapes/things. If you want more new/varied worlds, you need more models/meshes. The algorithms are not going to create them, its going to just assemble the ones that already exist as files on the hard drive.

Edit: Funny enough, I’m currently downloading the update, all 7.48GB of it. The whole game takes up 14.69GB on my hard disk. I’m going to bet most of the update is the new stations look/variety, and not the logic code for mix-and-matching ship parts.

Simon,

Actually, there’s a couple popular mods with an overhauled algorithm. No space required (That wouldn’t make sense anyway). Back when I played through this I wouldn’t touch it without it.

CosmicCleric, (edited )
@CosmicCleric@lemmy.world avatar

I’m speaking about the 3D models and meshes, visuals.

Variety of planets/systems and various areas on planets is very poor just because of the amount of hard drive space needed for all of the models and meshes.

Simon,

The beauty of all these issues is you can mod them out.

Tattorack,
@Tattorack@lemmy.world avatar

I have yet to find any mods that improve the game in the way I’d like… Or that will even work with the latest version of the game.

supercriticalcheese,

Yes, for a while now.

Tattorack,
@Tattorack@lemmy.world avatar

Yeah. Kind of.

Some people have already given their take, so I’ll add to it:

The game has a couple of hours of actual, fun content. After those couple of hours you’ll start to notice that everything is the same. Oh sure, the creatures and plants are made of different parts, but that’s as far as the differences go. Every planet has the exact same pattern, every system has a space station with the exact same functions, so eventually it really feels like exploration doesn’t matter. Which kinda sucks for a game that’s supposed to be about exploration.

I’ve always said that exploration would’ve been far more impactful if the universe of No Man’s Sky had just a bit more realism in it. This would mean most planets would be frozen iceballs or low atmosphere dustballs with no life on them. This would make discovering a planet with life on it quite momentous. It would also eliminate the problem of quickly finding out all life on every planet is exactly the same.

ICastFist,
@ICastFist@programming.dev avatar

Gave it a whirl. Basically, you can now scrap ships to get their components to create a new ship inside any station. Couldn’t find any merchant within the station selling pieces, so you have to go out and explore, or scrap some of your own ships.

Stations now look slightly different from one another and no longer have those semi-hidden rooms that nobody cared about. Alien vendors now give a discount if you’re at a good standing with their race. Guild “vendors” offer a list of stuff for free, but I don’t get why the prompt is red instead of white. Performance is still mostly CPU bound.

Overall decent update, but the new features don’t warrant playing more than 1 hour.

Simon, (edited )

Do you guys do anything other than to pile on to shit on this game? Shit on Star Citizen? Shit on buying anything ever? Shit on Sean Murray and how naive he just was and you would just do such a better job right?

Thought this would be a cool place to talk about games. How do you not have any awareness that [removed for civility]

Makes sense though since Linux is [bad word] at running games unless you have a Steam Deck.

PotatoKat,

I recently switched my laptop over to pop os and I’ve had no issues running the games I want to play using Lutris. Hell I’d argue Linux runs old games better than windows because of lutris. I have a few games I tried running on windows 10 and no matter what I did the game would insta ctd. But after switching and installing them using a lutris config I’ve actually been able to play those games. I even thought for sure I’d lose some of the functionality of my laptop (key lights, touch screen, something) but nope it all worked straight after install.

Linux has come a long way since I last tried it ~15 years ago

bundes_sheep,

Linux has come a long way since I last tried it ~15 years ago

100% this. Linux has been my daily driver since ~2005 and it seems like suddenly one day I went from playing tux racer and trying to get Skyrim to work to some degree with wine to buying games on steam with little fear of having to anything more than choose proton experimental and maybe add gamemoderun to the settings. It’s a completely different world now.

spez_,

Stop being so simped you cuck. The game’s pathetic and it should have been like this from the start

And it’s GNU/Linux and we don’t need games anyway as they’re unproductive

Seasoned_Greetings,

and we don’t need games anyway as they’re unproductive

So you come to a games community to shit on games and brag about how your shitty OS doesn’t play them?

Make it make sense

TJDetweiler,

Username Spez_

Of course it’s going to be a shit take.

Dremor,
@Dremor@lemmy.world avatar

Please stay civil (rule 2)

Dremor,
@Dremor@lemmy.world avatar

Please stay civil (rule 2).

If you come across such comment, please reply to them instead of OP, maybe you will start some interesting debate instead of just try to stir conflict in the community.

Simon,

Sorry, edited

Dremor,
@Dremor@lemmy.world avatar

Still out of context.

If this was a reply calling on someone baselessly criticizing the game, I’d allow it, but OP just posted an article that doesn’t even criticize the game.

Still, thank you for your edit.

Simon,

There was just too many derivative comments to choose from. I didn’t want to make it personal with someone. This was not directed at OP I thought (perhaps incorrectly) that that would be clear.

Dremor,
@Dremor@lemmy.world avatar

If you find one that seen interesting to debate upon, reply to it.
For the other, don’t waste your time on them and just downvote.

The vote system was made for this reason.

AeonFelis,

Does it have proper roomscale VR yet?

hornedfiend,

Can you own more than 6 lousy ships now? Not that I am still playing the game,but IT was the only fun thing left to do for me last time I tried getting back into this game.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • games@lemmy.world
  • fightinggames
  • All magazines