Posted: Thu Nov 28, 2019 1:27 pm Post subject: Automatically Enable Entries
I'm trying to get certain entries on my table to automatically activate & set a specific value when I load the table. The problem is nothing happens automatically. It does however work if I select Execute script. What am I doing wrong? Thanks!
Code:
getAutoAttachList().add("CK2game.exe")
getAddressList().getMemoryRecordByDescription("Game must be played in Ironman mode.").Active=true
getAddressList().getMemoryRecordByDescription("No User Modification that change the game's checksum must be active.").Active=true
getAddressList().getMemoryRecordByDescription("The save file must not have been changed, and must have had achievements enabled from the start.").Active=true
getAddressList().getMemoryRecordByDescription("Steam must be active.").Active=true
getAddressList().getMemoryRecordByDescription("The Ruler Designer cannot be used.").Active=true
getAddressList().getMemoryRecordByDescription("Game must be played in Ironman mode.").Value=1
getAddressList().getMemoryRecordByDescription("No User Modification that change the game's checksum must be active.").Value=1
getAddressList().getMemoryRecordByDescription("The save file must not have been changed, and must have had achievements enabled from the start.").Value=1
getAddressList().getMemoryRecordByDescription("Steam must be active.").Value=1
getAddressList().getMemoryRecordByDescription("The Ruler Designer cannot be used.").Value=0
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum