Posts: 3
Threads: 1
Joined: Nov 2013
Reputation:
0
Okay, im a ps3 user, ive written up a mod menu & now ive gotten the idea for bots. is that possible? if So, How?
Please help me im a newbie..
no hate,
Thanks!
Posts: 1,741
Threads: 93
Joined: Mar 2012
Reputation:
26
>.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.
Do not take life too seriously. You will never get out of it alive.
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
Sorry, it's PC modding forum.
There's command "addtestclient", but I am not sure if it working.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Posts: 3
Threads: 1
Joined: Nov 2013
Reputation:
0
(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?
Posts: 2,157
Threads: 120
Joined: Apr 2011
Reputation:
71
(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?
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
11-22-2013, 16:30
(This post was last modified: 11-22-2013, 16:31 by Nekochan.)
(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.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Posts: 2,157
Threads: 120
Joined: Apr 2011
Reputation:
71
(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.
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
11-22-2013, 16:47
(This post was last modified: 11-22-2013, 16:48 by Nekochan.)
(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
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Posts: 2,157
Threads: 120
Joined: Apr 2011
Reputation:
71
(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.
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
(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.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
|