Poll: Did this ever happen you do?
You do not have permission to vote in this poll.
Yes.
50.00%
3 50.00%
No.
50.00%
3 50.00%
Total 6 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Custom weapons don't do anything
#21
Omfg retard get out you cheating fucking troll, I need HELP not TROLLS, fucking niggers man..
Reply

#22
What the hell is the matter with you? People are just helping you and you start shouting racial slurs out of nowhere.
@rotceh_dnih Don't help this douchebag anymore, He insults you because he can't follow a simple instruction.
Seriously, what is going on with itsmods today?
Reply

#23
There not helping there being retarded troll, racial slurs? lol niggers these days... LOL help shut the fuck up troll, SIMPLE lol thats FAKE retarded fucking mexicans niggers these days..
Why cant anybody actually help me, this website is crap..
Reply

#24
(12-10-2012, 09:31)rotceh_dnih Wrote: ok so you've done many things wrong here lets start fresh


1.make a new mod
2.open asset manager find the weapon you want to mod and make your changes
3. reconvert the weapon in asset manager this will reconvert it to raw/weapons/mp/mp_yourweapon
4.make a new folder in your mod folder named weapons and a new one in that called mp then copy that reconverted weapon file into that folder
5. precache weapon ie "precacheItem( "somegun_mp" );" in something like _rank.gsc and self give if needed
6.add gsc and weapon to mod.csv
7. compile fastfile

if you follow this exactly you should have success. you failed before as you didnt reconvert your weapon , copyed the .gdt file to your mod this dose nothing the gdt is just settings for converter to compile weapon, didnt have new weapon in modfolder , didnt precache, and lastly none if it gose in an iwd everything needs tobe in .ff

good luck.

rotceh_dnih,
in this guide you explained how to copy a weapon file, change it and then put it back to your mod, that's all good and easy , but how could u choose this weapon if it doesn't shown on menu?

btw,
are you open for any new projects, we looking for a coder which is familiar with CoD.?

-Thanks
Reply

#25
Exactly, I customize my weapons.. But they don't work, i'm not making some kind of stupid mod mod, just a mod that injects the custom weapon.gdt or wh atever, so when I equipt the weapon its the customized one not default one.
Reply

#26
(12-11-2012, 01:17)gateboy6 Wrote: Exactly, I customize my weapons.. But they don't work, i'm not making some kind of stupid mod mod, just a mod that injects the custom weapon.gdt or wh atever, so when I equipt the weapon its the customized one not default one.

gateboy6,
you can't change a weapon setting without creating a mod, if you'll make any change in the orginal game, it will problay not work/wont let you connect to servers.

you need to create a new mod even if you just want to change a weapon.
ill tell you what i do since iam not good in coding im just replacing exisiting weapon to test it.
Reply

#27
Obviously a mod as in like
mp_customgun
but i mean not like a mod mod.. thing
like admin menu, level up like give command big thing..
just like yea
mp_customgun
and inside that the stuff to edit the weapon the way I wan't it.
So your good at that?
please make a good simple tutorial(unlike what they make)
or teamviewer me, thanks.
Reply

#28
(12-11-2012, 01:42)gateboy6 Wrote: Obviously a mod as in like
mp_customgun
but i mean not like a mod mod.. thing
like admin menu, level up like give command big thing..
just like yea
mp_customgun
and inside that the stuff to edit the weapon the way I wan't it.
So your good at that?
please make a good simple tutorial(unlike what they make)
or teamviewer me, thanks.

sorry i dont understand you really..
but im not good at code Sad
if you only want to test your gun do this:
the mod you uploaded on the first post is ok, take your modified weapon file and
copy it 11 times (because i dont remember which one is the default)
rename the files like this:

enfield_acog_mp
enfield_dualclip_mp
enfield_elbit_mp
enfield_extclip_mp
enfield_ft_mp
enfield_gl_mp
enfield_ir_mp
enfield_mk_mp
enfield_mp
enfield_reflex_mp
enfield_silencer_mp

