Centaur VPX ??

Viewing 20 posts - 21 through 40 (of 53 total)
  • Author
    Posts
  • #76133
    The Loafer
    Participant
      @theloafer

      GLORY!  that is going to be some build, now for that nice contributor to get you those scans of the plastics !

      #76192
      toxie
      Participant
        @toxie

        Indeed! Looking fwd to that.. Such a great machine.. Thanks guys!!

        #76206
        Mark70
        Participant
          @mark70

          +1 thanks a lot! – It’s one of those tables that never get boring

          #77542
          bord
          Moderator
            @bord

            Slowly picking at this in Blender. Plastics are up next.

            earlyrender-copy

             

            5 users thanked author for this post.
            #77621
            bjschneider93
            Participant
              @bjschneider93

              One of my favorites. Can’t wait

              #78139
              bord
              Moderator
                @bord

                Out of Blender and back into VPX. Lots of tweaking to go but at least I can play the thing now.

                MO-WIP

                Attachments:
                1 user thanked author for this post.
                #78146
                Drybonz
                Participant
                  @drybonz

                  Gonna be awesome.    :good:

                  #78147
                  randr
                  Keymaster
                    @randr

                    Yeah it don’t get any better then that

                    ********************************************************
                    Messing with the VPinball app and push notifications.
                    So if you haven't downloaded app yet what are you waiting for!?
                    for IOS and Android

                    ********************************************************

                    ********************************************************
                    Messing with the VPinball app and push notifications.
                    So if you haven't downloaded app yet what are you waiting for!?
                    for IOS and Android

                    ********************************************************

                    #78149
                    HauntFreaks
                    Moderator
                      @hauntfreaks

                      so good man….  :heart:   :rose:   :heart:

                      #78150
                      TNT2
                      Participant
                        @tnt2

                        Wow. Very nice.

                        #78153
                        Thalamus
                        Moderator
                          @thalamus

                          If it plays only 1/3 as good a Paragon I’ll be a very happy man. No pressure  B-) :rose: ( I’m sure it will )

                          #78158
                          Schreibi34
                          Participant
                            @schreibi34

                            Love it! Can’t wait!

                            #78182
                            bord
                            Moderator
                              @bord

                              If it plays only 1/3 as good a Paragon I’ll be a very happy man. No pressure B-) :rose: ( I’m sure it will )

                              I hope so. As of today it plays too easy. Gotta figure out a way to get it to play a little more wild.

                              Right now my eyes are crossed from writing 150 lines of conditional scripting for the inline drop target shadows alone. So stupid.

                              #78186
                              randr
                              Keymaster
                                @randr

                                150 lines! in joust build i used ramps for shadows was easier to script but maybe effect not as good?

                                ********************************************************
                                Messing with the VPinball app and push notifications.
                                So if you haven't downloaded app yet what are you waiting for!?
                                for IOS and Android

                                ********************************************************

                                ********************************************************
                                Messing with the VPinball app and push notifications.
                                So if you haven't downloaded app yet what are you waiting for!?
                                for IOS and Android

                                ********************************************************

                                #78189
                                bord
                                Moderator
                                  @bord

                                  I’m just being an idiot. There are 5 lighting scenarios up in the lair and 2 states for each drop target. Each target got it’s own rendered shadow for each lighting scenario where it made a visual difference in the shadows. Total waste for such a confined area but I wanted to try out some rendered shadow tricks before I got too far on Pinbot. I’m learning a lot, anyway.

                                  Screen-Shot-2018-03-01-at-1.46.23-PM

                                  1 user thanked author for this post.
                                  #78193
                                  jbg4208
                                  Participant
                                    @jbg4208

                                    Woahh!  :good:

                                    #78194
                                    randr
                                    Keymaster
                                      @randr

                                      here is 2 combos i did in joust and example of script

                                      if sw23.IsDropped = True then sw23up = False:Ramp108.Image = “off” else sw23up = True:Ramp108.Image = “pf2”
                                      if sw24.IsDropped = True then sw24up = False:Ramp107.Image = “off”:Ramp110.Image = “off” else sw24up = True:Ramp107.Image = “pf1”:Ramp110.Image = “pf1”
                                      if sw25.IsDropped = True then sw25up = False:Ramp106.Image = “off” else sw25up = True:Ramp106.Image = “pf2”
                                      if sw26.IsDropped = True then sw26up = False:Ramp100.Image = “off” else sw26up = True:Ramp100.Image = “pf2”
                                      if sw27.IsDropped = True then sw27up = False:Ramp102.Image = “off”:Ramp101.Image = “off” else sw27up = True:Ramp102.Image = “pf1”:Ramp101.Image = “pf1”
                                      if sw28.IsDropped = True then sw28up = False:Ramp103.Image = “off” else sw28up = True:Ramp103.Image = “pf2”
                                      if sw41.IsDropped = True then sw41up = False else sw41up = True
                                      if sw42.IsDropped = True then sw42up = False else sw42up = True
                                      if sw47.IsDropped = True then sw47up = False:Ramp103p2.Image = “off” else sw47up = True:Ramp103p2.Image = “pf2”
                                      if sw48.IsDropped = True then sw48up = False:Ramp102p2.Image = “off”:Ramp101p2.Image = “off” else sw48up = True:Ramp102p2.Image = “pf1”:Ramp101p2.Image = “pf1”
                                      if sw49.IsDropped = True then sw49up = False:Ramp100p2.Image = “off” else sw49up = True:Ramp100p2.Image = “pf2”
                                      if sw50.IsDropped = True then sw50up = False:Ramp106p2.Image = “off” else sw50up = True:Ramp106p2.Image = “pf2”
                                      if sw17.IsDropped = True then sw17up = False else sw17up = True
                                      if sw18.IsDropped = True then sw18up = False else sw18up = True
                                      if sw51.IsDropped = True then sw51up = False:Ramp107p2.Image = “off”:Ramp110p2.Image = “off” else sw51up = True:Ramp107p2.Image = “pf1”:Ramp110p2.Image = “pf1”
                                      if sw52.IsDropped = True then sw52up = False :Ramp108p2.Image = “off” else sw52up = True:Ramp108p2.Image = “pf2”

                                       

                                      ********************************************************
                                      Messing with the VPinball app and push notifications.
                                      So if you haven't downloaded app yet what are you waiting for!?
                                      for IOS and Android

                                      ********************************************************

                                      ********************************************************
                                      Messing with the VPinball app and push notifications.
                                      So if you haven't downloaded app yet what are you waiting for!?
                                      for IOS and Android

                                      ********************************************************

                                      #78203
                                      bord
                                      Moderator
                                        @bord

                                        That is tidier than what I’m doing. I like it.

                                        Now I feel like such a script slob.

                                        #78210
                                        randr
                                        Keymaster
                                          @randr

                                          Well I’m sure yours will be much better but can be done many ways

                                          ********************************************************
                                          Messing with the VPinball app and push notifications.
                                          So if you haven't downloaded app yet what are you waiting for!?
                                          for IOS and Android

                                          ********************************************************

                                          ********************************************************
                                          Messing with the VPinball app and push notifications.
                                          So if you haven't downloaded app yet what are you waiting for!?
                                          for IOS and Android

                                          ********************************************************

                                          #78216
                                          bord
                                          Moderator
                                            @bord

                                            Well I’m sure yours will be much better but can be done many ways

                                            Ha, you’ve seen the extent of my scripting prowess.

                                          Viewing 20 posts - 21 through 40 (of 53 total)

                                          Forums are currently locked.

                                          ©2024 VPinBall.com

                                          Log in with your credentials

                                          Forgot your details?