Console Tech Levels

Can anyone supply the console tech levels? I need them for reference for some console i’m developing.

They are 7:

  1. Very low tech.
  2. Low tech
  3. Moderate tech
  4. Modern tech
  5. High tech
  6. Very high tech
  7. Highest tech
    Source: UME(Ultimate Mod Editor)
1 Like

Let me rephrase, I need to know what a console has as a tech level

Like Mbox 360 5? or 4?

The should depend on the features. If you are good at guessing, you should be good, else you can do it the hard way: see the source code. You could also, simply, refer to the features instead of the tech level.

If you beautify the game’s source code (it’s a file called “nodeNw.js”, located in the “compressed” folder of GDT), paste the beautified code in a text editor (I prefer Notepad++) and use the search function to find “mBox 360”, you will find out that it has a tech level of 5.

{
    id: "mBox 360",
    name: "mBox 360",
    company: "Mirconoft",
    //-snip-
    techLevel: 5
},
1 Like