slapin Posted July 4, 2018 Share Posted July 4, 2018 Hi all! Long time no see.I think about making a small game in T3D. The whole point is there is a car players can sit in (for example up to to 4 people). Should have AI ones to replace real.One of them is driver. The other 3 shoot 3 kinds of weapons. The goal is to run away from enemies shooting the enemies which attack from behind.Kind of fast paced shooting gallery on wheels. Driver can't shoot but drives the vehicle.The design requires a car which have openning doors and trunk and interior (as most gameplay is from first person view). So just current vehicle system will not work and require modification. Could you help me what parts of engine require my attention to implement what is desired, especially wheeled vehicle implementation?Thanks a lot! Quote Link to comment Share on other sites More sharing options...
Duion Posted July 4, 2018 Share Posted July 4, 2018 You just add different mount points for the different players, like other games do it as well, the opening doors just forget for now, since even extremely realistic high end games like Arma do not even bother with that. Quote Link to comment Share on other sites More sharing options...
Steve_Yorkshire Posted July 9, 2018 Share Posted July 9, 2018 remember to trigger a sitting animation using %player.setActionThread("sitting"); - which is the stock one for Torque's Soldier character model when mounting your players or else they'll just be standing up in root pose 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.