.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > FritzBot
FritzBot A bot for Return To Castle Wolfenstein - by Maleficus Return to Castle Wolfenstein

Reply
 
Thread Tools
Stock Maps
Old
  (#1)
The Ghost
Weirdo
 
The Ghost's Avatar
 
Status: Offline
Posts: 34
Join Date: Jun 2004
Default Stock Maps - 28-04-2005

Here are the remaining maps that will need to be waypointed first:

mp_assault
mp_base
mp_castle
mp_chateau
mp_dam
mp_depot
mp_ice
mp_keep
mp_rocket
mp_sub
mp_tram
mp_village

We should probably figure out which waypointers are doing which maps at some point so we don't have people working on the same map. Maybe even split them up evenly, or something along those lines.


The first one I'm planning on doing is mp_assault.

Also, Mal, are we going to need to make a seperate waypoint for the maps to work in checkpoint mode? I figure since the layout of the map is different, we probably will.

Last edited by The Ghost; 29-04-2005 at 03:37..
  
Reply With Quote
Re: Stock Maps
Old
  (#2)
Denny
FritzRTCW Team Member
 
Denny's Avatar
 
Status: Offline
Posts: 370
Join Date: Oct 2004
Location: Minnesota, USA
Default Re: Stock Maps - 28-04-2005

You got mp_dam on there twice, lol.

I'll take...

mp_castle
mp_keep
mp_sub (a challenge because bots + water don't mix )

I'll also take a couple others depending on how long it takes me to finish the above, or if nobody else is doing a few.

I thought only a few Stock maps come with CP versions?


FritzbotRTCW Official Waypointer & Beta Tester
Updated: 1/12/06

Click Here to view my current waypointing progress.

Last edited by Denny; 28-04-2005 at 22:46..
  
Reply With Quote
Re: Stock Maps
Old
  (#3)
CrapShoot
A Monkey
 
CrapShoot's Avatar
 
Status: Offline
Posts: 386
Join Date: Jan 2005
Default Re: Stock Maps - 29-04-2005

i'll do Ice and Village if nobody minds
  
Reply With Quote
Re: Stock Maps
Old
  (#4)
The Ghost
Weirdo
 
The Ghost's Avatar
 
Status: Offline
Posts: 34
Join Date: Jun 2004
Default Re: Stock Maps - 29-04-2005

Quote:
Originally Posted by Denny
You got mp_dam on there twice, lol.



I thought only a few Stock maps come with CP versions?
They do, but i figured we might as well do both so all the maps work on all game modes


i guess i'll do:

mp_assault
mp_base
mp_chateau
mp_depot

whatever's left i'll do, if nobody gets to them before me.

Also, i'm thinking once we start on the custom maps, we should make a sticky thread here and post which maps we are doing at the time. that way we are never doing the same maps.

Last edited by The Ghost; 29-04-2005 at 03:51..
  
Reply With Quote
Re: Stock Maps
Old
  (#5)
Maleficus
Member
 
Maleficus's Avatar
 
Status: Offline
Posts: 1,054
Join Date: May 2004
Location: Planet Earth
Default Re: Stock Maps - 29-04-2005

Quote:
Originally Posted by The Ghost
Also, i'm thinking once we start on the custom maps, we should make a sticky thread here and post which maps we are doing at the time. that way we are never doing the same maps.
Excellent idea.


As a note: maps like mp_tram probably won't be supported this version.

ATM, the bots don't understand the tram or elevators, so maps with either will have to wait.

CP support will need to be worked out and addressed. ATM, the script system assumes the map is always OBJ, and the trick is somehow getting one path file to work with 2 different gametypes (which have different goals).

Also, some popular CP maps only work in OBJ mode, (sf_cobraB3 is a good example), which makes things all that more complicated.

I'm tempted to say: "lets worry about OBJ for now, and then dual support later".

But, hey - I'm a lazy guy.


Dum Spiro Spero


  
Reply With Quote
Re: Stock Maps
Old
  (#6)
Denny
FritzRTCW Team Member
 
Denny's Avatar
 
Status: Offline
Posts: 370
Join Date: Oct 2004
Location: Minnesota, USA
Default Re: Stock Maps - 29-04-2005

Quote:
Originally Posted by Maleficus
As a note: maps like mp_tram probably won't be supported this version.
You could still waypoint it though, just lay waypoints that don't use the Trams and just update it when they do support them. I suppose you mean the bots don't work with script movers in other words, such as elevators and such?

I had a really good (as far as i know) idea on how to support script movers. I don't know how logical or even doable it is, but if you want to hear what i had in mind let me know.


FritzbotRTCW Official Waypointer & Beta Tester
Updated: 1/12/06

Click Here to view my current waypointing progress.
  
Reply With Quote
Re: Stock Maps
Old
  (#7)
Maleficus
Member
 
Maleficus's Avatar
 
Status: Offline
Posts: 1,054
Join Date: May 2004
Location: Planet Earth
Default Re: Stock Maps - 30-04-2005

Quote:
Originally Posted by Denny
You could still waypoint it though, just lay waypoints that don't use the Trams and just update it when they do support them. I suppose you mean the bots don't work with script movers in other words, such as elevators and such?

I had a really good (as far as i know) idea on how to support script movers. I don't know how logical or even doable it is, but if you want to hear what i had in mind let me know.

True.

I'm always open to ideas.


Dum Spiro Spero


  
Reply With Quote
Re: Stock Maps
Old
  (#8)
Denny
FritzRTCW Team Member
 
Denny's Avatar
 
Status: Offline
Posts: 370
Join Date: Oct 2004
Location: Minnesota, USA
Default Re: Stock Maps - 30-04-2005

Quote:
Originally Posted by Maleficus
True.

I'm always open to ideas.
Okay, i'll type it up, it's gonna take alot to explain, and may not fit into how your scripting system works or whatever but it should give you a rough idea (provided it's doable).


FritzbotRTCW Official Waypointer & Beta Tester
Updated: 1/12/06

Click Here to view my current waypointing progress.
  
Reply With Quote
Re: Stock Maps
Old
  (#9)
CrapShoot
A Monkey
 
CrapShoot's Avatar
 
Status: Offline
Posts: 386
Join Date: Jan 2005
Default Re: Stock Maps - 01-05-2005

I think that the source has an ai function called idle that may be helpful in adding support for movers. From what I remember, it takes time as an argument.

Also, I think there is one called patrol that takes nodes / waypoints as arguments...

The logic must be in there somewhere in the SP source as they have 2 bots use the Tram on the Tram level
  
Reply With Quote
Re: Stock Maps
Old
  (#10)
Denny
FritzRTCW Team Member
 
Denny's Avatar
 
Status: Offline
Posts: 370
Join Date: Oct 2004
Location: Minnesota, USA
Default Re: Stock Maps - 01-05-2005

Quote:
Originally Posted by CrapShoot
The logic must be in there somewhere in the SP source as they have 2 bots use the Tram on the Tram level
Oh yeah i'm pretty sure there is, it may be a bit tricky and tough to code but i bet it could be done.

@Ghost

Sorry Ghost forgot to reply, i think that's a great idea about having a sticky topic listing which maps are being waypointed. So everybody will be up-to-date on everything.


FritzbotRTCW Official Waypointer & Beta Tester
Updated: 1/12/06

Click Here to view my current waypointing progress.
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com