Difference between revisions of "Talk:GITS/Targeting/Source"

From Robowiki
Jump to navigation Jump to search
(how to implement Wiki Targeting)
Line 4: Line 4:
  
 
There are several ideas there. Do you mean the [[Dynamic Segmentation|dynamic segmentation]]? The data saving / pre-loading? If it's the saving / pre-loading, I use WT concepts in the gun data saving in [[Dookious]], so you could take a look there. (Check dgun/MainGunHighBuffer.java for main routine, utils/StatBuffer.java (superclass) has some of the helper methods). As for the dynamic segmentation stuff, well, not a lot of people have tried that. [[Toad]] is the only bot I know of that has, and I do believe it is open source, but I haven't looked at it myself. You'd be in fairly uncharted waters. --[[User:Voidious|Voidious]] 14:37, 19 May 2009 (UTC)
 
There are several ideas there. Do you mean the [[Dynamic Segmentation|dynamic segmentation]]? The data saving / pre-loading? If it's the saving / pre-loading, I use WT concepts in the gun data saving in [[Dookious]], so you could take a look there. (Check dgun/MainGunHighBuffer.java for main routine, utils/StatBuffer.java (superclass) has some of the helper methods). As for the dynamic segmentation stuff, well, not a lot of people have tried that. [[Toad]] is the only bot I know of that has, and I do believe it is open source, but I haven't looked at it myself. You'd be in fairly uncharted waters. --[[User:Voidious|Voidious]] 14:37, 19 May 2009 (UTC)
 +
 +
Thank you Voidious. I've been looking at [[Dookious]] because it implements the [[Dynamic Segmentation]]/[[Wiki Targeting]]. To be truthful, it confuses the devil out of me. I did successfully create a class for the GhostGun though, so it's outside the main robot (which will keep the code tidy :) ). Anyways, I'll look at the files you said and get some ideas. With reminds me, I need to update my Bot's page to the Bot Template. --[[User:J Litewski|HACKhalo2]] 16:45, 19 May 2009 (UTC)

Revision as of 18:45, 19 May 2009

Wiki Targeting Implementation

Ok, I found the Wiki Targeting method, which is kinda what I want to do. How the devil to I implement it? HACKhalo2 21:05, 18 May 2009 (UTC)

There are several ideas there. Do you mean the dynamic segmentation? The data saving / pre-loading? If it's the saving / pre-loading, I use WT concepts in the gun data saving in Dookious, so you could take a look there. (Check dgun/MainGunHighBuffer.java for main routine, utils/StatBuffer.java (superclass) has some of the helper methods). As for the dynamic segmentation stuff, well, not a lot of people have tried that. Toad is the only bot I know of that has, and I do believe it is open source, but I haven't looked at it myself. You'd be in fairly uncharted waters. --Voidious 14:37, 19 May 2009 (UTC)

Thank you Voidious. I've been looking at Dookious because it implements the Dynamic Segmentation/Wiki Targeting. To be truthful, it confuses the devil out of me. I did successfully create a class for the GhostGun though, so it's outside the main robot (which will keep the code tidy :) ). Anyways, I'll look at the files you said and get some ideas. With reminds me, I need to update my Bot's page to the Bot Template. --HACKhalo2 16:45, 19 May 2009 (UTC)