Page 2 of 2
Re: Weapon Mod not working...
Posted: Sat Aug 23, 2014 11:41 am
by Sleeper Service
Giscard wrote:EDIT: just realised i left out '>' at the end of that line and also i had to change ” to "
I'd recommend you use a program that can display xml structure when editing the files. That will highlight such structure problems automatically and basically eliminate any chance of making any such errors. Gedit or Notepad+ can display xml structure for example.
Re: Weapon Mod not working...
Posted: Sun Aug 24, 2014 5:38 am
by Giscard
Sleeper Service wrote:Giscard wrote:EDIT: just realised i left out '>' at the end of that line and also i had to change ” to "
I'd recommend you use a program that can display xml structure when editing the files. That will highlight such structure problems automatically and basically eliminate any chance of making any such errors. Gedit or Notepad+ can display xml structure for example.
Appreciate the advice Sleeper Service, I
do own Notepad++ and i didn't think of using it how u suggested.
However
Do you have a solution to
this? I cannot find any errors in my code that could cause this.
EDIT: I put in some more stuff that I think was needed for the bullet animation... no errors... but didn't make a difference (didn't add the bullet animation). Link:
http://www.filedropper.com/proppercustomweaponv5v2
Re: Weapon Mod not working...
Posted: Sun Aug 24, 2014 12:44 pm
by kartoFlane
You're missing an anim tag for your
bullet sheet:
Code: Select all
<anim name="bullet">
<sheet>bullet</sheet>
<desc length="4" x="0" y="0"/>
<time>1.0</time>
</anim>
Re: Weapon Mod not working...
Posted: Mon Aug 25, 2014 3:47 am
by Giscard
kartoFlane wrote:You're missing an anim tag for your
bullet sheet:
Code: Select all
<anim name="bullet">
<sheet>bullet</sheet>
<desc length="4" x="0" y="0"/>
<time>1.0</time>
</anim>
I made one exactly the same, and it didn't do anything. Maybe i will paste yours in and see what happens, also, what is the problem with the launch sound?
Re: Weapon Mod not working...
Posted: Sat Sep 27, 2014 12:55 am
by Giscard
I tried lots of stuff for the custom weapon and it never fully worked.
Now I tried to edit some of the boost values for the chain vulcan, and the game has a flip attack everytime lol.