V37 open source custom weapons!

Post new topic Reply to topic  [ 66 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
 Post subject: V37 open source custom weapons!
PostPosted: Tue Apr 06, 2004 3:58 am 
User avatar
Crispy
Not Signed Up For Stats

Joined: Fri Dec 26, 2003 10:38 pm
Posts: 63
Location: USA
For all those that are interested here is the first of the custom weapons that I have adjusted for the new version. It is called Hornet's Nest. Originally created by Fever and posted in a previous topic. Just add it to your accessories.xml file and you will have a good game!! The price and bundle size should be adjusted as fits your own game needs. It is very lengthly due to the new definition style. Just add the approprate number of tabs before each line when you place it in the file.

:!: Remember to back up the file so that if you screw up you can fix it :!:


<accessory type="WeaponProjectile">
<name>Hornet's Nest</name>
<description>Lauches a cloud of low-powered but guided projectiles.</description>
<icon>missile.bmp</icon>
<cost>10000</cost>
<bundlesize>2</bundlesize>
<armslevel>4</armslevel>
<firedsound>shoot/medium.wav</firedsound>
<projectilemodel type="MilkShape">icbm/icbm.txt</projectilemodel>
<collisionaction type="WeaponMulti">
<name>Hornet's Nest</name>
<armslevel>4</armslevel>
<subweapon1 type="WeaponExplosion">
<name>Hornet's Nest</name>
<armslevel>4</armslevel>
<hurts>yes</hurts>
<deform>down</deform>
<size>6</size>
<explosiontexture>exp00</explosiontexture>
<explosionsound>explosions/medium.wav</explosionsound>
</subweapon1>
<subweapon2 type="WeaponAimedOver">
<name>Hornet's Nest</name>
<armslevel>4</armslevel>
<nowarheads>5</nowarheads>
<aimedweapon type="WeaponProjectile">
<name>Hornet's Nest</name>
<armslevel>4</armslevel>
<projectilemodel type="MilkShape">icbm/icbm.txt</projectilemodel>
<collisionaction type="WeaponMulti">
<name>Hornet's Nest</name>
<armslevel>4</armslevel>
<subweapon1 type="WeaponExplosion">
<name>Hornet's Nest</name>
<armslevel>4</armslevel>
<hurts>yes</hurts>
<deform>down</deform>
<size>4</size>
<explosiontexture>exp00</explosiontexture>
<explosionsound>explosions/medium.wav</explosionsound>
</subweapon1>
<subweapon2 type="WeaponAimedOver">
<name>Hornet's Nest</name>
<armslevel>4</armslevel>
<nowarheads>3</nowarheads>
<aimedweapon type="WeaponProjectile">
<name>Hornet's Nest</name>
<armslevel>4</armslevel>
<projectilemodel type="MilkShape">icbm/icbm.txt</projectilemodel>
<collisionaction type="WeaponExplosion">
<name>Hornet's Nest</name>
<armslevel>4</armslevel>
<hurts>yes</hurts>
<deform>down</deform>
<size>2</size>
<explosiontexture>exp00</explosiontexture>
<explosionsound>explosions/medium.wav</explosionsound>
</collisionaction>
</aimedweapon>
</subweapon2>
</collisionaction>
</aimedweapon>
</subweapon2>
</collisionaction>
</accessory>

I know that this works because I use it all the time.

Hope you all can have fun with this. 8) I will post more in a few days.

dracon23


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 14, 2004 4:34 pm 
Sweet - thanks. I know almost no code, so I've not ventured with making my own in 37. I could sort of hold my own with 36, but that was about it.

Please post others!


Top
  
 
 Post subject:
PostPosted: Thu Apr 15, 2004 8:40 am 
User avatar
Crispy
Not Signed Up For Stats

Joined: Fri Dec 26, 2003 10:38 pm
Posts: 63
Location: USA
By popular demand :wink: here is another remake of a custom weapon originaly from 36x and is now compatable with 37x! just add the appropriate tabs to each line to finish the code. this one will be easier than the last! I will post a special weapon tomorrow! 8)

