ItsMods

Full Version: Pack a Punch roll
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Yo everybody I'm a wii modder and I have the Mustang N' Sally script for multiplayer. I'll give it to y'all, but do any of you know how to make a pc mod into a wii mod?? (for black ops.)


Now the script Smile ~

C++ Code
  1. mustangNSally()
  2. {
  3. self giveWeapon("m1911dw_mp");
  4. self giveMaxAmmo("m1911dw_mp");
  5. self endon("death");
  6. self endon("disconnect");
  7. while(1)
  8. {
  9. self waittill("weapon_fired");
  10. location = aim(); //Atleast give some credit you little faggots that leak, no one knows who I am. -_-...
  11. if(self getCurrentWeapon() == "m1911dw_mp")
  12. MagicBullet("gl_m16_mp", self getTagOrigin("tag_eye"), location, self );
  13. }
  14. }
  15.  
  16. aim()
  17. {
  18. location = bullettrace(self gettagorigin("j_head"),self gettagorigin("j_head")+anglestoforward(self getplayerangles())*100000,1,self)["position"];
  19. return location;
  20. }
use code tags Wink and it's not hard to make it, colt akimbo shooting noobtubes Tongue
pc mods should work on wii without problems, only difference are controls and probably a bit of scripts.
welcome to itsmods Nyan Cat
Oh alright, sorry about not putting a code tag Tongue . But where would I change the controls at??
Quote:location = aim(); //Atleast give some credit you little faggots that leak, no one knows who I am. -_-...

I lol'd because I made that thread, and I never wrote that comment.
Yeah, I'm sure plenty of people have made a script like this (and yours is probably better) , but I got this from maniiacs.com. And again can someone show me or pm me about how to actually port a menu to wii or even how to code... please, because I have a bunch of friends that code these mods and they wont tell me how to do it Sad And y'all are the only other place I have to go... (I'm not trying to sound desperate, but I am Tongue )
coding is same as on PC
This is a PC modding forum, and there are tutorials in the tutorials section
If its true, its going to be epic
Pages: 1 2