0

Double menu
So, I had nothing to do after a whole day in bed being sick. I got this idea from Modern Warfare 2 Three-patch but figured that the menu would become too big in size with too few mods. So I got it down to a double menu which take some extra space, but I think it's kinda cool. So I will explain how to make it, I will write it in detail, if you want to skip that step, here's the code:
Spoiler:
Here we go
The menu will look like this, in my imagination, I can't test the codes due to my ps3 not loading CoD 4 proparly.
[MOD 1] MOD 4
MOD 2 MOD 5
MOD 3 MOD 6
I will just explain how to write the menu, other codes that is needed like "set playlist", will not be put in here by me, you have to do that your self.
Input this to begin with:
Bind button_back binds [SELECT] to open the menuCode:bind button_back "vstr 1" set 1 "cg_hudchatposition 250 250;cg_chatheight 3 set 2 set 3 set 4 set 5 set 6
set 1, 2, 3, 4, 5 and 6 is there because we are using 6 mods=6 sets
cg_chatheight 3, we put 3 because of there being 3 lines, not 6 lines
From 1 you should be abel to go to 2 via dpad down
From 1 you should be abel to go to 3 via dpad up
From 1 you should be abel to go to 4 via dpad left and dpad right
Shown here:
[MOD 1] MOD 4
MOD 2 MOD 5
MOD 3 MOD 6
I have now put in the code which is the visible menu, the coding is really easy, all I do is write the line to the left, make 2 spaces and then I write the line to the right.Code:bind button_back "vstr 1" set 1 "cg_hudchatposition 250 250;cg_chatheight 3;say [MOD 1] MOD 4;say MOD 2 MOD 5;say MOD 3 MOD 6; set 2 "say MOD 1 MOD 4;say [MOD 2] MOD 5;say MOD 3 MOD 6; set 3 "say MOD 1 MOD 4;say MOD 2 MOD 5;say [MOD 3] MOD 6; set 4 "say MOD 1 [MOD 4];say MOD 2 MOD 5;say MOD 3 MOD 6; set 5 "say MOD 1 MOD 4;say MOD 2 [MOD 5];say MOD 3 MOD 6; set 6 "say MOD 1 MOD 4;say MOD 2 MOD 5;say MOD 3 [MOD 6];
That is basicly it, look at the code from the begining which have the binds in it too so you can simply put in mods in to the base that I have given you, the base which have binds is in the begining of the thread. I can't write anymore, feeling to sick and I'm going to bed
Cheers mates!utie:
Register or log in to view signatures.
SALOOTME(09-13-2011), tylerallmighty (09-13-2011)
Make a video on what it looks like :Yes:
Register or log in to view signatures.

Register or log in to view signatures.

Register or log in to view signatures.
Oh sorry, thought you mean't you had the double menu and was releasing it. Sorry.
Register or log in to view signatures.

Register or log in to view signatures.
Register or log in to view signatures.