[Submission] Frag Grenades
- DBJ87
- Topic Author
- Wicked
- Posts: 228
Blue Shadow wrote: Giving the player a little control is not a bad thing, so I'd go with v2. Overall, the weapon seems solid.
Now, is allowing autoaim is going to cause a problem? If not, I'd suggest allowing it. Name-wise, yes, it needs to be renamed.
Thank you, I'll start making the changes.
In my opinion, Auto-aim might cause some problems, but mostly with enemies on lower levels to the Player. Best example, Demons that are placed in trenches, the grenades might explode underneath the player if they are aimed too low down (like firing a rocket launcher too close to the edge) but that's easily avoided if the player just steps away from the edge of the current platform they are standing on, this is also where Secondary fire is more useful, because it's already thrown at full speed, so if you are at a flat angle (straight ahead, no target) it lands far enough to avoid damaging the player. It does also make hitting flying enemies a bit harder.
But, I will change the Flag to -NoAutoAim & let the user decide whether to keep it off or test it turned on. It's been turned off as Grenades tend to travel farther when you are tilting upwards & just offers a bit more control on how you'll throw it, but I play with a control pad & use free look not a keyboard.
But I can see how it's not fairly put together if it benefits one & not the other.
[Update]
The updated version is now online, Auto-Aim is on, but as expected, it now is a bit harder to hit flying targets. Acting more like a short range Grenade Launcher. But in a way, this might be a good thing as it doesn't overwrite the need for the Rocket Launcher (which travels upward easier & farther). I don't think a Max Projectile speed higher than 30 would be fair or realistic. It's proven to be a decent enough weapon for targets on the same level, slightly higher or lower than the player, with or without Auto-Aim on/off. And users can just turn the Auto-Aim off if they wish, but it will only really benefit those with Freelook settings & who use a Key & Mouse or a Control Pad to aim with.
Please Log in or Create an account to join the conversation.
- Blue Shadow
- Administrator
- Posts: 1129
It looks like you're going to have to upload an updated version with autoaim disabled, I'm afraid (sorry for the trouble).
Please Log in or Create an account to join the conversation.
- MagicWazard
- Moderator
- Posts: 808
One thing: when you run out of ammo, you'll still see the hand holding a grenade. You could maybe use A_JumpIfNoAmmo to go to an alternate grenade-less state when you're out of grenades.
Please Log in or Create an account to join the conversation.
- DBJ87
- Topic Author
- Wicked
- Posts: 228
Blue Shadow wrote: It looks like you're going to have to upload an updated version with autoaim disabled, I'm afraid (sorry for the trouble).
No problem, it was worth testing to be sure, to be sure. Thank you for the feedback
MagicWazard wrote: One thing: when you run out of ammo, you'll still see the hand holding a grenade. You could maybe use A_JumpIfNoAmmo to go to an alternate grenade-less state when you're out of grenades.
I've uploaded it with an attempted reload check, but it doesn't seem to be working. It returns to Ready State instead of jumping. If any reload check is added at the "Ready" state, it keeps looping lowering the weapon when it's got no ammo. It lowers fine when jumping to "Deselect" but not the new setting I've added. Not sure what to do.
[Edit]
Since uploading I have also tried, adding an Inventory Item (given after Grenades are thrown) that should jump from Deselect to "Deselect2" but that failed to work. Item was given after the grenade was thrown (during the end of Fire sequence before taking the speed charge item) & taken while a new Grenade was being set (just after pressing Fire or Alt Fire). It added & removed itself like was supposed to, but the weapon still never jumped to the extra deselection added (An A_JumpIfInventory set up was added in Deselect & where the final Reload check is placed).
The only other thing I can think of is following Froon's Decorate & not show the Sprites when being switched out. Shown below (Taken from Xim's Submitted Hand Grenades).
[Edit]
Which seems to be working & looking OK. Added with next update. ("NULL" is renamed to TNT1)
Please Log in or Create an account to join the conversation.
- Blue Shadow
- Administrator
- Posts: 1129
I've got nothing else to comment on, so the submission gets an 'OK' from me.
Please Log in or Create an account to join the conversation.
- MagicWazard
- Moderator
- Posts: 808
Please Log in or Create an account to join the conversation.
- Blue Shadow
- Administrator
- Posts: 1129
Please Log in or Create an account to join the conversation.