Page 1 of 2
Musket weapon
Posted: Fri Nov 16, 2012 8:43 pm
by crisman
Hi!
I made a musket weapon, I've put a video on youtube!
http://www.youtube.com/watch?v=6stjML3wB2o&feature=plcp
I'd like to hear feedback, suggestion, thoughts, and so on. Right now it's still in beta, and the damage values
must be balanced.
My idea is to make the normal bullets unusable after the shot, but I'll need to figure that out!
If you have any suggestions for this I'll appreciate it!
Re: Musket weapon
Posted: Fri Nov 16, 2012 9:02 pm
by scorp29
Pretty nice invention!
Re: Musket weapon
Posted: Fri Nov 16, 2012 11:31 pm
by msyblade
I think you could keep a balanced model even if the bullets are reusable, Only 1 bullet the first couple of levels...choose your 1 shot carefully,..once you get down to level 3 you find a neat secret with...a SECOND bullet! It would feel rewarding, and you really would have only earned a total of 2 shots before having to reclaim them.(Maybe 4 shots by endgame) Thinking it could work without having to scale "How many rounds will they need for THIS section" type of balancing.
Re: Musket weapon
Posted: Sat Nov 17, 2012 12:27 am
by HaunterV
msyblade wrote:#stuff.
Agreed.
My only gripes per se are I feel the noise should have either a more magical note to it as it could be a magical weapon, or more thunderous and terrifying. Also more smoke and visual obscuration for the player for a few second after firing.
You could make the player have to find musket balls then combine them with powder charges that they have to make from the mortar n pestle
Re: Musket weapon
Posted: Sat Nov 17, 2012 1:26 am
by Lark
Wow! I think this is awesome! I want one!

To destroy the bullet, you could track it when fired, locate it in the direction of fire, and destroy it. Or, better yet, I'll bet you could keep the entity in a variable when fired, start a timer, and destroy the bullet within a second or so of being fired. That way it would be gone forever when the timer went off.
Very Cool!
-Lark
Re: Musket weapon
Posted: Sat Nov 17, 2012 2:05 am
by Neikun
That was cool :3
Re: Musket weapon
Posted: Sat Nov 17, 2012 3:07 am
by Brodie301
I love it!!! Fits WAY better than the ray gun from the editor trailer.
Re: Musket weapon
Posted: Sat Nov 17, 2012 10:53 am
by crisman
HaunterV wrote:msyblade wrote:#stuff.
Agreed.
My only gripes per se are I feel the noise should have either a more magical note to it as it could be a magical weapon, or more thunderous and terrifying. Also more smoke and visual obscuration for the player for a few second after firing.
You could make the player have to find musket balls then combine them with powder charges that they have to make from the mortar n pestle
For the musket sound, it's just a temporary solution, I don't like it so much neither. But I can't find a better one
I like the idea of smoke, I'll try to add it
About the crafting, yes, that's more or less what I have in mind and I forgot to write it here in the post. The player must find black powder and lead to craft it's own bullets.
For now I'm having troubles destroying the bullets after the shot. It's harder than I expected

It's a pity that a 'fragile' parameter like in the shootProjectile script cannot be set for regular items.
Petri can you hear me?? Here's a new ToDo!! ^__^
Re: Musket weapon
Posted: Sat Nov 17, 2012 11:10 am
by crisman
Lark wrote:Wow! I think this is awesome! I want one!

To destroy the bullet, you could track it when fired, locate it in the direction of fire, and destroy it. Or, better yet, I'll bet you could keep the entity in a variable when fired, start a timer, and destroy the bullet within a second or so of being fired. That way it would be gone forever when the timer went off.
Very Cool!
-Lark
The problem with the timer is if I shoot right in front of a wall, I'm still able to pick the bullet up immediately, before the timer ends.
Another solution I came up is to treat the musket like a magical wand - with one charge. the 'charge' is actually the powder in the gun. and to reload it, the player must mix the musket
with the powder (in the mortar, seems legit

)
In this case the bullets should not disappear - the enchanted bullets must, they are like grenades!!
Anyway, destroying bullets or not, sooner I will upload the files as they are, you can have fun with it

Re: Musket weapon
Posted: Sun Nov 18, 2012 3:53 pm
by crisman
Made a new musket version:
http://www.youtube.com/watch?v=zEHNrB7EtYY&feature=plcp
In this version, the musket must be manually reloaded with powder by the player, just by right-click on the powder in the champion inventory (the champion must have the musket in hand).
I kinda like this, because, basically, balance the gun in a weird manner: the musket needs 3 slots in the inventory to shoots properly (the musket itself, the bullets and the powder).
The bullets, in this case, can be retrieved, and it's legit. Except the enchanted bullets. Since they act like grenades, they explode on impact, so there's nothing to retrieve!
Still missing the smoke as HaunterV suggested, I'm not experienced at all with particle effect for now
