I'm not getting the option to place garden plots. Holding a pickaxe, shovel or farming hoe in your hands: no option pops up for placement.
No mods on the server. Latest 1.27 stable build.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Additional Information
From types.xml:
<type name="GardenPlot"> <nominal>0</nominal> <lifetime>604800</lifetime> <restock>0</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/> <category name="tools"/> </type>
From cfggameplay.json:
After noticing this problem I changed
"disableColdAreaBuildingCheck": false,
to
"disableColdAreaBuildingCheck": true,
with no effect.
I'm using October temperatures on Chernarus; from the server.cfg:
serverTime="2019/10/10/07/00";
init.c:
int reset_month = 10, reset_day = 10;
with this values in cfggameplay.json:
"environmentMinTemps": [-3, -2, 0, 4, 9, 14, 18, 17, 12, 7, 4, 0], "environmentMaxTemps": [3, 5, 7, 14, 19, 24, 26, 25, 21, 16, 10, 5],
No edits were done to the cfgweather.xml file.
Any help is appreciated. I can place any other objects, but no garden plots.