Total War: ATTILA

Total War: ATTILA

Otillräckligt med betyg
Improve your economy: A tax, trade and misc primer for Total War modders
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Taggar: mod, Campaign
Filstorlek
Lades upp
Uppdaterades
121.306 KB
21 okt, 2018 @ 11:12
21 okt, 2018 @ 18:28
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
Improve your economy: A tax, trade and misc primer for Total War modders

I 1 samling av Sheph
Little Shepherd Innovations
36 artiklar
Beskrivning
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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1420203491
3 kommentarer
Sheph  [skapare] 5 aug, 2021 @ 13:46 
A standard needs to be set. I don't see a specific mod being insulted here. Just a genre.
Viper 5 aug, 2021 @ 11:50 
funny how you insulted someone elses mod yet you have no ratings xD
Sheph  [skapare] 21 okt, 2018 @ 18:29 
The main table cv was not in the first upload for some reason.