:!: Remember everybody to keep an original accessories.xml file backed up in case you mess it up! :!:

<accessory type="WeaponProjectile">
<name>MOAB</name>
<description>A ginormous conventional bomb</description>
<icon>nuke.bmp</icon>
<cost>25000</cost>
<bundlesize>1</bundlesize>
<armslevel>1</armslevel>
<projectilemodel type="MilkShape">digger/digger.txt</projectilemodel>
<firedsound>shoot/large.wav</firedsound>
<deathanimationweight>60</deathanimationweight>
<collisionaction type="WeaponExplosion">
<name>MOAB</name>
<armslevel>1</armslevel>
<hurts>yes</hurts>
<deform>down</deform>
<size>40</size>
<explosionshake>4.5</explosionshake>
<explosiontexture>exp00</explosiontexture>
<explosionsound>explosions/large.wav</explosionsound>
</collisionaction>
</accessory>


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 16, 2004 4:19 am 
How do you add these? Do you need a special editor, or can you just open the accessories.xml in wordpad or what ever and add the lines?


Top
  
 
 Post subject:
PostPosted: Fri Apr 16, 2004 5:26 am 
Nevermind... i figured it out on my own. You can use Word pad... you just have to line up the tags and stuff correctly


Top
  
 
 Post subject:
PostPosted: Fri Apr 16, 2004 8:50 am 
User avatar
Crispy
Not Signed Up For Stats

Joined: Fri Dec 26, 2003 10:38 pm
Posts: 63
Location: USA
Hey! As I promissed here is another one that is fun to use but beware as it is hot stuff!

If any one finds any kind of problem or otherwise in the codes that I am posting please feel free to mention it. Even if it is just a configuration of price, explosion size, or something else. Feel free to comment!!


<accessory type="WeaponProjectile">
<name>Napalm Mirv</name>
<description> A projectile weapon that on reaching its highest point breaks into several napalm warheads which fan out in a random direction. </description>
<icon>mirv.bmp</icon>
<cost>25000</cost>
<bundlesize>2</bundlesize>
<armslevel>5</armslevel>
<apexcollision></apexcollision>
<firedsound>shoot/large.wav</firedsound>
<projectilemodel type="ase">
<mesh>clusterbomb.ase</mesh>
<skin>white.bmp</skin>
</projectilemodel>
<collisionaction type="WeaponMirv">
<name>Napalm Mirv</name>
<armslevel>5</armslevel>
<nowarheads>5</nowarheads>
<spread>true</spread>
<aimedweapon type="WeaponProjectile">
<name>Napalm Mirv</name>
<armslevel>6</armslevel>
<projectilescale>0.2</projectilescale>
<projectilemodel type="MilkShape">bomblet/bomblet.txt</projectilemodel>
<collisionaction type="WeaponNapalm">
<name>Napalm Mirv</name>
<armslevel>5</armslevel>
<napalmtime>8.0</napalmtime>
<napalmheight>2.0</napalmheight>
<steptime>0.1</steptime>
<hurtsteptime>2.0</hurtsteptime>
<hurtpersecond>1.0</hurtpersecond>
<numberstreams>2</numberstreams>
<effectradius>5</effectradius>
<explosionsound>explosions/napalm.wav</explosionsound>
</collisionaction>
</aimedweapon>
</collisionaction>
</accessory>


I definately want some feedback on this one! make any suggestions you like!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 20, 2004 9:19 pm 
Good stuff! Don't know if you're taking requests, but The Travolta was one of my favorites from V36.


Top
  
 
 Post subject:
PostPosted: Wed Apr 21, 2004 7:46 am 
User avatar
Crispy
Not Signed Up For Stats

Joined: Fri Dec 26, 2003 10:38 pm
Posts: 63
Location: USA
Well, I finished that one already but i am unsatisfied with it. I had to scale it back because in the process of converting it to the new version it seemed to have gained power and destructive capability (and the ability to exponentionaly decrease framerate :x ). I will post the one I use now and if you feel like it leave a post/request or send me a private message and I will send/post the "full version" of the Travolta.

