I need help with creating a Weapon mod.

Discuss and distribute tools and methods for modding. Moderator - Grognak
Post Reply
SirWetzel
Posts: 5
Joined: Tue Aug 19, 2014 7:55 am

I need help with creating a Weapon mod.

Post 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.
Last edited by SirWetzel on Sat Sep 06, 2014 4:27 am, edited 1 time in total.
User avatar
NarnKar
Posts: 778
Joined: Thu Jun 19, 2014 4:24 pm

Re: Novice modder in need of help.

Post 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.
SirWetzel
Posts: 5
Joined: Tue Aug 19, 2014 7:55 am

Re: Novice modder in need of help.

Post 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.
Post Reply