-
Content count
45 -
Joined
-
Last visited
About pRoJect45yt
-
Rank
The Worst Modder On The Forum
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Im working on a doom builder video with a friend and we need one, if not a few judges. The basic premise is that me and a friend both have 1 hour to create a map while having to meet some requirements. After the hour is up, you (the judge) would need to judge our maps based on these requirements and select whoever you think created the better map. If you want to be a part of this project, please add me on discord: pRoJect45yt Id appreciate any kind of help! Edit: The requirements and other information will be provided through discord.
-
Can I pay someone for a tutorial on Zscripting?
pRoJect45yt replied to pRoJect45yt's question in Editing Questions
Thanks man. I just have big plans and little time. You know how it is lmao. -
Can I pay someone for a tutorial on Zscripting?
pRoJect45yt replied to pRoJect45yt's question in Editing Questions
You're right. I just got frustrated cause its so much and so overwhelming to look at but like you said; slowly. I'll take you guys' tips and pointers and use them to better my knowledge at ZScripting. Thank you guys for the help, genuinely! :) -
Can I pay someone for a tutorial on Zscripting?
pRoJect45yt replied to pRoJect45yt's question in Editing Questions
How do i start a script? Im trying to change doomguys height and I've seen people say scale is the way to do it, but it doesn't work. Am I not putting like "zcript.txt" at the beginning? class DoomPlayer : PlayerPawn { Default { Height 88; Scale 88; } } -
How did you guys get so good at this? I am not understanding anything. Is there anyway someone could teach me the basics of Zscripting? I am willing to pay for lessons. I'm desperate. PLEASE!
-
Okay, so I'm learning ZScript now. Any tutorials online that run me through most of what I need to create new characters, trees, foliage, etc or am I on my own?
-
Ultimate Doom Builder, Slade3, WhackEd im fucking stupid. GZdoom lmfaooo
-
Listen, I'm aware of reusing current doom things by renaming, retexturing etc etc. but how do I create new ones. All I'm trying to do is add some new trees, rocks, boulders, etc to liven up my wad. How would I go about this?
-
Plain and simple, I am trying to get my ACS script to teleport the player to another location. How do I do this? What I have isn't working and I'm unsure of what to do. Thanks in advance! So, scratch that: I've figured that out. My question now is how to make the teleport silent if that's even possible. Any help would be much appreciated! --- SetPlayerProperty(1, 1, PROP_TOTALLYFROZEN); FadeTo(0, 0, 0, 1.0, 1.0); Delay(40); LocalAmbientSound("TST17", 127); Teleport(0, 1, 0); Delay(100); FadeTo(0, 0, 0, 0.0, 1.0); SetPlayerProperty(1, 0, PROP_TOTALLYFROZEN);
-
I'm trying to play sound files when the player presses something or walks over a linedef. I've tried using the wiki and seeing what other people have done in their maps but I'm just not getting it. If someone could help me understand how the play sound function works, I would really appreciate it! (and if you could throw in a lesson on scripting that sound to play when a door opens (poly object) then that would be a ton of help too)
-
How do I make hudmessage appear after monster death?
pRoJect45yt replied to pRoJect45yt's topic in Doom Editing Help
I've tried manually setting up the script to execute in the Thing Tag area in the menu, but it doesnt execute once the imp has been killed. Am I missing something? Using the SetThingSpecial action, I figured out my predicament! Thanks for the help :) -
How do I make hudmessage appear after monster death?
pRoJect45yt posted a topic in Doom Editing Help
*I figured out my issue* title is pretty self explanatory: I need to know how to make HudMessage appear on the screen after a monster is killed. Only problem is, I'm using a Map Spot and script execute will not work. Any work arounds for this? Maybe some code that makes it appear? Help! -
Is it possible to upload a video file to a doom map?
pRoJect45yt replied to pRoJect45yt's question in Editing Questions
Thanks a ton brother. I watch chubz often but just wanted to see if there was a simpler way of going about this. -
Is it possible to upload a video file to a doom map?
pRoJect45yt replied to pRoJect45yt's question in Editing Questions
Thanks a ton actually. Iām going to definitely research this a bit more and see what I can figure out. Much appreciated š -
Is it possible to upload a video file to a doom map?
pRoJect45yt replied to pRoJect45yt's question in Editing Questions
Looks interesting. Thanks