How does a game in development for 7 years stay up-to-date with trends, graphics, etc?

880 views

I am referencing CyberPunk by the way.

In: Technology

2 Answers

Anonymous 0 Comments

Amateur game programmer here. Explained in a short simple way:

The core of the game doesn’t require graphics. Every mechanic and the way everything is used by the player or calculations are just code. So this doesn’t require any other tune to fit the market standard.

About graphics: They are normally designed much better than the ones you will see on the game. This is the reason of people complaining that graphics where far superior on the E3 demo than the final release. Think of it as the cutscenes from a final fantasy game, the model is the same, but the cutscene looks so much better.
The thing is, the cutscene must be rendered onto a video and that takes a ton of time, so those awesome graphics cannot be run on real time, so they are replicated for “lower poly” versions that your pc can actually render on real time. Now, if you have been developing for 7 years, chances are that nowadays pc can run the graphics somewhat near to whatever you designed on 3D 7 years ago. Plus, you can always apply new texture applying techniques to old 3d models, to make them look more realistic.

Sorry for the bad english.

You are viewing 1 out of 2 answers, click here to view all answers.