... This chaqnged a few days ago. Now there is a small overhead: the first .005 power per mass do nothing. Shields above that reduce damage exponentially as...
... If the bug keeps troubling you send the bot to the list and we can help. ... Another good question that should be in the doc. Answer: damageReceived =...
I got Grobots working over the weekend. The 3/27 version worked on my B&W. I've been working on a side. I still have some bugs in my food gathering code so...
... They will, when I get around to it. ... The docs were out of date; I fixed them. The right names are ID, TYPE, and SIDE. ... This will be added when...
Ways to solve the everyone-buys-shields problem: 1) Make the returns increasing at first and then diminishing. For example, a 10 mass robot might need to put...
... It is only slightly better than Predator now. At short range it is good because it shoots accurately, but at long range it tends to die of ignoring...
... Most robots won't resist because they set their engines to a very high speed. If you're trying to go 30 u/s, it doesn't matter what direction your 2 u/s of...
... Probably you're missing MrCExceptionsLib, which can now be found on the Grobots site. ... I'll put up a Getting Started page when I get around to it. ...
On Thu, 28 Mar 2002, Devon Schudy wrote:
> Currently only Rat and Predator both eat and fight. (Artillery
> and Homesick do too, but they have other problems.)...
... Force fields set force, not power. I'm not sure which is better. Setting power would make the energy consumption more predictable but the effect less so....
On Thu, 28 Mar 2002, Matt Burkholder wrote: The constructor uses whatever constructor-rate is set at energy per frame, unless, of course, you are out of...
... What kind of machine is that "B&W"? If it's really old (do you mean one of those 9-inch-screen machines?), I'm not surprised Grobots won't run. But it...
... Curiously, range is ten times more expensive in firing cost for grenades than for blasters. ... It didn't until the prices of shields and repairers were ...
I still haven't been able to find a mac on campus that allows running of 3rd party programs. But comparing the code of predator and rat, the most significant...
... There's some inconsistancy about hardware specification; with many properties the power is set (constructor, repairer, etc), but with some others, such as...
Well I've got some success. Grobots still will not run on my B&W (put the libs in the system folder and in the folder with the app, restarts) but it does run ...
... Yet another missing piece of doc. I'll work on it. Note that many pieces of hardware (engines, constructor, shields) specify a power, which is their energy...
This is a recreation of another lost message. ... Most robots will not resist, because they set their engines to unrealistic speeds. If your engine is set to...
Of five messages I sent to the list Monday night, only one arrived. I guess I shouldn't have deleted my only copies after sending. :) This is a recreation of...
... I found the online code and hardware reference. That helps a lot. The main thing I don't know now is the cost (energy) of doing anything. I can find...
... As mentioned next to the download link, you need two libraries. Devon, can you put those libraries on the webpage? Forcing each user to look at Apple's...
I think the structure of existing sides' code has been influenced by that of the hardcoded brains. All types so far have one main loop within which they do...
Hey, I signed up for this list the other day. I knew about you from the Robowar board. When I try to run grobots this weekend it didn't work. Missing DLL or...
1) robot-time operator, returns last time you fired robot sensor. Keeping track of this manually is annoying. 2) robot-id, robot-side, should be operators that...
Shield management code is likely to become a boilerplate thing. We should therefore ere on the side of making shields too weak rather than too strong, so that...
... Since one sets desired velocity for engines, a robot that doesn't want to go exactly where you predict will be resisting at full power. The force field...
The March 23 build is now up on the Grobots site. Changes: * Shields are even weaker (though maybe still not weak enough) * Seeds are slightly bigger (up to...
For the people who will eventually be reading this list who are not Warren and/or, Devon, some topics we have discussed recently include: 1) Sensors; should...