HeXetic: Rise of D'Sparil

Projects that have specifically been abandoned or considered "dead" get moved here, so people will quit bumping them. If your project has wound up here and it should not be, contact a moderator to have it moved back to the land of the living.
Locked
User avatar
The Ultimate DooMer
Posts: 2109
Joined: Tue Jul 15, 2003 5:29 pm
Location: Industrial Zone

Re: HeXetic: Rise of D'Sparil

Post by The Ultimate DooMer »

Cool stuff...but you could've just added a script to each map that takes all your keys away.
User avatar
Pelle123
Posts: 391
Joined: Thu Mar 01, 2007 6:47 am
Location: Finland
Contact:

Re: HeXetic: Rise of D'Sparil

Post by Pelle123 »

People might again have thought this was dead.. BUT IT IS NOT! I've actually made something for this but forgot to post anything here :lol:

Some videos I've done for now (Not much though):
Spoiler:
And also few sceenshots:
Spoiler:
Firstly, I know the powered up weapons are not very good. Still they are enough for me to let them be as they are. I'm quite sure that atleast firestorm, lightning and wraithverge are going to change.

I also know the frost shards and fist are missing... Frost shards is already added, and I will have to make the fist myself so it won't be in this for a long time I guess

PS. I haven't done much mapping yet!
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: HeXetic: Rise of D'Sparil

Post by Gez »

Giving the maulotaur attacks to a powered-up hammer, why not, but not all at once! It throws the normal explosive hammer, the volley of fireball, and the floor flames at the same time; that's ridiculous. Better to make it just one attack, and give the other attack as an alt-fire.

Attacks that are basically just rapid-fire variants of the normal also suck. It should be more different. How about the powered arcs of death throw D'Sparil-like lightning instead, for example?
User avatar
Pelle123
Posts: 391
Joined: Thu Mar 01, 2007 6:47 am
Location: Finland
Contact:

Re: HeXetic: Rise of D'Sparil

Post by Pelle123 »

Gez wrote:Giving the maulotaur attacks to a powered-up hammer, why not, but not all at once! It throws the normal explosive hammer, the volley of fireball, and the floor flames at the same time; that's ridiculous. Better to make it just one attack, and give the other attack as an alt-fire.

Attacks that are basically just rapid-fire variants of the normal also suck. It should be more different. How about the powered arcs of death throw D'Sparil-like lightning instead, for example?
The maulotaur attacks of the hammer do much less damage than the real maulotaur attacks, but I guess I could try taking something away from the attack. (The hammer itself perhaps leaving only the maulotaur attacks... I'm not planning to use alt-fires in this project)
About the rapid fire weapons.. I definitely agree on that. I just haven't thought about anything else yet so I am keeping the rapidfirestorm in there until I figure something out.

Arc of death... Well it is definitely too powerfull as it is now (it kills maulotaur with few shots), so adding the D'Sparil lightning (+ removing the extra lightnings) could be good idea too.. I will try it. :wink:
User avatar
Pelle123
Posts: 391
Joined: Thu Mar 01, 2007 6:47 am
Location: Finland
Contact:

Re: HeXetic: Rise of D'Sparil

Post by Pelle123 »

I have now added a melee attack to Quietus that it will use when low on red mana. Also added powered up frost shards and Saphire wand. I still haven't made much mapping but I think the weapons are done for now.

User avatar
skib
Posts: 179
Joined: Sat Jan 29, 2011 6:30 pm

Re: HeXetic: Rise of D'Sparil

Post by skib »

What coding did you use for quietus melee?

Oh, and I figured out how to make the final weapons use Blue and Green mana!

Code: Select all

Weapon.AmmoUse1 14
Weapon.AmmoUse2 14
Weapon.AmmoGive1 20
Weapon.AmmoGive2 20
Weapon.AmmoType1 BLUE
Weapon.AmmoType2 GREEN
PS. 5/5 for the demo, should I suggest a cutscene per ep?
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: HeXetic: Rise of D'Sparil

Post by wildweasel »

Skib, please check the date of the last post in the thread before you reply to it. This thread was nearly 10 months abandoned and I am unsure if the author is still around, considering he evidently hasn't logged in since November.
User avatar
skib
Posts: 179
Joined: Sat Jan 29, 2011 6:30 pm

Re: HeXetic: Rise of D'Sparil

Post by skib »

I started work on the gauntlets but they look odd and copper-ish

But here it is, download if you want! And edit Keyconf if need be!

Update 1 Fixed Textures
Update 2 Added powered states
Attachments
Gauntlets.wad
(106.99 KiB) Downloaded 55 times
Last edited by skib on Sun Feb 06, 2011 2:08 pm, edited 2 times in total.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: HeXetic: Rise of D'Sparil

Post by wildweasel »

Get your own thread, dammit.
User avatar
Pelle123
Posts: 391
Joined: Thu Mar 01, 2007 6:47 am
Location: Finland
Contact:

Re: HeXetic: Rise of D'Sparil

Post by Pelle123 »

I am still here and this is not abandoned.. It's just on hold because I don't really have time for this.
I will most likely start working on this soon because my school is just about to end.

The main thing that slowed this down was the crash of my hard drive. I didn't have the latest version backed up where I just had done some serious decorate work.
The main reason why I haven't posted anything here is because the real home of this project is the Doom Universe.

The code I used for the melee attack looks like this:

Code: Select all

States
  {
  Spawn:
    TNT1 A -1
    Stop
  Select:
    SWRD A 0 A_JumpIfInventory ("redmana", 20, "SelectGlow")
    SWRD A 1 Bright A_Raise
    Loop
  SelectGlow:
    FSRD A 0 A_JumpIfNoAmmo ("Select")
    FSRD A 1 Bright A_Raise
    Loop
  Deselect:   
    SWRD A 0 A_JumpIfInventory ("redmana", 20, "DeselectGlow")
    SWRD A 1 Bright A_Lower
    Loop
  DeselectGlow:   
    SWRD A 0 A_JumpIfNoAmmo ("Deselect")
    FSRD A 1 Bright A_Lower
    Loop  
  ReadyGlow:
    FSRD A 0 Bright A_JumpIfNoAmmo ("Ready")
    FSRD AAAABBBBCCCC 1 Bright A_WeaponReady
    Loop
  Ready:
    SWRD A 1 Bright A_WeaponReady
    SWRD A 0 Bright A_JumpIfInventory ("redmana", 20, "ReadyGlow")
    Loop
  Fire:    
    FSRD D 3 Bright Offset (5, 36) A_JumpIfInventory ("redmana", 20, "FireGlow")
    SWRD B 2 Bright Offset (5, 36)
    SWRD C 3 Offset (5, 36) A_CustomPunch (180, 5, 0, "SwordMeleePuff", 120)
    SWRD D 3 Bright Offset (5, 36)
    SWRD E 10
    SWRD A 1 Bright Offset (5, 60)
    SWRD A 1 Bright Offset (5, 55)
    SWRD A 1 Bright Offset (5, 50)
    SWRD A 1 Bright Offset (5, 45)
    SWRD A 1 Bright Offset (5, 40)
    goto ready
  FireGlow:
    FSRD D 0 A_JumpIfNoAmmo ("Fire")
    FSRD DE 3 Bright Offset (5, 36)
    FSRD F 2 Bright Offset (5, 36)
    FSRD G 3 Bright Offset (5, 36) A_FSwordAttack
    FSRD H 2 Bright Offset (5, 36)
    FSRD I 2 Bright Offset (5, 36)
    FSRD I 10 Bright Offset (5, 150)
    FSRD A 1 Bright Offset (5, 60)
    FSRD B 1 Bright Offset (5, 55)
    FSRD C 1 Bright Offset (5, 50)
    FSRD A 1 Bright Offset (5, 45)
    FSRD B 1 Bright Offset (5, 40)
    Goto Ready
  }
As I stated before, I lost some decorate things so this is just a beta version of it :lol:
User avatar
skib
Posts: 179
Joined: Sat Jan 29, 2011 6:30 pm

Re: HeXetic: Rise of D'Sparil

Post by skib »

Pelle123 wrote:I am still here and this is not abandoned.. It's just on hold because I don't really have time for this.
I will most likely start working on this soon because my school is just about to end.

The main thing that slowed this down was the crash of my hard drive. I didn't have the latest version backed up where I just had done some serious decorate work.
The main reason why I haven't posted anything here is because the real home of this project is the Doom Universe.

The code I used for the melee attack looks like this:

As I stated before, I lost some decorate things so this is just a beta version of it :lol:
Great and thanks!
Also, do you need help?
User avatar
skib
Posts: 179
Joined: Sat Jan 29, 2011 6:30 pm

Re: HeXetic: Rise of D'Sparil

Post by skib »

I have made a few sugestions on what you can do. Feel free to reject/accept them.
Spoiler:
Spoiler:
Hope I help!
If Yes, :D If No, :-(
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: HeXetic: Rise of D'Sparil

Post by wildweasel »

Regarding KEYCONF: If this project runs in Hexen, that can't be done, as Hexen bizarrely limits weapons to only the first four keys.
User avatar
InsanityBringer
Posts: 3392
Joined: Thu Jul 05, 2007 4:53 pm
Location: opening the forbidden box

Re: HeXetic: Rise of D'Sparil

Post by InsanityBringer »

That's just a keybind issue, I think. Keys 5-0 are bound to things other than the usual "slot 5-0" commands.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: HeXetic: Rise of D'Sparil

Post by wildweasel »

InsanityBringer wrote:That's just a keybind issue, I think. Keys 5-0 are bound to things other than the usual "slot 5-0" commands.
Actually, I think it's more along the lines that slots 5-0 are still bound correctly but are hard-coded(?) to use inventory items instead of weapons, and Keyconf can't change that. I might be wrong, though, as I haven't tried messing with it since 2.2.0.
Locked

Return to “Abandoned/Dead Projects”