|
307 | 307 | "stype": "string_input", |
308 | 308 | "value": "" |
309 | 309 | }, |
310 | | - { |
311 | | - "type": "EXTERNAL_OPTION", |
312 | | - "name": "OVERMAP_POPULATE_OUTSIDE_CONNECTIONS_FROM_NEIGHBORS", |
313 | | - "//": "Allows to populate outside connections from neighbors.", |
314 | | - "stype": "bool", |
315 | | - "value": true |
316 | | - }, |
317 | | - { |
318 | | - "type": "EXTERNAL_OPTION", |
319 | | - "name": "OVERMAP_FOREST_INCREASE_NORTH", |
320 | | - "//": "Rate at which forest coverage of the map increases to the North, based on regional map settings thresholds. 0=no increase.", |
321 | | - "stype": "float", |
322 | | - "value": 0.04 |
323 | | - }, |
324 | | - { |
325 | | - "type": "EXTERNAL_OPTION", |
326 | | - "name": "OVERMAP_FOREST_INCREASE_EAST", |
327 | | - "//": "Rate at which forest coverage of the map increases to the East. 0=no increase.", |
328 | | - "stype": "float", |
329 | | - "value": 0 |
330 | | - }, |
331 | | - { |
332 | | - "type": "EXTERNAL_OPTION", |
333 | | - "name": "OVERMAP_FOREST_INCREASE_WEST", |
334 | | - "//": "Rate at which forest coverage of the map increases to the West. 0=no increase.", |
335 | | - "stype": "float", |
336 | | - "value": 0.02 |
337 | | - }, |
338 | | - { |
339 | | - "type": "EXTERNAL_OPTION", |
340 | | - "name": "OVERMAP_FOREST_INCREASE_SOUTH", |
341 | | - "//": "Rate at which forest coverage of the map increases to the South. 0=no increase.", |
342 | | - "stype": "float", |
343 | | - "value": 0 |
344 | | - }, |
345 | | - { |
346 | | - "type": "EXTERNAL_OPTION", |
347 | | - "name": "OVERMAP_FOREST_LIMIT", |
348 | | - "//": "Caps how high the forest threshold can rise. No cities form at values over 0.4", |
349 | | - "stype": "float", |
350 | | - "value": 0.395 |
351 | | - }, |
352 | | - { |
353 | | - "type": "EXTERNAL_OPTION", |
354 | | - "name": "OVERMAP_PLACE_SWAMPS", |
355 | | - "//": "Allows to place procgen swamps during overmap generation.", |
356 | | - "stype": "bool", |
357 | | - "value": true |
358 | | - }, |
359 | | - { |
360 | | - "type": "EXTERNAL_OPTION", |
361 | | - "name": "OVERMAP_PLACE_ROADS", |
362 | | - "//": "Allows to place procgen roads during overmap generation.", |
363 | | - "stype": "bool", |
364 | | - "value": true |
365 | | - }, |
366 | | - { |
367 | | - "type": "EXTERNAL_OPTION", |
368 | | - "name": "OVERMAP_PLACE_RAILROADS", |
369 | | - "//": "Allows to place procgen railroads during overmap generation.", |
370 | | - "stype": "bool", |
371 | | - "value": false |
372 | | - }, |
373 | | - { |
374 | | - "type": "EXTERNAL_OPTION", |
375 | | - "name": "OVERMAP_PLACE_RAILROADS_BEFORE_ROADS", |
376 | | - "//": "Defines whether to place railroads before roads.", |
377 | | - "stype": "bool", |
378 | | - "value": false |
379 | | - }, |
380 | | - { |
381 | | - "type": "EXTERNAL_OPTION", |
382 | | - "name": "OVERMAP_PLACE_SPECIALS", |
383 | | - "//": "Allows to place overmap specials during overmap generation.", |
384 | | - "stype": "bool", |
385 | | - "value": true |
386 | | - }, |
387 | | - { |
388 | | - "type": "EXTERNAL_OPTION", |
389 | | - "name": "OVERMAP_URBAN_INCREASE_NORTH", |
390 | | - "//": "Rate at which urbanity of the map increases to the North. 0=no increase. Negative numbers are technically allowed but may cause weird effects.", |
391 | | - "stype": "int", |
392 | | - "value": 0 |
393 | | - }, |
394 | | - { |
395 | | - "type": "EXTERNAL_OPTION", |
396 | | - "name": "OVERMAP_URBAN_INCREASE_EAST", |
397 | | - "//": "Rate at which urbanity of the map increases to the East. 0=no increase.", |
398 | | - "stype": "int", |
399 | | - "value": 10 |
400 | | - }, |
401 | | - { |
402 | | - "type": "EXTERNAL_OPTION", |
403 | | - "name": "OVERMAP_URBAN_INCREASE_WEST", |
404 | | - "//": "Rate at which urbanity of the map increases to the South. 0=no increase.", |
405 | | - "stype": "int", |
406 | | - "value": 0 |
407 | | - }, |
408 | | - { |
409 | | - "type": "EXTERNAL_OPTION", |
410 | | - "name": "OVERMAP_URBAN_INCREASE_SOUTH", |
411 | | - "//": "Rate at which urbanity of the map increases to the West. 0=no increase.", |
412 | | - "stype": "int", |
413 | | - "value": 5 |
414 | | - }, |
415 | | - { |
416 | | - "type": "EXTERNAL_OPTION", |
417 | | - "name": "OVERMAP_MAXIMUM_URBANITY", |
418 | | - "//": "How urban do we allow our megacities to go? Mostly functions as a multiple of map settings city size.", |
419 | | - "stype": "int", |
420 | | - "value": 8 |
421 | | - }, |
422 | 310 | { |
423 | 311 | "type": "EXTERNAL_OPTION", |
424 | 312 | "name": "OVERRIDE_VEHICLE_INIT_STATE", |
|
0 commit comments