stratagus dots and lines visualisation

Wargus is a Warcraft 2 mod that allows you to play Warcraft 2 with the Stratagus engine.
Post Reply
xyfmx
Posts: 15
Joined: Sun Jan 15, 2012 10:15 am

stratagus dots and lines visualisation

Post by xyfmx »

is it possible to remove displaying lines, leading from the unit to its destination which appear when unit is commanded to do something or to go somewhere? How?
User avatar
jarod42
Posts: 101
Joined: Fri Jan 20, 2012 7:43 pm

Re: stratagus dots and lines visualisation

Post by jarod42 »

Yes it is possible.

In stratagus.lua, change:

Code: Select all

Preference.ShowOrders = 2
by

Code: Select all

Preference.ShowOrders = 0
We display the new order during this time.
Post Reply