View Single Post
Re: Changing install directory (WIP9 Linux)
Old
  (#2)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Changing install directory (WIP9 Linux) - 26-06-2005

get the source code, grep for "UTIL_BuildFileNameRB" and change this one:

strcpy(filename, "realbot/");

to:

strcpy(filename, "cstrike/addons/realbot/");

then recompile the bot. This may be the only way to do so.
  
Reply With Quote