安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
rules_mod.ini
; Custom rules file.
; Make your edits after this line.
[E4]
Owner=GDI,Nod,Special
[AI]
SkirmishDifficulty=EASY ; EASY, NORMAL, HARD, BRUTAL
TiberiumProof=no ; Is AI infantry immune to tiberium damage?
[Veterancy]
Enabled=no ; Is the Veterancy system globally enabled?
; Alway have a blank line at the end of the file otherwise the file won't load correctly.
skirmish_mod.ini
; Custom skirmish file.
; Make your edits after this line.
[SpecialWeapons]
NukeDamage=1000
NukeRadius=4
; Alway have a blank line at the end of the file otherwise the file won't load correctly.
Anyways what isn't working? I copy&paste your rules_mod.ini modifications and I was able to build the Flame Trooper as GDI. Also Veterancy was disabled because my unit didn't earn any exp which I checked using a debugger. Easy was also active because my AI was doing very little damage to me.
[General]
TechUpgrades=no
dose not work in the rules_mod.ini file and the upgrades are still available.
Say at the front:I do not know how to make a mod.
If I want to create a new unit using a current existing model(Such as moving the soviet flamethrower into a GDI T3 unit),then what should I do?
And what else should I do?I tried to do this yesterday but I failed.
This will add a new trooper for the GDI but it won't have an icon and name because for that you have to edit the xml files from the game client so that the engine knows about it. You can find the xml files inside the workshop folder but they are overwritten everytime I update the mod. You can put them into the local dir but then you won't get my updates if I update them.
If you want to know which file you need to edit and what you need to change please click on the Guide section and select modding, there is a good guide that explains it.
Also when you try out this example will see that the fire positions are off. That is because the game still uses hardcoded fixes for various things. It is on my list to add WeaponFireFLH in the future to fix that.
Oh and there is a edit post function in this forum so please make use of it when appropriate...
Thank you.