作者rnrnll11 (以下内容均为架空创作)
看板Paradox
标题[AOD ] f12手动接收将领
时间Sun Apr 4 01:04:09 2010
注意:这个方法只适用於AOD (以1.03版测试)
HOI2 DA 确定不能用
以下是以HAI接收DOM三军将领(计23名)的实例
***************************
event = {
id = 9999991
random = no
country =
DOM
# 要接收将领的对象国家
name = "Leader"
desc = "Generals has defected and joined us"
action_a = {
name = "Ok"
command = { type = giveleader which =
190000 where =
HAI }
# 红字是将领id可以从db\leader下找到
# 黄字是玩家在玩的国家
command = { type = giveleader which = 190001 where = HAI }
command = { type = giveleader which = 190002 where = HAI }
command = { type = giveleader which = 190003 where = HAI }
command = { type = giveleader which = 190004 where = HAI }
command = { type = giveleader which = 190005 where = HAI }
command = { type = giveleader which = 190006 where = HAI }
command = { type = giveleader which = 190007 where = HAI }
command = { type = giveleader which = 190008 where = HAI }
command = { type = giveleader which = 190009 where = HAI }
command = { type = giveleader which = 190010 where = HAI }
command = { type = giveleader which = 190011 where = HAI }
command = { type = giveleader which = 190012 where = HAI }
command = { type = giveleader which = 190013 where = HAI }
command = { type = giveleader which = 190014 where = HAI }
command = { type = giveleader which = 190015 where = HAI }
command = { type = giveleader which = 190016 where = HAI }
command = { type = giveleader which = 190017 where = HAI }
command = { type = giveleader which = 190018 where = HAI }
command = { type = giveleader which = 190019 where = HAI }
command = { type = giveleader which = 190020 where = HAI }
command = { type = giveleader which = 190021 where = HAI }
command = { type = giveleader which = 190022 where = HAI }
}
}
*************************************************
这个方法可以解决开局将领数太少的国家
以游戏性考量的话,建议在并吞国家前使用
因为使用後对方的将领全部都会变成黑脸将军
在并吞国家後使用的话,因为国家以不存在
所以会导致游戏关闭,这点要非常注意
接收後若解放国家,该国将领会全部跑回去
或许可以考虑在解放国家後再使用这个事件
(使用时机请自行斟酌)
有时後接收的将领在接收年份还未登场
所以不会马上出现
要等到登场年份时才会出现
如果在接收前,将领已离开该国(例如国府的von Falkenhausen)或死亡
这时也不能接收该将领
****************************************************
因为 giveleader 这个指令似乎不能在 randomevents.txt中使用
所以可以建一个新档来放,步骤如下:
1. 在 Arsenal of Democracy\db\events.txt 里加入
event = "db\events\
myleader.txt"
2. 在 db\events\下建立 myleader.txt
再将上面的code写入档案中,存档
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.163.171.100
※ 编辑: rnrnll11 来自: 218.163.171.100 (04/04 01:05)
1F:推 if4:推... 04/04 01:44
2F:推 if4:giveleader是AOD独有的指令.指令档没记载.giveteam有.但没讯息 04/04 01:52
3F:推 if4:所以召回德国顾问团有UNKNOWN STRING WANTED错误.用sleepteam 04/04 02:00
4F:推 cwolfchen:推..解散苏联後的小国家将领可以出头天了... 04/04 02:09
5F:推 Connels:期待mod 04/06 07:07
6F:推 if4:借转 04/07 16:28