Engine:Limits: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
Line 12: Line 12:
* Names in general are limited to 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 and name.
** Applies to data relative asset names, which is the full relative path and name.
* Paths not that are not data relative asset paths are limited to 511 characters maximum.
* 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 the engine install location.
** Applies to the full path and name folders and files in any data location.
** Applies to the full path and name folders and files in any data location.

Revision as of 00:55, 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, which is the full relative path and name.
  • 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.