《命令与征服™:重制版》

《命令与征服™:重制版》

AI-Boost
Bast75  [开发者] 2020 年 10 月 8 日 上午 4:19
AI actions to Raise Money
If the AI has money problems, what could it sell to get some cash?

Currently i've set the following:

{STRUCT_CHRONOSPHERE, URGENCY_LOW},
{STRUCT_STORAGE,URGENCY_LOW},
{STRUCT_ADVANCED_TECH, URGENCY_MEDIUM},
{STRUCT_FORWARD_COM, URGENCY_MEDIUM},
{STRUCT_SOVIET_TECH, URGENCY_MEDIUM},
{STRUCT_REPAIR, URGENCY_MEDIUM},
{STRUCT_TESLA, URGENCY_MEDIUM},
{STRUCT_HELIPAD, URGENCY_MEDIUM},
{STRUCT_POWER, URGENCY_HIGH},
{STRUCT_AIRSTRIP, URGENCY_HIGH},
{STRUCT_SHIP_YARD, URGENCY_MEDIUM},
{STRUCT_SUB_PEN, URGENCY_MEDIUM},
{STRUCT_WEAP, URGENCY_HIGH},
{STRUCT_BARRACKS, URGENCY_HIGH},
{STRUCT_TENT, URGENCY_HIGH},
{STRUCT_CONST, URGENCY_CRITICAL}

Any ideas and tips to improve this for the AI?
最后由 Bast75 编辑于; 2020 年 10 月 8 日 上午 4:22
< >
正在显示第 1 - 5 条,共 5 条留言
Linglin 2020 年 10 月 8 日 上午 7:16 
change it to detects if AI owns both refineries and miners or not,if have,then do nothing.
if AI doesn't own both of them and low on funds it starts selling something not too important first,and forcing AI to rebuild a refinery(AI rebuilds miners at once if the max limit is not reached so it's fine)
don't sell any superweapons at the first(set them to high,and add iron curtion and nuclear silo in the list)
sell storage silos(only selling)
forward command post doesn't have a buildup animation so you couldn't sell it and it's a mission structure so remove them from the list
tech center first,then gap generator,then something worth much money if it being sold(with detection,it will be safe to set them to low now)
then selling radar dome and base defense(medium)
the last is production buildings(high)
don't sell any power plants until AI have too much power(remove them from the list)



Bast75  [开发者] 2020 年 10 月 9 日 下午 12:05 
And this for getting cash?

{STRUCT_STORAGE,URGENCY_LOW},
{STRUCT_CHRONOSPHERE, URGENCY_LOW},
{STRUCT_ADVANCED_TECH, URGENCY_MEDIUM},
{STRUCT_SOVIET_TECH, URGENCY_MEDIUM},
{STRUCT_GAP, URGENCY_MEDIUM},
{STRUCT_HELIPAD, URGENCY_MEDIUM},
{STRUCT_POWER, URGENCY_HIGH},
{STRUCT_TESLA, URGENCY_MEDIUM},
{STRUCT_AIRSTRIP, URGENCY_HIGH},
{STRUCT_SHIP_YARD, URGENCY_HIGH},
{STRUCT_SUB_PEN, URGENCY_HIGH},
{STRUCT_REPAIR, URGENCY_HIGH},
{STRUCT_WEAP, URGENCY_CRITICAL},
{STRUCT_BARRACKS, URGENCY_CRITICAL},
{STRUCT_TENT, URGENCY_CRITICAL},
{STRUCT_CONST, URGENCY_CRITICAL}
Linglin 2020 年 10 月 9 日 下午 9:07 
iron curtion is missing,both iron curtion and chronosphere are set to high because it's not selling them for more power
remove power plant
add all base defense in the same place as tesla coils
helipad and airfield should be high
最后由 Linglin 编辑于; 2020 年 10 月 9 日 下午 9:07
Bast75  [开发者] 2020 年 10 月 10 日 下午 2:12 
new list for the AI to get some money

{STRUCT_STORAGE,URGENCY_LOW},
{STRUCT_GAP, URGENCY_MEDIUM},
{STRUCT_KENNEL, URGENCY_MEDIUM},
{STRUCT_ADVANCED_TECH, URGENCY_MEDIUM},
{STRUCT_SOVIET_TECH, URGENCY_MEDIUM},
{STRUCT_RADAR, URGENCY_MEDIUM},
{STRUCT_PILLBOX, URGENCY_MEDIUM},
{STRUCT_CAMOPILLBOX, URGENCY_MEDIUM},
{STRUCT_TURRET, URGENCY_MEDIUM},
{STRUCT_FLAME_TURRET, URGENCY_MEDIUM},
{STRUCT_TESLA, URGENCY_MEDIUM},
{STRUCT_CHRONOSPHERE, URGENCY_HIGH},
{STRUCT_IRON_CURTAIN, URGENCY_HIGH},
{STRUCT_POWER, URGENCY_HIGH},
{STRUCT_AIRSTRIP, URGENCY_HIGH},
{STRUCT_HELIPAD, URGENCY_HIGH},
{STRUCT_SHIP_YARD, URGENCY_HIGH},
{STRUCT_SUB_PEN, URGENCY_HIGH},
{STRUCT_REPAIR, URGENCY_CRITICAL},
{STRUCT_ADVANCED_POWER, URGENCY_CRITICAL},
{STRUCT_WEAP, URGENCY_CRITICAL},
{STRUCT_BARRACKS, URGENCY_CRITICAL},
{STRUCT_TENT, URGENCY_CRITICAL},
{STRUCT_CONST, URGENCY_CRITICAL}
Linglin 2020 年 10 月 10 日 下午 6:07 
move kennel to high because it's a type of production building
remove power plant,those could be handled by selling power if AI have too much power,thus we don't know if AI will selling all of them once AI running out of money or not
最后由 Linglin 编辑于; 2020 年 10 月 10 日 下午 6:12
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50