What are you working on? [WIP Screenshots Thread]

Maps, modifications, add-ons, projects, and other releases for Zandronum. Also includes announcers.
Post Reply
User avatar
Zeberpal
Forum Regular
Posts: 475
Joined: Mon Jun 04, 2012 6:55 am

What are you working on? [WIP Screenshots Thread]

#1

Post by Zeberpal » Mon Jan 07, 2013 9:21 am

Simply show us some screenies of your work in progress projects!

This thread should be helpful for people who wants to keep warm interest on their projects, but not sure on creating a new thread yet.
The point of this topic is also to give people your own opinion on their current project progress.
There is no need to open curtain of your creation a lot, just about 1 to 3 screenshots would be nice.
Similiar thread existed in old Skulltag's .com and .net , so why not Zandronum now?

Spoiler: some dm thingy (Open)
Image
Last edited by Zeberpal on Mon Feb 17, 2014 6:53 am, edited 1 time in total.
Image ImageImage

CtrlAltDestory
 
Posts: 29
Joined: Fri Dec 28, 2012 5:17 am

RE: What are you working on? [WIP Screenshots Thread]

#2

Post by CtrlAltDestory » Mon Jan 07, 2013 10:32 am

I'm currently working on an Extension to "The Wrath of Cronos" mod for Hexen. Ive created a new class "Necromancer" and have given it 2 new weapons. The new weapons have been taken from Realm667's Armory but edited to be balanced for gameplay as well as some of my own Aesthetic choices. The Blood Scepter has been edited to have more of a Gamble like attack and the Secondary attack is a high damage attack the is guaranteed but its downside is that it uses your Health instead of your Mana. The Necronomicon has been changed as well. The Secondary attack has gotten its own sprites and now uses Health instead of Mana. As a note for both weapons, they have had ammo usage changed so its not overpowered to have both of them at the start.

Blood Scepter Damage Formula (Proof its not just a Copy and Paste from Realm667):
[spoiler]

Code: Select all

A_FireBullets(15, 8, 15, (random(1,1150)/random(1,250)*random(0.25,1)*ACS_ExecuteWithResult(999,0,0,0)), "BloodPuff")

Code: Select all

script 999 (void)
{
	if (CheckInventory("MathCounter") > 49)
		SetResultValue ( 3 );
 else
		SetResultValue ( 1 );
}
[/spoiler]


Screenshots:

Blood Scepter:
[spoiler]This is currently doing 35 damage to me not because of the projectile but because its Secondary attack, Which im using in this picture uses Health as Ammo:
Image[/spoiler]
Necronomicon:
[spoiler]Red Magic Recolor, Still green for the White ghosts as well (Note that im in God mode and it would do 50 damage to me when using this attack.):
Image[/spoiler]
The Class:
[spoiler]Image[/spoiler]
New Background:
[spoiler]Image[/spoiler]




I have also made a weapon for Doom 2, A fun little weapon mostly made for Lulz (Note: If anyone asks for It ill put a download for it.)(Im thinking of replacing the Secondary Fire with a Mode System so you can Change Primary from Barrel to Rail and a New one which would allow you to turn Explosive Barrels into Ammo.):
[spoiler]Barrel Launcher:
Launching a Barrel!:
Image
After I blew the Barrel up:
Image
Blowing the Barrel Up! (Note: That rail does 1 Damage and that Barrel is a Special type of barrel with 1 Health):
Image[/spoiler]
Last edited by CtrlAltDestory on Mon Jan 07, 2013 12:59 pm, edited 1 time in total.

User avatar
agaures
Forum Regular
Posts: 591
Joined: Mon Dec 10, 2012 6:34 am
Location: New Zealand

RE: What are you working on? [WIP Screenshots Thread]

#3

Post by agaures » Mon Jan 07, 2013 11:16 pm

I dunno.
[spoiler]ImageImageImageImage[/spoiler]
<agaures> I'm guessing you haven't played many doom mods before huh? :p
<Zuplin> i have played master of puppets zombies doom center and a couple more
<agaures> so not many
<Zuplin> i thought that was everything

CtrlAltDestory
 
Posts: 29
Joined: Fri Dec 28, 2012 5:17 am

RE: What are you working on? [WIP Screenshots Thread]

#4

