Search titles only
By:
Home
Forums
New posts
Search forums
Articles
New articles
New comments
Search articles
Pinball DB
Pinball Tables
Pinball Games
What's new
New posts
New articles
New profile posts
New article comments
Latest activity
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Welcome Back to Digital Pinball Fans -
please read this first
For latest updates, follow Digital Pinball Fans on
Facebook
and
Twitter
Home
Forums
Farsight Studios
The Pinball Arcade / Farsight Studios
Physics engine discussion
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="invitro" data-source="post: 239763" data-attributes="member: 446"><p>Well, it's compressed/encoded, but I figured out how to find it and how to decode* it. There are tons of things like this in the .rez files. The above came from a file called PBTFunhouse.csv, and is for v1.41.7. It is 1507 lines long; I've deleted a bunch of lines that I think aren't of interest here, lines that are similar to lines above or below, and got down to 279 lines, which I've put below. (I've noted where I've deleted lines, except for blank lines.)</p><p></p><p>* The compression/encoding is a modified LZ77, if I have that right! -- <a href="https://en.wikipedia.org/wiki/LZ77_and_LZ78" target="_blank">https://en.wikipedia.org/wiki/LZ77_and_LZ78</a></p><p></p><p>I can grab and post more files, maybe put them in a git or something like that if I can figure out how to use it... suggestions welcome if that's useful. I'm interested in analyzing this data too, but maybe not today... <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> I feel kind of lazy.</p><p></p><p>[code]</p><p>//Funhouse table</p><p>Table = PBTable:Funhouse</p><p> Resources, RSID_TFUNHOUSE_START, RSID_TFUNHOUSE_END, RSID_TFUNHOUSE_MODELS,</p><p> Dil, RSID_TFUNHOUSE_PLACEMENT, 0,</p><p> Controls, FlipperLeft, 1, FlipperRight, 3, FlipperLeft2, 5, FlipperRight2, 7,</p><p> FlipperSolenoids, FlipperLeft, 31, 32, FlipperRight, 29, 30, FlipperLeft2, -1, -1, FlipperRight2, -1, -1,</p><p> Balls, 4, 3, 15, 1248.0, -2256.0, 1015.0, 75,0,0, 345,</p><p>// Slow Gravity Table Rotation Fast Gravity Max Speed for Slow Gravity</p><p> Gravity, 0.0,0.0,-55.0, -1.6, 0.0,0.0,-32, 75.0,</p><p> HDR, MiddleGrayKey, 0.3369, BloomScale, 1.47, TightDeviation, .3309, BroadDeviation, 1.0, TightBrightness, 4.32, BroadBrightness, 1.03, StarScale, 1.5, AdaptLuminanceRate, 4.7, RenderStar, FALSE, GlareDefType, GLT_NATURAL, BrightnessThreshhold, 0.56, BrightPassOffset, 10.76, BlueShift, TRUE, End,</p><p> HDR_ps3, MiddleGrayKey, 0.3369, BloomScale, 0.8, TightDeviation, 1.0, BroadDeviation, 1.0, TightBrightness, 4.32, BroadBrightness, 1.03, StarScale, 1.5, AdaptLuminanceRate, 160, RenderStar, FALSE, GlareDefType, GLT_NATURAL, BrightnessThreshhold, 0.56, BrightPassOffset, 10.76, BlueShift, TRUE, End,</p><p> @PS3, SPU_FX, GScale0, 0.00, Source0, 0.57, Bright0, 1.00, Bright3, 0.00, ThresholdR, 0.00, ThresholdG, 0.00, ThresholdB, 0.03, TintR, 1.00, TintG, 1.00, TintB, 1.00, BaseR, 0.00, BaseG, 0.00, BaseB, 0.01, End,</p><p> @PS4, SPU_FX, GScale0, 0.00, Source0, 0.7, Bright0, 1.0, SourceLow0, 1.15, BrightLow0, 0.6, SourceHigh0, 0.3, BrightHigh0, 1.0, Bright3, 0.00, ThresholdR, 0.00, ThresholdG, 0.00, ThresholdB, 0.00, TintR, 1.00, TintG, 1.00, TintB, 1.00, BaseR, 0.00, BaseG, 0.00, BaseB, 0.00, End,</p><p></p><p> LightsFile, Dev/Funhouse/LightSets.txt, RSID_TFUNHOUSE_LIGHTS</p><p> Emulated,</p><p> Dimensions, 10, 21,</p><p> Display, LCD, RSID_TFUNHOUSE_HUD, 32, 41,21, 73,21, 105,21, 137,21, 169,21, 201,21, 233,21, 265,21, 297,21, 329,21, 361,21, 393,21, 425,21, 457,21, 489,21, 521,21, 41,92, 73,92, 105,92, 137,92, 169,92, 201,92, 233,92, 265,92, 297,92, 329,92, 361,92, 393,92, 425,92, 457,92, 489,92, 521,92,</p><p> Friction, 0.003,</p><p> CamerasFile, Dev/Funhouse/FunhouseCameras.csv, RSID_TFUNHOUSE_CAMERAS,</p><p> DefaultPhysics, 0.4, 0, 10, 0,</p><p> TiltSwitch, 14,</p><p> //SkillShotTime, 3000,</p><p> MipBias, -1.0,</p><p> BallTrough, 3, 63, 74, 72,</p><p> FlipperSteps, 6,</p><p> KnockerSolenoid, 7,</p><p> ReflectionAlpha, 250,</p><p> VibrateEject, 0.2, 1.5, 120,</p><p> DemoScore, 6154740,</p><p> FreeCam, -1500, 1500, -3000, 2000, 2500, 5800, 90, 180,</p><p> FloorLocations, -2958.64722, 2602.48389, 882.634338, 1271.50562,</p><p> PlungeOnlyOnBall,</p><p> BallRender, Main, EnvironmentBlend, 0.59, Reflection, BlendMode, Normal, End,</p><p> BackglassCam, 309.60,-1813.90,4008.20, 90.00,0.00,358.79, 0.00,1.00,</p><p> PlayfieldCam, 185.30,-1571.00,3988.19, 150.00,0.00,0.00, 0.00,1.00,</p><p> OrthoCamera, 2937.00, 5026.00,</p><p> // type, num dilname, color, brightness</p><p> LightingData, RSID_TFUNHOUSE_PLACEMENT, 1,</p><p> LightFlasher, 18, F19A,0, 6.379, 2.087, 0.209, 0.419, 0.000180,</p><p> LightLamp, 14, L27A,0, 4.250, 0.869, 0.500, 0.479, 0.000045,</p><p>[150 lines deleted]</p><p> LightON, -1, OnHeadF,0, 4.107, 3.786, 2.719, 0.689, 1.000000,</p><p> EndLightingData</p><p>TableEnd = PBTable:Funhouse</p><p></p><p>////////////////////////////////////visibles</p><p>Table = PBObject:VisibleApron</p><p> Object, PB_OBJECTTYPE_VISUAL, 2500,</p><p> Pos, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0,</p><p> Models, 1, RSID_TFUNHOUSE_MODELS, 0,</p><p> Lights, Def_Apron,</p><p>TableEnd = PBObject:VisibleApron</p><p></p><p>Table = PBObject:VisibleCabinet_Body</p><p>[117 lines deleted]</p><p>TableEnd = PBObject:VisibleCabinet_metal</p><p></p><p>////////////////////////////////////flippers</p><p>Table = PBObject:FlipperRight</p><p> EnablePhysics, DownAccel, DeflectionMod, LiveCatch, End,</p><p> //min speed vector range min % up to activate</p><p> LiveCatchPhysics, 95.0, -0.35, 0.70,</p><p></p><p> //transfer of power based on how high up the flipper is from the bottom to top</p><p> DeflectionModPhysics, .95, 1, 1, 1, 1, .99, .98, .97, .96, .95, .94,</p><p></p><p> DownAccelPhysics, 0.7, -5, -12,</p><p></p><p> UseSpecialRotation, True,</p><p></p><p> Object, PB_OBJECTTYPE_FLIPPER, 2500,</p><p> Switch, 11,</p><p> DilPos, flipper B, 0,</p><p> Models, 1, RSID_TFUNHOUSE_MODELS, 23,</p><p> Lights, Def_Flippers,</p><p> Collision, Mesh, 2, RSID_TFUNHOUSE_COLLISIONS, 3, RSID_TFUNHOUSE_COLLISIONS, 2,</p><p> SwitchEOS, 4,</p><p> EnvMapReflection, True,</p><p> Vars, 2, -52.0, -78.0,</p><p></p><p> //1(length) 2(angle speed down) 3(elasticity when flipper static) 4 (elasticity when dropping) 5(bottom speed mult) 6(number of trnsfer pts)</p><p> Physics, Right, 370, -5, 0.52, 0.05, 0.55, 13,</p><p> TransferPoint, 0.15, -20, 175, 150, 0, 0,</p><p> TransferPoint, 0.20, -20, 190, 170, 0, 0,</p><p> TransferPoint, 0.25, -5, 220, 200, 0, 0,</p><p> TransferPoint, 0.33, -1, 350, 270, 0, 0,</p><p> TransferPoint, 0.50, 1, 350, 300, 0, 0,</p><p> TransferPoint, 0.58, 6, 350, 300, 0, 0,</p><p> TransferPoint, 0.68, 12, 355, 320, 0, 0,</p><p> TransferPoint, 0.76, 15, 350, 350, 0, 0,</p><p> TransferPoint, 0.83, 19, 350, 320, 0, 0,</p><p> TransferPoint, 0.86, 22, 245, 320, 0, 0,</p><p> TransferPoint, 0.92, 35, 175, 270, 0, 0,</p><p> TransferPoint, 0.95, 55, 100, 200, 0, 0,</p><p> TransferPoint, 1.00, 60, 80, 150, 0, 0,</p><p> Sound, Generic, GEN_SOUND_HIT_default</p><p>TableEnd = PBObject:FlipperRight</p><p></p><p>Table = PBObject:FlipperLeft</p><p> EnablePhysics, DownAccel, DeflectionMod, LiveCatch, End,</p><p> //min speed vector range min % up to activate</p><p> LiveCatchPhysics, 95.0, 0.35, 0.70,</p><p></p><p> //transfer of power based on how high up the flipper is from the bottom to top</p><p> DeflectionModPhysics, .95, 1, 1, 1, 1, .99, .98, .97, .96, .95, .94,</p><p></p><p> DownAccelPhysics, 0.7, 5, 12,</p><p></p><p> UseSpecialRotation, True,</p><p></p><p> Object, PB_OBJECTTYPE_FLIPPER, 2500,</p><p> Switch, 12,</p><p> DilPos, flipper A, 0,</p><p> Models, 1, RSID_TFUNHOUSE_MODELS, 22,</p><p> Lights, Def_Flippers,</p><p> Collision, Mesh, 2, RSID_TFUNHOUSE_COLLISIONS, 1, RSID_TFUNHOUSE_COLLISIONS, 0,</p><p> SwitchEOS, 2,</p><p> EnvMapReflection, True,</p><p> Vars, 2, 52.0, 78.0,</p><p></p><p> //1(length) 2(angle speed down) 3(elasticity when flipper static) 4 (elasticity when dropping) 5(bottom speed mult) 6(number of trnsfer pts)</p><p> Physics, Left, 370, 5, 0.52, 0.05, 0.55, 14,</p><p> TransferPoint, 0.16, -20, 175, 150, 0, 0,</p><p> TransferPoint, 0.20, -20, 190, 170, 0, 0,</p><p> TransferPoint, 0.20.5,-20, 240, 200, 0, 0,</p><p> TransferPoint, 0.25, -7, 280, 250, 0, 0,</p><p> TransferPoint, 0.33, -3, 350, 280, 0, 0,</p><p> TransferPoint, 0.50, 1, 350, 300, 0, 0,</p><p> TransferPoint, 0.58, 6, 350, 300, 0, 0,</p><p> TransferPoint, 0.68, 12, 355, 320, 0, 0,</p><p> TransferPoint, 0.76, 15, 350, 350, 0, 0,</p><p> TransferPoint, 0.83, 19, 350, 320, 0, 0,</p><p> TransferPoint, 0.86, 22, 245, 320, 0, 0,</p><p> TransferPoint, 0.92, 35, 175, 270, 0, 0,</p><p> TransferPoint, 0.95, 55, 100, 200, 0, 0,</p><p> TransferPoint, 1.00, 60, 80, 150, 0, 0,</p><p> Sound, Generic, GEN_SOUND_HIT_default</p><p>TableEnd = PBObject:FlipperLeft</p><p></p><p>Table = PBObject:FlipperUpperLeft</p><p> Object, PB_OBJECTTYPE_FLIPPER, 2500,</p><p> Switch, 12,</p><p> DilPos, upper flipper L, 0,</p><p> Models, 1, RSID_TFUNHOUSE_MODELS, 22,</p><p> Lights, Def_Flippers,</p><p> Collision, Mesh, 2, RSID_TFUNHOUSE_COLLISIONS, 1, RSID_TFUNHOUSE_COLLISIONS, 0,</p><p> SwitchEOS, 2,</p><p> EnvMapReflection, True,</p><p> Vars, 2, 40.0, 78.0,</p><p></p><p> UseAccurateLength</p><p> UseSpecialRotation, True,</p><p></p><p> //1(length) 2(angle speed down) 3(elasticity when flipper static) 4 (elasticity when dropping) 5(bottom speed mult) 6(number of trnsfer pts)</p><p> Physics, UpperLeft, 350, 26, 0.5, 0.25, 0.3, 10,</p><p></p><p> TransferPoint2, 0.13, 24, 110, 200, 0, 0, 220, 250,</p><p> TransferPoint2, 0.20, 26, 220, 270, 0, 0, 250, 320,</p><p> TransferPoint2, 0.24, 28, 290, 270, 0, 0, 250, 320,</p><p> TransferPoint2, 0.35, 32, 340, 270, 0, 0, 280, 320,</p><p> TransferPoint2, 0.55, 36, 360, 320, 0, 0, 295, 360,</p><p> TransferPoint2, 0.77, 42, 370, 350, 0, 0, 320, 390,</p><p> TransferPoint2, 0.86, 45, 335, 320, 0, 0, 285, 360,</p><p> TransferPoint2, 0.92, 50, 285, 270, 0, 0, 245, 310,</p><p> TransferPoint2, 0.98, 60, 220, 200, 0, 0, 200, 250,</p><p> TransferPoint2, 1.00, 70, 140, 150, 0, 0, 140, 200,</p><p></p><p>// TransferPoint, 0.12, 26, 155, 120, 0, 0,</p><p>// TransferPoint, 0.15, 30, 250, 200, 0, 0,</p><p>//</p><p>// TransferPoint, 0.25, 33.8, 345, 250, 0, 0,</p><p>// TransferPoint, 0.35, 34, 345, 300, 0, 0,</p><p>//</p><p>// TransferPoint, 0.355, 34, 345, 300, 0, 0,</p><p>// TransferPoint, 0.40, 38, 345, 300, 0, 0,</p><p>//</p><p>// TransferPoint, 0.405, 45, 345, 300, 0, 0,</p><p>// TransferPoint, 0.65, 60, 345, 300, 0, 0,</p><p>//</p><p>// TransferPoint, 0.655, 63, 275, 325, 0, 0,</p><p>// TransferPoint, 0.90, 64, 135, 325, 0, 0,</p><p>// TransferPoint, 1.00, 65, 80, 100, 0, 0,</p><p></p><p> Sound, Generic, GEN_SOUND_HIT_default</p><p>TableEnd = PBObject:FlipperUpperLeft</p><p></p><p>Table = PBObject:VisibleLights</p><p> Object, PB_OBJECTTYPE_LAMPSET, 2599,</p><p> Pos, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0,</p><p> Models, 1, RSID_TFUNHOUSE_MODELS, 5,</p><p> EnvMapReflection, True,</p><p> Flags, zWrite, False, zTest, False, End,</p><p> Lights, Def_LightCutouts,</p><p> //cmd lampSet lampNum onOffset offOffset RSID Type (EmuLamp, EmuFlasher, Scripted)</p><p> Lamp, 0, 6, 1, 0, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp,</p><p> Lamp, 0, 7, 3, 2, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp,</p><p> Lamp, 0, 0, 5, 4, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp,</p><p> Lamp, 0, 1, 7, 6, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp,</p><p>[41 lines deleted]</p><p> Lamp, 0, 46, 115, 114, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp,</p><p> Lamp, 0, 47, 117, 116, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp,</p><p></p><p> // hotdog flasher</p><p> LampCombo, 0, 34,19, 155,180, 154, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuCombo,</p><p> // midnight flasher</p><p> LampCombo, 0, 15,18, 29,181, 28, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuCombo,</p><p> // Dummy flasher</p><p> Lamp, 0, 17, 105, 104, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuFlasher,</p><p></p><p>TableEnd = PBObject:VisibleLights</p><p></p><p>Table = PBObject:VisibleBulbs</p><p> Object, PB_OBJECTTYPE_LAMPSET, 2499,</p><p>[188 lines deleted]</p><p> Physics, Elasticity,0.25, Friction,0.1, End,</p><p> Switch, 64,</p><p>TableEnd = PBObject:TargetBlueB</p><p></p><p>Table = PBObject:TargetRed</p><p> Object, PB_OBJECTTYPE_TARGET, 2500,</p><p> DilPos, Target_Red,0</p><p>[306 lines deleted]</p><p> LowModels, 1, RSID_TFUNHOUSE_REF_MODELS, 15,</p><p> Vibrate, Solenoid, 0.2, 1.5, 40, End,</p><p>TableEnd = PBObject:PopBumper3</p><p></p><p>////////////////////////////////////////////gates</p><p>Table = PBObject:GateA</p><p> Object, PB_OBJECTTYPE_GATE, 2500,</p><p>[347 lines deleted]</p><p>// Vars, 8, 1237.0,0.0,1650.0,50, 1250,165,1415,60,</p><p>//TableEnd = PBObject:CameraTrigger</p><p></p><p>Table = PBObject:PlungerExit</p><p> Object, PB_OBJECTTYPE_PLUNGER_EXIT, 1000,</p><p> Pos, 0,0,0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0,</p><p> AffectPhysics, False,</p><p> Vars, 9, 1368, -1006, 993,60, 1368, -1441, 974,60, 0</p><p>TableEnd = PBObject:PlungerExit</p><p></p><p>Table = PBObject:PlungerExitLeft</p><p> Object, PB_OBJECTTYPE_PLUNGER_EXIT, 1000,</p><p> Pos, 0,0,0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0,</p><p> AffectPhysics, False,</p><p> Vars, 9, -1043, -992, 1018,60, -1043, -2536, 974,60, 1</p><p>TableEnd = PBObject:PlungerExitLeft</p><p></p><p>// Environment</p><p>Table = PBObject:GenericEnvironment</p><p> Object, PB_OBJECTTYPE_VISUAL, 150,</p><p> Pos, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0,</p><p> EnvironmentModel, 0,</p><p> Lights, Def_RubberPosts,</p><p> EnvMapReflection, False,</p><p>TableEnd = PBObject:GenericEnvironment</p><p></p><p>Table = PBObject:GenericEnvironmentCeiling</p><p> Object, PB_OBJECTTYPE_VISUAL, 150,</p><p> Pos, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0,</p><p> EnvironmentModel, 1,</p><p> Lights, Def_generic_env,</p><p> EnvMapReflection, True,</p><p>TableEnd = PBObject:GenericEnvironmentCeiling</p><p></p><p>// Target_Blue_B = 1</p><p>[57 lines deleted]</p><p>// Right_Eyelid = 1</p><p>// Chin = 1</p><p>[/code]</p></blockquote><p></p>
[QUOTE="invitro, post: 239763, member: 446"] Well, it's compressed/encoded, but I figured out how to find it and how to decode* it. There are tons of things like this in the .rez files. The above came from a file called PBTFunhouse.csv, and is for v1.41.7. It is 1507 lines long; I've deleted a bunch of lines that I think aren't of interest here, lines that are similar to lines above or below, and got down to 279 lines, which I've put below. (I've noted where I've deleted lines, except for blank lines.) * The compression/encoding is a modified LZ77, if I have that right! -- [URL]https://en.wikipedia.org/wiki/LZ77_and_LZ78[/URL] I can grab and post more files, maybe put them in a git or something like that if I can figure out how to use it... suggestions welcome if that's useful. I'm interested in analyzing this data too, but maybe not today... :) :) I feel kind of lazy. [code] //Funhouse table Table = PBTable:Funhouse Resources, RSID_TFUNHOUSE_START, RSID_TFUNHOUSE_END, RSID_TFUNHOUSE_MODELS, Dil, RSID_TFUNHOUSE_PLACEMENT, 0, Controls, FlipperLeft, 1, FlipperRight, 3, FlipperLeft2, 5, FlipperRight2, 7, FlipperSolenoids, FlipperLeft, 31, 32, FlipperRight, 29, 30, FlipperLeft2, -1, -1, FlipperRight2, -1, -1, Balls, 4, 3, 15, 1248.0, -2256.0, 1015.0, 75,0,0, 345, // Slow Gravity Table Rotation Fast Gravity Max Speed for Slow Gravity Gravity, 0.0,0.0,-55.0, -1.6, 0.0,0.0,-32, 75.0, HDR, MiddleGrayKey, 0.3369, BloomScale, 1.47, TightDeviation, .3309, BroadDeviation, 1.0, TightBrightness, 4.32, BroadBrightness, 1.03, StarScale, 1.5, AdaptLuminanceRate, 4.7, RenderStar, FALSE, GlareDefType, GLT_NATURAL, BrightnessThreshhold, 0.56, BrightPassOffset, 10.76, BlueShift, TRUE, End, HDR_ps3, MiddleGrayKey, 0.3369, BloomScale, 0.8, TightDeviation, 1.0, BroadDeviation, 1.0, TightBrightness, 4.32, BroadBrightness, 1.03, StarScale, 1.5, AdaptLuminanceRate, 160, RenderStar, FALSE, GlareDefType, GLT_NATURAL, BrightnessThreshhold, 0.56, BrightPassOffset, 10.76, BlueShift, TRUE, End, @PS3, SPU_FX, GScale0, 0.00, Source0, 0.57, Bright0, 1.00, Bright3, 0.00, ThresholdR, 0.00, ThresholdG, 0.00, ThresholdB, 0.03, TintR, 1.00, TintG, 1.00, TintB, 1.00, BaseR, 0.00, BaseG, 0.00, BaseB, 0.01, End, @PS4, SPU_FX, GScale0, 0.00, Source0, 0.7, Bright0, 1.0, SourceLow0, 1.15, BrightLow0, 0.6, SourceHigh0, 0.3, BrightHigh0, 1.0, Bright3, 0.00, ThresholdR, 0.00, ThresholdG, 0.00, ThresholdB, 0.00, TintR, 1.00, TintG, 1.00, TintB, 1.00, BaseR, 0.00, BaseG, 0.00, BaseB, 0.00, End, LightsFile, Dev/Funhouse/LightSets.txt, RSID_TFUNHOUSE_LIGHTS Emulated, Dimensions, 10, 21, Display, LCD, RSID_TFUNHOUSE_HUD, 32, 41,21, 73,21, 105,21, 137,21, 169,21, 201,21, 233,21, 265,21, 297,21, 329,21, 361,21, 393,21, 425,21, 457,21, 489,21, 521,21, 41,92, 73,92, 105,92, 137,92, 169,92, 201,92, 233,92, 265,92, 297,92, 329,92, 361,92, 393,92, 425,92, 457,92, 489,92, 521,92, Friction, 0.003, CamerasFile, Dev/Funhouse/FunhouseCameras.csv, RSID_TFUNHOUSE_CAMERAS, DefaultPhysics, 0.4, 0, 10, 0, TiltSwitch, 14, //SkillShotTime, 3000, MipBias, -1.0, BallTrough, 3, 63, 74, 72, FlipperSteps, 6, KnockerSolenoid, 7, ReflectionAlpha, 250, VibrateEject, 0.2, 1.5, 120, DemoScore, 6154740, FreeCam, -1500, 1500, -3000, 2000, 2500, 5800, 90, 180, FloorLocations, -2958.64722, 2602.48389, 882.634338, 1271.50562, PlungeOnlyOnBall, BallRender, Main, EnvironmentBlend, 0.59, Reflection, BlendMode, Normal, End, BackglassCam, 309.60,-1813.90,4008.20, 90.00,0.00,358.79, 0.00,1.00, PlayfieldCam, 185.30,-1571.00,3988.19, 150.00,0.00,0.00, 0.00,1.00, OrthoCamera, 2937.00, 5026.00, // type, num dilname, color, brightness LightingData, RSID_TFUNHOUSE_PLACEMENT, 1, LightFlasher, 18, F19A,0, 6.379, 2.087, 0.209, 0.419, 0.000180, LightLamp, 14, L27A,0, 4.250, 0.869, 0.500, 0.479, 0.000045, [150 lines deleted] LightON, -1, OnHeadF,0, 4.107, 3.786, 2.719, 0.689, 1.000000, EndLightingData TableEnd = PBTable:Funhouse ////////////////////////////////////visibles Table = PBObject:VisibleApron Object, PB_OBJECTTYPE_VISUAL, 2500, Pos, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, Models, 1, RSID_TFUNHOUSE_MODELS, 0, Lights, Def_Apron, TableEnd = PBObject:VisibleApron Table = PBObject:VisibleCabinet_Body [117 lines deleted] TableEnd = PBObject:VisibleCabinet_metal ////////////////////////////////////flippers Table = PBObject:FlipperRight EnablePhysics, DownAccel, DeflectionMod, LiveCatch, End, //min speed vector range min % up to activate LiveCatchPhysics, 95.0, -0.35, 0.70, //transfer of power based on how high up the flipper is from the bottom to top DeflectionModPhysics, .95, 1, 1, 1, 1, .99, .98, .97, .96, .95, .94, DownAccelPhysics, 0.7, -5, -12, UseSpecialRotation, True, Object, PB_OBJECTTYPE_FLIPPER, 2500, Switch, 11, DilPos, flipper B, 0, Models, 1, RSID_TFUNHOUSE_MODELS, 23, Lights, Def_Flippers, Collision, Mesh, 2, RSID_TFUNHOUSE_COLLISIONS, 3, RSID_TFUNHOUSE_COLLISIONS, 2, SwitchEOS, 4, EnvMapReflection, True, Vars, 2, -52.0, -78.0, //1(length) 2(angle speed down) 3(elasticity when flipper static) 4 (elasticity when dropping) 5(bottom speed mult) 6(number of trnsfer pts) Physics, Right, 370, -5, 0.52, 0.05, 0.55, 13, TransferPoint, 0.15, -20, 175, 150, 0, 0, TransferPoint, 0.20, -20, 190, 170, 0, 0, TransferPoint, 0.25, -5, 220, 200, 0, 0, TransferPoint, 0.33, -1, 350, 270, 0, 0, TransferPoint, 0.50, 1, 350, 300, 0, 0, TransferPoint, 0.58, 6, 350, 300, 0, 0, TransferPoint, 0.68, 12, 355, 320, 0, 0, TransferPoint, 0.76, 15, 350, 350, 0, 0, TransferPoint, 0.83, 19, 350, 320, 0, 0, TransferPoint, 0.86, 22, 245, 320, 0, 0, TransferPoint, 0.92, 35, 175, 270, 0, 0, TransferPoint, 0.95, 55, 100, 200, 0, 0, TransferPoint, 1.00, 60, 80, 150, 0, 0, Sound, Generic, GEN_SOUND_HIT_default TableEnd = PBObject:FlipperRight Table = PBObject:FlipperLeft EnablePhysics, DownAccel, DeflectionMod, LiveCatch, End, //min speed vector range min % up to activate LiveCatchPhysics, 95.0, 0.35, 0.70, //transfer of power based on how high up the flipper is from the bottom to top DeflectionModPhysics, .95, 1, 1, 1, 1, .99, .98, .97, .96, .95, .94, DownAccelPhysics, 0.7, 5, 12, UseSpecialRotation, True, Object, PB_OBJECTTYPE_FLIPPER, 2500, Switch, 12, DilPos, flipper A, 0, Models, 1, RSID_TFUNHOUSE_MODELS, 22, Lights, Def_Flippers, Collision, Mesh, 2, RSID_TFUNHOUSE_COLLISIONS, 1, RSID_TFUNHOUSE_COLLISIONS, 0, SwitchEOS, 2, EnvMapReflection, True, Vars, 2, 52.0, 78.0, //1(length) 2(angle speed down) 3(elasticity when flipper static) 4 (elasticity when dropping) 5(bottom speed mult) 6(number of trnsfer pts) Physics, Left, 370, 5, 0.52, 0.05, 0.55, 14, TransferPoint, 0.16, -20, 175, 150, 0, 0, TransferPoint, 0.20, -20, 190, 170, 0, 0, TransferPoint, 0.20.5,-20, 240, 200, 0, 0, TransferPoint, 0.25, -7, 280, 250, 0, 0, TransferPoint, 0.33, -3, 350, 280, 0, 0, TransferPoint, 0.50, 1, 350, 300, 0, 0, TransferPoint, 0.58, 6, 350, 300, 0, 0, TransferPoint, 0.68, 12, 355, 320, 0, 0, TransferPoint, 0.76, 15, 350, 350, 0, 0, TransferPoint, 0.83, 19, 350, 320, 0, 0, TransferPoint, 0.86, 22, 245, 320, 0, 0, TransferPoint, 0.92, 35, 175, 270, 0, 0, TransferPoint, 0.95, 55, 100, 200, 0, 0, TransferPoint, 1.00, 60, 80, 150, 0, 0, Sound, Generic, GEN_SOUND_HIT_default TableEnd = PBObject:FlipperLeft Table = PBObject:FlipperUpperLeft Object, PB_OBJECTTYPE_FLIPPER, 2500, Switch, 12, DilPos, upper flipper L, 0, Models, 1, RSID_TFUNHOUSE_MODELS, 22, Lights, Def_Flippers, Collision, Mesh, 2, RSID_TFUNHOUSE_COLLISIONS, 1, RSID_TFUNHOUSE_COLLISIONS, 0, SwitchEOS, 2, EnvMapReflection, True, Vars, 2, 40.0, 78.0, UseAccurateLength UseSpecialRotation, True, //1(length) 2(angle speed down) 3(elasticity when flipper static) 4 (elasticity when dropping) 5(bottom speed mult) 6(number of trnsfer pts) Physics, UpperLeft, 350, 26, 0.5, 0.25, 0.3, 10, TransferPoint2, 0.13, 24, 110, 200, 0, 0, 220, 250, TransferPoint2, 0.20, 26, 220, 270, 0, 0, 250, 320, TransferPoint2, 0.24, 28, 290, 270, 0, 0, 250, 320, TransferPoint2, 0.35, 32, 340, 270, 0, 0, 280, 320, TransferPoint2, 0.55, 36, 360, 320, 0, 0, 295, 360, TransferPoint2, 0.77, 42, 370, 350, 0, 0, 320, 390, TransferPoint2, 0.86, 45, 335, 320, 0, 0, 285, 360, TransferPoint2, 0.92, 50, 285, 270, 0, 0, 245, 310, TransferPoint2, 0.98, 60, 220, 200, 0, 0, 200, 250, TransferPoint2, 1.00, 70, 140, 150, 0, 0, 140, 200, // TransferPoint, 0.12, 26, 155, 120, 0, 0, // TransferPoint, 0.15, 30, 250, 200, 0, 0, // // TransferPoint, 0.25, 33.8, 345, 250, 0, 0, // TransferPoint, 0.35, 34, 345, 300, 0, 0, // // TransferPoint, 0.355, 34, 345, 300, 0, 0, // TransferPoint, 0.40, 38, 345, 300, 0, 0, // // TransferPoint, 0.405, 45, 345, 300, 0, 0, // TransferPoint, 0.65, 60, 345, 300, 0, 0, // // TransferPoint, 0.655, 63, 275, 325, 0, 0, // TransferPoint, 0.90, 64, 135, 325, 0, 0, // TransferPoint, 1.00, 65, 80, 100, 0, 0, Sound, Generic, GEN_SOUND_HIT_default TableEnd = PBObject:FlipperUpperLeft Table = PBObject:VisibleLights Object, PB_OBJECTTYPE_LAMPSET, 2599, Pos, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, Models, 1, RSID_TFUNHOUSE_MODELS, 5, EnvMapReflection, True, Flags, zWrite, False, zTest, False, End, Lights, Def_LightCutouts, //cmd lampSet lampNum onOffset offOffset RSID Type (EmuLamp, EmuFlasher, Scripted) Lamp, 0, 6, 1, 0, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp, Lamp, 0, 7, 3, 2, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp, Lamp, 0, 0, 5, 4, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp, Lamp, 0, 1, 7, 6, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp, [41 lines deleted] Lamp, 0, 46, 115, 114, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp, Lamp, 0, 47, 117, 116, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuLamp, // hotdog flasher LampCombo, 0, 34,19, 155,180, 154, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuCombo, // midnight flasher LampCombo, 0, 15,18, 29,181, 28, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuCombo, // Dummy flasher Lamp, 0, 17, 105, 104, RSID_TFUNHOUSE_LAMP_TEXTURES, EmuFlasher, TableEnd = PBObject:VisibleLights Table = PBObject:VisibleBulbs Object, PB_OBJECTTYPE_LAMPSET, 2499, [188 lines deleted] Physics, Elasticity,0.25, Friction,0.1, End, Switch, 64, TableEnd = PBObject:TargetBlueB Table = PBObject:TargetRed Object, PB_OBJECTTYPE_TARGET, 2500, DilPos, Target_Red,0 [306 lines deleted] LowModels, 1, RSID_TFUNHOUSE_REF_MODELS, 15, Vibrate, Solenoid, 0.2, 1.5, 40, End, TableEnd = PBObject:PopBumper3 ////////////////////////////////////////////gates Table = PBObject:GateA Object, PB_OBJECTTYPE_GATE, 2500, [347 lines deleted] // Vars, 8, 1237.0,0.0,1650.0,50, 1250,165,1415,60, //TableEnd = PBObject:CameraTrigger Table = PBObject:PlungerExit Object, PB_OBJECTTYPE_PLUNGER_EXIT, 1000, Pos, 0,0,0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, AffectPhysics, False, Vars, 9, 1368, -1006, 993,60, 1368, -1441, 974,60, 0 TableEnd = PBObject:PlungerExit Table = PBObject:PlungerExitLeft Object, PB_OBJECTTYPE_PLUNGER_EXIT, 1000, Pos, 0,0,0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, AffectPhysics, False, Vars, 9, -1043, -992, 1018,60, -1043, -2536, 974,60, 1 TableEnd = PBObject:PlungerExitLeft // Environment Table = PBObject:GenericEnvironment Object, PB_OBJECTTYPE_VISUAL, 150, Pos, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, EnvironmentModel, 0, Lights, Def_RubberPosts, EnvMapReflection, False, TableEnd = PBObject:GenericEnvironment Table = PBObject:GenericEnvironmentCeiling Object, PB_OBJECTTYPE_VISUAL, 150, Pos, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, EnvironmentModel, 1, Lights, Def_generic_env, EnvMapReflection, True, TableEnd = PBObject:GenericEnvironmentCeiling // Target_Blue_B = 1 [57 lines deleted] // Right_Eyelid = 1 // Chin = 1 [/code] [/QUOTE]
Verification
Post reply
Members online
No members online now.
Home
Forums
Farsight Studios
The Pinball Arcade / Farsight Studios
Physics engine discussion
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top