- 好友
- 47
- 最后登录
- 2019-3-17
- 在线时间
- 2142 小时
- 帖子
- 11071
- 精华
- 15
- 相册
- 0
- 日志
- 0
- 记录
- 0
- 阅读权限
- 200
- 积分
- 15636 个
- 金钱
- 605426 Pb
- 存款
- 185105 Pb

版主
山寨孙版,名醍醐,字灌顶
- UID
- 235690
- 阅读权限
- 200
- 注册时间
- 2008-5-31
- 积分
- 15636 个
- 金钱
- 605426 Pb
- 存款
- 185105 Pb
- 臭鸡蛋
- 36 斤
- 切糕
- 252 斤
- 贡献
- 11
|
albert_lee 发表于 2012-10-23 16:25 ![]()
在下不会修改。
history/units/
比如你那个日军第一战车师团对第二集团军第30、40、42军那场,
Jap_1938.txt, CHI_1938.txt
改相应的军队编制好了。比如:
corps = {
name = "2. Juntuan"
location = 5401
regiment = { type = hq_brigade name = "2. Juntuan HQ" historical_model = 0 }
division= {
name = "30. Jun"
location = 5401
regiment = { type = bergsjaeger_brigade experience = 5 historical_model = 0 }
regiment = { type = bergsjaeger_brigade experience = 5 historical_model = 0 }
}
division= {
name = "42. Jun"
location = 5401
regiment = { type = infantry_brigade experience = 5 historical_model = 1 }
regiment = { type = infantry_brigade experience = 5 historical_model = 1 }
}
division= {
name = "68. Jun"
location = 7436
regiment = { type = militia_brigade historical_model = 0 }
regiment = { type = militia_brigade historical_model = 0 }
}
division= {
name = "40. Jun"
location = 7436
regiment = { type = militia_brigade historical_model = 0 }
regiment = { type = militia_brigade historical_model = 0 }
}
}
改成
corps = {
name = "2. Juntuan"
location = 5401
regiment = { type = hq_brigade name = "2. Juntuan HQ" historical_model = 0 }
division= {
name = "30. Jun"
location = 5401
regiment = { type = bergsjaeger_brigade experience = 5 historical_model = 0 }
}
}
日军也差不多。 |
|