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.
Help With Decorate Line
-
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
Assuming you already have the projectile working, you should be changing the speed property of the "rocket" actor itself.
For example ( between
)
actor Rocket : FastProjectile
{
Radius 2
Height 2
Projectile
Speed
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..).
For example ( between
actor Rocket : FastProjectile
{
Radius 2
Height 2
Projectile
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.

RE: Help With Decorate Line
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
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)

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)

RE: Help With Decorate Line
Actor SuperRocket : Rocket Replaces Rocket
{ Speed 18 }
{ Speed 18 }
[][][][][][][][][][][][][][][]
Nothing to see here
[][][][][][][][][][][][][][][]
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
(Hi, Sorry I Didn't Reply Sooner, We Were Cut Off From Wifi. >.>)
Anyways, Thanks.
Anyways, Thanks.
