Browse Search Popular Register Upload Rules User list Login:
Search:
Auto Targeting System

Image:
screenshot of the scene

Author: Hahaha466

Group: Default

Filesize: 47 kB

Date added: 2009-07-21

Rating: 6.3

Downloads: 1312

Views: 2196

Comments: 5

Ratings: 4

Times favored: 0

Made with: Phun

Tags:

Scene tag

Auto targeting system for my auto crane that I am hoping to build. Tried to keep the custom variables to a minimum, and they're all in the scene. I (think that I) know this has been done before, but this is my system and my observations and learnings. I have never downloaded any systems like this, and I've never seen one actually work, so all the concepts were thought of by me.
Please log in to rate this scene
edit
Similar scenes
Title: auto aim gun targeting system (NEED HELP)
Rating: 5
Filesize: 60.5 kB
Downloads: 366
Comments: 2
Ratings: 1
Date added: 2009/08/23 13:23:28
Made with: Phun
Rating: rated 5
download
Title: Space assault frigate
Rating: 7.3077
Filesize: 100.19 kB
Downloads: 2963
Comments: 2
Ratings: 7
Date added: 2009/11/02 12:08:53
Made with: Algodoo before v1.8.5
Rating: rated 7.3
download
Title: Homing missile + Active targeting system
Rating: 5
Filesize: 45.95 kB
Downloads: 1912
Comments: 8
Ratings: 1
Date added: 2018/06/21 23:38:59
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Auto-braking system DEMO *read desc*
Rating: 5.625
Filesize: 25.56 kB
Downloads: 1037
Comments: 4
Ratings: 2
Date added: 2012/09/13 09:21:48
Made with: Algodoo v2.0.1
Rating: rated 5.6
download
Title: SAG MK Ve | Semi-Auto Tank Gun
Rating: 5
Filesize: 446.17 kB
Downloads: 1813
Comments: 2
Ratings: 1
Date added: 2015/03/22 15:33:05
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: LPT-3M
Rating: 5
Filesize: 0.57 MB
Downloads: 1073
Comments: 0
Ratings: 1
Date added: 2016/06/04 15:35:39
Made with: Algodoo v2.1.0
Rating: rated 5
download
That's sweet!

Check the collab BTW I added something.
Cool!
good one, but if you are trying that way, it will only work close to sim center.

an idea is to get somethat of a calcunit on the bottom left of the crane(other corners are possible, but its more complicated:*) ), and then do some calculations, like.... Y springlength = beacon pos(1) - e.pos(1), and X spring length = beacon pos(0) - e.pos(0).

BTW, if you're looking for as little scene.my. variables as possible, just make a list(example = texturematrix, color, textcolor).

an example of this array would be = [X beaconpos, Y beaconpos, Springlength x, springlength y]

for the springs, using that setup, it wouldn't be directly calculated into, so that you can save other 2 values in the list:lol: . it would be like that. for beacon = scene.my.variablelist(or any other name you choose) = [e.pos(0), e.pos(1), scene.my.variablelist(2), scene.my.variablelist(3)]
for spring lengths, located in that calculating unit i stated earlier, it would be...
scene.my.variablelist = [scene.my.variablelist(0), scene.my.variablelist(1), (scene.my.variablelist(0) - e.pos(0)), (scene.my.variablelist1 - e.pos(1))]

hope that helps:tup:
I was looking for something like this, that will automatically aim at block and shoot them.
nice but i canīt see how this could be usefull :devil: but 10/10
do you know how to make a version that could be use on amo for guns to make them auto aim at stuff would be more usefull =P:tup: