Update your GZDoom. Latest release build works fine.Gabbuz85 wrote:there's a little problem: the irebolt crash the game every time i use it.
Re: [v2.1.1] Eriguns - Now with 100% more SWORDS!
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
-
- Posts: 10773
- Joined: Sun Jul 20, 2003 12:15 pm
Re: Re: [v2.2.0] Eriguns - Viva la ZScript!
-
- Posts: 117
- Joined: Sun Oct 11, 2015 7:35 am
-
- Posts: 558
- Joined: Mon Sep 28, 2015 3:23 am
Re: Re: [v2.2.0] Eriguns - Viva la ZScript!
What black magic is needed to stretch the Hexen/Heretic Huds for widescreen views? Also, how does the Super Immolator spawn in Doom/Heretic as I think I found it in Hexen where I found a piece of the superweapon?
-
- Posts: 72
- Joined: Wed Aug 16, 2017 5:29 am
Re: Re: [v2.2.0] Eriguns - Viva la ZScript!
I have a quick question. What is the 'proper' name for the Soul Bomb in Eriguns2?
In normal Heretic I bind a controller to use the Time Bomb of the Ancients like this: BIND PAD_X "USE ARTITIMEBOMB"
How would I do the same for the Soul Bomb?
In normal Heretic I bind a controller to use the Time Bomb of the Ancients like this: BIND PAD_X "USE ARTITIMEBOMB"
How would I do the same for the Soul Bomb?
-
-
- Posts: 10773
- Joined: Sun Jul 20, 2003 12:15 pm
Re: Re: [v2.2.0] Eriguns - Viva la ZScript!
@Outtagum: The actor is called EriSoulBomb -- "use EriSoulBomb" will do the trick.
@Gideon020: The Heretic/Hexen HUD is meant to work fine on widescreen already -- it doesn't go all the way to the edges (since the life gem is a thing), but it's no longer cut off like the vanilla ones are. Super Immolator's dropped by Cyberdemons and Maulotaurs.
@Gideon020: The Heretic/Hexen HUD is meant to work fine on widescreen already -- it doesn't go all the way to the edges (since the life gem is a thing), but it's no longer cut off like the vanilla ones are. Super Immolator's dropped by Cyberdemons and Maulotaurs.
-
- Posts: 558
- Joined: Mon Sep 28, 2015 3:23 am
Re: Re: [v2.2.0] Eriguns - Viva la ZScript!
Ah. Sorry, I just get triggered by the bricks/stone.Xaser wrote: @Gideon020: The Heretic/Hexen HUD is meant to work fine on widescreen already -- it doesn't go all the way to the edges (since the life gem is a thing), but it's no longer cut off like the vanilla ones are. Super Immolator's dropped by Cyberdemons and Maulotaurs.
-
- Posts: 72
- Joined: Wed Aug 16, 2017 5:29 am
Re: Re: [v2.2.0] Eriguns - Viva la ZScript!
Thanks for replying. Now to get back to shooting baddies with shiny new weapons.
EDIT: Not sure how bothered you are about compatibility but one can't escape the prison cell in map 01 of HUMP because you need to shoot the switch. Just thought I'd mention it.
EDIT: Not sure how bothered you are about compatibility but one can't escape the prison cell in map 01 of HUMP because you need to shoot the switch. Just thought I'd mention it.
-
-
- Posts: 10773
- Joined: Sun Jul 20, 2003 12:15 pm
Re: Re: [v2.2.0] Eriguns - Viva la ZScript!
Apologies if I sounded gruff. Mostly I was thinking "oh shoot, did I mess it up somehow?Gideon020 wrote:Ah. Sorry, I just get triggered by the bricks/stone.
A better border may be in order, though. It's indeed a bit on the fugly side.
Poop. Yeah, if a shootable switch expects a hitscan, this mod may be problematic as it doesn't have many. I may be a silly person and borrow WW's zero-damage "Psychic Punch" idea, or otherwise include some sort of tool that will let you hit remote switches. Getting stuck for this is lame-o.Outtagum wrote:Not sure how bothered you are about compatibility but one can't escape the prison cell in map 01 of HUMP because you need to shoot the switch. Just thought I'd mention it.
I'll file this as a bug.
-
-
- Posts: 4725
- Joined: Mon Apr 10, 2006 1:49 pm
- Preferred Pronouns: He/Him
Re: Re: [v2.2.0] Eriguns - Viva la ZScript!
I'm really loving the "feel" of all the weapons here. You got everything dead right as always.
Came to report some issues with the weapon tags. The Machinegun, Hellforge, Soulcaster all have erroneous tags, probably due to a missing semicolon or two in your LANGUAGE lump, and the tag for the Fist in Eriguns 1 is shown as "EriFist", which is either a related issue or a simple oversight - the Fist in 2 is still "Brass Knuckles", as expected.
Additional; am I being a total blancmange-brain or is 2.0.0 still the only "released" version? The topic referring to 2.2.0 suggests otherwise.
Came to report some issues with the weapon tags. The Machinegun, Hellforge, Soulcaster all have erroneous tags, probably due to a missing semicolon or two in your LANGUAGE lump, and the tag for the Fist in Eriguns 1 is shown as "EriFist", which is either a related issue or a simple oversight - the Fist in 2 is still "Brass Knuckles", as expected.
Additional; am I being a total blancmange-brain or is 2.0.0 still the only "released" version? The topic referring to 2.2.0 suggests otherwise.
-
-
- Posts: 10773
- Joined: Sun Jul 20, 2003 12:15 pm
Re: Re: [v2.0.0] Eriguns - Viva la ZScript!
Whoops, brain-typo. I just released v2.2.0 of a different thing (at work) recently, and I transposed the two.
I'll add the tag thing to the list. Ackles.
I'll add the tag thing to the list. Ackles.
-
- Posts: 1606
- Joined: Mon Jun 12, 2017 12:57 am
Re: Re: [v2.0.0] Eriguns - Viva la ZScript!
Where did you get such zscript skill?
-
- Posts: 453
- Joined: Tue Feb 10, 2015 2:51 am
- Location: Does anyone put a serious answer here?
Re: Re: [v2.0.0] Eriguns - Viva la ZScript!
Rocket trails behave strangely with teleporters in this, both general and monster-only. I made a map that should demonstrate what I mean.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 46
- Joined: Fri Jul 07, 2017 3:35 pm
Re: [v2.0.0] Eriguns - Viva la ZScript!
Is it possible to use both weapon packs at the same time? (The standard UAC guns, and the hellforged weapons?)
-
- Posts: 345
- Joined: Tue Jan 26, 2016 8:05 pm
Re: Re: [v2.0.0] Eriguns - Viva la ZScript!
*sigh* lack of screenshots and videos immediatelly forced me to download it out of curioucity. Smart but snitchy move Xaser.
-
- Posts: 453
- Joined: Tue Feb 10, 2015 2:51 am
- Location: Does anyone put a serious answer here?
Re: Re: [v2.0.0] Eriguns - Viva la ZScript!
The mancubus' xdeath doesn't trigger the kind of events it's supposed to on map07. Also, have you ever throught about making an Eriguns0, which would use the UAC weapons from earlier versions of DE and Stronghold? I think it'd go pretty well with wads like Mutiny.