Printable Version of Topic

Click here to view this topic in its original format

RCBot Forums _ TF2 _ Dedicated server error with rcbot 0.7

Posted by: ThreeHeavys Jan 29 2013, 06:33 PM

I am running on a tf2 dedicated server
at this line i got the error

{RCbot} HL2 MODIFICATION "orangebox/tf" NOT FOUND, EXITING... see bot_mods.ini


it worked with rcbot 63 this is my bot_mods.ini file
------------------------------------------------------------
#
# valid bot types
# ---------------
# CSS
# TF2
# HL2DM
# HL1DM
# FF
# COOP
# ZOMBIE
#
#
#mod = CSS
#steamdir = counter-strike source
#gamedir = cstrike
#bot = CSS
#
#mod = TF2
#steamdir = orangebox
#gamedir = tf
#bot = TF2
#
#mod = FF
#steamdir = sourcemods
#gamedir = ff
#bot = FF
#
#mod = HL2DM
#steamdir = half-life 2 deathmatch
#gamedir = hl2mp
#bot = HL2DM
#
#mod = HL1DM
#steamdir = half-life 1 deathmatch
#gamedir = hl1dm
#bot = HL1DM
#
#mod = CUSTOM
#steamdir = day of defeat source
#gamedir = dod
#bot = ZOMBIE
#
mod = SYNERGY
steamdir = synergy
gamedir = synergy
bot = COOP

Posted by: Cheeseh Jan 30 2013, 02:18 AM

QUOTE(ThreeHeavys @ Jan 29 2013, 07:33 PM) *

I am running on a tf2 dedicated server
at this line i got the error

{RCbot} HL2 MODIFICATION "orangebox/tf" NOT FOUND, EXITING... see bot_mods.ini
it worked with rcbot 63 this is my bot_mods.ini file
------------------------------------------------------------
#
# valid bot types
# ---------------
# CSS
# TF2
# HL2DM
# HL1DM
# FF
# COOP
# ZOMBIE
#
#
#mod = CSS
#steamdir = counter-strike source
#gamedir = cstrike
#bot = CSS
#
#mod = TF2
#steamdir = orangebox
#gamedir = tf
#bot = TF2
#
#mod = FF
#steamdir = sourcemods
#gamedir = ff
#bot = FF
#
#mod = HL2DM
#steamdir = half-life 2 deathmatch
#gamedir = hl2mp
#bot = HL2DM
#
#mod = HL1DM
#steamdir = half-life 1 deathmatch
#gamedir = hl1dm
#bot = HL1DM
#
#mod = CUSTOM
#steamdir = day of defeat source
#gamedir = dod
#bot = ZOMBIE
#
mod = SYNERGY
steamdir = synergy
gamedir = synergy
bot = COOP



this means you need to add orangebox/tf to bot_mods.ini

and rmember that anything with '#' at the beginning of the line is commented out

so you need to uncomment this

QUOTE

#mod = TF2
#steamdir = orangebox
#gamedir = tf
#bot = TF2


to this

QUOTE

mod = TF2
steamdir = orangebox
gamedir = tf
bot = TF2


Posted by: ThreeHeavys Jan 30 2013, 09:30 AM

QUOTE(Cheeseh @ Jan 30 2013, 03:18 AM) *

this means you need to add orangebox/tf to bot_mods.ini

and rmember that anything with '#' at the beginning of the line is commented out

so you need to uncomment this
to this


Thank you it works now