Sync SuperWoW FoV with Modernization Tool #10

Merged
Dusk-92 merged 2 commits from test/sync-superwow-fov into main 2026-09-05 09:13:19 +00:00
Dusk-92 commented 2026-09-05 09:03:12 +00:00 (Migrated from github.com)

Summary

  • keep the Modernization Tool FoV selection authoritative when SuperWoW is enabled
  • write/update the matching SET FoV value in WTF/Config.wtf
  • leave existing FoV configuration untouched when SuperWoW is disabled
  • preserve read-only Config.wtf mode after the update

Tests

  • updates an existing SuperWoW FoV CVar
  • creates the CVar when missing
  • preserves existing FoV when SuperWoW is disabled
  • verifies script memory and FoV settings coexist
  • verifies read-only mode is restored

This is intentionally scoped to the existing dynamic installer path and does not modify SuperAPI itself.

## Summary - keep the Modernization Tool FoV selection authoritative when SuperWoW is enabled - write/update the matching `SET FoV` value in `WTF/Config.wtf` - leave existing FoV configuration untouched when SuperWoW is disabled - preserve read-only `Config.wtf` mode after the update ## Tests - updates an existing SuperWoW FoV CVar - creates the CVar when missing - preserves existing FoV when SuperWoW is disabled - verifies script memory and FoV settings coexist - verifies read-only mode is restored This is intentionally scoped to the existing dynamic installer path and does not modify SuperAPI itself.
Sign in to join this conversation.