Skinned Bots

Talk about multiplayer ZDoom games here.
Forum rules
Image
Post Reply
Anonymous

Skinned Bots

Post by Anonymous »

Hi all,

I'm looking to use some skinned bots in multiplayer, but don't know how to go about doing it. I'm using zcajun. Any ideas?

Thanks,
TK.
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

in bots.cfg, add a line "skin nameofskin"
User avatar
Enjay
 
 
Posts: 26534
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

Yeah, here's an extract from one of my bots.cfg files:

Code: Select all

{ 
   name                       Carson 
   aiming                     67 
   perfection                 50 
   reaction                   70 
   isp                        50 
   color                      "40 cf 00" 
   skin                       base 
   gender                     male 
   weaponpref                 012385687 
} 

{ 
   name                       Smith 
   aiming                     34 
   perfection                 75 
   reaction                   15 
   isp                        90 
   color                      "b0 b0 b0" 
   skin                       BGPA_2 
   gender                     cyborg 
   weaponpref                 012345678 
} 

{ 
   name                       Ross 
   aiming                     80 
   perfection                 67 
   reaction                   72 
   isp                        87 
   color                      "50 50 60" 
   skin                       BGPA_3 
   gender                     male 
   weaponpref                 012345678 
} 

{ 
   name                       Jay 
   aiming                     15 
   perfection                 50 
   reaction                   50 
   isp                        50 
   color                      "8f 00 00" 
   skin                       BGPA_4 
   gender                     female 
   weaponpref                 082345678 
} 
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

Keep in mind that the name of the skin is not the name of the WAD in the Skins folder, you can see it in the S_SKIN lump or in the Player Setup menu.
Post Reply

Return to “Networking”