Total War: ATTILA

Total War: ATTILA

评价数不足
Improve your economy: A tax, trade and misc primer for Total War modders
   
奖励
收藏
已收藏
取消收藏
标签: mod, Campaign
文件大小
发表于
更新日期
121.306 KB
2018 年 10 月 21 日 上午 11:12
2018 年 10 月 21 日 下午 6:28
2 项改动说明 ( 查看 )

订阅以下载
Improve your economy: A tax, trade and misc primer for Total War modders

在 Sheph 的 1 个合集中
Little Shepherd Innovations
36 件物品
描述
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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1420203491
3 条留言
Sheph  [作者] 2021 年 8 月 5 日 下午 1:46 
A standard needs to be set. I don't see a specific mod being insulted here. Just a genre.
Viper 2021 年 8 月 5 日 上午 11:50 
funny how you insulted someone elses mod yet you have no ratings xD
Sheph  [作者] 2018 年 10 月 21 日 下午 6:29 
The main table cv was not in the first upload for some reason.