http://www.youtube.com/watch?feature=pl ... UQrCzDnxt0
http://www.moddb.com/mods/quake3-hopper ... 0-released
have not tried it out yet, will be fun to see how it does on q3ctfp22, lol bots hated that map with a passion!
might be the answer to the bad q3 bots...
Re: might be the answer to the bad q3 bots...
that's awesome.
-
- Posts: 392
- Joined: Fri Sep 17, 2010 1:53 am
Re: might be the answer to the bad q3 bots...
iirc, the Hopper Engine uses map overrides (changing / adding / removing entities without having to recompile the .bsp) to add bot waypoints and other things, which allows them to perform such delicate tricks. My guess is that they use some kind of "botjump" entity for the Dueling Keeps circle jumps at mid, and are aimed towards destinations with targets / targetnames, etc.
So tuning a map for advanced bot physics does require a bit of hacking, but it's not too bad because you won't need the .map file since it's an override. Just imagine the kind of possibilities for bots with this kind of technology. I could finally get bots to cross the pedestal near RA on pasdm1.
So tuning a map for advanced bot physics does require a bit of hacking, but it's not too bad because you won't need the .map file since it's an override. Just imagine the kind of possibilities for bots with this kind of technology. I could finally get bots to cross the pedestal near RA on pasdm1.

[color=#00FF00][b]EmeraldProductions[/b][/color]
http://emeraldproductions.weebly.com/index.html
http://emeraldproductions.weebly.com/index.html
Re: might be the answer to the bad q3 bots...
Hopefully, bots in this mod will still have a certain spacial knowledge of the map that the .aas format provides without relying solely on "cookie crumb" navigation. IIRC, the original Unreal Tournament for example, used a system of cookie crumb navigational entities which was inferior because they would often run down halls or walk through doors predictably as if they were attached to a rail. It did provide a certain level of fuzzy logic to deviate from the path, but still rather predictable.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
-
- Posts: 392
- Joined: Fri Sep 17, 2010 1:53 am
Re: might be the answer to the bad q3 bots...
I think, if my entity assumption is correct, that once a bot hits a waypoint with no target it will resume to free navigation. I think it is mainly used for doing tricky jumps (for bots, anyway) like in Dueling Keeps, not for typical walking and running. I guess once a bot gets close to a waypoint the game "attaches" the bot to it at a certain distance when the bot sees it, and then it keeps going along those points until it comes up to a waypoint with no target set.obsidian wrote:Hopefully, bots in this mod will still have a certain spacial knowledge of the map that the .aas format provides without relying solely on "cookie crumb" navigation. IIRC, the original Unreal Tournament for example, used a system of cookie crumb navigational entities which was inferior because they would often run down halls or walk through doors predictably as if they were attached to a rail. It did provide a certain level of fuzzy logic to deviate from the path, but still rather predictable.
[color=#00FF00][b]EmeraldProductions[/b][/color]
http://emeraldproductions.weebly.com/index.html
http://emeraldproductions.weebly.com/index.html