Announcement

Collapse
No announcement yet.

DP New_Teleport

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    i think that lava must have an area with a hot-air-distortion shader, like in DOOM3... I remember some areas in D3 hell levels with that air-distortion, and also some broken pipes with this effect... maybe DP can do it...
    Ia! Ia! Shubb Niggurath!


    "Not dead is what forever can wait" (HPL)

    Comment


    • #32
      Ok guys, this is what I found out, after reading and starting/exiting Quake for several hours:
      (jakub1: this reminded me working on effectinfo.txt)

      First of all, in my opinion a much more beautiful visual for our teleporter can be reached by using
      blendfunc filter
      instead of
      blendfunc blend

      Secondly, if you want to change the moving behaviour of the teleporter texture:
      Just like jakub1 said, it is done by modifying the tcmod variables.
      There is a VERY important order of tcmod variables:
      "tcMod scroll" is always LAST !
      Which is not the case in the actual shader from my package.
      Thats why we first have to switch it from
      tcMod scroll 0.25 0.25
      tcmod scale 0.35 0.18
      to
      tcmod scale 0.35 0.18
      tcMod scroll 0.07 0.07 // the new values are necessary, because we switeched it. In-Game visuals will be the same.
      Now you can modify the "tcMod scroll" values any way you like it.
      First value is X-direction, second value is Y-direction.
      Negative values will move it to the one side, positiv values to the other side.
      Higher values will lead to a faster movement, and vice versa.



      Now, if you dont want the static cross moving behaviour in one direction (like it is now in my actual shader):
      inkub0 requested a circle movement. To get it, simply use this:
      tcMod turb 1 1 0.5 0.17
      tcmod scale 0.35 0.18
      instead of:
      tcmod scale 0.35 0.18
      tcMod scroll 0.07 0.07
      You can of course mix whirling and cross moving by using (example):
      tcMod turb 1 1 0.5 0.17
      tcmod scale 0.35 0.18
      tcMod scroll 0.2 0.2
      (this example creates an interesting looking zick-zack movement)



      Last Update 28.10.2010

      So, because I dont want to overwhelm you with different versions, I only added ONE more:
      The new shader with "blendfunc filter", and an adjusted texture with it.
      Nothing else has changed. I keep the cross movement, because I personally like it more.
      If you prefer the circle movement: I described above (and in readme.txt of V1.01) what must be changed to achieve it.
      The new shader makes my "RED" Version much more intensive/depressing/frightening.

      Download Link in updated first post.




      Now I reached the end of my "DP New-Teleporter" journey, and will continue on my other projects.


      Best wishes,
      Seven
      Last edited by Seven; 10-29-2010, 05:34 AM.

      Comment


      • #33
        Seven do you think it's possible to apply your new shader to DP_water?
        Or, with your new skills can you fix the water? the old water seeems too bright...

        (do someone have ideas for lava hot air shader?)
        Ia! Ia! Shubb Niggurath!


        "Not dead is what forever can wait" (HPL)

        Comment


        • #34
          Originally posted by inkub0 View Post
          Seven do you think it's possible to apply your new shader to DP_water?
          Or, with your new skills can you fix the water? the old water seeems too bright...

          (do someone have ideas for lava hot air shader?)
          seven has done this here if thats what your after...

          Comment


          • #35
            Originally posted by osjclatchford View Post
            seven has done this here if thats what your after...
            No, DP water v0.32 is before the discovering of new shaders
            Ia! Ia! Shubb Niggurath!


            "Not dead is what forever can wait" (HPL)

            Comment


            • #36
              oh, of course.
              sorry I must pay more attention before posting in future! lol

              Comment


              • #37
                Double post.
                FPS Source Ports

                Comment


                • #38
                  Awesome stuff, i played around with all the releases and combined Seven's, inkub0's and Moon[Drunk] to create this:






                  In game it looks even better with the 3d/multi layer stars floating around. Thanks for all the new and refreshing ideas.
                  FPS Source Ports

                  Comment


                  • #39
                    A really cool effect would be to "see" where the teleports will transport the player, like looking out the window.. Obviously with some nice effects as shown above
                    Is it something possible ?
                    What Does Not Kill You, Makes You Stronger

                    Comment


                    • #40
                      Completely possible but would require a separate shader for every teleporter in the game and it would be "faked" (wouldn't show entities). Basically take a screenshot the moment you exit the teleporter and then save it as a texture and apply it to the teleporter.

                      @Spinvis

                      Think you could share that? I like it

                      Comment


                      • #41
                        I did not have the patience or time to fiddle with this stuff myself, not as much as I hoped anyway, so I would love to try out your versions Spinvis, looks promising!
                        – Moon[Drunk]'s Quake Graphics
                        – Quake Revitalization/Retexturing Project

                        Comment


                        • #42
                          Here you go, they are 7zipped so you'll need the latest 7zip to extract the content in your ID1 folder. Credits to Seven, inkub0 and Moon[Drunk] for the original DP Teleports.

                          teleport.7z
                          teleport-red.7z
                          FPS Source Ports

                          Comment


                          • #43
                            IMHO, but the perfect teleporter would show me whats on the otherside. That would make me say WOW ho lee fok.

                            and,I could shoot through it. Because face it,that would be awesome.
                            Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!

                            Comment


                            • #44
                              Shooting through it is completely possible. Had it in my old mini-mod. Seeing through though would require engine editing. Can fake it like I said before - but it wouldn't show entities (like a player running infront of the exit)

                              Comment


                              • #45
                                I think shooting in portals will change alot the original Quake gameplay
                                Ia! Ia! Shubb Niggurath!


                                "Not dead is what forever can wait" (HPL)

                                Comment

                                Working...
                                X