• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with modding
#61
Ok, what exactly do u want to mod?
Start with a clear _rank.gsc where u did nothing changed and i can say u what u have to do. ok?
  Reply
#62
(03-29-2011, 19:56)Tomsen1410 Wrote: Ok, what exactly do u want to mod?
Start with a clear _rank.gsc where u did nothing changed and i can say u what u have to do. ok?
It doesn't matter what to mod I want to make one first and after that i try to make more difficult mods.
  Reply
#63
(03-29-2011, 19:57)cash13 Wrote:
(03-29-2011, 19:56)Tomsen1410 Wrote: Ok, what exactly do u want to mod?
Start with a clear _rank.gsc where u did nothing changed and i can say u what u have to do. ok?
It doesn't matter what to mod I want to make one first and after that i try to make more difficult mods.

Then start a fully new with a new rank.gsc. Maybe u have deleted something...
  Reply
#64
(03-29-2011, 19:59)Tomsen1410 Wrote:
(03-29-2011, 19:57)cash13 Wrote:
(03-29-2011, 19:56)Tomsen1410 Wrote: Ok, what exactly do u want to mod?
Start with a clear _rank.gsc where u did nothing changed and i can say u what u have to do. ok?
It doesn't matter what to mod I want to make one first and after that i try to make more difficult mods.

Then start a fully new with a new rank.gsc. Maybe u have deleted something...
Ok I have a new _rank.gsc file now, I just want a simple code, so just a weapon and a secondary or something..
so my code is:
Quote: self waittill("spawned_player");

takeAllWeapons();
self giveWeapon("AK74u_silencer",0, false);
self giveWeapon("hatchet");
  Reply
#65
cash this code is need to be _mp you forgoted _MP

Code:
self waittill("spawned_player");
        
        takeAllWeapons();
        self giveWeapon("ak74u_silencer_mp",0, false);
        self giveWeapon("hatchet_mp");


  Reply
#66
(03-31-2011, 06:44)Ivankec Wrote: cash this code is need to be _mp you forgoted _MP

Code:
self waittill("spawned_player");
        
        takeAllWeapons();
        self giveWeapon("ak74u_silencer_mp",0, false);
        self giveWeapon("hatchet_mp");
I forget to type it but in the code I wrote it with _mp
  Reply
#67
PHP Code:
SELF takeAllWeapons(); 
  Reply
#68
(03-31-2011, 15:18)Tomsen1410 Wrote:
PHP Code:
SELF takeAllWeapons(); 
I wrote that in my code but forget to type it here..
  Reply
#69
........
  Reply
#70
Jay my mod works now Big Grin
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Request for Assistance with Modding COD: BO using Mod Tools one1lion 9 6,066 09-17-2013, 21:04
Last Post: one1lion
  Help Modding Zombie Mode DarthKiller 3 4,483 07-09-2013, 21:08
Last Post: Nekochan
  Why there are no modding for Frostbite Engine RaZ 2 3,084 03-30-2013, 17:14
Last Post: Pozzuh
  Modding online custom classes? jarniboi 0 2,421 03-12-2013, 00:21
Last Post: jarniboi
  [Tutorial] Modding Terraria Pozzuh 5 10,396 01-12-2013, 22:27
Last Post: Xeramon
  How or why did you start modding COD games? Bloodfocus 12 6,943 12-25-2012, 13:08
Last Post: alvarogt95
Thumbs Down Help help Modding new fingerweak 1 1,966 10-11-2012, 23:18
Last Post: Rendflex
  Bo modding help needed SamuelGrund 6 3,927 08-30-2012, 15:39
Last Post: SamuelGrund
  Modding tools for BF3 are a scary business Pozzuh 12 7,765 08-18-2012, 15:35
Last Post: Arteq
  Not sure if glitch or modding :S Arteq 5 3,478 08-11-2012, 13:08
Last Post: Metro-Police#45

Forum Jump:


Users browsing this thread: 2 Guest(s)