Awesome mod!
Does the range scale with the 2.5x Kerbolar System ? If not, is it still playable or is there a way to manually change the values?
//Edit: It does not scale automatically. Config file is located in BepInEx\plugins\CommNext\patches\libraries\_constants.patch. Open it with any text editor and change or replace the values and save.
I'll put my config file until a proper config for the x2.5 Kerbolar System is added. (might not be balanced)
// 2.5x rescale for 2.5x Kerbolar System
// -Relays
// Was 36G, stock 2G, 2.5x rescale Kerbol 5G
$commnext-RANGE-RA2: 5000000000.00;
$commnext-EC-RA2: 0.5;
// Was 86G, stock 15G, 2.5x rescale Kerbol 37G
$commnext-RANGE-RA15: 37500000000.00;
$commnext-EC-RA15: 1.0;
// Was 130G, stock 100G, 2.5x rescale Kerbol 250G
$commnext-RANGE-RA100: 250000000000.00;
$commnext-EC-RA100: 2.0;
// Stock HG-5 has 200000000.0 (200M), stock 5G, 2.5x rescale Kerbol 37G
$commnext-RANGE-HG5: 12500000.00;
$commnext-EC-HG5: 0.2;
// -Antennas
// Stock command pod has 200000000.0 (200M) range. stock 5k, 2.5x rescale Kerbol 12k
$commnext-RANGE-POD: 12500.00;
// Stock 16 has 200000000.0 (200M) range. stock 500k, 2.5x rescale Kerbol 1.2M
$commnext-RANGE-C16: 1250000.00;
// Stock 16S has 200000000.0 (200M) range. stock 500k, 2.5x rescale Kerbol 1.2M
$commnext-RANGE-C16S: 1250000.00;
// Stock DTS-M1 has 36000000000.0 (36G) range. stock 2G, 2.5x rescale Kerbol 5G
$commnext-RANGE-DTS-M1: 5000000000.00;
// Stock HG-55 has 86000000000.0 (86G) range. stock 15G, 2.5x rescale Kerbol 37G
$commnext-RANGE-HG55: 37500000000.00;
// Stock C-88 has 130000000000.0 (130G) range. stock 100G, 2.5x rescale Kerbol 250G
$commnext-RANGE-C88: 250000000000.00;