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

From Robowiki
Jump to navigation Jump to search
(New page: ==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? ~~~~)
 
(how to implement Wiki Targeting)
Line 2: Line 2:
  
 
Ok, I found the [[Wiki Targeting]] method, which is kinda what I want to do. How the devil to I implement it? [[User:J Litewski|HACKhalo2]] 21:05, 18 May 2009 (UTC)
 
Ok, I found the [[Wiki Targeting]] method, which is kinda what I want to do. How the devil to I implement it? [[User:J Litewski|HACKhalo2]] 21:05, 18 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)

Revision as of 16:37, 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)