The future of computing (and game engines)

Legends

Elite
Joined
Dec 31, 2006
Posts
3,235
Location
Twin Peaks mall, 2nd floor
Society
Dirty Dingos
Avatar Name
Inherent Marxus Legends
This is a topic that comes up from time to time, like for example in recent AMAs and also in Suggestion threads. I thought I'd share my perspective on this and invite others to also share theirs. I'm not by any means a computer programmer or software/game developer, but I am tech savvy and I can generally follow a conversation about computers and their evolution over time since I have been using them since the mid-1990s.

Back in my late teens I was working for a printing company and learned to do Desktop Publishing. The tool of the trade at the time was Macintosh Power PCs. If I remember I was working off of a Power PC 9600. I have to admit that back then, I was a bit confused as to why we were using Macintosh for this since PCs generally had Intel chips in them with faster clock speeds. It wasn't until the early 2000s that I actually took it upon myself to do the research to find out why that was.

Superscalar Architecture:
Apple, IBM and Motorola had joined forces in the early 90s to create their own CPUs based on their needs and what they thought was best. To them, what held the most promise in the long term was this Superscalar architecture where the internal clock of the CPU has more than 1 slot and therefore is able to accomplish several operations with each revolution as opposed to Intel's x86 chips which could only perform 1. This meant that although Macintosh's Power PCs had slower clock speeds, they often were actually faster than PCs with Intel chips since they could perform 2 and sometimes 3 operations per clock revolution.

But the whole world in the early 2000s seemed to be obsessed with clock speeds, all you kept hearing about was the Ghz of the CPU, that seemed to be all that mattered. Marketing-wise, it sure made sense; it was a lot easier and simpler to compare machine performances when that performance was tied to just 1 number, it's internal clock speed. But I couldn't help but feel that people were misguided and that this was not the smartest way to develop the technology. In other words, I thought Apple had been smart to go the Superscalar route, I agreed with them that it held much more promise in the long term when clock speeds have reached their upper limits and the only way to improve performances further would be through multi-thread processing (more than 1 operation per clock cycle).

From Wikipedia:
index.php

