[WIP] HARDCORE DOOM WARS

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
drspam
Posts: 95
Joined: Sat Jun 15, 2013 4:03 pm

Re: [WIP] HARDCORE DOOM WARS

Post by drspam »

DoomRater wrote:
drspam wrote:-snip-
DUDE YOUR DOWNLOAD LINK IS BROKEN I CAN'T PLAY IT

It's an Old 0.20 version's download link. There was critical save & load bug in 0.20 Old version.

Now, This latest version is 0.29z and I am making this Edited mod now,

Adding SAURON : lord of the ring & NEO NAZI Army with NAZI UFO STYLE MOTHERSHIPS
AND Neo Nazi TANK & AIR FORCE ARMY & STRONG NEO NAZI SOLDIERS.



I mean, This is a WIP mod.


And I didn't add my new credits of 0.29 latest version on here.
Because my Post about 0.20 old version had very critical save & load bug,
I think this post almost was abandoned by me, and will do.



But, Of course, I have new credits text for my 0.29 version in my o.29 pk3 file.

And If I know all makers & editors nick names, I will include their all nick names in my Credits text,
but Unfortunately, I couldn't know their nick names enough.
I think, It's a very pity.

But most of my mod stuffs were downloaded in various internet sites without any other information about Makers or Editors,
but provided just only download file. Please Pardon me & my situation.

Anyway, You can read my new 0.29 credits text below. :)

This is my new 0.29 credits.
If you know my edited stuffs maker or editor, Add their nick names.

I will add their nick names to my new Credits directly.

===========================================

CREDITS : Special Thanks to

===========================================


Sergeant Mark IV of Brutal Doom, Icon of Sin & ETC
Demon Soul of Unofficial Arsenal Add on
Deimos Anomaly of Alien & Predator
Repo Man of Zdoom Wars
wario of Amageddon Monsters Invasion
Stronghold Team of StrongHold
? of Grezzo
Se7eNytes of Scientists
TerminusEst13 of SAMSARA

Many Other Anonymous & Unknown Makers

&

Open Mind People, John Carmack of Original Doom

===========================================



And I don't have any rights of this mod as usual like before too. :)
All rights of this edited mod belong to original makers & editors & users who will be playing this edited mod fun. :)

.
.
.
.


AND BELOW SENTENCES ARE PARTS OF 0.20 OLD VERSIONS'S CREDITS :) YOU CAN REFER IT MORE TOO. :)

=====================================================

I DON'T HAVE ANY RIGHTS OF THIS EDITED WEAPON PACK. IT'S NOT MINE FROM BEGINNING. :)


YOU CAN EDIT & RE-EDIT & RE-RE-EDIT THIS WEAPON PACK FOR YOUR WILL & PLEASURE FREELY.
BUT ORIGINAL MAKER DOESN'T WANT TO ADD OR EDIT HIS MOD TO THIS WEAPON PACK,
DON'T ADD IT BY FORCE. :)



JUST ENJOY THIS WEAPON PACK, MAYBE IF YOU FIND SOME BUGS OR SOME BAD THINGS AGAINST YOUR MIND,
FORGIVE ME, BECAUSE I'M NOT A PROFESSIONAL,
JUST HOBBY LEVEL EDITOR (who don't know programming at all) FOR YOUR PLEASURE & MINE. :)







O.K. Bye~ Bye~ :)


.
.
.
.
Last edited by drspam on Mon Oct 28, 2013 6:05 am, edited 20 times in total.
User avatar
TheMightyHeracross
Posts: 2100
Joined: Sun Aug 18, 2013 9:41 am
Location: Philadelphia, PA

Re: [WIP] HARDCORE DOOM WARS

Post by TheMightyHeracross »

Not good enough. You still barely have anyone credited, and "Many Other Anonymous & Unknown Makers" doesn't count as credit.
User avatar
Bitterman
Posts: 564
Joined: Mon Jun 25, 2012 12:06 pm
Location: Stranded on Lh'owon

Re: [WIP] HARDCORE DOOM WARS

Post by Bitterman »

I guess it's because he doesn't know where he got some the stuff from.
User avatar
Captain J
 
 
Posts: 16891
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: [WIP] HARDCORE DOOM WARS

Post by Captain J »

search 'em and credit 'em detaily, you should be know where those resources has been came from because you just ripped it!

i know you're keep ignoring us, but c 'mon. this is some serious stuff.
User avatar
rollingcrow
Posts: 733
Joined: Tue Mar 02, 2010 8:30 pm
Graphics Processor: nVidia with Vulkan support

Re: [WIP] HARDCORE DOOM WARS

Post by rollingcrow »

Image
Image

Code: Select all

