|
本帖最后由 enderseven 于 2022-8-17 21:33 编辑
一般不需要什么平台,游戏内部代码就有:
[NUKE] ;核弹弹头
CellSpread=10
PercentAtMax=.02 ;used to be .8
WallAbsoluteDestroyer=yes
Wood=yes
Verses=100%,100%,100%,200%,100%,100%,60%,100%,8%,100%,100%
InfDeath=7;
Sparky=no
Tiberium=yes
;AnimList=NUKEBALL ; SJM: Activated from code now... see Bullet AI
AnimList=NUKEANIM ; SJM: This is once again the warhead-related anim
;ShakeXlo=4 ;晃动程度最小X值
;ShakeXhi=4 ;晃动程度最大X值
;ShakeYlo=20 ;晃动程度最小Y值
;ShakeYhi=20 ;晃动程度最大Y值
注意:代码要加在弹头里,不是武器也不是抛射体。
把这几行的注释符号删掉就好了:
[NUKE]
CellSpread=10
PercentAtMax=.02 ;used to be .8
WallAbsoluteDestroyer=yes
Wood=yes
Verses=100%,100%,100%,200%,100%,100%,60%,100%,8%,100%,100%
InfDeath=7;
Sparky=no
Tiberium=yes
;AnimList=NUKEBALL ; SJM: Activated from code now... see Bullet AI
AnimList=NUKEANIM ; SJM: This is once again the warhead-related anim
ShakeXlo=4 ;晃动程度最小X值
ShakeXhi=4 ;晃动程度最大X值
ShakeYlo=20 ;晃动程度最小Y值
ShakeYhi=20 ;晃动程度最大Y值
|
|