You are viewing our Forum Archives. To view or take place in current topics click here.
[Tutorial] How to make a MW2 Mod Menu! + Updated
Posted:

[Tutorial] How to make a MW2 Mod Menu! + UpdatedPosted:

MRMURK4G3
  • Powerhouse
Status: Offline
Joined: Jun 17, 201310Year Member
Posts: 496
Reputation Power: 20
Status: Offline
Joined: Jun 17, 201310Year Member
Posts: 496
Reputation Power: 20
Hello everyone, this is just a quick tutorial for all of the people who want to know the basics of creating a mod menu. I know there is others out there, probably a lot better than this but i wanted to give it ago too and see how things go maybe i will continue.

This is for all of the people who i see around the forums asking for mod menu & custom mods, try to create your own

I understand that in this video i used a bad base but it was purely for the purpose of the video and showing beginners how everything works, if you are aiming to use this base for online use i wouldn't recommend it, its not the best.

Here is the video link to it, if it helped you be sure you let me know and if you have any issues then add me on skype: MRMURK4G3

Pt. 1 [ Register or Signin to view external links. ]

Pt. 2 [ Register or Signin to view external links. ]

I will update this when a new one is made!

(This was my first ever tutorial like this so im sorry if its not the best, i did try to give you all the information i could in as quick as time as possible. Also the volume is quite loud so i would suggest turning it down)


Last edited by MRMURK4G3 ; edited 1 time in total

The following 3 users thanked MRMURK4G3 for this useful post:

6Tech6N9ne6 (04-15-2014), Sikie (04-14-2014), Cobbie (04-14-2014)
#2. Posted:
XTM
  • V5 Launch
Status: Offline
Joined: Jul 12, 201112Year Member
Posts: 1,897
Reputation Power: 85
Status: Offline
Joined: Jul 12, 201112Year Member
Posts: 1,897
Reputation Power: 85
bro can i try your monslaught mod menu please i havent seen you release it but im dying to try it
#3. Posted:
IGoogleclanmodz
  • Powerhouse
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
Status: Offline
Joined: Feb 09, 201311Year Member
Posts: 411
Reputation Power: 18
hey really good tut should help some people keep making the series until you get the menu made and then test it on your jtag
#4. Posted:
iiHydraHD_2
  • Junior Member
Status: Offline
Joined: Nov 19, 201310Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Nov 19, 201310Year Member
Posts: 85
Reputation Power: 3
Nice tut but i keep getting this error [ Register or Signin to view external links. ] . com/584995e8032c4e9fa2d4350efae3fbe8
#5. Posted:
Bitwise
  • Resident Elite
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
Status: Offline
Joined: Feb 09, 201410Year Member
Posts: 267
Reputation Power: 14
iiHydraHD_2 wrote Nice tut but i keep getting this error [ Register or Signin to view external links. ] . com/584995e8032c4e9fa2d4350efae3fbe8


You don't have the correct VS version to run with the files SDK installed, so xbox project cannot be loaded.

This is why I advice all xbox modders to stick with Visual Studio 2010

EDIT: Someone needs to post something other than MW2, since .dll's can be loaded on any game...people who mod mw2 to this date don't know how to code. (Far stretched I know, and sounds kinda stupid but...Everything has been released for mw2, no work is needed anymore to produce the things you guys do. You "mod" mw2 because it's extremely simple) I post code for all cods in C, and no-one use's it mainly because it's in C, and they compile badly wirtten and slow RPC apps in C#. My advice? Learn C [ Register or Signin to view external links. ] and Learn PowerPC [ Register or Signin to view external links. ] & [ Register or Signin to view external links. ]


Last edited by Bitwise ; edited 1 time in total
#6. Posted:
Cobbie
  • TTG Natural
Status: Offline
Joined: Aug 14, 201211Year Member
Posts: 980
Reputation Power: 47
Status: Offline
Joined: Aug 14, 201211Year Member
Posts: 980
Reputation Power: 47
iiHydraHD_2 wrote Nice tut but i keep getting this error [ Register or Signin to view external links. ] . com/584995e8032c4e9fa2d4350efae3fbe8


You also need to ensure you have the full version of the SDK as a lot of people tend to install the minimal version. If you have the minimal version installed it will not allow you to open these projects
#7. Posted:
Thames
  • Challenger
Status: Offline
Joined: Mar 31, 201410Year Member
Posts: 196
Reputation Power: 8
Status: Offline
Joined: Mar 31, 201410Year Member
Posts: 196
Reputation Power: 8
nice tutorial bro, should help some people out
#8. Posted:
iiHydraHD_2
  • Junior Member
Status: Offline
Joined: Nov 19, 201310Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Nov 19, 201310Year Member
Posts: 85
Reputation Power: 3
JMC wrote
iiHydraHD_2 wrote Nice tut but i keep getting this error [ Register or Signin to view external links. ] . com/584995e8032c4e9fa2d4350efae3fbe8


You also need to ensure you have the full version of the SDK as a lot of people tend to install the minimal version. If you have the minimal version installed it will not allow you to open these projects

ill try to uninstall it and install it again, thanks for the help btw
#9. Posted:
iiHydraHD_2
  • Junior Member
Status: Offline
Joined: Nov 19, 201310Year Member
Posts: 85
Reputation Power: 3
Status: Offline
Joined: Nov 19, 201310Year Member
Posts: 85
Reputation Power: 3
JMC wrote
iiHydraHD_2 wrote Nice tut but i keep getting this error [ Register or Signin to view external links. ] . com/584995e8032c4e9fa2d4350efae3fbe8


You also need to ensure you have the full version of the SDK as a lot of people tend to install the minimal version. If you have the minimal version installed it will not allow you to open these projects


what version do you recommend installing?
#10. Posted:
Thames
  • Challenger
Status: Offline
Joined: Mar 31, 201410Year Member
Posts: 196
Reputation Power: 8
Status: Offline
Joined: Mar 31, 201410Year Member
Posts: 196
Reputation Power: 8
Bitwise wrote
iiHydraHD_2 wrote Nice tut but i keep getting this error [ Register or Signin to view external links. ] . com/584995e8032c4e9fa2d4350efae3fbe8


You don't have the correct VS version to run with the files SDK installed, so xbox project cannot be loaded.

This is why I advice all xbox modders to stick with Visual Studio 2010

EDIT: Someone needs to post something other than MW2, since .dll's can be loaded on any game...people who mod mw2 to this date don't know how to code. (Far stretched I know, and sounds kinda stupid but...Everything has been released for mw2, no work is needed anymore to produce the things you guys do. You "mod" mw2 because it's extremely simple) I post code for all cods in C, and no-one use's it mainly because it's in C, and they compile badly wirtten and slow RPC apps in C#. My advice? Learn C [ Register or Signin to view external links. ] and Learn PowerPC [ Register or Signin to view external links. ] & [ Register or Signin to view external links. ]


Why are you the god of Cod?
You're one of the only few people who keep the modding community alive
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.