add this to mod.csv
Code:
weapon,mp/enfield_acog_mp
weapon,mp/enfield_dualclip_mp
weapon,mp/enfield_elbit_mp
weapon,mp/enfield_extclip_mp
weapon,mp/enfield_ft_mp
weapon,mp/enfield_gl_mp
weapon,mp/enfield_ir_mp
weapon,mp/enfield_mk_mp
weapon,mp/enfield_mp
weapon,mp/enfield_reflex_mp
weapon,mp/enfield_silencer_mp

compile the mod, and every where you choose the enfiled, you will get ur weapon.
Reply

#29
(12-11-2012, 01:10)tomglazer Wrote:
(12-10-2012, 09:31)rotceh_dnih Wrote: ok so you've done many things wrong here lets start fresh


1.make a new mod
2.open asset manager find the weapon you want to mod and make your changes
3. reconvert the weapon in asset manager this will reconvert it to raw/weapons/mp/mp_yourweapon
4.make a new folder in your mod folder named weapons and a new one in that called mp then copy that reconverted weapon file into that folder
5. precache weapon ie "precacheItem( "somegun_mp" );" in something like _rank.gsc and self give if needed
6.add gsc and weapon to mod.csv
7. compile fastfile

if you follow this exactly you should have success. you failed before as you didnt reconvert your weapon , copyed the .gdt file to your mod this dose nothing the gdt is just settings for converter to compile weapon, didnt have new weapon in modfolder , didnt precache, and lastly none if it gose in an iwd everything needs tobe in .ff

good luck.

rotceh_dnih,
in this guide you explained how to copy a weapon file, change it and then put it back to your mod, that's all good and easy , but how could u choose this weapon if it doesn't shown on menu?

btw,
are you open for any new projects, we looking for a coder which is familiar with CoD.?

-Thanks
hey tom id be happy to explane the basics to you

so after you have modded your weapon file you need to decide how players are going to access it for insistence to quickest simplest way to test is just mod a weapon you know is in a class of yours so say in my class4 i have a ak47 so i go and mod the ak47 to be single fire or something add it to my mod, precache the weaponfile in gsc , compile and run the mod and pick class 4 and the ak47 will be my modded one if i didnt change the name when i reconverted in asset manger = done . other wise if it has a new name or whatever you would make a function to
Code:
self giveWeapon("yourcustomweapon_mp ");
you could do this onplayerspawn/when something happens/when you make it happen or make a custom menu like this one
http://steamcommunity.com/sharedfiles/fi...id=1186344
and self give onscriptresponce im sure theres afew tuts here about setting up a custom menu Smile

asfor projects yea im up to do something just depends on what it is "the idea in general "

and lastly @gateboy6 Thank you for your kind words i was only trying to help you yea im aussie i can be a bit blunt QQ good luck in your endeavors.

OMA
Reply

#30
(12-11-2012, 00:52)gateboy6 Wrote: There not helping there being retarded troll, racial slurs? lol niggers these days....

You've proven my point, thanks, now I don't have to myself.
You seriously think people are gonna help you with that attitude?
We're here to help people because we choose to do so, Not because we're required to.
It's called having respect for each other, I'm sure you don't act to people like that IRL because else you'll get nowhere in life.
And hector, don't take any of the bullshit this guy's saying serious, He's just trying to get a response from you.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,894 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,348 11-08-2013, 05:25
Last Post: [HARD] Tony.
  Black Ops 2 Custom background? jotape99 10 11,689 10-29-2013, 07:22
Last Post: xInfinity.
  MW3 Hide WEAPONS [HARD] Tony. 7 6,749 10-09-2013, 15:16
Last Post: [HARD] Tony.
  Porting some weapons, ADS broken? DidUknowiPwn 0 2,238 09-10-2013, 01:13
Last Post: DidUknowiPwn
  Custom xanims DidUknowiPwn 8 6,685 08-28-2013, 08:17
Last Post: RaZ
  [Request] Mw2 lock weapons seraph1995 1 3,042 08-18-2013, 15:31
Last Post: DidUknowiPwn
  [Release] Pack-A-Punch Weapons TheSchitt 40 29,132 08-07-2013, 04:51
Last Post: FrostLight
  Help Make ac130 shoot custom bullets Ra3shed 0 2,579 07-23-2013, 13:02
Last Post: Ra3shed
  [Tutorial] Custom gametype HUD iAegle 17 14,272 07-14-2013, 01:16
Last Post: Nekochan

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.