How could I get those stupid power-ups to spawn immediately? Kismet? Coding? I have no idea.
Announcement
Collapse
No announcement yet.
Pickup factories
Collapse
X
-
I think you have to do it in code.
From what I know, things don't spawn straight away if bIsSuperItem = True
Code:... ... defaultproperties { ShieldAmount=100 bIsSuperItem=true RespawnTime=60.000000 MaxDesireability=1.500000 PickupStatName=PICKUPS_SHIELDBELT PickupSound=SoundCue'A_Pickups.Shieldbelt.Cue.A_Pickups_Shieldbelt_Activate_Cue' ... ...
-
Originally posted by Superking17 View PostWhere do I put this? And will it affect all power-ups or just one?
I'm not really an expert on coding, you probably should ask in the coding section for a detailed answer on how to do it..
Comment
Comment