|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools |
Rating:
|
Display Modes |
|
|
|
#1
|
||||
|
||||
|
Very cool simulator. One thing that I think would be nice is if it worked with an Xbox controller or Logitech gamepad
|
|
#2
|
||||
|
||||
|
Re: Aerial Assist 3D Game Simulation
Quote:
If you can't get your gamepad to work with the simulator, can you check that the joystick in the Control Panel (or equivalent on Mac/Linux) and make sure its axes and buttons are responding, and then let me know what OS and specific joystick model you're using? Also, make sure you click on the game to focus it - this allows the game to receive input, either from the keyboard or joysticks. Thanks, |
|
#3
|
||||
|
||||
|
Re: Aerial Assist 3D Game Simulation
Very fancy, had a bit of fun working with it in a few minutes. One small thing that i'm not even sure that you can change is that the sideways friction (eg. T-Boning) doesn't have as much friction as it would in real life.
Very cool! |
|
#4
|
||||
|
||||
|
It is a very good game, after playing with it for about 5 minutes you have done a good job. the only problem that I have is that it is not open-source. I think if it was the general populous could actually make some nice improvements to it. But overall good job.
|
|
#5
|
|||
|
|||
|
Re: Aerial Assist 3D Game Simulation
I'm sure many of us would help out & contribute if you made it open source!
|
|
#6
|
||||
|
||||
|
Re: Aerial Assist 3D Game Simulation
Quote:
The code is hopefully pretty self-documenting, but I haven't had time to comment it (kinda trying to build a robot at the moment ). Feel free to PM me with questions |
|
#7
|
||||
|
||||
|
Re: Aerial Assist 3D Game Simulation
I'm working on my own simulation with Unity in the free version. I was wondering how you got the ball to shoot so accurately. I made the ball rotate with my robot but that still misfires sometimes. Was the shooting done through animation, or was it some specific code? Also did you use JavaScript, c# or Boo just for my curiosity.
|
|
#8
|
||||
|
||||
|
Re: Aerial Assist 3D Game Simulation
Hi Vlad,
I used C#. My project is posted at https://github.com/rcahoon/AerialAssistSim. Feel free to use as much of it as you want. I had the robots carry the balls using kinematics (updated transform.position on every frame) but the shooting was done using the physics engine - I added an impulse-type force. Check out https://github.com/rcahoon/AerialAss...ts/Launcher.cs Let me know if you have any more questions |
|
#9
|
||||
|
||||
|
Re: Aerial Assist 3D Game Simulation
Thank you very much.
|
|
#10
|
||||
|
||||
|
Re: Aerial Assist 3D Game Simulation
Huge feature, but somehow allow importing custom CAD files.
|
|
#11
|
||||
|
||||
|
Re: Aerial Assist 3D Game Simulation
Did you use the launcher script on the blue ball, or did you somehow use it on the robot? What I did was put my launch script on the blue ball and moved it with the bot and then shot by using addrelativeforce to te ball.
|
|
#12
|
||||
|
||||
|
Re: Aerial Assist 3D Game Simulation
I attached the launcher script to the robot because that made made more semantic sense to me, but I don't think it makes a lot of difference. In either case, I think you want AddForce rather than AddRelativeForce because the direction of the force on the ball is dictated by the orientation of the robot, not the orientation of the ball.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|