-
-
Notifications
You must be signed in to change notification settings - Fork 0
Framework Object & File Database
This Wiki page was last updated for [\textcolor{aqua}{Stellaris}] version v4.4.*
You can see The Name Convention for these Files and Objects in Framework Name Convention for Objects and Files wiki page.
This foundational infrastructure holds global engine pointers, mathematical script constraints, and systemic memory registries accessible across all scopes.
- Paradox Target Directory:
common/scripted_variables/ - Rule Reminder: Loaded via FIOS rules. Must be prefixed with
@inside scripts. The trailing custom purpose string block must stay strictly lowercase and under 20 characters to preserve parsing memory footprints.
Example: (Must leave 4 spaces to keep the table in the list)
-
Object Name: DEBCF_GLOBALVAR_NOSCOPE_<purpose>File Path: common/scripted_variables/!_DEBCF_core_variables.txtCalling Reference Format: @DEBCF_GLOBALVAR_NOSCOPE_<purpose>Target Scope: Global script compilation layer Persistence: Static baseline compile register Context Summary & Implementation Details: [Log the fixed mathematical float value, integer constant, or static mod check parameter defined for global file parsing usage.]
* File Location & Properties:
* Path: `common/scripted_variables/!_DEBCF_core_variables.txt`
* Calling Reference Format: `@DEBCF_GLOBALVAR_NOSCOPE_<purpose>`
* Scope Context Constraints:
* Target Scope:
* Persistence:
* Context Summary & Implementation Details:
* Tip
Example Entry: DEBCF_GLOBALVAR_NOSCOPE_nanite_base_growth
- File Location & Properties:
- Path:
common/scripted_variables/!_DEBCF_core_variables.txt - Calling Reference Format:
@DEBCF_GLOBALVAR_NOSCOPE_nanite_base_growth
- Path:
- Scope Context Constraints:
- Target Scope: Global script compilation layer
- Persistence: Static baseline compile register (Hardcoded value:
1.50)
- Context Summary & Implementation Details:
- Defines the foundational background growth acceleration coefficient utilized across all script systems to scale infection multipliers uniformly.
Note
This is a Markdown file and is formatted for viewing in
You can read the Markdown Wiki to learn how to use and modify these types of files.
This Documentation is for