UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: Yonkers 1v on October 06, 2014, 04:58:29 am

Title: perk bottle fx
Post by: Yonkers 1v on October 06, 2014, 04:58:29 am
i was randomly commenting out fx in my dlc3 and zombiemode bacuse of my 400 fx limit and now i cant figure out why when i try and drink my perk bottles it just pulls out the default cow bell instead of the bottle, can anyone help? i feel like the animations are missing or the xmodels are missing.
Title: Re: perk bottle fx
Post by: Harry Bo21 on October 06, 2014, 05:16:17 am
you must have commented something relevant out i guess? Add em back in one at a time
Title: Re: perk bottle fx
Post by: JBird632 on October 06, 2014, 05:26:42 am
Sounds like you commented out lines like these:
Code Snippet
Plaintext
weapon,sp/zombie_perk_bottle_jugg
weapon,sp/zombie_perk_bottle_doubletap
weapon,sp/zombie_perk_bottle_revive
weapon,sp/zombie_perk_bottle_sleight
Title: Re: perk bottle fx
Post by: Yonkers 1v on October 10, 2014, 02:51:14 am
Sounds like you commented out lines like these:
Code Snippet
Plaintext
weapon,sp/zombie_perk_bottle_jugg
weapon,sp/zombie_perk_bottle_doubletap
weapon,sp/zombie_perk_bottle_revive
weapon,sp/zombie_perk_bottle_sleight

okay and where are those lines found?
Title: Re: perk bottle fx
Post by: Harry Bo21 on October 10, 2014, 03:54:59 am
in "dlc3", the code you edited

When you we commenting out you must have commented these by mistake
Title: Re: perk bottle fx
Post by: Yonkers 1v on October 10, 2014, 07:32:28 pm
in "dlc3", the code you edited

When you we commenting out you must have commented these by mistake

will try thanks
Title: Re: perk bottle fx
Post by: Harry Bo21 on October 10, 2014, 08:17:17 pm
will try thanks

to make it easier just copy the code he posted into the bottom of your file. No need to search for it if its commented out anyway
Title: Re: perk bottle fx
Post by: Yonkers 1v on October 10, 2014, 09:44:49 pm
to make it easier just copy the code he posted into the bottom of your file. No need to search for it if its commented out anyway

no didnt work :(
Title: Re: perk bottle fx
Post by: Harry Bo21 on October 10, 2014, 11:42:21 pm
back up your "_zombiemode_weapons.gsc" and "dlc3.csv"

Then copy to proper ones from "root/raw etc" and use those.

If it works, then something you have changed has messed with it. In which case you will need to comb through it and find the problem

Its gotta be this, if youve commented something relevant out, it wont load

eg ive lost the knuckle crack when pack a punching. I "know" this will be coz i commented it out somewhere
Title: Re: perk bottle fx
Post by: Yonkers 1v on October 11, 2014, 12:18:53 am
back up your "_zombiemode_weapons.gsc" and "dlc3.csv"

Then copy to proper ones from "root/raw etc" and use those.

If it works, then something you have changed has messed with it. In which case you will need to comb through it and find the problem

Its gotta be this, if youve commented something relevant out, it wont load

eg ive lost the knuckle crack when pack a punching. I "know" this will be coz i commented it out somewhere

tried that still didnt work :(
Title: Re: perk bottle fx
Post by: Harry Bo21 on October 11, 2014, 12:25:20 am
have you touched the DLC3 IWD at all?
Title: Re: perk bottle fx
Post by: Yonkers 1v on October 11, 2014, 02:00:04 am
have you touched the DLC3 IWD at all?

where do you find this idk? i dont think i editied anything called dlc3 with a iwd extension
Title: Re: perk bottle fx
Post by: Harry Bo21 on October 11, 2014, 02:07:20 am
in your mod directory

It contains the weapons files, but also contains the files for the perk bottles i believe

You can open it with WINRAR to check they are in there
Title: Re: perk bottle fx
Post by: Yonkers 1v on October 11, 2014, 02:52:36 am
in your mod directory

It contains the weapons files, but also contains the files for the perk bottles i believe

You can open it with WINRAR to check they are in there

i didnt have it so i copied it from my last mod, and it worked!! thanks a bunch! +1

lol i have no idea how it disappeared?
Title: Re: perk bottle fx
Post by: Harry Bo21 on October 11, 2014, 03:09:20 am
lol, strange things happen a lot with this kind of thing

My suggestion would be to copy your entire mod folder in "USERS/YOURUSER/APPDATA/ACTIVISION/CALLOFDUTY/" every so often, You can keep it in the same place, just call it like "mod_backup" or something

I quickly got into this habit after spending a week fixing my broken project.

Anyway, glad I could help, not very often I have the correct answer lol ;)
Title: Re: perk bottle fx
Post by: Yonkers 1v on October 11, 2014, 04:48:11 am
lol, strange things happen a lot with this kind of thing

My suggestion would be to copy your entire mod folder in "USERS/YOURUSER/APPDATA/ACTIVISION/CALLOFDUTY/" every so often, You can keep it in the same place, just call it like "mod_backup" or something

I quickly got into this habit after spending a week fixing my broken project.

Anyway, glad I could help, not very often I have the correct answer lol ;)

i already do make backups but i didnt for like a week so i would have lost a bunch of stuff, but thanks again