Point made, You really shouldnt use a quad-tree for games such as conquer that are 2(2.5?)D. I remember a conversation about quad-trees and that was pretty much what came out, QuadTrees are made for 3D games, not conquer.
Point made, You really shouldnt use a quad-tree for games such as conquer that are 2(2.5?)D. I remember a conversation about quad-trees and that was pretty much what came out, QuadTrees are made for 3D games, not conquer.
ps, I could be talking ****.
You are.
Quadtrees were specifically designed to track object positions in a 2D plane, if a game wants to implement a similar system for 3D they would use an OctTree.
However, the benefits of using a quadtree (fast area searching, etc) aren't really as useful for objects which move constantly. If I'm not mistaken, every time an object moves you have to remove it and reinsert it at a new position.
However, the benefits of using a quadtree (fast area searching, etc) aren't really as useful for objects which move constantly. If I'm not mistaken, every time an object moves you have to remove it and reinsert it at a new position.
You can implement a method to horizontally move objections by allowing an entity to know its position relative to other collections in the area, and then moving into the relative one directly, reduces the need to add/remove everytime, not too complex either.
Originally however it was designed to hold stationary objects, not moving ones, but provided you implement horizontal moving and keep the depth relatively low then objects can move without being added or removed which makes performance excellent.
Super Basic Multi 04/27/2010 - CO2 Exploits, Hacks & Tools - 1 Replies My first attempt at this, it looks like they changed some of the features listed in TheBoyWhoLost's multiclient guide.
So this includes only multiclient with date and time.
If you want to bypass play.exe create a shortcut to Conquer.exe
Right click the shortcut and go to Properties.
Add the word blacknull after the Target address.
(Ex; "C:\Program Files\Conquer Online 2.0\Conquer.exe" Blacknull)
uhh enjoy? Hopefully this helps someone :P
If I can learn how to enable PM commands and...
CoV Super Group - Base Building 11/26/2005 - General Gaming Discussion - 0 Replies Once you hit Level 10, you can go to the main building in Port Oakes to register for a Super Group (basically a Guild) which also entitles you to a Base.
I had some experience building a base in Beta, so lets start with basic layout. Your base to begin with will be only 1 room, the portal into it. As you enter you'll notice (with the correct permissions) that you can Edit or Upgrade your base. Editing allows the placement of new rooms, while Upgrading allows the purchase of overall terrain...