Engine:Limits: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
=== Data limits ===
=== Data limits ===


* Names in general are 63 characters maximum.
* Names in general are limited to 63 characters maximum.
** Applies to names of CVar, CCmd, Alias, and context.
** Applies to names of CVar, CCmd, Alias, and context.
** Applies to data relative asset names including the relative path.
** Applies to data relative asset names including the relative path.

Revision as of 00:52, 22 October 2023

Engine development

This is a reference for Engine general limits.

Notes

Key

Reference

Data limits

  • Names in general are limited to 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.