[Justamod] Shut up and Bleed. (Now in V0.4 flavor)

Projects that alter game functions but do not include new maps belong here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
Locked
User avatar
iSpook
Posts: 743
Joined: Sun Feb 05, 2006 9:23 am
Location: In the middle of Stephen King Territory
Contact:

Re: [Project port] Shut up and Bleed.

Post by iSpook »

Ed the Bat wrote:and edited the Doom 1/Ultimate Doom intermissions directly so we no longer need to have MAPINFO definitions for every level.
Is this a newer Zdoom featuer? Or am I able to take advantage of this?
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [Project port] Shut up and Bleed.

Post by Ed the Bat »

It definitely works in Zandronum 2.0, so it's at least THAT old in terms of engine features. I can't really say beyond that. Zandronum is so outdated it's basically foreign territory to me.
User avatar
Mav3rick
Posts: 966
Joined: Sun Jan 13, 2013 6:48 pm
Location: Hell

Re: [Project port] Shut up and Bleed.

Post by Mav3rick »

There will be new, more type or random monsters? so far got into e1m4 and got hell bore of see the same enemies like 99% of the levels, i do like the weird enemies that appear from the blood pool and the zombie marine.

About the ammo, can you make it more random?? so far i notice that they drop ammo for weapons i dont have and probably will no have since is the first episode, now maybe make them drop more ammo for the weapons the player is carring like 80% and the 20% for the other weapons, and so on and on, dunno if this can be implemented or im just sugesting crap :P
Ribo Zurai
Posts: 873
Joined: Fri Jul 03, 2009 1:47 pm

Re: [Project port] Shut up and Bleed.

Post by Ribo Zurai »

I love this mod. For some reason it feels a little like playing The Last of Us. I don't know why, maybe the color/character gives that post-apocalypse feel.
User avatar
-Ghost-
Posts: 1789
Joined: Wed Sep 08, 2010 4:58 pm

Re: [Project port] Shut up and Bleed.

Post by -Ghost- »

Some more randomizing as far as enemies goes would be nice. I like the basic zombie replacement, but you typically don't see it for very long before it's just gone altogether. The Imp/Zombie replacements could probably all be interchangeable considering they fulfill similar roles (barring the melee only one).
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [Project port] Shut up and Bleed.

Post by Ed the Bat »

Small bug: when reloading the crossbow,if there's only room for three more bolts, the player still loses six bolts from his ammo pool.
User avatar
iSpook
Posts: 743
Joined: Sun Feb 05, 2006 9:23 am
Location: In the middle of Stephen King Territory
Contact:

Re: [Project port] Shut up and Bleed.

Post by iSpook »

Noted, unfortunately I'm not vested in advanced reload coding, care to post a fix, if you have it fixed already? :P
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [Project port] Shut up and Bleed.

Post by Ed the Bat »

I'll handle it, but first I wanted to be sure what you'd like. Should I change it so that Rocco only puts in three bolts per handful (slower reloading), or still six bolts, and add a check so it's not more than will fit in the weapon?

EDIT: I decided to keep it mostly the way it is. Rocco will collect up to six bolts in his hand to reload, but he'll only put in as many as will fit. No wastage. I've applied this update to the Plus version, so you (and anyone else) can grab another copy and see the updated crossbow in action.
User avatar
Zhs2
Posts: 1301
Joined: Fri Nov 07, 2008 3:29 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Location: Maryland, USA, but probably also in someone's mod somewhere
Contact:

Re: [Project port] Shut up and Bleed.

Post by Zhs2 »

iSpook wrote:
Ed the Bat wrote:and edited the Doom 1/Ultimate Doom intermissions directly so we no longer need to have MAPINFO definitions for every level.
Is this a newer Zdoom featuer? Or am I able to take advantage of this?
It is a native feature of the [wiki]LANGUAGE[/wiki] lump. You can check zdoom.pk3 for comprehensive examples, in language.enu.

Code: Select all

E1TEXT =
    "Once you beat the big badasses and\n"
    "clean out the moon base you're supposed\n"
    "to win, aren't you? Aren't you? Where's\n"
    "your fat reward and ticket home? What\n"
    "the hell is this? It's not supposed to\n"
    "end this way!\n"
    "\n"
    "It stinks like rotten meat, but looks\n"
    "like the lost Deimos base.  Looks like\n"
    "you're stuck on The Shores of Hell.\n"
    "The only way out is through.\n"
    "\n"
    "To continue the DOOM experience, play\n"
    "The Shores of Hell and its amazing\n"
    "sequel, Inferno!\n";
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [Project port] Shut up and Bleed.

Post by Ed the Bat »

Those are the cluster messages, not the intermission screens.
User avatar
Zhs2
Posts: 1301
Joined: Fri Nov 07, 2008 3:29 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Location: Maryland, USA, but probably also in someone's mod somewhere
Contact:

Re: [Project port] Shut up and Bleed.

Post by Zhs2 »

This is an oops post. Oops, my bad.
User avatar
iSpook
Posts: 743
Joined: Sun Feb 05, 2006 9:23 am
Location: In the middle of Stephen King Territory
Contact:

Re: [Project port] Shut up and Bleed.

Post by iSpook »

new version is up and linked on the first page. Along with a list of changes/fixes.
User avatar
Shadez12
Posts: 107
Joined: Sat Aug 03, 2013 2:04 pm
Location: Wow

Re: [Project port] Shut up and Bleed.

Post by Shadez12 »

So I typed this little thing in Notepad based off the main menu options of this mod. Hope you guys like it.
Spoiler:
Last edited by Shadez12 on Sun Dec 21, 2014 11:11 pm, edited 2 times in total.
User avatar
Ed the Bat
Posts: 3060
Joined: Thu May 03, 2012 1:18 pm
Graphics Processor: nVidia with Vulkan support
Location: Maryland, US
Contact:

Re: [Project port] Shut up and Bleed.

Post by Ed the Bat »

I've applied relevant updates to the Plus Edition, which will now be most accessible from here. I will make efforts to keep it up-to-date with the main (iSpook's) version, but you can always check this page to see what time I last updated. I will also keep a running list of differences to expect, which will change accordingly, should the main version demand it.
User avatar
Slax
... in rememberance ...
Posts: 2121
Joined: Tue Oct 19, 2010 7:01 am
Location: Window office.
Contact:

Re: [Project port] Shut up and Bleed.

Post by Slax »

Locked

Return to “Gameplay Mods”