Announcement

Collapse
No announcement yet.

[MOD] Demographics to Clipboard mod

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [MOD] Demographics to Clipboard mod

    If you play any Succession Games or participate in Apolyton University, or otherwise like to show off your accomplishments, you know that often times you need to take a screenshot of the Demographics screen. Well, after taking a screenshot of it for like the billionth time today, I got tired, and came up with the "Demographics to Clipboard" mod.

    This mod adds a button to the demographics screen, which, when clicked, puts an ASCII representation of the table into the clipboard, for easy pasting into a text file or forum post.

    Warning: This mod requires that you add a file to your game's installation directory. Use at your own risk, etc, etc, you know the drill.

    Installation instructions in the archive's readme.
    Attached Files
    XBox Live: VovanSim
    xbox.com (login required)
    Halo 3 Service Record (I fail at FPS...)
    Spore page

  • #2
    The screenshot below produces the following table in the clipboard:

    Code:
    +------------------+-----+----------+-------------+-----------+----+
    |   Demographics   |Value|Rival Best|Rival Average|Rival Worst|Rank|
    +------------------+-----+----------+-------------+-----------+----+
    |    GNP (Gold)    |  9  |    10    |      9      |     9     | 3  |
    +------------------+-----+----------+-------------+-----------+----+
    |Mfg. Goods (Prod.)|  1  |    3     |      1      |     1     | 5  |
    +------------------+-----+----------+-------------+-----------+----+
    |Crop Yield (Food) |  5  |    5     |      4      |     4     | 1  |
    +------------------+-----+----------+-------------+-----------+----+
    |     Soldiers     |5000 |   8000   |    4833     |   1000    | 3  |
    +------------------+-----+----------+-------------+-----------+----+
    |    Land Area     |6000 |  12000   |    8333     |   6000    | 6  |
    +------------------+-----+----------+-------------+-----------+----+
    |    Population    |1000 |   1000   |    1000     |   1000    | 1  |
    +------------------+-----+----------+-------------+-----------+----+
    |  Approval Rate   | 87% |   85%    |     85%     |    85%    | 1  |
    +------------------+-----+----------+-------------+-----------+----+
    | Life Expectancy  | 85  |    91    |     88      |    85     | 7  |
    +------------------+-----+----------+-------------+-----------+----+
    | Imports/Exports  | 0/0 |   0/0    |     0/0     |    0/0    | 1  |
    +------------------+-----+----------+-------------+-----------+----+
    Attached Files
    XBox Live: VovanSim
    xbox.com (login required)
    Halo 3 Service Record (I fail at FPS...)
    Spore page

    Comment

    Working...
    X