Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

pRoJect45yt

Members
  • 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.

  1. 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.
  2. pRoJect45yt

    Can I pay someone for a tutorial on Zscripting?

    Thanks man. I just have big plans and little time. You know how it is lmao.
  3. pRoJect45yt

    Can I pay someone for a tutorial on Zscripting?

    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! :)
  4. pRoJect45yt

    Can I pay someone for a tutorial on Zscripting?

    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; } }
  5. 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!
  6. pRoJect45yt

    How Do I Make Custom Things?

    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?
  7. pRoJect45yt

    How Do I Make Custom Things?

    Ultimate Doom Builder, Slade3, WhackEd im fucking stupid. GZdoom lmfaooo
  8. pRoJect45yt

    How Do I Make Custom Things?

    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?
  9. pRoJect45yt

    Making ACS Teleport work???

    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);
  10. 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)
  11. pRoJect45yt

    How do I make hudmessage appear after monster death?

    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 :)
  12. *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!
  13. pRoJect45yt

    Is it possible to upload a video file to a doom map?

    Thanks a ton brother. I watch chubz often but just wanted to see if there was a simpler way of going about this.
  14. pRoJect45yt

    Is it possible to upload a video file to a doom map?

    Thanks a ton actually. Iā€™m going to definitely research this a bit more and see what I can figure out. Much appreciated šŸ™
  15. pRoJect45yt

    Is it possible to upload a video file to a doom map?

    Looks interesting. Thanks
×