View Single Post
metamod/HPB_bot DLL version setup
Old
  (#5)
BeaverMon
HPB_bot 3.0 Fan/EX-HPB_Bot Waypointer
 
Status: Offline
Posts: 46
Join Date: Mar 2004
Location: South-Central Indiana, USA
Default metamod/HPB_bot DLL version setup - 28-04-2004

Alright, thanks. I'll try it. Hope it works.

You see about a week ago I lost everything when I did a reformat.

Here's my current liblist.gam layout;

Code:
// Team Fortress Classes Game .dll Listing File
// Load order is determined by file order.
game "Team Fortress"
url_info "www.teamfortressclassic.com"
url_dl ""
version "1.5"
size "37000000"
svonly "0"
cldll "0"
type "multiplayer_only"
nomodels "1" // Don't show models in browser, since you don't pick them there anyway.
mpentity "info_tfdetect"
//gamedll "dlls\tfc.dll"
gamedll "dlls\HPB_bot.dll"
gamedll_linux "dlls/tfc_i386.so"
So what do I do here to get Metamod working with the HPB_bot?
Do I replace the
Code:
gamedll "dlls\HPB_bot.dll"
thing with
Code:
gamedll "dlls\metamod.dll"
?
Once I get the answer to this, the rest should be easy to setup, becides the target line. But thanks to you, I should be able to remember everything.

I think the target line to automatically open up the TFC Mod is like this;
c:\SIERRA\Half-Life\hl.exe -game tfc -console +localinfo mm_gamedll dlls/hpb_bot.dll
Right? Please tell me if this isn't right. I don't want to have any problems with this thing.

Last edited by BeaverMon; 29-04-2004 at 03:51..
  
Reply With Quote