Page 10 of 12
Re: Heretic Element Storm v0.9
Posted: Sun Dec 14, 2008 10:11 pm
by Ichor
Captain Ventris wrote:Ichor wrote:I think I see the problem. You're using aimmode 2 for CustomMissile. Aimmode 2 doesn't aim at any target, but uses the pitch (last number) and will fire that way regardless of how you aim.
I'm thinking he knew that. He meant a way to make them have gravity and such.
If that's the case, then use ThrustThingZ on the projectiles themselves. This is what I used for a weapon I was working on a few months ago:
Code: Select all
ACTOR LifeLeechFireball
{
Speed 36
Damage 5
Radius 8
Height 8
Scale 0.35
+FIREDAMAGE
PROJECTILE
+NODAMAGETHRUST
DeathSound "LLFireball/Explode"
States
{
Spawn:
FLAR J 0 A_Jump(127,3)
FLAR J 0 Bright ThrustThingZ(0,random(0,3),0,1)
FLAR J 0 A_Jump(256,2)
FLAR J 0 Bright ThrustThingZ(0,random(0,3),1,1)
FLAR J 3 Bright
Goto Spawn+4
Death:
FRME A 2 Bright A_Explode(85, 80, 0)
FRME BCDEFGHIJKLMNOPQRS 2 Bright A_FadeOut(0.06)
Stop
}
}
That would either make it move slightly up or down, yet still be relative to your aim.
Also, yeah, A_FireCustomMissile would be better here.
Re: Heretic Element Storm v0.9
Posted: Sun Dec 14, 2008 10:33 pm
by Maelstrom
Lol, I didn't even realise it was using custom missile, might have a go at StarScream because of that one, he made the normal fires for all the weapons. But i'll fix it up, also earth now hurts you when it's reflected.
EDIT: You take off aimmode the projectile doesn't even spawn. I'll try one of the various other ideas. Done and Done, works proper now, just got a few more bugs to fix before I release the next version.
Re: Heretic Element Storm v0.9
Posted: Mon Dec 15, 2008 5:48 am
by Maelstrom
OK, so updates before I release next version, Clinks are now complete, world 2 slightly more compatible, there's nothing special about them so yeah, Acid is now able to be aimed, earth now reflects and hurts you, not much might I add, but the fact is it does. Several other minor changes to balancing, dark and light are now again easier to kill. Because I find dark and light knights very dam hard to kill. I wanted to get the Weredragons done, but it's seeming more unlikely, unless you people want me to hold out till there done. The sprites are done just not the DECORATES. Well i'll guess I see what happens, won't we. Guess I really need to get this project closer to finishing cause some people want me to do Hexen and Doom versions.
Re: Heretic Element Storm v0.9
Posted: Mon Dec 15, 2008 5:53 am
by Shadelight
Why not push for all of Episode 2 to be compatible? How much of the Weredragons you got done?
And yay for Light and Dark enemies being easier. =D
Re: Heretic Element Storm v0.9
Posted: Mon Dec 15, 2008 6:27 am
by Maelstrom
All the sprites are done for them I, just need to do their entire DECORATES which could take me awhile considering I'm also trying to finish off other projects that I've signed up for, which I regret but I really must get them done. So I just wanted to get another release out just for awhile so I can take a break from this for a bit to finish off some other things so I can just concentrate all my work on this instead of being constantly bugged and pushed by the peoples whose projects I've signed up for. But yeah once i finish the maps off I'm doing for them, that's it, not putting my name down for anything else till this is done.
Re: Heretic Element Storm v0.9
Posted: Mon Dec 15, 2008 7:27 pm
by Shadelight
Alright, cool. At least this gets me just waiting to see what the elemental weredragons will be like.

Re: Heretic Element Storm v0.9
Posted: Mon Dec 15, 2008 7:33 pm
by Spleen
Maelstrom wrote:All the sprites are done for them I, just need to do their entire DECORATES which could take me awhile considering I'm also trying to finish off other projects that I've signed up for, which I regret but I really must get them done. So I just wanted to get another release out just for awhile so I can take a break from this for a bit to finish off some other things so I can just concentrate all my work on this instead of being constantly bugged and pushed by the peoples whose projects I've signed up for. But yeah once i finish the maps off I'm doing for them, that's it, not putting my name down for anything else till this is done.
I wouldn't mind if you did this rather than work other projects.

But it's up to you...
And I wouldn't mind helping you make DECORATES either, but I remember you said you wanted to do this project alone.
Good luck..
Re: Heretic Element Storm v0.9
Posted: Mon Dec 15, 2008 10:32 pm
by Maelstrom
Yeah well, I really need to get these other projects done, just one map for one of them and about 3 for another one. Then back to work on Element Storm should take me roughly a week tops. Well Spleen I will be looking for help if I do continue on to making a Hexen Element Storm or a Doom one. I will be doing the bosses but all the basic monsters I won't be doing, I will be looking for others to do those. I've actually got a Hexen Element Storm DM entire idea in my head right now.
Re: Heretic Element Storm v0.9
Posted: Wed Dec 17, 2008 5:17 pm
by DavidB1000
Sounds good. I look forward to actually playing the second episode for once.

So, what are weredragons? Like the Wyreyn(spelling?) in Hexen?
I"m a little confused. I thought the Maulotar was the boss in episode 2. Like the Cyberdemon, which is it, technically.
Re: Heretic Element Storm v0.9
Posted: Wed Dec 17, 2008 6:25 pm
by Shadelight
The weredragons are those brown things(dunno what they're supposed to be) that shoot fireballs in episode 2. They're called Beasts in the DECORATE code.
Re: Heretic Element Storm v0.9
Posted: Wed Dec 17, 2008 8:45 pm
by Maelstrom
WereDragons were the brown werebear like things that breathed fireballs in episode 2 of heretic, test the first level of episode 2 you cant miss them. Maulotaurs are something entirely different and will take me alot longer to do.
Re: Heretic Element Storm v0.9
Posted: Thu Dec 18, 2008 10:24 am
by ShadesMaster
Weredragon is half man, half dragon like how a werewolf is half man, half wolf. The suffix, were- says all.
They stand upright and have a roughly human shape but are much stronger and have draconic faces. They differ from the Chaos Serpent because, unlike the Serpents, the Weredragons lack all of a regular dragon's snake-like qualities.
Re: Heretic Element Storm v0.9
Posted: Fri Dec 19, 2008 7:12 am
by SoulCrow
CodenniumRed wrote:The suffix, were- says all.

Actually I believe then it is a prefix.
Re: Heretic Element Storm v0.9
Posted: Sun Dec 21, 2008 4:19 am
by ShadesMaster
Oops lol. Suffix prefix they're all fix's lol.
Anyway I want to test this thing out - is there a download like somebody can PM me?
Re: Heretic Element Storm v0.9
Posted: Sun Dec 21, 2008 2:53 pm
by Maelstrom
Well they can't pm you but I can, since if they start doing then they are giving out non-public betas then I will have to move the download spot, to another location, which I don't really want to do. But yes I don't see why you cant test, i'll be uploading a new version tomorrow so you can start testing with that version.