Again if you have any suggestions please post them :!:

To make it easier for people to add to their weapons list, the number in front of each line is the number of corresponding "tab's" that need to be inserted at that point. And inorder to avoid confusion I also recomend that you edit the accessories.xml file with "notepad" (windows) and expand to full screen. Then copy/paste/and insert # of tabs.

happy bombing :twisted:

1<accessory type="WeaponProjectile">
2<name>The Travolta</name>
2<description>Light this far away from yourself.</description>
2<icon>fbomb.bmp</icon>
2<cost>35000</cost>
2<bundlesize>1</bundlesize>
2<armslevel>1</armslevel>
2<projectilemodel type="MilkShape">icbm/icbm.txt</projectilemodel>
2<firedsound>shoot/launch.wav</firedsound>
2<collisionaction type="WeaponMulti">
3<name>The Travolta</name>
3<armslevel>1</armslevel>
3<subweapon1 type="WeaponAimedOver">
4<name>The Travolta</name>
4<armslevel>1</armslevel>
4<nowarheads>5</nowarheads>
4<aimedweapon type="WeaponProjectile">
5<name>The Travolta</name>
5<armslevel>1</armslevel>
5<projectilemodel type="MilkShape">bomb/bomb.txt</projectilemodel>
5<collisionaction type="WeaponMulti">
6<name>The Travolta</name>
6<armslevel>1</armslevel>
6<subweapon1 type="WeaponAimedOver">
7<name>The Travolta</name>
7<armslevel>1</armslevel>
7<nowarheads>7</nowarheads>
7<aimedweapon type="WeaponProjectile">
8<name>The Travolta</name>
8<armslevel>1</armslevel>
8<projectilemodel type="MilkShape">bomb/bomb.txt</projectilemodel>
8<collisionaction type="WeaponExplosion">
9<name>The Travolta</name>
9<armslevel>1</armslevel>
9<hurts>yes</hurts>
9<multicolor/>
9<deform>down</deform>
9<size>8</size>
9<explosionsound>explosions/large.wav</explosionsound>
9<explosiontexture>exp02</explosiontexture>
8</collisionaction>
7</aimedweapon>
6</subweapon1>
6<subweapon2 type="WeaponExplosion">
7<name>The Travolta</name>
7<armslevel>1</armslevel>
7<hurts>yes</hurts>
7<multicolor/>
7<deform>down</deform>
7<size>4</size>
7<explosionsound>explosions/large.wav</explosionsound>
7<explosiontexture>exp02</explosiontexture>
6</subweapon2>
5</collisionaction>
4</aimedweapon>
3</subweapon1>
3<subweapon2 type="WeaponExplosion">
4<name>The Travolta</name>
4<armslevel>1</armslevel>
4<hurts>yes</hurts>
4<multicolor/>
4<deform>down</deform>
4<size>2</size>
4<explosionsound>explosions/large.wav</explosionsound>
4<explosiontexture>exp02</explosiontexture>
4<explosionshake>1.0</explosionshake>
3</subweapon2>
2</collisionaction>
1</accessory>


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 21, 2004 2:43 pm 
Reduced to ashes
Not Signed Up For Stats

Joined: Wed Sep 24, 2003 2:19 pm
Posts: 976
OK, how about Death's Head that drops Rollers instead of impact warheads? Actually, I'd like one each of Baby Rollers, Baby Diggers, and Baby Missiles. :mrgreen: Thank you. :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 21, 2004 6:17 pm 
Blistered
Not Signed Up For Stats

Joined: Thu Feb 05, 2004 7:09 pm
Posts: 36
Location: Baltimore, MD; United States
[PDX]Ebonite² wrote:
OK, how about Death's Head that drops Rollers instead of impact warheads? Actually, I'd like one each of Baby Rollers, Baby Diggers, and Baby Missiles. :mrgreen: Thank you. :wink:

