ItsMods

Full Version: How Do i add bots to my mod menu? .CFG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Okay, im a ps3 user, ive written up a mod menu & now ive gotten the idea for bots. is that possible? if So, How? Huh
Please help me im a newbie..
no hate,
Thanks!
>.cfg editing
Stop fucking modding a dead game.
Or entirely stop this so called 'patches' there are fucking millions of them already no one cares.
Sorry, it's PC modding forum.
There's command "addtestclient", but I am not sure if it working.
(11-22-2013, 14:11)SailorMoon Wrote: [ -> ]Sorry, it's PC modding forum.
There's command "addtestclient", but I am not sure if it working.

what number do you put after that command? as many as you want?
(11-22-2013, 16:02)oda521 Wrote: [ -> ]
(11-22-2013, 14:11)SailorMoon Wrote: [ -> ]Sorry, it's PC modding forum.
There's command "addtestclient", but I am not sure if it working.

what number do you put after that command? as many as you want?

No, you'll have to define something as addtestclient();

Code:
bot = addtestclient();

http://zeroy.com/script/

I really can't see how you could make any proper mod with .CFG, mind explaining?
(11-22-2013, 16:09)Rendflex Wrote: [ -> ]
(11-22-2013, 16:02)oda521 Wrote: [ -> ]
(11-22-2013, 14:11)SailorMoon Wrote: [ -> ]Sorry, it's PC modding forum.
There's command "addtestclient", but I am not sure if it working.

what number do you put after that command? as many as you want?

No, you'll have to define something as addtestclient();

Code:
bot = addtestclient();

http://zeroy.com/script/

I really can't see how you could make any proper mod with .CFG, mind explaining?

CFG mods are for ps or xbox, since there are new patch for mw2, you can't edit gscs here. ( As I think, because as I read on some forums, they lost this feature ).
By the way, there are a lot of mods using cfgs.
(11-22-2013, 16:30)SailorMoon Wrote: [ -> ]
(11-22-2013, 16:09)Rendflex Wrote: [ -> ]I really can't see how you could make any proper mod with .CFG, mind explaining?

CFG mods are for ps or xbox, since there are new patch for mw2, you can't edit gscs here. ( As I think, because as I read on some forums, they lost this feature ).
By the way, there are a lot of mods using cfgs.

I know, I know. I just can't understand how the mods are being made. Because as far as I know, CFG files only accept console commands.
(11-22-2013, 16:41)Rendflex Wrote: [ -> ]
(11-22-2013, 16:30)SailorMoon Wrote: [ -> ]
(11-22-2013, 16:09)Rendflex Wrote: [ -> ]I really can't see how you could make any proper mod with .CFG, mind explaining?

CFG mods are for ps or xbox, since there are new patch for mw2, you can't edit gscs here. ( As I think, because as I read on some forums, they lost this feature ).
By the way, there are a lot of mods using cfgs.

I know, I know. I just can't understand how the mods are being made. Because as far as I know, CFG files only accept console commands.

I saw some "menu mods" made in cfgs. Very well.
That what I found on pastebin:
http://pastebin.com/K2yuPRfE
http://pastebin.com/PkXtagSK
(11-22-2013, 16:47)SailorMoon Wrote: [ -> ]
(11-22-2013, 16:41)Rendflex Wrote: [ -> ]
(11-22-2013, 16:30)SailorMoon Wrote: [ -> ]
(11-22-2013, 16:09)Rendflex Wrote: [ -> ]I really can't see how you could make any proper mod with .CFG, mind explaining?

CFG mods are for ps or xbox, since there are new patch for mw2, you can't edit gscs here. ( As I think, because as I read on some forums, they lost this feature ).
By the way, there are a lot of mods using cfgs.

I know, I know. I just can't understand how the mods are being made. Because as far as I know, CFG files only accept console commands.

I saw some "menu mods" made in cfgs. Very well.
That what I found on pastebin:
http://pastebin.com/K2yuPRfE
http://pastebin.com/PkXtagSK

Exactly what I expected it to be. Sorry @oda521 , you most likely won't be able to add bots.
(11-22-2013, 16:56)Rendflex Wrote: [ -> ]
(11-22-2013, 16:47)SailorMoon Wrote: [ -> ]
(11-22-2013, 16:41)Rendflex Wrote: [ -> ]
(11-22-2013, 16:30)SailorMoon Wrote: [ -> ]
(11-22-2013, 16:09)Rendflex Wrote: [ -> ]I really can't see how you could make any proper mod with .CFG, mind explaining?

CFG mods are for ps or xbox, since there are new patch for mw2, you can't edit gscs here. ( As I think, because as I read on some forums, they lost this feature ).
By the way, there are a lot of mods using cfgs.

I know, I know. I just can't understand how the mods are being made. Because as far as I know, CFG files only accept console commands.

I saw some "menu mods" made in cfgs. Very well.
That what I found on pastebin:
http://pastebin.com/K2yuPRfE
http://pastebin.com/PkXtagSK

Exactly what I expected it to be. Sorry @oda521 , you most likely won't be able to add bots.

There's CONSOLE command to add bots. But I don't remember it. But even if he will add bots, they won't do something.
Pages: 1 2