Impings - Lemmings in Doom! (Updated first post)

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.
User avatar
Cutmanmike
Posts: 11351
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Re: Impings - Lemmings in Doom! (kinda)

Post by Cutmanmike »

I'm using hitscans to spawn a puff that turns the implings around. BUT they hit other imps when they're clumped together and get stuck in a wall. Sure I could remove the shootable flag but I NEED them shootable so I can give them abilities (when I get round to that stage (_)3 )
User avatar
.+:icytux:+.
Posts: 2661
Joined: Thu May 17, 2007 1:53 am
Location: Finland

Re: Impings - Lemmings in Doom! (kinda)

Post by .+:icytux:+. »

coudln't you shoot a fast projectile with the +RIPPER flag? (iirc that goes thru monsters (damaging them) and dies at walls)
User avatar
The Unmaker
Posts: 139
Joined: Sun Mar 30, 2008 3:15 am
Location: Pete's World :D

Re: Impings - Lemmings in Doom! (kinda)

Post by The Unmaker »

.+:icytux:+. wrote:coudln't you shoot a fast projectile with the +RIPPER flag? (iirc that goes thru monsters (damaging them) and dies at walls)
Rippers stop at monsters, then they carry on when the monster is dead.
CaptainToenail
Posts: 3975
Joined: Fri Jul 06, 2007 9:16 am

Re: Impings - Lemmings in Doom! (kinda)

Post by CaptainToenail »

Rippers stop at monsters, then they carry on when the monster is dead.
What? No they don't, they go straight through them, maybe your thinking of the Bloodscourge
User avatar
The Unmaker
Posts: 139
Joined: Sun Mar 30, 2008 3:15 am
Location: Pete's World :D

Re: Impings - Lemmings in Doom! (kinda)

Post by The Unmaker »

CaptainToenail wrote:
Rippers stop at monsters, then they carry on when the monster is dead.
What? No they don't, they go straight through them, maybe your thinking of the Bloodscourge
What's That?

I was thinking of the hexen lightning attack, it stops at a monster and kills it, then carrys on.
User avatar
Cutmanmike
Posts: 11351
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Re: Impings - Lemmings in Doom! (kinda)

Post by Cutmanmike »

.+:icytux:+. wrote:coudln't you shoot a fast projectile with the +RIPPER flag? (iirc that goes thru monsters (damaging them) and dies at walls)
Tried that but they stopped spawning up close to walls or if too many imps were together.
User avatar
Cutmanmike
Posts: 11351
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Re: Impings - Lemmings in Doom! (Updated first post)

Post by Cutmanmike »

Mega bump, this project is go :) Read the first post for updated details.

Current status: Turning problem is SOLVED using A_JumpIf and momx. Yellow imps will climb anything in front of them. I'm pleased that I managed to pull this off simply using DECORATE. I have another problem now though, I have no way to to make the imps get blocked by SOLID actors, as the imps are missing the SOLID flag. GHOST and THRUGHOST is out of the question because it doesn't work with non-projectiles. Hopefully the feature suggestion will go through but I am still open to alternative ways of solving this problem.

I may post a video of the impings working in action soon, although it's a bit ugly at the minute.
Gez
 
 
Posts: 17938
Joined: Fri Jul 06, 2007 3:22 pm

Re: Impings - Lemmings in Doom! (Updated first post)

Post by Gez »

Cutmanmike wrote:I have another problem now though, I have no way to to make the imps get blocked by SOLID actors, as the imps are missing the SOLID flag. GHOST and THRUGHOST is out of the question because it doesn't work with non-projectiles. Hopefully the feature suggestion will go through but I am still open to alternative ways of solving this problem.
Actors that continually shoot short-ranged hitscans?
User avatar
Cutmanmike
Posts: 11351
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Re: Impings - Lemmings in Doom! (Updated first post)

Post by Cutmanmike »

They'd hit the other imps. :P
User avatar
edward850
Posts: 5886
Joined: Tue Jul 19, 2005 9:06 pm
Location: New Zealand
Contact:

Re: Impings - Lemmings in Doom! (Updated first post)

Post by edward850 »

Make you 'solid' actor create a small explosion with a custom damage type, and get your imp to enter its 'turning around' state if it enters that custom pain state.
User avatar
Cutmanmike
Posts: 11351
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Re: Impings - Lemmings in Doom! (Updated first post)

Post by Cutmanmike »

edward850 wrote:Make you 'solid' actor create a small explosion with a custom damage type, and get your imp to enter its 'turning around' state if it enters that custom pain state.
I must confess I gave this a try. However, it's a bit unpredictable. It worked for the most part but occasionally imps would enter their pain.turn state twice and end up spazzing inside the "solid" object.
Gez
 
 
Posts: 17938
Joined: Fri Jul 06, 2007 3:22 pm

Re: Impings - Lemmings in Doom! (Updated first post)

Post by Gez »

Cutmanmike wrote:They'd hit the other imps. :P
That was the point. The blockers would shoot "stop! turn around!" rays. Of course that's kinda the same thing as continual explosions.
User avatar
Cutmanmike
Posts: 11351
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Re: Impings - Lemmings in Doom! (Updated first post)

Post by Cutmanmike »

Oh I see, I thought you meant the imps to shoot out hitscans. I guess that could work, but there's another problem that I only just remembered: What if an imp falls on a solid object? I would like to have imps able to treat a solid object like it is, a solid object, without bumping into other imps. :?
User avatar
Lord_Z
Posts: 189
Joined: Sun Jun 15, 2008 2:11 pm
Location: Temporal Singularity

Re: Impings - Lemmings in Doom! (Updated first post)

Post by Lord_Z »

Cutmanmike wrote:I may post a video of the impings working in action soon, although it's a bit ugly at the minute.
Please do. I look forward to trying this thing out :D
User avatar
Captain Ventris
Posts: 4608
Joined: Mon Jul 31, 2006 4:25 pm
Location: San Antonio, TX

Re: Impings - Lemmings in Doom! (Updated first post)

Post by Captain Ventris »

Man, this is quite a project, considering all of the hurdles you have to overcome.

You could make this some sort of sick coding-monstrosity community project. I can just imagine you sitting in a board room with Isle, Blzut, Chris, and Bagheadspidey. Baghead is sticking pencils in the roof.
Locked

Return to “Abandoned/Dead Projects”