zouzou08200 1 Report post Posted July 18, 2016 (edited) hello how do I change payment territory poptabs in respect class CfgTerritories { // Base Cost / Radius // Level 1 is allways for Pop Tabs, >= 2 for Respect prices[] = { // PurchasePrice Radius Number of Objects {5000, 15, 30 }, // Level 1 {10000, 30, 60 }, // Level 2 {15000, 45, 90 }, // Level 3 {20000, 60, 120 }, // Level 4 {25000, 75, 150 }, // Level 5 {30000, 90, 180 }, // Level 6 {35000, 105, 210 }, // Level 7 {40000, 120, 240 }, // Level 8 {45000, 135, 270 }, // Level 9 {50000, 150, 300 } // Level 10 Thx Edited July 18, 2016 by zouzou08200 Share this post Link to post Share on other sites
TDBGaming 121 Report post Posted July 18, 2016 Its not as simple as just changing it in the config file. You would need to edit a few files if you wanted to change all territory costs from poptabs to respect. ExileServer_system_territory_network_territoryUpgradeRequest.sqf is one file that would need editing, the others would be named similar. This 1 file is server side but some maybe client side Share this post Link to post Share on other sites