
Impings - Lemmings in Doom! (Updated first post)
- 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)
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
)

- .+:icytux:+.
- Posts: 2661
- Joined: Thu May 17, 2007 1:53 am
- Location: Finland
Re: Impings - Lemmings in Doom! (kinda)
coudln't you shoot a fast projectile with the +RIPPER flag? (iirc that goes thru monsters (damaging them) and dies at walls)
- The Unmaker
- Posts: 139
- Joined: Sun Mar 30, 2008 3:15 am
- Location: Pete's World :D
Re: Impings - Lemmings in Doom! (kinda)
Rippers stop at monsters, then they carry on when the monster is dead..+:icytux:+. wrote:coudln't you shoot a fast projectile with the +RIPPER flag? (iirc that goes thru monsters (damaging them) and dies at walls)
-
- Posts: 3975
- Joined: Fri Jul 06, 2007 9:16 am
Re: Impings - Lemmings in Doom! (kinda)
What? No they don't, they go straight through them, maybe your thinking of the BloodscourgeRippers stop at monsters, then they carry on when the monster is dead.
- The Unmaker
- Posts: 139
- Joined: Sun Mar 30, 2008 3:15 am
- Location: Pete's World :D
Re: Impings - Lemmings in Doom! (kinda)
What's That?CaptainToenail wrote:What? No they don't, they go straight through them, maybe your thinking of the BloodscourgeRippers stop at monsters, then they carry on when the monster is dead.
I was thinking of the hexen lightning attack, it stops at a monster and kills it, then carrys on.
- 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)
Tried that but they stopped spawning up close to walls or if too many imps were together..+:icytux:+. wrote:coudln't you shoot a fast projectile with the +RIPPER flag? (iirc that goes thru monsters (damaging them) and dies at walls)
- 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)
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.

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.
Re: Impings - Lemmings in Doom! (Updated first post)
Actors that continually shoot short-ranged hitscans?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.
- 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)
They'd hit the other imps. 

Re: Impings - Lemmings in Doom! (Updated first post)
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.
- 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)
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.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.
Re: Impings - Lemmings in Doom! (Updated first post)
That was the point. The blockers would shoot "stop! turn around!" rays. Of course that's kinda the same thing as continual explosions.Cutmanmike wrote:They'd hit the other imps.
- 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)
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. 

Re: Impings - Lemmings in Doom! (Updated first post)
Please do. I look forward to trying this thing outCutmanmike wrote:I may post a video of the impings working in action soon, although it's a bit ugly at the minute.

- Captain Ventris
- Posts: 4608
- Joined: Mon Jul 31, 2006 4:25 pm
- Location: San Antonio, TX
Re: Impings - Lemmings in Doom! (Updated first post)
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.
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.