Post by CtrlAltDestory » Tue Jan 08, 2013 1:03 am

agaures wrote:-snip-
I like it, I'd play it.

Note: Not sure If im allowed to comment on peoples work on this topic, If not please tell me instead of banning Ill stop.

darkstar64
Forum Regular
Posts: 264
Joined: Sun Dec 09, 2012 3:48 am
Location: Canada

RE: What are you working on? [WIP Screenshots Thread]

#5

Post by darkstar64 » Tue Jan 08, 2013 1:06 am

This is something I started yesterday and is very much unfinished.

[spoiler]Image[/spoiler]
Hypnotoad wrote:
That's a pony? I pegged him for some kind of skunk furry.

User avatar
Aqua Kitty
Forum Regular
Posts: 182
Joined: Sat Jul 28, 2012 10:26 pm
Location: Dreamland. There's a rebellion going on there and it isn't pretty.
Clan: Organization XIII

RE: What are you working on? [WIP Screenshots Thread]

#6

Post by Aqua Kitty » Tue Jan 08, 2013 1:49 am

Experiments in DoomMaku. Decided to try and give the Cyberdemon and other monsters wider spread shots and more projectiles to compensate for slowing down projectiles.

[spoiler]Image
inb4 I go BOOM[/spoiler]
Last edited by Aqua Kitty on Tue Jan 08, 2013 1:50 am, edited 1 time in total.
DooMMakU - Bullet Hell Doom
<BlakJacket> Reisen: so basically you're Uwe Boll
"The smart kids know there isn't really a line between fact and fantasy" -Ranger
Spoiler: Names I may go by ingame (Open)
Aqua Kitty
Reisen Udongein Inaba
James Frost
Cirno
Cirnobog
Cyclo-F
ARX/NG 891

Net status: Finally have a better internet plan - alive and kicking!

User avatar
agaures
Forum Regular
Posts: 591
Joined: Mon Dec 10, 2012 6:34 am
Location: New Zealand

RE: What are you working on? [WIP Screenshots Thread]

#7

Post by agaures » Tue Jan 08, 2013 6:33 am

CtrlAltDestory wrote: Note: Not sure If im allowed to comment on peoples work on this topic, If not please tell me instead of banning Ill stop.
Read the first post.
Zeberpal wrote: The point of this topic is also to give people your own opinion on their current project progress.
<agaures> I'm guessing you haven't played many doom mods before huh? :p
<Zuplin> i have played master of puppets zombies doom center and a couple more
<agaures> so not many
<Zuplin> i thought that was everything

bleson
 
Posts: 65
Joined: Thu Dec 20, 2012 7:15 am
Location: Australia
Contact:

RE: What are you working on? [WIP Screenshots Thread]

#8

Post by bleson » Tue Jan 08, 2013 11:47 am

[spoiler]Image[/spoiler]

EDIT:
[spoiler]Image
Image[/spoiler]
Last edited by bleson on Tue Jan 08, 2013 2:47 pm, edited 1 time in total.

CtrlAltDestory
 
Posts: 29
Joined: Fri Dec 28, 2012 5:17 am

RE: What are you working on? [WIP Screenshots Thread]

#9

Post by CtrlAltDestory » Tue Jan 08, 2013 12:55 pm

bleson wrote: [spoiler]Image[/spoiler]
Beautiful!
agaures wrote:
CtrlAltDestory wrote: Note: Not sure If im allowed to comment on peoples work on this topic, If not please tell me instead of banning Ill stop.
Read the first post.
Zeberpal wrote: The point of this topic is also to give people your own opinion on their current project progress.
Sorry I saw this and thought of Facepunches WIP thread.
Last edited by CtrlAltDestory on Tue Jan 08, 2013 12:57 pm, edited 1 time in total.

Springy
Forum Regular
Posts: 233
Joined: Wed Jun 06, 2012 10:56 pm
Location: Britland
Contact:

RE: What are you working on? [WIP Screenshots Thread]

#10

Post by Springy » Tue Jan 08, 2013 1:22 pm

http://imageshack.us/photo/my-images/25 ... 13010.png/
http://imageshack.us/photo/my-images/27 ... 13010.png/
Screenies from my Strife project heck of a lot of work to do with it. I originally started the map differently quite a while ago and recently scrapped the majority of the starting area and started a fresh.
[quote=Zero X Diamond ]Careful, you don't want to push that Pikachu dude to action. Who knows what unspeakable things lie in store for you? Maybe he'll... send you another nasty tweet![/quote]
[quote=Sonter_Man]Autism runs amok on zandaemon[/quote]

