Suggesting Cone of Fire for the turretless TD
Posts: 11
Posts: 3103 | Subs: 1
Posts: 4785 | Subs: 3
Posts: 2636 | Subs: 17
I would be opposed to this on account that it would make my UI too cluttered every time I have more than 4 Stug-E/G's on the field
Posts: 3103 | Subs: 1
IMO, I don't think it is really required. There are is no setup timer for turretless stuff, thus you can always quickly reface to the enemy.
I would be opposed to this on account that it would make my UI too cluttered every time I have more than 4 Stug-E/G's on the field
Stop spamming then you scrub!
I figured it's still be nice to micro stopping right at the edge of the cone of fire to shoot accurately as soon as possible, but visual noise is definitely a consideration I didn't think about though, especially since you'll a lot more likely to move numerous TDs at once compared to ATGs or HMGs. The tiny cones would also probably be harder to pick out easier compared to the weapon teams.
Posts: 2885
IMO, I don't think it is really required. There are is no setup timer for turretless stuff, thus you can always quickly reface to the enemy.
I would be opposed to this on account that it would make my UI too cluttered every time I have more than 4 Stug-E/G's on the field
There is none right now. But you must agree that vehicles loosing move penalty at the moment when stop button is pressed or they finish their order, is quite wrong. Vehicles should have a short "set up" time, so that the change between moving and stationary state wasn't instant. The barrel of a ww2 tank is doing really strange things when the tank is on the move and definitely never is pointing exactly at opponent like in coh2, thus additional aim time after moving is quite obvious.
I do know that this may be possibly hard to do and would need reballance of all vehicles with moving bonuses. Just pointing out how it should work in a polished game.
I also do like this "feature" as a micro trick, but it simply doesn't feel right.
Posts: 2636 | Subs: 17
There is none right now. But you must agree that vehicles loosing move penalty at the moment when stop button is pressed or they finish their order, is quite wrong. Vehicles should have a short "set up" time, so that the change between moving and stationary state wasn't instant. The barrel of a ww2 tank is doing really strange things when the tank is on the move and definitely never is pointing exactly at opponent like in coh2, thus additional aim time after moving is quite obvious.
I do know that this may be possibly hard to do and would need reballance of all vehicles with moving bonuses. Just pointing out how it should work in a polished game.
I also do like this "feature" as a micro trick, but it simply doesn't feel right.
Lifting speed penalties in a delayed manner is actually a good idea, and it's not difficult to implement. I just don't want to pepper the game code with too much stuff. It still needs to run on everyone's machine.
Posts: 3103 | Subs: 1
Lifting speed penalties in a delayed manner is actually a good idea, and it's not difficult to implement. I just don't want to pepper the game code with too much stuff. It still needs to run on everyone's machine.
I'd also imagine there'd be plenty of vitriol over doing it since it would make kiting blobs (the topic always on the average player's mind) harder for tanks.
Posts: 2885
Lifting speed penalties in a delayed manner is actually a good idea, and it's not difficult to implement. I just don't want to pepper the game code with too much stuff. It still needs to run on everyone's machine.
I didn't know it was so easy But would probably need some testing in unofficial mods to see how it shifts the meta.
There is another thing worth mentioning when we're at move penalties. Would it be possible to add toggle button for some vehicles that would block shooting when on the move? Some vehicles, mostly axis and soviet, need move-stop micro to work in 100%. Problem is, when you for some reason don't stop in time, the vehicle shoots a non accurate shot and reloads, while real crew member would instead wait for the vehicle to stop to shoot a good one. I think that such change would make microing vehicles like panther easier when chasing, thus lowering the number of complaints about ballance of such units.
Posts: 2636 | Subs: 17
I didn't know it was so easy But would probably need some testing in unofficial mods to see how it shifts the meta.
There is another thing worth mentioning when we're at move penalties. Would it be possible to add toggle button for some vehicles that would block shooting when on the move? Some vehicles, mostly axis and soviet, need move-stop micro to work in 100%. Problem is, when you for some reason don't stop in time, the vehicle shoots a non accurate shot and reloads, while real crew member would instead wait for the vehicle to stop to shoot a good one. I think that such change would make microing vehicles like panther easier when chasing, thus lowering the number of complaints about ballance of such units.
Sure. That's also very easy to do. If you could point me to an open slot in the UI that is common for all tanks, I could pitch it in
Otherwise, we could introduce such a button on a unit-by-unit basis. E.g., panther definitely needs it. Other tanks, not so much.
EDIT: Though, one implication of this change is that it might prevent the gun from tracking the enemy tank while you move. Allowing the cupola to track the enemy tank while moving will require a lot more workarounds.
Posts: 2885
Sure. That's also very easy to do. If you could point me to an open slot in the UI that is common for all tanks, I could pitch it in
Otherwise, we could introduce such a button on a unit-by-unit basis. E.g., panther definitely needs it. Other tanks, not so much.
EDIT: Though, one implication of this change is that it might prevent the gun from tracking the enemy tank while you move. Allowing the cupola to track the enemy tank while moving will require a lot more workarounds.
Yep, the tracking is a problem. But maybe a workaround could be to allow coaxial mg to fire, or even better, add another coaxial weapon that would have no graphical effects and no dps, but would track the target.
Posts: 2636 | Subs: 17
Yep, the tracking is a problem. But maybe a workaround could be to allow coaxial mg to fire, or even better, add another coaxial weapon that would have no graphical effects, but would track the target.
I think that could work. I have something like that in my mod for Crocodile/AVRE. Though it is hard trying to convince the gun to engage the same target as the aiming-weapon.
Posts: 2885
I think that could work. I have something like that in my mod for Crocodile/AVRE. Though it is hard trying to convince the gun to engage the same target as the aiming-weapon.
What if the gun couln't choose to rotate the turret and only shot at the targets in its sights, while this additional weapon would do the rotating and would be the one controlled by the user? This is how coaxial mg works right now, doesn't it?
EDIT: I do start to think on an edge case when there is more than one target in sights. Don't know how to solve it yet.
Posts: 2636 | Subs: 17
What if the gun couln't choose to rotate the turret and only shot at the targets in its sights, while this additional weapon would do the rotating and would be the one controlled by the user? This is how coaxial mg works right now, doesn't it?
You still can't control exactly which unit will be targeted. If I parametrise the turret too narrow, it will behave like the bugged 222-coaxial mg; almost never fire.
If I parametrise the turret too wide, it might engage some infantry right in front of the tank, etc.
If I make the turret also follow attack commands, this might cause the tank to autorotate to face the target, which is something you don't want. (rotation counts as movement). It's a lose-lose-sitation, basically.
Posts: 2885
You still can't control exactly which unit will be targeted. If I parametrise the turret too narrow, it will behave like the bugged 222-coaxial mg; almost never fire.
If I parametrise the turret too wide, it might engage some infantry right in front of the tank, etc.
If I make the turret also follow attack commands, this might cause the tank to autorotate to face the target, which is something you don't want. (rotation counts as movement). It's a lose-lose-sitation, basically.
Yeah, then maybe a weapon that would be on only when the tank is on the move and the toggle is on, that would keep rotation? There is no way to exchange targets between weapons I suppose?
Posts: 2636 | Subs: 17
Yeah, then maybe a weapon that would be on only when the tank is on the move and the toggle is on, that would keep rotation? There is no way to exchange targets between weapons I suppose?
Nope. You need to declare all hardpoints that can acquire targets statically, on the entity. If there is a way to exchange what can accept targets or not, I would like to know it!
Posts: 2885
Nope. You need to declare all hardpoints that can acquire targets statically, on the entity. If there is a way to exchange what can accept targets or not, I would like to know it!
Then its a matter of "Is it worth implementing, if it keeps the gun still?"
Posts: 2636 | Subs: 17
Then its a matter of "Is it worth implementing, if it keeps the gun still?"
I would go for hold fire on anything. Simple, it works, it's fun.
Posts: 3103 | Subs: 1
I would go for hold fire on anything. Simple, it works, it's fun.
IS THAT COMING!?
PLEASEPLEASEPLEASEPLEASEPLEASE I MISSED IT SO MUCH AFTER THEY ADDED PRIORITIZE
Posts: 2636 | Subs: 17
IS THAT COMING!?
PLEASEPLEASEPLEASEPLEASEPLEASE I MISSED IT SO MUCH AFTER THEY ADDED PRIORITIZE
Someday. Though not yet
I think we've kind of locked the changes and QoL changes we want to introduce for next patch to the one that "there is absolutely no single person in CoH2 that won't think of this change as beneficial". For Hold Fire, there might exist a few people that will complain about lack of prioritse vehicle on AT guns, because they want to snipe infantry models/destroy cover with them.
Then, there is also the practical tradeoff that we will have to retest each one of those bugfixes/changes right before the final changes make it to the live game.
The procedure is not going to be a copy-paste one. Thus, there is the risk of human error. Thus, we wanted to keep the number of bugfixes concise enough so that we can check them thoroughly, so that no bugs propagate to the main game.
Livestreams
105 | |||||
19 | |||||
61 | |||||
51 | |||||
12 | |||||
9 | |||||
1 | |||||
1 | |||||
1 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.829222.789+35
- 2.34857.859+13
- 3.587233.716+3
- 4.1095612.641+19
- 5.882398.689+4
- 6.280162.633+8
- 7.996646.607-1
- 8.379114.769+1
- 9.300113.726-1
- 10.717439.620+1
Replay highlight
- cblanco ★
- 보드카 중대
- VonManteuffel
- Heartless Jäger
Board Info
4 posts in the last week
23 posts in the last month
Welcome our newest member, asherllc
Most online: 2043 users on 29 Oct 2023, 01:04 AM