• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Import Karambit Knife to Mutliplayer. Help Please
#1
Hi guys im trying to get the Karambit knife to my mp mod, but i cant find how... i watched tutorials about it but i saw that you need a .gdt file which i dont have so it would be great if someone could tell me how i can do it.
  Reply
#2
Go make the model and then change the knife model in weapon file (knife_mp).
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
  Reply
#3
(07-14-2014, 04:42)DidUknowiPwn Wrote: Go make the model and then change the knife model in weapon file (knife_mp).

Don't post if you don't know Troll

There's karambit_sp in singleplayer. Simply copy this file to your mod and rename to karambit_mp, open this file in text editor, look for "parentweapon" - If it's empty, then just don't edit it. Also don't forget to add this entry to the mod.csv.

In GSC do this:
precacheItem("karambit_mp");
To give this knife use:
self takeAllweapons(); // removes default knife also
self giveweapon("karambit_mp");
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#4
(07-14-2014, 12:55)SailorMoon Wrote:
(07-14-2014, 04:42)DidUknowiPwn Wrote: Go make the model and then change the knife model in weapon file (knife_mp).

Don't post if you don't know Troll

There's karambit_sp in singleplayer. Simply copy this file to your mod and rename to karambit_mp, open this file in text editor, look for "parentweapon" - If it's empty, then just don't edit it. Also don't forget to add this entry to the mod.csv.

In GSC do this:
precacheItem("karambit_mp");
To give this knife use:
self takeAllweapons(); // removes default knife also
self giveweapon("karambit_mp");

okay thanks for it but to be honest i still dont really understand it xD could you give me your skype maybe so you could explane it to me a littel better ?
  Reply
#5
It works by the same way:
http://www.itsmods.com/forum/Thread-Tuto...Tools.html
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#6
(07-14-2014, 14:12)SailorMoon Wrote: It works by the same way:
http://www.itsmods.com/forum/Thread-Tuto...Tools.html

could you simply give me your skype or not?
  Reply
#7
(07-14-2014, 14:17)Axrill Wrote:
(07-14-2014, 14:12)SailorMoon Wrote: It works by the same way:
http://www.itsmods.com/forum/Thread-Tuto...Tools.html

could you simply give me your skype or not?
Okay,
lunaminako21
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#8
(07-14-2014, 14:39)SailorMoon Wrote:
(07-14-2014, 14:17)Axrill Wrote:
(07-14-2014, 14:12)SailorMoon Wrote: It works by the same way:
http://www.itsmods.com/forum/Thread-Tuto...Tools.html

could you simply give me your skype or not?
Okay,
lunaminako21

would be great if you could accept it after 5 hours lmao
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)