Finally! It's working perfectly now (except for the perk icon showing up as a checkered box, but I'm sure that's an easy fix). Thanks again for all the help, I really appreciate it!
Finally! It's working perfectly now (except for the perk icon showing up as a checkered box, but I'm sure that's an easy fix). Thanks again for all the help, I really appreciate it! [/quote that meant the image hasnt been added to your mod, do you have the image converted in asset manager?
Yeah, so I just tried that in the asset manager, and it didn't work for some reason. If it helps, I'm using the shaders provided in Harry's perk pack. I think the shaders are my least concern at the moment though. So I've gotten Mule Kick to work just fine, but with Deadshot, I'm looking to add other functions to the perk, such as increased head multipliers and 40 bonus points being awarded per headshot. Gotta make it worth those 1500 points! So I know how to add additional functions, but I'm stuck on what exactly I'd have to input in the code.
If you want scripts / features made for you, then contact me by PM or email / skype etc it will cost you tho so if you have no intention of reciprocating don't even waste my time
i suggest you get the .dds images and convert them manually, heres the setting for shaders i use
you will need to convert an image in paint.net (or any other program that can export .dds, but i only know of paint.net) make sure its a power of two image and should be 32x32 or 64x64 to look the best (i recommend 64x64 for a more HD image)
Thanks, that finally worked So now I just need to get the additional functions for Deadshot to work (increased multipliers and 40 bonus points with each headshot). Anybody got any ideas? Here's the code that I have so far for Deadshot:
Thanks again for the help! A little correction though:
Code Snippet
Plaintext
points = +=40;
should be
Code Snippet
Plaintext
points = points + 40;
I'm sure I can figure this last part out on my own, but would I be able to get the jingles/stings to work for the perks, or is it like the loose change/machine rattling where I'd need a trigger multiple? Thanks!