mirror of
https://github.com/veden/Rampant.git
synced 2025-03-17 20:58:35 +02:00
reduced pheromone map process to 105
This commit is contained in:
parent
e91fc26066
commit
bbb99102cc
@ -23,6 +23,7 @@ Date: 23. 11. 2021
|
||||
- Decreased evolution target variability when calculating bases faction type
|
||||
- Decreased wander time when a settle command fails to 20 seconds
|
||||
- Reduced player, enemy, resource scanned chunks to 2 every 7 ticks
|
||||
- Reduced pheromone map processed chunks to 105 every 7 ticks
|
||||
Bugfixes:
|
||||
- Greatly reduced chance a chunk is not processed due to chunk not being actually generated by game engine. You may notice a small delay before the spawners and worms convert to Rampant new enemy versions.
|
||||
- Fixed vengence squads only processing half the expected chunks
|
||||
|
@ -43,7 +43,7 @@ constants.MAGIC_MAXIMUM_BASE_NUMBER = 100000000
|
||||
constants.RETREAT_MOVEMENT_PHEROMONE_LEVEL_MIN = 1000
|
||||
constants.RETREAT_MOVEMENT_PHEROMONE_LEVEL_MAX = 130000
|
||||
|
||||
constants.PROCESS_QUEUE_SIZE = 140
|
||||
constants.PROCESS_QUEUE_SIZE = 105
|
||||
constants.SCAN_QUEUE_SIZE = 2
|
||||
constants.RESOURCE_QUEUE_SIZE = 2
|
||||
constants.ENEMY_QUEUE_SIZE = 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user