diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index c77866317..b69e81417 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -123,6 +123,13 @@ MAX_ITEM_SIZE = 34 MAX_WEAPON_SIZE = 9 OLD_INVENTORY_ITEM_NUMBER = 99 +;------------------------------------------------------------------------------------------------------------------------------ +; USE_NEW_CTH_CALCULATION is an experimental switch which causes the game to use a cleaned up version of NCTH calculation. +; This switch will do nothing if you play with OCTH. +; The new code is easier to read for programmers and therefore (hopefully) easier to improve. ;-) +; The switch and the old code will probably be removed in the future. +;------------------------------------------------------------------------------------------------------------------------------ +USE_NEW_CTH_CALCULATION = TRUE ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/Data-UB/Ja2_Options.ini b/Data-UB/Ja2_Options.ini index 3ae3c79b3..c052583d4 100644 --- a/Data-UB/Ja2_Options.ini +++ b/Data-UB/Ja2_Options.ini @@ -123,6 +123,13 @@ MAX_ITEM_SIZE = 34 MAX_WEAPON_SIZE = 9 OLD_INVENTORY_ITEM_NUMBER = 99 +;------------------------------------------------------------------------------------------------------------------------------ +; USE_NEW_CTH_CALCULATION is an experimental switch which causes the game to use a cleaned up version of NCTH calculation. +; This switch will do nothing if you play with OCTH. +; The new code is easier to read for programmers and therefore (hopefully) easier to improve. ;-) +; The switch and the old code will probably be removed in the future. +;------------------------------------------------------------------------------------------------------------------------------ +USE_NEW_CTH_CALCULATION = TRUE ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/Data/Ja2_Options.INI b/Data/Ja2_Options.INI index aa9856ea0..cf9513685 100644 --- a/Data/Ja2_Options.INI +++ b/Data/Ja2_Options.INI @@ -123,6 +123,13 @@ MAX_ITEM_SIZE = 34 MAX_WEAPON_SIZE = 9 OLD_INVENTORY_ITEM_NUMBER = 99 +;------------------------------------------------------------------------------------------------------------------------------ +; USE_NEW_CTH_CALCULATION is an experimental switch which causes the game to use a cleaned up version of NCTH calculation. +; This switch will do nothing if you play with OCTH. +; The new code is easier to read for programmers and therefore (hopefully) easier to improve. ;-) +; The switch and the old code will probably be removed in the future. +;------------------------------------------------------------------------------------------------------------------------------ +USE_NEW_CTH_CALCULATION = TRUE ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/INIEditorJA2Options.xml b/INIEditorJA2Options.xml index c21c028d8..e87de4f76 100644 Binary files a/INIEditorJA2Options.xml and b/INIEditorJA2Options.xml differ