UGX-Mods

Call of Duty 5: World at War => Help Desk => Modding => Topic started by: alaurenc9 on December 23, 2015, 02:32:39 am

Title: Why the fuck are my guns broken?
Post by: alaurenc9 on December 23, 2015, 02:32:39 am
So I put in the M1927 and the MP5 both from Black Ops 2 today. The M1927 will hide every time it goes to idle, it is like the idle animation is broken but it didn't break until I got sounds working, which I don't see how this has to do with anything but that is what happened. As for the MP5, I had these models and animations working in my Black Ops mod, and I convert them to World at War with Tom's tools, and it looks like this:

https://gyazo.com/1ca4bf882a7b9e612bf0558b33003cdc

Can anyone help?
Title: Re: Why the fuck are my guns broken?
Post by: HitmanVere on December 23, 2015, 02:58:32 am
Add the anims in mod.csv. See, if that works. Usually works for me, when that kind of stuff happens
Title: Re: Why the fuck are my guns broken?
Post by: alaurenc9 on December 23, 2015, 03:10:05 am
Add the anims in mod.csv. See, if that works. Usually works for me, when that kind of stuff happens

They are included already. That's how you replace guns in Der Riese. you only include assets in mod.csv but not the weapon file so it isn't counted twice. Then you just replace the weapon file in the IWD. The point is, they already are in mod.csv.
Title: Re: Why the fuck are my guns broken?
Post by: Harry Bo21 on December 23, 2015, 08:56:56 am
They are included already. That's how you replace guns in Der Riese. you only include assets in mod.csv but not the weapon file so it isn't counted twice. Then you just replace the weapon file in the IWD. The point is, they already are in mod.csv.
any comments above the faulty anim?
Title: Re: Why the fuck are my guns broken?
Post by: ElTitoPricus on December 23, 2015, 10:28:40 am
check your weaponfiles, when that happened to me it was that
Title: Re: Why the fuck are my guns broken?
Post by: alaurenc9 on December 23, 2015, 02:38:29 pm
any comments above the faulty anim?

What do you mean by comments? Included Assets?

check your weaponfiles, when that happened to me it was that

I've remade each weapon file twice over from WaW guns. I think I've crossed out this being the problem.

Double Post Merge: December 23, 2015, 02:43:45 pm
You have got to be shitting me....

I commented the gun names above the list of assets.
I took them out and now both guns work perfectly.
Wow didn't know that could happen, thanks Harry.
Title: Re: Why the fuck are my guns broken?
Post by: Harry Bo21 on December 23, 2015, 06:53:56 pm
What do you mean by comments? Included Assets?

I've remade each weapon file twice over from WaW guns. I think I've crossed out this being the problem.

Double Post Merge: December 23, 2015, 02:43:45 pm
You have got to be shitting me....

I commented the gun names above the list of assets.
I took them out and now both guns work perfectly.
Wow didn't know that could happen, thanks Harry.

Code Snippet
Plaintext
//comentedline
xmodel,thislinegetsignoredtoo

// commentedline
xmodel,thislinedoesntgetignorednow

^ I wondered if that was why