19 themes/skins available for your browsing pleasure. A variety of looks, 6 AC2 exclusives - Featuring SMACX, Civ6 Firaxis, and two CivII themes.[new Theme Select Box, bottom right sidebar - works for lurkers, too]
0 Members and 1 Guest are viewing this topic.
@Yitzi: Are you willing to add this feature to the patch once you get the other potential probe team costs in place?
How do you add a alphax variable under your new system?
Is this what you would want?0058571B A3 23015A00 mov dword ptr ds:[5A0123], eax00585720 F600 02 test byte ptr ds:[eax], 2What purpose would this serve? The only coding change needed to make the DECIPHER script function is to change jnz short terranx_.005A013A to je short terranx_.005A013A.
Quote from: Dio on May 01, 2014, 04:00:07 AMIs this what you would want?0058571B A3 23015A00 mov dword ptr ds:[5A0123], eax00585720 F600 02 test byte ptr ds:[eax], 2What purpose would this serve? The only coding change needed to make the DECIPHER script function is to change jnz short terranx_.005A013A to je short terranx_.005A013A.Firstly, I didn't realize that no further changes are necessary to enable it.However, even so, it would serve the purpose of making it so that people who want to play without that option can. Unlike your previous changes, it's an actual change to gameplay, so unless consensus is that it would be a bugfix, people should have the option.
Quote from: Yitzi on May 01, 2014, 04:28:19 AMQuote from: Dio on May 01, 2014, 04:00:07 AMIs this what you would want?0058571B A3 23015A00 mov dword ptr ds:[5A0123], eax00585720 F600 02 test byte ptr ds:[eax], 2What purpose would this serve? The only coding change needed to make the DECIPHER script function is to change jnz short terranx_.005A013A to je short terranx_.005A013A.Firstly, I didn't realize that no further changes are necessary to enable it.However, even so, it would serve the purpose of making it so that people who want to play without that option can. Unlike your previous changes, it's an actual change to gameplay, so unless consensus is that it would be a bugfix, people should have the option.The topic on the Theory of Everything I started seems to indictate most of the respondents are fine with having additional options.
How can you disable one option with an alphax variable when they both go through the majority of the same procedure?