• Register

This member has provided no bio about themself...

My Blogs

No blogs were found matching the criteria specified. We suggest you try the blog list with no filter applied, to browse all available. Join now to share your own content, we welcome creators and consumers alike and look forward to your comments.

Post comment Comments  (0 - 10 of 14)
CyberDoom
CyberDoom - - 63 comments

Hello 👋 how did you make the voidspectre and bloodDemon fatalities work in your monster addon for brutal Doom v21. I tried to do it with the cyber paladin and I put everything necessary such as the token and also what it contains in "player.txt"

Reply Good karma Bad karma+1 vote
Ksen_JG
Ksen_JG - - 22 comments

The fate of being violent

Reply Good karma Bad karma+1 vote
CountDracula
CountDracula - - 33 comments

Svedish

Reply Good karma Bad karma+1 vote
OMXGAMERZ
OMXGAMERZ - - 298 comments

Hi what is your discord?

Reply Good karma Bad karma+1 vote
GameDude2
GameDude2 - - 56 comments

Hey, dude! Welcome back! Nice to see you have returned!

Reply Good karma Bad karma+1 vote
Yuri47
Yuri47 - - 5 comments

Could you fix the carbine realistic reloading from your addon? It still take 65 even if I shoted 1 projectile

Reply Good karma Bad karma+1 vote
WolVexus
WolVexus - - 80 comments

ello there, i've been attempting to do my own personal take/build/whateverthefuckyouwannacallit for v21 and i wanted to know if i could incorporate some of the monsters/weapons into it's base instead of trying to make countless patches.

if that's fine, would i be able to ask for some assistance in doing this as well? i'm on the pb dev team but i'm more of a sound designer and bug finder than anything else but i know little about actually scripting stuff.

if not or if you don't want me to incorporate the monsters/mutators into it, that's perfectly cool too

Reply Good karma Bad karma+1 vote
Guest
Guest - - 689,388 comments

This comment is currently awaiting admin approval, join now to view.

REDGxHD
REDGxHD - - 31 comments

Hello
how are you?
I wanted to ask you something
Would you help me on my first pk3? I want to make an addon something simple
but I have no idea how to do it
If you want to have an apprentice in the world of mod doom let me know (?

Reply Good karma Bad karma+1 vote
ProfessorExistential Creator
ProfessorExistential - - 468 comments

download pakscape, and then you can extract the text files, edit them in notepad or wordpad and put them back in

Reply Good karma+1 vote
REDGxHD
REDGxHD - - 31 comments

what I want to do is extract the attack from an enemy to make a pk3 and be able to use it in BDv21 specifically Did you see the Hellknight race attack? The one where he runs to the player and hits the floor I want to port it to bdv21 I already have the sprites but I don't know what to do with them

Reply Good karma Bad karma+2 votes
ProfessorExistential Creator
ProfessorExistential - - 468 comments

Extract the BD monster file knight.txt from BD.21.

Copy the relevant code from the racing hellknight file (search for the sprite names to find where the text is eg. sprite names are ABCD A 0, so search for ABCD) and paste it into the knight file (i suggest in between the melee: and the ReplaceVanilla: code parts).

The in the melee section put a code like
TNT1 A 0 A_Jump(64, "RaceAttack")
Meleecontinue:
Where RaceAttack should be the name of the race attack headline in the code and 64 is the chance out of 256 that they will do the attack 64=25%

if you want to limit the attack to a certain range so the knight in the distance doesnt try to melee you.
you can use these lines, at the top of the race attack code
TNT1 A 0 A_JumpIfCloser(400, "RaceAttackcontinue")
goto Meleecontinue
RaceAttackcontinue:

Make a new pk3 put the file new edited in it, with the sprites (good idea to put the sprites in a folder called sprites, and a subfolder called monsters, and a sub-sub folder called hell knight).

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

X