Weapon Change System [Request]

Started by coy13, January 02, 2010, 12:53:45 pm

Previous topic - Next topic

coy13

January 02, 2010, 12:53:45 pm Last Edit: January 02, 2010, 01:01:38 pm by coy13
Can anyone out there make a little weapon change script for the Blizz-ABS.
You know for games that have characters with more than one weapon type, or like Devil May Cry 3 or 4.
Also can you create to use one key changes, like if I press Y then I can change from a sword to a spear or any other weapon.
This is what I would like it to look like


With 3 weapons in the outer circles and the current weapon in the center.
If possible locate it in the upper right corner.
But any design will do as long as it works.

If this is asking too much or if this has already been made please forgive me.

Thanks in advance :haha:

Blizzard

http://forum.chaos-project.com/index.php/topic,5071.0.html

You just need 3 weapons in your inventory and somebody to make that HUD that displays them.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

coy13

January 02, 2010, 04:46:20 pm #2 Last Edit: January 02, 2010, 05:03:41 pm by coy13
Thanks Blizzard :D

One question though, how do you configure the weapon switch script I don't understand it.

Blizzard

Just set this up:

  LEFT_BUTTON = Input::Prevpage
  RIGHT_BUTTON = Input::Nextpage


By default it uses the previous-page and next-page controls from Blizz-ABS. You can change it to anything you like, though. It's all in the manual. i.e.

  LEFT_BUTTON = Input::Key['Q']
  RIGHT_BUTTON = Input::Key['E']
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

coy13