Agentbromsnor
 
Posts: 44
Joined: Tue Aug 28, 2012 8:31 pm

RE: What are you working on? [WIP Screenshots Thread]

#11

Post by Agentbromsnor » Tue Jan 08, 2013 5:10 pm


User avatar
Lord_of_D:
Posts a lot
Posts: 691
Joined: Sun Aug 26, 2012 5:31 am
Location: Mexico
Contact:

RE: What are you working on? [WIP Screenshots Thread]

#12

Post by Lord_of_D: » Tue Jan 08, 2013 5:48 pm

nothing atm, but im gonna work soon onto a invasion wad using my monsters and some others from tormie -w-
Image

SpaceMarine
Forum Regular
Posts: 269
Joined: Fri Oct 19, 2012 4:15 pm
Location: Behind you

RE: What are you working on? [WIP Screenshots Thread]

#13

Post by SpaceMarine » Thu Jan 10, 2013 5:25 pm

Uh, done by Stiff for my project. He was too lazy to post by himself XD
[spoiler]Image[/spoiler]

EDIT:
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
Last edited by SpaceMarine on Thu Jan 10, 2013 5:29 pm, edited 1 time in total.

Zetsui
 
Posts: 43
Joined: Fri Jun 22, 2012 10:22 pm

RE: What are you working on? [WIP Screenshots Thread]

#14

Post by Zetsui » Sat Jan 12, 2013 11:11 pm

[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]

SpaceMarine
Forum Regular
Posts: 269
Joined: Fri Oct 19, 2012 4:15 pm
Location: Behind you

RE: What are you working on? [WIP Screenshots Thread]

#15

Post by SpaceMarine » Mon Jan 14, 2013 9:24 am

Zetsui wrote: [spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
Looks like Halo. :cool:
Spoiler: ibm5155 wrote (Open)
O NO, pony invasion at zombie horde forum D:
Image

Agentbromsnor
 
Posts: 44
Joined: Tue Aug 28, 2012 8:31 pm

RE: What are you working on? [WIP Screenshots Thread]

#16

Post by Agentbromsnor » Mon Jan 14, 2013 3:37 pm

Zetsui wrote: [spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
Those weapons are a big improvement from the sprites you had before. Great looking screenshots so far.

Also, may I ask you where you get your tree models?

BJ Vynz
 
Posts: 29
Joined: Tue Jan 15, 2013 4:05 am

RE: What are you working on? [WIP Screenshots Thread]

#17

Post by BJ Vynz » Tue Jan 15, 2013 4:21 am

Zetsui wrote: [spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
Oh that looks really nice :biggrin:

Cruduxy
Zandrone
Posts: 1059
Joined: Fri Jun 08, 2012 4:24 pm

RE: What are you working on? [WIP Screenshots Thread]

#18

Post by Cruduxy » Tue Jan 15, 2013 2:45 pm

Zetsui wrote: [spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
[spoiler]Image[/spoiler]
Looks like halo with lightning settings on low.. btw wtf is that even in zandronum! nice work!
[][][][][][][][][][][][][][][]
Nothing to see here
[][][][][][][][][][][][][][][]

Zanieon
Forum Regular
Posts: 227
Joined: Tue Jun 05, 2012 1:17 am
Location: Somewhere in the future
Contact:

RE: What are you working on? [WIP Screenshots Thread]

#19

Post by Zanieon » Tue Jan 15, 2013 3:25 pm

[spoiler]Image

Image

Image

Image

Image[/spoiler]
Image

one_Two
Addicted to Zandronum
Posts: 1753
Joined: Thu Jun 07, 2012 4:47 pm

RE: What are you working on? [WIP Screenshots Thread]

#20

Post by one_Two » Tue Jan 15, 2013 9:36 pm

I call it GothicJudas23. A lot of work to be done (it uses Judas23 as the base).

[spoiler]Image
Image
Image
Image[/spoiler]
Last edited by one_Two on Tue Jan 15, 2013 9:38 pm, edited 1 time in total.

Post Reply