-
-
Notifications
You must be signed in to change notification settings - Fork 968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't automatically deactivate the vehicle clone tool after cloning a vehicle #6754
Don't automatically deactivate the vehicle clone tool after cloning a vehicle #6754
Conversation
0fced4d
to
b752c5a
Compare
To summary various discussions from the past. There are two cloning tools, which currently behave like this:
The behaviour targets these use-cases:
So with this in mind, at least in the copy-clone case the depot tool should be deactivated after usage. While the behaviour appears inconsistent, assuming the player knows about shared orders, it is the most convenient behaviour. |
Suggested behaviour:
Other opinions? |
@frosch123 It's better as it is now imo. When you share-clone from depot you need to click vehicle in the veiwport which can be quite tricky if it's moving or there are other vehicles around. It's way easier to find it once and just spam clone in vehicle window than catching them in the viewport each time. I even have depot clone and vehicle clone binded to same hotkey(Ctrl-O) so if I need spam-clone some vehicles I just go Ctrl-O-click-O-O-O-O-O. |
On a second thought I guess it won't be that hard to spam-click it in the viewport. While hotkey scheme I'm not even sure is possible in vanilla and it can be readjusted anyway. So it may be better overall since it will avoid opening redundant vehicle window. |
@frosch123 Deactivating it when copy-cloning kind of makes sense. At the same I don't think having the clone tool active when editing a vehicle is a problem, because I don't think it changes any of the behaviour of editing a vehicle (and it might be easier to just keep the clone tool behaviour the same)? |
When changing the behaviour I would prefer to make the two clone buttons behave the same. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the copy/share behaviour consistent with the clone-tool in the vehicle window.
Just a friendly poke to see if you are still up for this task? We would love to include it .. seems it is nearly there :D |
Whoops. Forgot about it. I'll finish it up. |
I think this implements the changes @frosch123 suggested. |
Thanks @nielsmh! |
Behaviour should now match between both clone tools.
Changed the vehicle clone tool to remain active after cloning a vehicle instead of resetting the cursor (and disabling the clone tool).
This behaviour is more similar to the other tools (e.g. adding orders, building, etc.) and allows you to clone a vehicle multiple times without having to click the clone button again for each one.