OK, I want to have a quake server on my lan running frikbot. This is the situation:
- I got a machine running proquake -dedicated 4 -game frikbot +map shadows
- I got an id1/server.cfg
- I got frikbot/bot.cfg and frikbot/maps.cfg
I can connect from another machine and frag some bots.
Problem: Map cycling, fraglimit and timelimit don't work.
1. My server.cfg:
fraglimit 20
timelimit 5
localinfo shadows matdm2
localinfo matdm2 dm4
localinfo dm4 dm6
localinfo dm6 e1m2
localinfo e1m2 shadows
2. My bot.cfg:
(some bot aliases)
timelimit 5
fraglimit 20
3. My maps.cfg:
samelevel -5
alias map1 "changelevel matdm2"
alias map2 "changelevel dm4"
alias map3 "changelevel dm6"
alias map4 "changelevel e1m2"
alias map5 "changelevel shadows"
I tried a number of things. No matter what, timelimit, fraglimit and map cycling don't work. I don't know what takes precedence, the server's map rotation setup or frikbot's, and I have no idea why timelimit doesn't work.
I have been trying for hours. I can't see why simple things are so hard to get working. I have googled and searched for quake server guides (not many and no good ones) and frikbot help (not much and pretty short.)
Anyone?
- I got a machine running proquake -dedicated 4 -game frikbot +map shadows
- I got an id1/server.cfg
- I got frikbot/bot.cfg and frikbot/maps.cfg
I can connect from another machine and frag some bots.
Problem: Map cycling, fraglimit and timelimit don't work.
1. My server.cfg:
fraglimit 20
timelimit 5
localinfo shadows matdm2
localinfo matdm2 dm4
localinfo dm4 dm6
localinfo dm6 e1m2
localinfo e1m2 shadows
2. My bot.cfg:
(some bot aliases)
timelimit 5
fraglimit 20
3. My maps.cfg:
samelevel -5
alias map1 "changelevel matdm2"
alias map2 "changelevel dm4"
alias map3 "changelevel dm6"
alias map4 "changelevel e1m2"
alias map5 "changelevel shadows"
I tried a number of things. No matter what, timelimit, fraglimit and map cycling don't work. I don't know what takes precedence, the server's map rotation setup or frikbot's, and I have no idea why timelimit doesn't work.
I have been trying for hours. I can't see why simple things are so hard to get working. I have googled and searched for quake server guides (not many and no good ones) and frikbot help (not much and pretty short.)
Anyone?
Comment