Proto_Noob
Chieftain
- Joined
- Jan 11, 2016
- Messages
- 42
Hey all, been playing VP for about a year now. Love it and have forgotten about vanilla altogether. I do have a question about the TPs/Villages though.
I noticed that applying this improvement now removes many features (Marshes, forests, etc.). This was not the case in vanilla if I remember correctly). Now, I love the no-two-adjacent thing, it brings a lot of planning and strategy into the game that was not there before. Given this, however, I feel that REQUIRING the removal of terrain features makes the strategy sometimes shallow and stifling. Now, this is no big deal as I found the lines associated with change:
(2) Community Balance Overhaul\Balance Changes\Terrain\FeatureChanges.sql (lines 92-94)
UPDATE BuildFeatures
SET Remove = '1'
WHERE BuildType = 'Build_Trading_Post'
BUUUUUUUUUUUUT, when I change the Remove value to '0' and reload the game, the game still wants to remove the Marsh when I try to build the improvement. Any idea on what may be going on here and how I might change this back?
I have also tried writing a separate mod to change this value (in addition to changing it in the above file), but to no avail.
Thanks for any assistance.
edit: spelling
I noticed that applying this improvement now removes many features (Marshes, forests, etc.). This was not the case in vanilla if I remember correctly). Now, I love the no-two-adjacent thing, it brings a lot of planning and strategy into the game that was not there before. Given this, however, I feel that REQUIRING the removal of terrain features makes the strategy sometimes shallow and stifling. Now, this is no big deal as I found the lines associated with change:
(2) Community Balance Overhaul\Balance Changes\Terrain\FeatureChanges.sql (lines 92-94)
UPDATE BuildFeatures
SET Remove = '1'
WHERE BuildType = 'Build_Trading_Post'
BUUUUUUUUUUUUT, when I change the Remove value to '0' and reload the game, the game still wants to remove the Marsh when I try to build the improvement. Any idea on what may be going on here and how I might change this back?
I have also tried writing a separate mod to change this value (in addition to changing it in the above file), but to no avail.
Thanks for any assistance.
edit: spelling