Help With Decorate Line

Discuss all aspects related to modding Zandronum here.
Post Reply
enderkevin13
Forum Regular
Posts: 102
Joined: Wed Jul 08, 2015 3:26 pm
Clan: Am I my own clan?
Clan Tag: I guess so.

Help With Decorate Line

#1

Post by enderkevin13 » Wed Jul 08, 2015 3:33 pm

I Need Help With A Certain Line In Decorate.

How Do I Increase The Speed Of Projectiles Shot By Enemies?

("Rocket", 32, 0, 0) Here's The Line.

User avatar
Erma
Forum Regular
Posts: 418
Joined: Wed Nov 07, 2012 11:39 pm

RE: Help With Decorate Line

#2

Post by Erma » Wed Jul 08, 2015 4:20 pm

Assuming you already have the projectile working, you should be changing the speed property of the "rocket" actor itself.

For example ( between :exclaim: )

actor Rocket : FastProjectile
{
Radius 2
Height 2
Projectile
:exclaim: Speed :exclaim: 100
Damage (9)
Scale 0.75
RenderStyle Add
Alpha 0.85
.....

If anything else; I could change it for you if you could send me the decorate file via pastebin or speedyshare/mediafire (or whatever..).
Last edited by Erma on Wed Jul 08, 2015 4:22 pm, edited 1 time in total.
Image

User avatar
Ænima
Addicted to Zandronum
Posts: 3583
Joined: Tue Jun 05, 2012 6:12 pm

RE: Help With Decorate Line

#3

Post by Ænima » Wed Jul 08, 2015 5:38 pm

You need to replace the default Rocket actor with a new one, or simply inherit from Rocket and just put "Speed 20" or whatever.


http://zdoom.org/wiki/Using_inheritance
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)
Image

Cruduxy
Zandrone
Posts: 1059
Joined: Fri Jun 08, 2012 4:24 pm

RE: Help With Decorate Line

#4

Post by Cruduxy » Wed Jul 08, 2015 6:34 pm

Actor SuperRocket : Rocket Replaces Rocket
{ Speed 18 }
[][][][][][][][][][][][][][][]
Nothing to see here
[][][][][][][][][][][][][][][]

enderkevin13
Forum Regular
Posts: 102
Joined: Wed Jul 08, 2015 3:26 pm
Clan: Am I my own clan?
Clan Tag: I guess so.

RE: Help With Decorate Line

#5

Post by enderkevin13 » Tue Jul 14, 2015 3:04 pm

(Hi, Sorry I Didn't Reply Sooner, We Were Cut Off From Wifi. >.>)

Anyways, Thanks.

Post Reply