sketchucation logo sketchucation
    • Login
    1. Home
    2. FredIIVX
    3. Posts
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    F
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 6
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Controlled car with game-steer ?

      The DFGT is compatible with SP, you just have to work out what each control is called. The attachment is the controls that work with my DFGT, you just have to copy the code from the controller field in the UI. Also, the names of the buttons aren't much help in determining what they do. The only other thing is that you have to have it at 200 degrees lock in the Logitech controller settings to avoid a massive deadzone.
      If those controls don't work correctly, then if you open the file in "C:\Program Files\Google\Google SketchUp 8\Plugins\SketchyPhysics3" called ControllerCommands.rb, all the names of the controls are defined, so just try mapping each name to a piston/servo and see what it does.
      Hope that helps


      The red ones don't seem to be mappable

      posted in SketchyPhysics
      F
      FredIIVX
    • RE: Camera question

      In the scene manager, under animations, you can put: camera follow [name of object in Entity Info] or camera track [name of object in Entity Info], you can also use these in conjunction with each other, by putting: Camera follow [object.Camera track [other object]], hope that helps.

      posted in SketchyPhysics
      F
      FredIIVX
    • RE: SP3x Apr3 version.

      I was wondering, is there any way to put scripts in the white boxes? Because I was trying to set the ratio of a gear to something like getVar('Ratio') but it won't let me type letters in any of the white boxes, so I tried copying getVar('Ratio') into it, it lets me do that but it's gone the next time I open the UI box.

      posted in SketchyPhysics
      F
      FredIIVX
    • RE: Toggle script (working)

      Couldn't you just put something like this in the OnTouch/OnTick box?

      if getVar('On')==0;
      setVar('On',1);
      elsif getVar('On')==1;
      setVar('On',0);
      end;
      
      posted in SketchyPhysics
      F
      FredIIVX
    • RE: SP3x Apr3 version.

      Im not 2 great at scripting, so could you tell me how 2 control the sound, e.g. play a gunshot.wav when joybutton('RB') is pressed? I tried different variations of things like this joybutton('rb'); playsound('gunshot.wav') but can't get it 2 work -- Edit --
      DW i resloved it in the end

      posted in SketchyPhysics
      F
      FredIIVX
    • RE: An Help manual for Sketchyphysics

      @•BTM, is this sorta what u had in mind?


      House + Falling pencil = ???

      posted in SketchyPhysics
      F
      FredIIVX
    • 1 / 1