Update epochconfig.hpp

Changed NPCSlotsLimit = 30; because at 20, it seemed to take account of static traders (on Altis) and no new traders spawned, also, a side effect was brown markers on the map without traders being present
This commit is contained in:
MGT 2017-07-19 10:50:06 +01:00 committed by GitHub
parent e16ee710ae
commit d20eafce44

View File

@ -63,7 +63,7 @@ ExceptedBaseObjects[] = { // Not Indestructible, also if in a Class of Indestr
// Traders
taxRate = 0.1; // controls the price increase for purchases
starterTraderItems[] = { { "ItemSodaBurst", "meatballs_epoch", "MortarBucket", "CinderBlocks", "VehicleRepair", "CircuitParts", "ItemCorrugated", "PartPlankPack", "ItemRock", "ItemRope", "ItemStick" }, { 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 } }; // Starter Items for fresh spawned trader first array is classnames second is quantity.
NPCSlotsLimit = 20; // Max number of traders static or dynamic. Warning! Higher the number lower performance.
NPCSlotsLimit = 30; // Max number of traders static or dynamic. Warning! Higher the number lower performance.
forceStaticTraders = "true"; // disables traders moving from work to home
forcedVehicleSpawnTable = ""; // leave blank for default. Options: "allowedVehiclesList","allowedVehiclesList_CUP","allowedVehiclesList_MAD","allowedVehiclesList_MADCUP"