I was shocked when Steve Jobs announced in 2005 that Apple was going to install Intel chips in their Macintosh Desktop computers starting in 2006, this to me was such a disgrace and an admission of having lost the race on CPU performance. But at the same time I understood that Apple was probably just following the old philosophy of "if you can't beat them, join them", and that it was probably the right move for Apple to gain more market share in the personal computing space (quick sidenote, the P5 Pentium chip was the first x86 chip to be a superscalar chip and this could have also played a role in Apple's decision at the time).

CryEngine 2 and CryEngine 3:
Back in 2005-2007, the world of personal computing was very much single-threaded. CryTek looked into their crystal ball and this is what they predicted the future of computing would look like so they built their game engine accordingly. Therefore it was no surprise when CryTek decided to bet on the future of computing being mainly characterized by ever increasing clock speeds and the first few iterations of the CryEngine were actually designed for single-thread processing computers and didn't even consider the possibility of multi-threads or multi-cored machines. And this is the reason why still today, older games made for PC such as Crysis don't run as well as they should even when installed on today's best gaming machines (see articles about that very subject here and here).

MindArk choses CryEngine for Entropia:
In July of 2007, MindArk settles on the CryEngine for Entropia. Who knows, maybe the UnReal engine may have been a contender at the time but back in 2007, though there was a lot of hype being generated about their upcoming UnReal Engine 4, the latest version available for licensing was UnReal Engine 3 and UnReal Engine 4 didn't actually get released until 2014. CryEngine was actually ahead in terms of graphics quality at the time and I'm sure that MindArk had to consider a whole lot of other factors such as cost to license and how resource intensive the engine would actually be for them to use for Entropia.

CryEngine 2 had all of the following features:
  • Volumetric 3D Clouds
  • Real time Ambient Maps with dynamic lighting and no premade shadows
  • 3D Ocean Technology dynamically modifies the ocean surface based on wind and wave direction and creates moving shadows and highlights underwater
  • Depth of field to focus on certain objects while blurring out the edges and far away places
  • Vector Motion blur on both camera movement and individual objects
  • Dynamic Soft shadows with objects casting realistic shadows in real time
  • Realistic Facial Animation that can be captured from an actor's face
  • Subsurface scattering
  • Breakable Buildings allowing more tactical preplanning on the player's side
  • Breakable Vegetation (with possibly heavy foliage) enabling players and enemy AI to level entire forests as a tactical maneuver or other purposes
  • Advanced Rope Physics showcasing bendable vegetation responding to wind, rain or character movement and realistically interactive rope bridges
  • Component Vehicle Damage giving vehicles different destroyable parts, such as tires on jeeps or helicopter blades
  • HDR lighting
  • Fully interactive and destructible environments

Multi-Threading optimization:
The optimization of graphics cards and game engines for the use of multi-cored/threaded machines has been somewhat slow. Some of that could be attributable to Microsoft's DirectX applications, and some of that optimization is also dependent on the game developers themselves. But there is a point where the amount of time it takes just outweighs the performance gains so it's difficult to argue that the responsibility lies entirely with the developers and much more likely that the technology, i.e. development tools and software, still has some catching up to do. In other words, the technological advancements on the hardware side seem to have been out-pacing the advancements on the software side. I found a couple of articles that show that beyond 6 cores, there are just no further gains to be made right now as far as FPS is concerned, which to me at least, shows that the software running the hardware is just not optimized for that sort of hardware configuration just yet (articles here and here).

Is CryEngine still the right choice for Entropia:
People often ask themselves that question, even I did at one point, mostly after hearing that CryEngine 2 was not mutli-thread capable. But since that time I've come to realize that this problem has not been isolated to just CryEngine and in fact was attributable to many factors, which are slowly being addressed. And as I said before, I'm sure that MindArk had to consider many things other than just graphics and performance, including cost, both financially (licensing fees) as well as cost in terms of development resources required to further expand the game in the future using this engine as opposed to another one.

One particular article which was quite revealing to me recently was this one where the author explains:
  • CryEngine allows for a fast iteration process
Having so much available right out of the box, combined with visual strength, makes CryEngine a great tool to iterate quickly on projects and get prototypes out of the door.

"CryEngine has no build or compile times in its editor," Larsen says. "It's extremely easy to create something good looking very fast thanks to the powerful tools such as the vegetation tool, the environment tool or flowgraph editor (node-based scripting) which makes getting off the ground or simply prototyping ideas very fast indeed."

And:
  • CryEngine is easy to learn
While beginners may be more at ease with engines such as GameMaker thanks to its drag-and-drop features, CryEngine is still a good choice even for entry level developers as it doesn't have a steep learning curve.

"I always encourage other developers to consider CryEngine for their projects if applicable," Bergendahl says. "The engine is not hard to learn, is immensely powerful, and carries with it a special recognition in the minds of the gaming community. Gamers' eyes usually light up when they see 'developed in CryEngine' before a game trailer. We never had any issues training talented developers in the tool and code base."

Let's face it, Entropia is a rather small MMO in terms of users, and MindArk is a small developer. And although UnReal might look a bit better than CryEngine does today (this is highly subjective and could depend on who you ask), you have to consider how many developer manhours it actually takes to realize projects with it, and it seems that CryEngine is just much faster in that respect. So for that reason, I honestly think that we'll all be better off if MindArk just sticks to CryEngine for now as they are short on resources and way behind in terms of releasing new content (Space transport missions, Codex for PPs, Land Plots, etc...)

Superscalar Architecture is back with a vengeance:
The idea for this thread came when I saw this youtube video below. It shows how Apple is now turning all of the Personal Computing space over on it's head by doubling-down on Superscalar and actually surpassing Intel's fastest chip by a very comfortable margin recently. The Apple M1 chip is arguably the fastest commercial chip ever made and soon to be used in a host of personal computing products. It's capable of 25,000 simultaneous threads according to Apple. The future is very much multi-threaded, there is no longer any doubt about that, if there ever was.

How Apple just changed the entire industry:
Conclusions:
According to Wikipedia, we are still running on CryEngine 2. There was a major graphics update in December 2019 but it is not stated anywhere that the CryEngine was updated to a more recent version. So at this time, it would appear that Entropia is saddled with a game engine which is not made for multi-core gaming computers and which is designed around principles of yesteryear which are being abandoned quickly by the industry.

My understanding is that porting an existing game that was created in an earlier version of CryEngine to a more recent version is not necessarily that easy or quick to do, and if that's the case, I agree that MindArk should not 'waste' their precious little development resources on this unless they see a huge advantage in doing so. Multiple surveys have been done before on the player base in this forum and graphics is not top of mind for Entropia players.

However in March 2020, CryTek announced support (in beta) for Android (and hints at full mobile support). Once CryTek announces full native support for Android and other cell phone operating systems, I think there would be a lot to gain for MindArk to port the game to the latest CryEngine at that point. With CE 3, full native support for Linux was introduced, and with Rosetta, Mac users can play pretty much any PC game they like, so this would make Entropia much more widely available going forward, not to mention all the new tools and features that have been introduced in the software development kit (SDK) since 2007.

When do you think MindArk should consider upgrading the game engine? And what do you think they should upgrade it to?

Legends
 
Last edited:
I just hope they don't mess up the controls or UI. MindArk has failed gloriously in past updates and alienated many players. Almost like they don't play the game at all.

Adding Apple and Linux computers to the lineup would be a big plus in my humble opinion.
 
I've posted a question in the AMA-section already as I was wondering the same. There are a few of ways EU could go. New client-side engine, Cloud Gaming, VR (they tested this already), new input devices, support for smartphones, native support for other OS than Windows, ...

As you pointed out EU is a rather MMORPG small compared to others. From what I can remember the switch to CryEngine wasn't easy and rather costly for MA. CryEngine didn't support the various features EU had at that time (e.g., it took a while to get taming back into the game).

With their experience from back then I'm not sure if they have plans to change anything at tall, which is why I asked the question and sadly got no response for.

So I wouldn't be surprised if we don't see anything new for a while and then get some interesting/stunning update on what's happening.

Watching the various videos from pre-CryEngine I sometimes find my self wondering why I actually was playing that "ugly looking" game :D But hey, that's what it was and I/we liked it. And it'll probably be the same with whatever comes next. I mean we won't have this for another twenty years.
 
When do you think MindArk should consider upgrading the game engine? And what do you think they should upgrade it to?

Mindark needs to evaluate any upgrades in terms of "value added" service, in my opinion. Will the game engine upgrade and add core functionality that will enhance player experiences and bring in new players as well? There are a number of model glitches and other bugs they could spend their time ironing out that would enhance the current state of play. They might even be able to push the current engine more now that most people's desktops exceed its requirements. When EU runs well its a decent MMO even with large crowds of people online. They've definitely improved some since they fixed the lag last time around.

They are not a huge developer that can throw 10s of millions of dollars towards a retool and optimization of assets while still maintaining the current game. It would really take some renewed interest in EU and maybe some type of crowd funding effort to implement such a thing and then there are no guarantees. They also need to find something that will mesh well with other elements of the game that go on behind the scenes. Upgrading the Crytek engine seems logical and if that fixed some of the graphics, collision bugs, and meshed well with the current game in the process I think that would be "value added" enough to pursue it. Do they have the resources to take that on? It would also take buy in from the Planet Partners since it would require them to ramp up some development as well. There are a lot of moving pieces in EU these days compared to PE, I can imagine its like turning the Titanic on some efforts.

Lately digital currencies and even assets (NTF) have taken off and I hear a lot of people talking about how new things are but really Project Entropia was doing this since 2003 and had they had the idea of adding real world value to digital items before then. I guess they tried breaking into that realm with Deep Token which happened while I was finishing my degree so I'm not up to date on why it tanked. I thought this might be an avenue to bring interest back to EU and a way to fund a retool.

In a perfect world with a huge development war chest then I would say MA would do well to pick something like Unreal or even Lumberyard since it is Crytek based and then modify the heck out of it to suit their needs. I've done some work with Unreal and Unity and like them both but the last time I got a really good look at Unreal I was really impressed.

I know MA is really tight lipped about developments but I am curious if they have a tenable roadmap for continual improvement and growth.
 
upgrade developer better be better than the one that upgraded us to vu 10. The bugs, glitches, and bullcrap from that are still present in today's Entropia Universe. At one time they promised moving stuff back to pre vu 10 locations, bringing upgrades to estate owners that had their estates trashed with vu 10, etc. Such upgrades never happened...bink video on partcipant content got killed without compensation, etc.

next game engine will probably cause just as much havoc, if not more.
 
Mindark needs to evaluate any upgrades in terms of "value added" service, in my opinion. Will the game engine upgrade and add core functionality that will enhance player experiences and bring in new players as well? There are a number of model glitches and other bugs they could spend their time ironing out that would enhance the current state of play. They might even be able to push the current engine more now that most people's desktops exceed its requirements. When EU runs well its a decent MMO even with large crowds of people online. They've definitely improved some since they fixed the lag last time around.

They are not a huge developer that can throw 10s of millions of dollars towards a retool and optimization of assets while still maintaining the current game. It would really take some renewed interest in EU and maybe some type of crowd funding effort to implement such a thing and then there are no guarantees. They also need to find something that will mesh well with other elements of the game that go on behind the scenes. Upgrading the Crytek engine seems logical and if that fixed some of the graphics, collision bugs, and meshed well with the current game in the process I think that would be "value added" enough to pursue it. Do they have the resources to take that on? It would also take buy in from the Planet Partners since it would require them to ramp up some development as well. There are a lot of moving pieces in EU these days compared to PE, I can imagine its like turning the Titanic on some efforts.

Lately digital currencies and even assets (NTF) have taken off and I hear a lot of people talking about how new things are but really Project Entropia was doing this since 2003 and had they had the idea of adding real world value to digital items before then. I guess they tried breaking into that realm with Deep Token which happened while I was finishing my degree so I'm not up to date on why it tanked. I thought this might be an avenue to bring interest back to EU and a way to fund a retool.

In a perfect world with a huge development war chest then I would say MA would do well to pick something like Unreal or even Lumberyard since it is Crytek based and then modify the heck out of it to suit their needs. I've done some work with Unreal and Unity and like them both but the last time I got a really good look at Unreal I was really impressed.

I know MA is really tight lipped about developments but I am curious if they have a tenable roadmap for continual improvement and growth.

Exactly
 
beautiful article! In my opinion, it should be an engine update. You have to go forward, not stop because "something is working". Improve! Looking only at the current game updates, one developer in the basement can do nothing for himself.
 
When do you think MindArk should consider upgrading the game engine? And what do you think they should upgrade it to?
When it makes business sense. There needs to be a positive assessment of the chances that a sufficient influx of players and money will occur because of the new engine, and exceed both development cost and the loss of players who get upset about it. The change to Cryengine has cost quite a bit in both, remember. Regarding development, it seems that most who get triggered by the "there is a new engine and you must upgrade" impulse have no idea what effort it takes to port all the in-game assets to a format which is very likely incompatible. And then again when the next one shows up around the corner. This never stops...
 
i don't have a problem with the cryengine at all. i think it's a great choice for EU as there really isn't a competitor that offers a substantial graphical upgrade relative to all-in costs...

i DO thing we need some updated textures... 512x512 is just a joke at this point... give us 2k textures.
 
Back
Top