Page 2 of 2
Re: Pathfinding and group movement improvements
Posted: 21 Mar 2012, 01:54
by Kloot
There are a few other tweaks you can make (and some I'm working on) which will mostly let you get
pretty close to SupComII's flowfield-style movement.
Mostly.
Re: Pathfinding and group movement improvements
Posted: 21 Mar 2012, 02:23
by luckywaldo7
Are you using vanilla XTA or a special dev version? (Would like to compare mass values)
Re: Pathfinding and group movement improvements
Posted: 21 Mar 2012, 03:30
by Senna
Kloot wrote:
There are a few other tweaks you can make (and some I'm working on) which will mostly let you get
pretty close to SupComII's flowfield-style movement.
Mostly.
Im impressed oO amazing job...
As zrwsg said, what i need to enable them?, what i need or fix to enable the new pathing system?
Re: Pathfinding and group movement improvements
Posted: 21 Mar 2012, 03:31
by Senna
luckywaldo7 wrote:Are you using vanilla XTA or a special dev version? (Would like to compare mass values)
+1
Re: Pathfinding and group movement improvements
Posted: 21 Mar 2012, 04:18
by Forboding Angel
Kloot, tell me what to do and I'll implement it in evo.
Re: Pathfinding and group movement improvements
Posted: 21 Mar 2012, 06:00
by Google_Frog
Mass already has at least one function and is balanced for impulse in ZK. Could you use a new tag such as pathingMass?
Re: Pathfinding and group movement improvements
Posted: 21 Mar 2012, 07:10
by knorke
mass is used by transports too. (to decide what/how much they can pick up)
Re: Pathfinding and group movement improvements
Posted: 21 Mar 2012, 07:40
by Google_Frog
transport mass should be extracted too.
I think each unit/weapon/feature tag should do one and only one thing. If a tag affects behaviours that are not directly related it should be split into multiple tags. Games should get to decide upon the correlations between technically unrelated mechanics.
Re: Pathfinding and group movement improvements
Posted: 21 Mar 2012, 08:42
by KingRaptor
Well it's not really that big a deal in this case since all three mass values should be reasonably correlated. But yes, separation would be nice.