Actor CameronTheChemist : CrossfireMonster
{
   [...]
   States
   {
   Spawn:
      PFSC A 1
      PFSC A 0 A_CheckSight("Spawn")
      PFSC A 0 A_PlaySound("Cameron/see") // A Half-Life 2 sound.
      PFSC A 0 A_PrintBold("\c[GREEN]Cameron: \c[WHITE]I'm coming with you.")
   [...]
   }
}
drspam wrote:Anyway, Although she is a Hologram, but she can help Doom guy in battle fields, for example, Giving medikits & bullets, fighting low level monsters in battle field.
Due to the above screenshots, I believe you used this:

Code: Select all

Actor CameronTheChemist : CrossfireMonster
{
   [...]
   States
   {
	DropHealth:
		PFSC A 0 A_JumpIfInTargetInventory("HealthPack", 2, "DropAmmoPrimary")
		PFSC A 0 A_PrintBold("\c[GREEN]Cameron: \c[WHITE]Take this medkit.")
		PFSC A 0 A_PlaySound("Cameron/heal")
		PFSC AAAAEEEE 5 A_FaceTarget
		PFSC E 0 A_SpawnItem("HealthPack", 22, 28)
		PFSC EEEEAAAA 5 A_FaceTarget
		PFSC D 0 A_ClearTarget
		Goto See
	DropAmmoPrimary:
		PFSC D 0 A_JumpIfInTargetInventory("F88Ammo", 60, "DropAmmoPistol")
		PFSC A 0 A_PrintBold("\c[GREEN]Cameron: \c[WHITE]Take these rifle bullets.")
		PFSC D 0 A_PlaySound("Cameron/ammo")
		PFSC AAAAEEEE 5 A_FaceTarget
		PFSC E 0 A_SpawnItem("F88Extra", 22, 28)
		PFSC EEEEAAAA 5 A_FaceTarget
		PFSC D 0 A_ClearTarget
		Goto See
	DropAmmoPistol:
		PFSC D 0 A_JumpIfInTargetInventory("Mk23Ammo", 20, "See")
		PFSC A 0 A_PrintBold("\c[GREEN]Cameron: \c[WHITE]Take these pistol rounds.")
		PFSC D 0 A_PlaySound("Cameron/ammo")
		PFSC AAAAEEEE 5 A_FaceTarget
		PFSC E 0 A_SpawnItem("Mk23Extra", 22, 28)
		PFSC EEEEAAAA 5 A_FaceTarget
		PFSC D 0 A_ClearTarget
		Goto See
   [...]
   }
}
Recharging mechanic aside, I believe you have taken my code and passed it as your own. Please give credit or use your own code.
Last edited by rollingcrow on Sun Oct 27, 2013 2:15 pm, edited 1 time in total.
User avatar
TheMightyHeracross
Posts: 2100
Joined: Sun Aug 18, 2013 9:41 am
Location: Philadelphia, PA

Re: [WIP] HARDCORE DOOM WARS

Post by TheMightyHeracross »

OOOOOHHHHHHHH, so not only did he steal the Diaz sprites, he copy-pasted the code from your mod!
And what is this...
drspam wrote:I made new one item.
Wait, what?
drspam wrote:I made new one item.
This isn't just uncredited sources, this is plagiarism!
User avatar
IMX
Posts: 791
Joined: Sat May 11, 2013 9:20 am
Location: Frogland, Mexico
Contact:

Re: [WIP] HARDCORE DOOM WARS

Post by IMX »

9 shots and counting...man is that a flesh baron?
User avatar
Mav3rick
Posts: 966
Joined: Sun Jan 13, 2013 6:48 pm
Location: Hell

Re: [WIP] HARDCORE DOOM WARS

Post by Mav3rick »

do you have any plans for a special set of maps for this mod?? or any kind will do the trick?
User avatar
drspam
Posts: 95
Joined: Sat Jun 15, 2013 4:03 pm

Re: [WIP] HARDCORE DOOM WARS

Post by drspam »

Se7eNytes wrote: I believe you have taken my code and passed it as your own. Please give credit or use your own code.
I didn't know Who made Scientists cool stuff. I refered it during editing & making SUNI.
Because I don't know programming language at all.

I think Scientists are very execellent Units, they look like comunicating with Doom Guy. :)

O.K I will add your nicknames in my credits. Thank you very much. Se7eNytes. :)

Good day~ :)
Last edited by drspam on Sun Oct 27, 2013 5:44 pm, edited 1 time in total.
User avatar
TheMightyHeracross
Posts: 2100
Joined: Sun Aug 18, 2013 9:41 am
Location: Philadelphia, PA

Re: [WIP] HARDCORE DOOM WARS

Post by TheMightyHeracross »