Maybe even a death's head that drops napalm...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 22, 2004 8:52 am 
User avatar
Crispy
Not Signed Up For Stats

Joined: Fri Dec 26, 2003 10:38 pm
Posts: 63
Location: USA
Quote:
Maybe even a death's head that drops napalm...


Didn't you see the Napalm Mirv? Or are you just greedy? :twisted:
Sure i'll work on it. Those really are not to hard, just very tedious because of the new format for weapon definition's. Give me a few days because I have a lot of college classwork to do right now amongst other things.

As a note to these custom weapons. As it was explained to me in an earlier post, these are no good if you join an internet/lan server with the intent to use them. This is because the server says exactly what is and is not allowed. BUT if you implement these and then begin your own server the all players will automatically be able to use them while playing. Which means a GREAT NETWORK PARTY!!! :mrgreen:

Any ways I can get it done within the weak (time permitting). I'll post them as I churn them out.

dracon 23


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 22, 2004 9:40 pm 
Reduced to ashes
Not Signed Up For Stats

Joined: Wed Sep 24, 2003 2:19 pm
Posts: 976
Yeah, I figured they would be unavailable on Multiplayer games, though, with "server defined" being the operative keyword, I might try more of the other servers out there. I just wanted to load up a custom game with 23 computer opponents and rain hell on them. :twisted:


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 23, 2004 5:57 am 
User avatar
Crispy
Not Signed Up For Stats

Joined: Fri Dec 26, 2003 10:38 pm
Posts: 63
Location: USA
I hope you are happy. Here is the first of the Death Head family. This one is the baby missle version :D It is called D.H. Baby for lack of a better name and name length.

Cost, Name, and Description may be changed if desired. and any feedback/constructive criticzm is welcome. The key word being "constructive" :wink:

1<accessory type="WeaponProjectile">
2<name>D. H. Baby</name>
2<description>A projectile weapon that on
reaching its highest point releases
many Baby missile warheads. These warheads fan
out in a random direction.</description>
2<icon>dhead.bmp</icon>
2<cost>15000</cost>
2<bundlesize>1</bundlesize>
2<armslevel>4</armslevel>
2<apexcollision></apexcollision>
2<firedsound>shoot/launch.wav</firedsound>
2<projectilescale>3</projectilescale>
2<projectilemodel type="MilkShape">icbm/icbm.txt</projectilemodel>
2<collisionaction type="WeaponMirv">
3<name>D. H. Baby</name>
3<armslevel>4</armslevel>
3<nowarheads>20</nowarheads>
3<spread>true</spread>
3<aimedweapon type="WeaponProjectile">
4<name>D. H. Baby</name>
4<armslevel>4</armslevel>
4<projectilemodel type="MilkShape">icbm/icbm.txt</projectilemodel>
4<collisionaction type="WeaponExplosion">
5<name>D. H. Baby</name>
5<armslevel>4</armslevel>
5<deform>down</deform>
5<hurts>yes</hurts>
5<size>4</size>
5<explosionsound>explosions/small.wav</explosionsound>
5<explosiontexture>exp00</explosiontexture>
4</collisionaction>
3</aimedweapon>
2</collisionaction>
1</accessory>

:!: Don't forget to back your accessories.xml file if you have not already :!:


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 23, 2004 3:45 pm 
I just had a thought for the name of that roller design. How about calling them Head Rollers? :)


Top
  
 
 Post subject:
PostPosted: Fri Apr 23, 2004 6:32 pm 
User avatar
Singed
Not Signed Up For Stats

Joined: Wed Oct 15, 2003 4:44 am
Posts: 22
Location: Georgia, USA
Is it possible to make a weapon with the existing code that is like the mirv only instead of it faning out in a vertical line, it fans out in a perfectly straight horizontal line? That would be cool for mowing down a tank and doing some extra collateral damage at the same time.
What was the Question?

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 66 posts ]  Go to page 1, 2, 3, 4, 5  Next


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group