Engine:Limits: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{dev}}
{{dev}}
This is a reference for Engine general [[limits]].
This is a reference for Engine general [[limits]].


== Notes ==
== Notes ==

Revision as of 00:51, 22 October 2023

Engine development

This is a reference for Engine general limits.

Notes

Key

Reference

Data limits

  • Names in general are 63 characters maximum.
    • Applies to names of CVar, CCmd, Alias, and context.
    • Applies to data relative asset names including the relative path.
  • Paths not that are not data relative asset paths are limited to 511 characters maximum.
    • Applies to the full path and name folders and files in the engine install location.
    • Applies to the full path and name folders and files in any data location.