[WIP]The Demon Slayer : MAP02 in progress!

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.

Do you like the blaster in this project? Explain your choice

Yes
9
64%
No
5
36%
 
Total votes: 14

User avatar
Pinky's ass
Posts: 507
Joined: Wed Sep 05, 2007 2:17 am
Location: ZDoom Forums

Re: [WIP]The Demon Slayer : Map01 completed at 48%

Post by Pinky's ass »

It's good but banal. We already have some maps named or titled Slayer and even a programmer. :lol:
User avatar
Remmirath
Posts: 2562
Joined: Sun Dec 23, 2007 3:53 am
Graphics Processor: nVidia with Vulkan support
Location: My house

Re: [WIP]The Demon Slayer : Map01 completed at 48%

Post by Remmirath »

It's that everything came up in my head suddenly and so i decided to use this name; there's even a story, check it out on the first post...
User avatar
Zerosaiko
Posts: 2
Joined: Tue Jan 01, 2008 3:14 pm

Re: [WIP]The Demon Slayer : Map01 completed at 48%

Post by Zerosaiko »

Code: Select all

ACTOR TDSBlaster : Weapon
{
	Weapon.AmmoType Cell
	Weapon.AmmoGive 50
	Weapon.AmmoUse 5
	States
	{
	Ready:
		PISG A 1 A_WeaponReady
		Loop
	Deselect:
		PISG A 1 A_Lower
		Loop
	Select:
		PISG A 1 A_Raise
		Loop
	Fire:
		NULL A 0 A_GunFlash
		NULL A 0 A_Recoil(1)
		PISG D 5 Bright A_FireCustomMissile("BlasterProj")
		PISG E 5
		PISG A 15 A_Refire
		Goto Ready
	Flash:
		PISF A 5 Bright A_Light1
		Goto LightDone
	Spawn:
		PIST A 1
		Loop
	}
}

ACTOR BlasterProj
{
	Projectile
	Speed 20
	Damage 15
	Height 8
	Radius 8
	Scale 0.5
	SeeSound "weapons/plasmaf"
	DeathSound "weapons/plasmax"
	States
	{
	Spawn:
		BAL1 AB 1 Bright A_SpawnItem("BPSmoke")
		Loop
	Death:
		FIRE ABCDEFGH 3 Bright
		Stop
	}
}

ACTOR BPSmoke
{
	Projectile
	Speed 0
	VSpeed 1
	Damage 0
	Height 0
	Radius 0
	+DontSplash
	RenderStyle Add
	Scale 0.5
	Alpha 0.25
	States
	{
	Spawn:
		BAL1 CDE 5 Bright
		Stop
	}
}
I think you can use something like this to replace your rail-blaster :wink:
User avatar
Remmirath
Posts: 2562
Joined: Sun Dec 23, 2007 3:53 am
Graphics Processor: nVidia with Vulkan support
Location: My house

Re: [WIP]The Demon Slayer : Map01 completed at 48%

Post by Remmirath »

User avatar
Amuscaria
Posts: 6634
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: [WIP]The Demon Slayer : Screenies on Page 10

Post by Amuscaria »

Screenshots look pretty nice. The outside area could use a big more floor height gradient, though. It looks a bit flat right now.
User avatar
Snarboo
Posts: 2599
Joined: Tue Nov 29, 2005 4:37 am

Re: [WIP]The Demon Slayer : Screenies on Page 10

Post by Snarboo »

That hud is much improved, and those map shots look good. Keep it up! :)
User avatar
Pinky's ass
Posts: 507
Joined: Wed Sep 05, 2007 2:17 am
Location: ZDoom Forums

Re: [WIP]The Demon Slayer : Map01 completed at 48%

Post by Pinky's ass »

Okay
§-Morpheus-§ wrote:Section 3 External Area:
http://i254.photobucket.com/albums/hh11 ... 174256.png
Good
Meh
§-Morpheus-§ wrote:The Tech Area:
http://i254.photobucket.com/albums/hh11 ... 174326.png
???
§-Morpheus-§ wrote:Say "Hi" to Hell:
http://i254.photobucket.com/albums/hh11 ... 174339.png
Bad
Pointless
Bad
§-Morpheus-§ wrote:The Outside Area:
http://i254.photobucket.com/albums/hh11 ... 174408.png
Ugly
User avatar
InsanityBringer
Posts: 3392
Joined: Thu Jul 05, 2007 4:53 pm
Location: opening the forbidden box

Re: [WIP]The Demon Slayer : Map01 completed at 48%

Post by InsanityBringer »

Pinky's ass wrote:
Pointless
You act as if you can't detail anything anyomre. I think it looks fine
User avatar
Unknown_Assassin
Posts: 2468
Joined: Wed Apr 12, 2006 5:17 pm
Location: Where dead carcasses lie

Re: [WIP]The Demon Slayer : Screenies on Page 10

Post by Unknown_Assassin »

Pinky's Ass wrote:???
It's supposed to be hell. I'm assuming it's the entrance.
User avatar
.+:icytux:+.
Posts: 2661
Joined: Thu May 17, 2007 1:53 am
Location: Finland

Re: [WIP]The Demon Slayer : Map01 completed at 48%

Post by .+:icytux:+. »

Pinky's ass wrote: ???

Pointless

Bad

Ugly
all of those you pointed out, looks really cool :D (the outside area needs. more detail tho)
User avatar
Remmirath
Posts: 2562
Joined: Sun Dec 23, 2007 3:53 am
Graphics Processor: nVidia with Vulkan support
Location: My house

Re: [WIP]The Demon Slayer : Map01 completed at 48%

Post by Remmirath »

.+:icytux:+. wrote: the outside area needs. more detail tho
I managed to add more detail, but still i'm not satisfied... :?
User avatar
Pinky's ass
Posts: 507
Joined: Wed Sep 05, 2007 2:17 am
Location: ZDoom Forums

Re: [WIP]The Demon Slayer : Screenies on Page 10

Post by Pinky's ass »

Unknown_Assassin wrote:
Pinky's Ass wrote:???
It's supposed to be hell. I'm assuming it's the entrance.
Nope, it's just a dark room with purple lights... :?
User avatar
Unknown_Assassin
Posts: 2468
Joined: Wed Apr 12, 2006 5:17 pm
Location: Where dead carcasses lie

Re: [WIP]The Demon Slayer : Screenies on Page 10

Post by Unknown_Assassin »

Pinky's ass wrote:
Unknown_Assassin wrote:
Pinky's Ass wrote:???
It's supposed to be hell. I'm assuming it's the entrance.
Nope, it's just a dark room with purple lights... :?
Apparently I mixed up your post . :x I thought the ??? you said was supposed to be talking about the hell picture instead of the tech base.
User avatar
Pinky's ass
Posts: 507
Joined: Wed Sep 05, 2007 2:17 am
Location: ZDoom Forums

Re: [WIP]The Demon Slayer : Screenies on Page 10

Post by Pinky's ass »

Unknown_Assassin wrote: Apparently I mixed up your post . :x I thought the ??? you said was supposed to be talking about the hell picture instead of the tech base.
??? was posted because I didn't recognize the pic.
User avatar
Remmirath
Posts: 2562
Joined: Sun Dec 23, 2007 3:53 am
Graphics Processor: nVidia with Vulkan support
Location: My house

Re: [WIP]The Demon Slayer : MAP01 completed!

Post by Remmirath »

LATEST UPDATE 10/04/2008

MAP01 is completed. Go to the first page for the download mirror. Enjoy! :wink:

Return to “Abandoned/Dead Projects”