Skip to content

Add missing config vars for v1.4a features#2

Open
rxut wants to merge 1 commit intostijn-volckaert:masterfrom
rxut:master
Open

Add missing config vars for v1.4a features#2
rxut wants to merge 1 commit intostijn-volckaert:masterfrom
rxut:master

Conversation

@rxut
Copy link

@rxut rxut commented Feb 13, 2026

Summary

  • Adds PeriodicCheckVariance config var (randomizes periodic check interval)
  • Adds thread watchdog config vars (bEnableThreadWatchdog, ThreadWatchdogThreshold, ThreadWatchdogStrikes)
  • Adds memory reader detection config vars (bMemoryReaderDetection, MemoryReaderAction, bMemoryReaderIgnoreSigned)
  • Adds code injection detection config vars (bCodeInjectionDetection, CodeInjectionAction, bCodeInjectionIgnoreSigned)

These were already referenced in ACEActor.uc and implemented in native ACE_PlayerManagerConfig.h but missing from IACEActor.uc, causing compilation failures.

Default values match the native C++ config.

…injection detection

Syncs IACEActor.uc with ACEActor.uc and native ACE_PlayerManagerConfig.h:
- PeriodicCheckVariance
- bEnableThreadWatchdog, ThreadWatchdogThreshold, ThreadWatchdogStrikes
- bMemoryReaderDetection, MemoryReaderAction, bMemoryReaderIgnoreSigned
- bCodeInjectionDetection, CodeInjectionAction, bCodeInjectionIgnoreSigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant