12-11-2012, 10:04
(12-11-2012, 05:21)rotceh_dnih Wrote:(12-11-2012, 01:10)tomglazer Wrote:hey tom id be happy to explane the basics to you(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
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
you could do this onplayerspawn/when something happens/when you make it happen or make a custom menu like this oneCode:self giveWeapon("yourcustomweapon_mp ");
http://steamcommunity.com/sharedfiles/fi...id=1186344
and self give onscriptresponce im sure theres afew tuts here about setting up a custom menu
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.
ok, possible to contact you privately ?
(skype, etc?)