Zu:
1: Leider keine Ahnung, wie meinst du das denn genau?
2: Selectable=no
3: Suche nach [ParaDropSpecial], dann müsstest du folgendes sehen:
[ParaDropSpecial]
UIName=Name:Para
Name=Paratrooper Drop
IsPowered=false
RechargeVoice=
ChargingVoice=
ImpatientVoice=
SuspendVoice=
RechargeTime=4
Type=ParaDrop
Action=ParaDrop
SidebarImage=PARAICON
ShowTimer=no
DisableableFromShell=no ; gs this determines which superweapons are turned off by the checkbox
[AmericanParaDropSpecial]
UIName=Name:APara
Name=American Paratrooper Drop
IsPowered=false
RechargeVoice=
ChargingVoice=
ImpatientVoice=
SuspendVoice=
RechargeTime=6
Type=AmerParaDrop
Action=AmerParaDrop
SidebarImage=APARICON
ShowTimer=no
DisableableFromShell=no ; gs this determines which superweapons are turned off by the checkbox
Dort fügst du einfach Range=X (X zum Beispiel 5) ein, das müss dann so aussehen:
[ParaDropSpecial]
UIName=Name:Para
Name=Paratrooper Drop
IsPowered=false
RechargeVoice=
ChargingVoice=
ImpatientVoice=
SuspendVoice=
RechargeTime=4
Type=ParaDrop
Action=ParaDrop
SidebarImage=PARAICON
ShowTimer=no
Range=3.5
DisableableFromShell=no ; gs this determines which superweapons are turned off by the checkbox
[AmericanParaDropSpecial]
UIName=Name:APara
Name=American Paratrooper Drop
IsPowered=false
RechargeVoice=
ChargingVoice=
ImpatientVoice=
SuspendVoice=
RechargeTime=6
Type=AmerParaDrop
Action=AmerParaDrop
SidebarImage=APARICON
ShowTimer=no
Range=3.5
DisableableFromShell=no ; gs this determines which superweapons are turned off by the checkbox
|