Announcement

Collapse
No announcement yet.

How do i make an Elevator/train?

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

  • How do i make an Elevator/train?

    im very new to Worldcraft(3.3)

    and i cant seem to figure out how to make a moving elevator or train

  • #2
    You will need to use a func_train with path_corners.
    eg:

    func_train: target "corner1"
    path_corner: targetname "corner1" & "target" "corner2"
    path_corner: targetname "corner2" & "target" "corner3"
    path_corner: targetname "corner3" & "target" "corner4"
    path_corner: targetname "corner4" & "target" "corner1"
    Quake 1 Singleplayer Maps and Mods

    Comment


    • #3
      thanks

      ok thanks,

      i got one more quick question.

      for some reason if u look at a frame from too far of a distance from a certain angle on my map, the frame turns grey, like if you have noclip cheat on

      if there is a simple solution help me out, or if you know where i can find a good guide that would be good also.

      thanks

      Comment


      • #4
        Read this:

        http://www.quake-1.com/wc16a-tutorial/

        It is a Worldcraft 1.6a tutorial, but all of it equally applies to Worldcraft 3.3, which are both nearly identical.

        It has a great tutorial on func_trains as well.

        Best mapping tutorial I've ever seen.
        Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.

        So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...

        Comment


        • #5
          Getting rid of the grey stuff is an engine thing. What .exe do you use?
          But it probably would be a good idea not to build such huge things.
          Quake 1 Singleplayer Maps and Mods

          Comment


          • #6
            i use wqpro.exe

            Comment


            • #7
              Yeah, any software rendering engine, at least in Quake 1, has that problem. Try using r_maxedges 50000 and r_maxsurfs 50000
              e|------------------------0---------------
              B|---------------0^1----------------1----
              G|---------------2------2------0^2-------
              D|---------------2-------2--2-------------
              A|---------------0------------------------
              E|----------------------------------------

              Comment


              • #8
                where do i input the information "r_maxedges 50000"?

                Comment


                • #9
                  In your autoexec.cfg. Don't forget r_maxsurfs 50000. That goes in the autoexec.cfg as well.

                  Comment


                  • #10
                    so all i do is copy "r_maxsurfs/edges 50000" anywhere in my autoexec.cfg?

                    Comment


                    • #11
                      Originally posted by Gods-Sun View Post
                      so all i do is copy "r_maxsurfs/edges 50000" anywhere in my autoexec.cfg?
                      You got it.

                      Comment


                      • #12
                        hmm judging from pictures on the link baker provided mapping looks alot like an advanced auto-c.a.d. is that how it feels to use as well?

                        Comment


                        • #13
                          cool, i finally got it to work! thanks for the help everyone

                          Comment

                          Working...
                          X