Total War: ATTILA

Total War: ATTILA

Not enough ratings
Improve your economy: A tax, trade and misc primer for Total War modders
   
Award
Favorite
Favorited
Unfavorite
Tags: mod, Campaign
File Size
Posted
Updated
121.306 KB
21 Oct, 2018 @ 11:12am
21 Oct, 2018 @ 6:28pm
2 Change Notes ( view )

Subscribe to download
Improve your economy: A tax, trade and misc primer for Total War modders

In 1 collection by Sheph
Little Shepherd Innovations
36 items
Description
A guide for beginning modders
Thinking of ways to release your great work based on unique insights into Roman-era economics?
Remember to use the basic principles of abstraction of data and behavior that are used across all disciplines of computer science.
Unless you are making an overhaul,
stay away from releasing a mod that extensively overhaul the core tables:
building_levels_tables.
building_effects_junctions
land_units
land_units_unit_abilities_junctions
Name some more.

Most other overhaul modders have cultivated their own main and land tables from an overhaul or multiple overhauls.
It's ok to add or override a small subset of lines in the main tables. But it is upsetting to see more than 40 lines in a non-overhaul mod.

Focus on the global variables that fix your topic at least across a faction or other larger abstraction.

In this mod, I show ways to do this.
The showpiece table is in campaign variables.
It implements what I believe is a compromise tax balance rate for small, medium and large factions:
http://www.twcenter.net/forums/showthread.php?789116-Economic-Study-Tax-Efficiency-Tables-Corruption-and-Tax-Rate

Just another way to improve economy across the entire campaign without messing with values from the tables mentioned above.

Help those improving Attila


LS collection: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1420203491
3 Comments
Sheph  [author] 5 Aug, 2021 @ 1:46pm 
A standard needs to be set. I don't see a specific mod being insulted here. Just a genre.
Viper 5 Aug, 2021 @ 11:50am 
funny how you insulted someone elses mod yet you have no ratings xD
Sheph  [author] 21 Oct, 2018 @ 6:29pm 
The main table cv was not in the first upload for some reason.