FS#2902 - Type in how many clones to make of a vehicle
Attached to Project:
OpenTTD
Opened by Erik (cykro) - Thursday, 14 May 2009, 20:34 GMT
Last edited by Remko Bijker (Rubidium) - Wednesday, 09 September 2009, 21:09 GMT
Opened by Erik (cykro) - Thursday, 14 May 2009, 20:34 GMT
Last edited by Remko Bijker (Rubidium) - Wednesday, 09 September 2009, 21:09 GMT
|
DetailsOk, my first contrib ever to one of these things, so dont go off flaming if I messed up, just point me in the right direction and I'll fix it ;)
Started playing this clone a few days ago, and absolutely love it. However, I found it rather tedious to clone a vehicle numerous times in current version (I sure love those trucks), so I added a popup window that asks how many clones that should be produced. It only pops up if Alt key is pressed. (added a global _alt_pressed that is similar to _shift_pressed) If Ctrl is pressed, it will create shared orders for all clones and the "clonee". (u know, the vehicle that was cloned...) Added a language string STR_DEPOT_CLONE_VEHICLE_CAPTION, but have only added translations for swedish and both english. Not sure how u work with the languages... I personally can't live without this one, but not sure if you'll appreciate it as much :) Let me know how I did |
This task depends upon
Closed by Remko Bijker (Rubidium)
Wednesday, 09 September 2009, 21:09 GMT
Reason for closing: Duplicate
Additional comments about closing: Of FS#2402
Wednesday, 09 September 2009, 21:09 GMT
Reason for closing: Duplicate
Additional comments about closing: Of
Reported Version should be 0.7.0!
In my opinion, clicking mouse button 10 times is faster than typing in a number...
A problem is not all targets have the "Alt" key. (you are patching only win32)
and perhaps another key should be more suitable then...
so only 20 clicks if you want 20 copies. an improvement, but as for me, I'm still more lazy than that ;)