Total conversion (nonfiction)

From Gnomon Chronicles
Revision as of 15:24, 25 December 2020 by Admin (talk | contribs) (Created page with "In the Unreal engine, a '''total conversion''' is a mod which bypasses the established game classes and starts at the engine core. == Discussion...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In the Unreal engine, a total conversion is a mod which bypasses the established game classes and starts at the engine core.

Discussion

Rather than use game-specific subclasses, TC's are implemented as subclasses of the base engine classes, such as the GameInfo class.

If your mod doesn't exist in the realm of the game's universe, or if you want to try something completely different, then a TC is the way to go. Just be aware that you will be doing everything from scratch.

In the News

Fiction cross-reference

Nonfiction cross-reference

External links