What does this hotkey do?

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
Post Reply
Ryo
Trained
Trained
Posts: 68
Joined: 02 Jun 2007, 12:18
Location: Germany
Contact:

What does this hotkey do?

Post by Ryo »

what does the hotkey for "Toggle reopening the build menu" exactly do? ^^'

Tried it out, but didnt get it...
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: What does this hotkey do?

Post by DevUrandom »

Code: Select all

		// put the build menu up again after the structure position has been chosen
		//or ctrl/shift is down and we're queing the build orders
#ifdef DISABLE_BUILD_QUEUE
                if (bReopenBuildMenu)
#else
                if (bReopenBuildMenu || ctrlShiftDown())
#endif
Giel
Regular
Regular
Posts: 725
Joined: 26 Dec 2006, 19:18
Contact:

Re: What does this hotkey do?

Post by Giel »

In other words: that toggles the setting that causes the build menu to reappear after placing build orders in a queue for trucks.
"First make sure it works good, only then make it look good." -- Giel
Want to tip/donate? bitcoin:1EaqP4ZPMvUffazTxm7stoduhprzeabeFh
J.Vaughan
Trained
Trained
Posts: 101
Joined: 15 Mar 2007, 01:41
Location: Baltimore, MD

Re: What does this hotkey do?

Post by J.Vaughan »

I set this up and observed two things...

According to my observations once you enable it you may have to...

a) Restart the current game for it to take effect...
b) Restart the entire program...
c) Something done wrong on my part...

However I am fairly sure on one thing and that is when you que multiple structures using a group of trucks the menu will not pop back up unless all of the trucks have started the construction. This may have been the problem I observed earlier.

Also I'm not sure if it will pop back up if the trucks in the group are on the same que line but building different phases of it... e.g. you told the group to build a bunker then a morter, one builds the bunker the other moves onto the m orter and the first follows once the bunker is complete.
INTEL PENTIUM4 2.66GHZ PROCESSOR
2GB DUAL DDR PC3200 SDRAM
RADEON X1600 512MB AGP GRAPHICS CARD
WINDOWS XP HOME EDITION SP2 OPERATING SYSTEM
Giel
Regular
Regular
Posts: 725
Joined: 26 Dec 2006, 19:18
Contact:

Re: What does this hotkey do?

Post by Giel »

No you will and should not have to restart Warzone at all. The new behaviour should become active immediately.
"First make sure it works good, only then make it look good." -- Giel
Want to tip/donate? bitcoin:1EaqP4ZPMvUffazTxm7stoduhprzeabeFh
Post Reply