BradleyK Posted April 3, 2016 Share Posted April 3, 2016 Hi, 'm new here but not new to T3D and the previous engines. I have a question about mounting the Cheetah in T3D 3.8 I noticed that all of the scripts are in the proper places but the player will not mount the cheetah on impact. Could someone help me figure this out? Quote Link to comment Share on other sites More sharing options...
rlranft Posted April 4, 2016 Share Posted April 4, 2016 PhysX is enabled I take it? Because, last time I checked, player/vehicle interaction was not working correctly with PhysX. Quote Link to comment Share on other sites More sharing options...
Jason Campbell Posted April 5, 2016 Share Posted April 5, 2016 I have the same problem and in another post a guy's only way to fix it was to compile Torque himself. I haven't tried myself. Quote Link to comment Share on other sites More sharing options...
SqHd Posted April 5, 2016 Share Posted April 5, 2016 I was the guy. ;) And that's correct. For some reason the 3.8 binaries are no good. You need to compile your own for collision to work with staticShapes, vehicles, and AI players. So grab a copy of MS Visual Studio 2012 Express, compile, and you should be good to go with vehicle mounting. Quote Link to comment Share on other sites More sharing options...
TRON Posted April 5, 2016 Share Posted April 5, 2016 Sounds like the precompiled binaries are using PhysX instead of Rigid(Torque) for physics calculations.And also we recommend Visual Studio 2013 or Visual Studio 2015 (Retail/Commercial and Community editions work) for Windows platform programming as the older Visual Studio versions aren't actively supported anymore. Quote Link to comment Share on other sites More sharing options...
SqHd Posted April 5, 2016 Share Posted April 5, 2016 Ah. Good call. Btw, I haven't seen any "buildFiles" for those versions. Do they work with the 2012 solution included with the templates? Quote Link to comment Share on other sites More sharing options...
TRON Posted April 5, 2016 Share Posted April 5, 2016 Using CMake will generate the project files for the appreciate Visual Studio version you have available.As for projectGenerator created projects I've personally been using the solution file in buildFiles\Visual Studio 2012\ directory since it's always just worked for VS2013. But I did have to make sure that all projects' Platform Toolset property is correctly set to Visual Studio 2013 (v120), or want to support Windows XP too: Visual Studio 2013 - Windows XP (v120_xp). Cause as far as I know of Visual Studio 2012 through 2015 all use identical project (XML-based) file structure, but the compiler is different for each of those versions, of which is configured as to which one to use via previously mentioned Platform Toolset project property. Quote Link to comment Share on other sites More sharing options...
rlranft Posted April 6, 2016 Share Posted April 6, 2016 But I did have to make sure that all projects' Platform Toolset property is correctly set to Visual Studio 2013 (v120), or want to support Windows XP too: Visual Studio 2013 - Windows XP (v120_xp). Cause as far as I know of Visual Studio 2012 through 2015 all use identical project (XML-based) file structure, but the compiler is different for each of those versions, of which is configured as to which one to use via previously mentioned Platform Toolset project property. Yup - if you want to target WinXP you have to tell it to use the v110 (if I recall correctly) - otherwise it's cool. Quote Link to comment Share on other sites More sharing options...
BradleyK Posted April 10, 2016 Author Share Posted April 10, 2016 Thanks for the responses. I went to a previous build and downloaded the bin for 3.6 The collision works fine with it. I can't build my own at the moment. I need to work on which Visual Studio compiler will work. Quote Link to comment Share on other sites More sharing options...
rlranft Posted April 11, 2016 Share Posted April 11, 2016 VS 2010, 2012, 2013 all work - Express Edition and higher.... VS 2015 requires a few tweaks, but also works. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.