header general

How to make a animated weapon pickup icon

  • CaptainManiac
  • CaptainManiac's Avatar Topic Author
  • Cacodemon
  • Cacodemon
More
8 years 5 months ago #1 by CaptainManiac
How to make a animated weapon pickup icon was created by CaptainManiac
Hi,guys,i am new in modding and want to make a weapon,but i want to make its icon animated and separated the first three frames for the pickup.I worry about that it won't animate,because for the pickup is separated only one frame by default.Can you tell me how to do it.I haven't included the weapon in pk3 file.I attached the first three frames and i want to know will be there a problem if i put them for the spawn stance of the weapon pickup

Please Log in or Create an account to join the conversation.

  • Blue Shadow
  • Blue Shadow's Avatar
  • Administrator
  • Administrator
More
8 years 5 months ago #2 by Blue Shadow
Replied by Blue Shadow on topic How to make a animated weapon pickup icon
It's simple: first you'd want to rename your sprites like so:
Code:
HFSGA0 HFSGB0 HFSGC0
And then, it's just a matter of writing the Spawn state sequence, like this:
Code:
Spawn: HFSG ABC 6 // The "6" is how many tics each frame is displayed Loop

Please Log in or Create an account to join the conversation.