- This topic has 52 replies, 19 voices, and was last updated 6 years, 8 months ago by Drybonz.
-
AuthorPosts
-
February 5, 2018 at 7:15 pm #76133
GLORY! that is going to be some build, now for that nice contributor to get you those scans of the plastics !
You need to login in order to like this post: click here
February 6, 2018 at 1:32 pm #76192Indeed! Looking fwd to that.. Such a great machine.. Thanks guys!!
You need to login in order to like this post: click here
February 6, 2018 at 3:33 pm #76206+1 thanks a lot! – It’s one of those tables that never get boring
You need to login in order to like this post: click here
February 22, 2018 at 7:32 am #77542Slowly picking at this in Blender. Plastics are up next.
Attachments:
You need to login in order to like this post: click here
5 users thanked author for this post.
February 22, 2018 at 6:37 pm #77621One of my favorites. Can’t wait
You need to login in order to like this post: click here
February 28, 2018 at 9:39 pm #78139Out of Blender and back into VPX. Lots of tweaking to go but at least I can play the thing now.
Attachments:
You need to login in order to like this post: click here
1 user thanked author for this post.
February 28, 2018 at 10:42 pm #78146Gonna be awesome.
You need to login in order to like this post: click here
February 28, 2018 at 10:46 pm #78147Yeah 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********************************************************
You need to login in order to like this post: click here
February 28, 2018 at 11:36 pm #78149so good man….
You need to login in order to like this post: click here
March 1, 2018 at 12:07 am #78150Wow. Very nice.
You need to login in order to like this post: click here
March 1, 2018 at 12:18 am #78153If it plays only 1/3 as good a Paragon I’ll be a very happy man. No pressure ( I’m sure it will )
You need to login in order to like this post: click here
March 1, 2018 at 3:34 am #78158Love it! Can’t wait!
You need to login in order to like this post: click here
March 1, 2018 at 1:19 pm #78182If it plays only 1/3 as good a Paragon I’ll be a very happy man. No pressure ( 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.
You need to login in order to like this post: click here
March 1, 2018 at 1:35 pm #78186150 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********************************************************
You need to login in order to like this post: click here
March 1, 2018 at 1:48 pm #78189I’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.
Attachments:
You need to login in order to like this post: click here
1 user thanked author for this post.
March 1, 2018 at 1:55 pm #78193Woahh!
You need to login in order to like this post: click here
March 1, 2018 at 2:06 pm #78194here 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********************************************************
Attachments:
********************************************************
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********************************************************
You need to login in order to like this post: click here
March 1, 2018 at 2:21 pm #78203That is tidier than what I’m doing. I like it.
Now I feel like such a script slob.
You need to login in order to like this post: click here
March 1, 2018 at 2:30 pm #78210Well 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********************************************************
You need to login in order to like this post: click here
March 1, 2018 at 2:34 pm #78216Well I’m sure yours will be much better but can be done many ways
Ha, you’ve seen the extent of my scripting prowess.
You need to login in order to like this post: click here
-
AuthorPosts
Forums are currently locked.