[DLL] Creating a queue for unit actions: Queue it up

Airny

Warlord
Joined
Aug 6, 2006
Messages
297
Location
Germany
I modified the GameCoreDLL, so that I can queue up commands.
The necessary modifications were quite small, they seemed to have left it unfinished due to an incomplete functionality.
On my computer it worked fine so far.
You can queue up movements for any unit. For workers and settlers I was able to queue up and various improvement and movement commands.

I uploaded it to the download center:
http://forums.civfanatics.com/downloads.php?do=file&id=20693

I would appreciate, if you could tell me if it worked in general for you.
 

Attachments

I would like to make a change to the appearance of the command menu at the bottom left.
I want to access the creation of that menu.
If you press Shift + Rightclick, the options in the menu should change to default values because you give a queue command for another tile.
Does anyone have an idea if that is possible? I can't find anything that would lead me to correct position of where the menu is created.
An easier question probably with the same result would be:
Where is the changeable menu "Build Actions" for the worker being created/accessed?
 
Where is the changeable menu "Build Actions" for the worker being created?

Search for g_BuildIM in UnitPanel.lua (there are four of those for vanilla/g&k and normal/tablet)
 
Back
Top Bottom