drspam wrote: Because I don't know programming language at all.
So, literally everything in this mod is made by someone else, and you just used their things as a make-your-own-mod generator?
User avatar
drspam
Posts: 95
Joined: Sat Jun 15, 2013 4:03 pm

Re: [WIP] HARDCORE DOOM WARS

Post by drspam »

Mav3rick wrote:do you have any plans for a special set of maps for this mod?? or any kind will do the trick?
I will not make or edit maps because I don't know how to make maps.

But this Mod <Hardcore Doom Wars> is & will be very suitable with most of various WADs, I think so at least. :)
User avatar
TerminusEst13
Posts: 1625
Joined: Mon Nov 09, 2009 3:08 pm
Contact:

Re: [WIP] HARDCORE DOOM WARS

Post by TerminusEst13 »

Hello!
I haven't really been following this at all. But out of boredom, I decided to come in and watch a video.

Image

Not even half a minute in and I see custom resources I made for Samsara being used. This is the beacon Doomguy uses to summon allies in Strife and Hexen.
Neat! I'm glad to see people are getting use out of the sprites I made.
Oh. But it looks like just a resource mash-up mod.

Now, Samsara is an open-source project, so people can do anything with the code/sprites/sounds. And I can't really claim ownership over Doom sprite edits, especially when I did a resource topic dumping almost all the custom resources I did and told people "go wild with them".
But I would very much appreciate it if you kept track of what resources came from where, rather than just blankly crediting "Many Other Anonymous & Unknown Makers & Open Mind People". Especially when you follow up with "All rights of this edited mod belong to [...] users who will be playing this edited mod fun"/"YOU CAN EDIT & RE-EDIT & RE-RE-EDIT THIS WEAPON PACK FOR YOUR WILL & PLEASURE FREELY".
User avatar
justin_see
Posts: 183
Joined: Tue Jul 30, 2013 7:49 pm

Re: [WIP] HARDCORE DOOM WARS

Post by justin_see »

That is pretty crappy. If people let you use their resources you gotta be cool with them. I was under the impression that at least some of this was homemade...
Gotta start giving credit before you piss people off Spam, makes you look a bit bad.
User avatar
Captain J
 
 
Posts: 16891
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: [WIP] HARDCORE DOOM WARS

Post by Captain J »

now everyone knows he stoled it without giving a credits; this is unlikely.
User avatar
drspam
Posts: 95
Joined: Sat Jun 15, 2013 4:03 pm

Re: [WIP] HARDCORE DOOM WARS

Post by drspam »



Hardcore Doom Wars - vs Boss Fight 1

Boss Fight 1. VS Lord of the Flies
He is the Lord of all Dirty Flies & Dirty Rats & Dirty Ckickens & Dirty Pigs & all of Dirty bugs.

Main Pattern : He can change his body to Pig, Rat, Chicken & Fly Lord.
and He can open normal Hell-Doors in normal time & Strong Hell Gates when he changed his body to anmimals.
He is only one bizarrerie character in 'Hardcore Doom Wars'.

He can call Neo Nazis Army using Hell gate & Dirty Flies because He is a real Fascist & Racist in fully bones,
He misses & misses Fascist Leaders very much like Hitler & Dictators of My country, etc.


Lord of the flies & Demolition men are Scout Army before Mass Neo Nazis Army Invasion at Doom World.
They will be first armies when Neo Nazis Invasion start after. :)


You can erase him only using Fire Weapons when he is a Dirty Pig - also, Flamer, Laser Gun, Mancubus Cannon, Fire Gurad bot.

He gives Doom guy BBQed Pig ham when he was died. It's a super rare item only to get him.
It gives Doom guy 2,000 health at once for Bosses fight. You can get accumulated health bonus until 9999.

But He is not easy boss, He doesn't looks like a strong boss, but it is his trap card,
He is not weak and very troublesome boss rather than the Spider Master mind. :P



Boss Fight 2. vs Demon Sorcerer
He was a Heretic boss of Fantasy world.

Main Pattern : but he can spawn earth demon 1 & 2 & wizards in my mod.
and when he die, he can open "One Mass Orcs Portal".

You must erase all Orcs & other Close Combat Specialist monsters, Orc, Ogre, Death knight, Skeleton Kningt & Centaurs & Demon Knights too. :)

If you erase all from a Portal, You will be a real boss fight winner! :)

He will be one of Semi boss characters in 'War of the Ring' aka Fantasy Mass War in Doom World. :)
SAURON will summon him & his slaves at that War. :)

You can see in this Video :

1. vs Bosses Fight
1. Upgraded Weapon Change
1. Action of Terminator 800 Mech Army & Alien Bionic Army
Last edited by drspam on Mon Oct 28, 2013 4:17 pm, edited 5 times in total.
Locked

Return to “Abandoned/Dead Projects”