(adsbygoogle = window.adsbygoogle || []).push({});
Hi everyone - well, I was getting into modding mw2 a while ago, but then got banned (perma, I assume as I haven't got an email...not bothered updating firmware as I didn't see the point) so I am now having a little go at bo zombies (offline) modding for a laugh.
I have downloaded d3nch(??? - french modder) files...well copied them into my gpad0 files and it worked, so i thought great, I'll have a crack at it myself. I managed to get a VERY basic one going (select for godmode and dpads for 4 other things) but curiosity got the better of me and I want to know how to make different buttons (eg lshldr) give me more options.
So I started disecting the gpad0 files from d3nch's (very good) attempt and I can follow it, but there are parts I dont understand - below is part of it;
bind2 BUTTON_RSTICK "bind DPAD_UP toggle cg_fov 5 65 80 160;bind DPAD_DOWN toggle cg_thirdperson 1 0;bind DPAD_LEFT toggle g_speed 50 190 400 800 5000;bind DPAD_RIGHT toggle bg_gravity 1 90 400 800"
Now, I get that pressing knife will activate the dpads above, but what is the bind2 bit? As I understand it, you have bind (normal) and bind2 (alternative bind controls maybe?) but how does the game distinguish between bind and bind2? I would have expected maybe a
bind lshldr "bind2"
or something along those lines...I know that wouldn't work, I also know that you can't use vstrs
Also what does
set gpad_buttonsConfig x
mean? I htought buttonsconfig was just default...what does the x signify?
Any help/noob(ish) tut would be great,
Thanks
P.S. I am fully prepared for the fact theres going to be a few "search the forums" posts - I have...spent all day on this and got nowhere brilliant really, but am either being blind or dumb