Supreme Ruler Wiki
No edit summary
Tag: Visual edit
Tag: Visual edit
Line 36: Line 36:
   
 
= Modding Guide - The World Commodity Market .WMData file =
 
= Modding Guide - The World Commodity Market .WMData file =
  +
Submitted by Balthagor on Thu, 01/03/2013 - 15:42
 
World Market data
 
 
* /Maps/Data/default.WMDATA
 
* /Maps/Data/default.WMDATA
 
The sections in the .WMDATA file are as follows;
 
The sections in the .WMDATA file are as follows;
Line 48: Line 47:
 
This next set is the same for each of the different resource types. I'll list the resource I'Ds first then list the tags under each entry.
 
This next set is the same for each of the different resource types. I'll list the resource I'Ds first then list the tags under each entry.
 
# &&WMPRODDATA,0 (Agriculture)
 
# &&WMPRODDATA,0 (Agriculture)
# &&WMPRODDATA,1 (Water)
+
# &&WMPRODDATA,1 (Rubber; prior to SR1936 this was Water)
 
# &&WMPRODDATA,2 (Timber)
 
# &&WMPRODDATA,2 (Timber)
 
# &&WMPRODDATA,3 (Petrol)
 
# &&WMPRODDATA,3 (Petrol)
Line 56: Line 55:
 
# &&WMPRODDATA,7 (Electric)
 
# &&WMPRODDATA,7 (Electric)
 
# &&WMPRODDATA,8 (Consumer Goods)
 
# &&WMPRODDATA,8 (Consumer Goods)
# &&WMPRODDATA,9(Industrial Goods)
+
# &&WMPRODDATA,9 (Industrial Goods)
 
# &&WMPRODDATA,10 (Military goods)
 
# &&WMPRODDATA,10 (Military goods)
 
Tags under each entry
 
Tags under each entry

Revision as of 18:51, 18 June 2019

Overview

The WMDATA files ("World Market Data") include variables and baselines for the economy / map / world.

They also include Resource variables for each resource type.

Up to 10 WMDATA files can be loaded, the game will progress through them in sequence. This is specified as a parameter to the &&WMDATA value, such as "&&WMDATA, 1". File numbers don't need to start at zero, but all files do need to be in sequence after that (ie, SRCW is 3, GC2020 is 4). Most values are averaged between the current and the next WMDATA number set if one exists, as the days progress.

Here are the default numbers used in SRU:

SR1914 0

SR1936 1

SR1942 2

SRCW 3 (1949)

GC2020 4

&WMDATA section values:

dasywmlevel: Number of days to move from this to the next WMDATA set.

unitgarrison: Unit Garrison unitnum - progression based on tech TECHEFFECTGARRISONTYPE (up to 8)

battstrdefault: The Battalion Strength for each Military Class

weatheryear: Number of days in the winter-summer-winter cycle

weatherspeed[]: Speed of the weather fronts (8) 1 to 255; lower is faster; should be prime number for best results

weatheroffy[]: Weather center y-offset (-127 for North, +127 for South)

weatherminstr[]: Weather center minimum strength (1 to 100, default 50)

weathermaxstr[]: Weather center maximum strength (0 to 250, default 50)

Modding Guide - The World Commodity Market .WMData file

  • /Maps/Data/default.WMDATA

The sections in the .WMDATA file are as follows;

&&WMDATA(general world market tweaks)

  1. gdpcbase (World Baseline GDP/c)
  2. primerate
  3. battstrdefault (effects default battalion strengths?)
  4. hexresmults (Hex Resource multipliers 0-3)

This next set is the same for each of the different resource types. I'll list the resource I'Ds first then list the tags under each entry.

  1. &&WMPRODDATA,0 (Agriculture)
  2. &&WMPRODDATA,1 (Rubber; prior to SR1936 this was Water)
  3. &&WMPRODDATA,2 (Timber)
  4. &&WMPRODDATA,3 (Petrol)
  5. &&WMPRODDATA,4 (Coal)
  6. &&WMPRODDATA,5 (Ore)
  7. &&WMPRODDATA,6 (Uranium)
  8. &&WMPRODDATA,7 (Electric)
  9. &&WMPRODDATA,8 (Consumer Goods)
  10. &&WMPRODDATA,9 (Industrial Goods)
  11. &&WMPRODDATA,10 (Military goods)

Tags under each entry

  1. bmwerrain (Set True if this resource is produced by terrain with no upgrades 0-False 1-True)
  2. producefrom (other goods requirement)[Agri,Water,Timber,Oil,Coal,Ore,Uranium,Power,Cons,Ind,Mil]
  3. wmbasecost (Baseline Game Cost of Unit NOT incl raw materials in)
  4. wmfullcost (ESTIMATE of minimum full cost of unit with raw materials in its cheapest form)
  5. wmmargin (Default starting Markups)
  6. wmnodeproduction (HEX Multiplier of raw PRODUCTION)
  7. wmprodperpersonmax (Unit Consumption annually PER PERSON - MAX)
  8. wmprodperpersonmin ( Unit Consumption annually PER PERSON - MIN)
  9. wmurbanproduction ( Node equivalent (0-6.0) produced per urban 50K (max) pop (No raw requirement, but basecost still applies)