Page 1 of 1

I need help with creating a Weapon mod.

Posted: Mon Sep 01, 2014 12:03 pm
by SirWetzel
My issue at the moment is getting a custom stationary weapon image for the gun I want to add.
How would you edit these parts?:

EDIT: I understand what each part is now, but I want to know how to edit them. I can't get SuperLuminal2 to recognize the images. I might have the images in the wrong folder, but I can't seem to find where to put them.

(Burst laser 1 as an example):

Code: Select all

<image>laser_light1</image>
<weaponArt>laser_burst_1</weaponArt>
I get the error on SuperLuminal2 that says: "Could not load weapon ... Couldn't find animation ..."

Please help. I'm so close to creating this mod.

Re: Novice modder in need of help.

Posted: Mon Sep 01, 2014 3:25 pm
by NarnKar
<image> is the projectile tag. In animations.xml.append, there should be an animation sheet and animation for the projectile.
<weaponArt> is the actual art of the weapon. In animations.xml.append, there should be a sheet and animation for this as well.
<iconImage> is just the icon image for iPad. Don't worry about it.

Re: Novice modder in need of help.

Posted: Mon Sep 01, 2014 5:15 pm
by SirWetzel
Okay, thank you. That clears up some confusion.

Where would those be in the img files? I can't seem to find them.