Jump to content

ItCopter


A. Percy
 Share

Recommended Posts

I think no... But if exists any 3d lib that loads a 3D format and can show the model in opengl, maybe yes...

I was thinking write a 3d editor for the plugin. The problem is my patience... I have nothing <_<

But you can write an autoit script to make models.

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

  • 2 months later...
  • Replies 47
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

hello, i want to make a basic sims like game, owever, vista crashes upon opening, and i have nbo idea what to do, i would like someone to start me off in the right direction

Spoiler

Admin Of:http://notmyspace.info [Under Development, looking for volunteers to help improve]http://PSNetCards.co.ukhttp://ZacnAndLindsey.com [Under development, not quite sure what to do with it yet]http://revelm.com------------------------------------Radio Streams:http://75.185.53.88:8000 [128kb/s 44kHz]http://75.185.53.88:8002 [22kb/s 22kHz](works on mobile phones)-----------------------------------My Server:Owned By: http://jumpline.comIP:66.84.19.220Bandwidth:200GBStorage Space:1TBNetwork Connection: 1GB/S[up and down]Operating System: Red Hat LinuxInstalled Apps:Webmail, phpBB, Majordomo, phpMyAdmin, MySQL, Active Server Pages, FrontPage Extensions 2002, GraphicsMagick, Mod Perl, Perl, PHP: Hypertext Preprocessor, Python(want cheap good webhosting, or need a place to park your domain? contact me)-----------------------------------

 

Link to comment
Share on other sites

For while it doesn't support Vista. I will buy a new computer next month and I'll research about this incompatibility. Sorry.

Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator

VW Bug user

Pinheiral (Pinewood) city:

http://pt.wikipedia.org/wiki/Pinheiral

Link to comment
Share on other sites

  • 3 weeks later...

Here's a bit on importing .3ds to opengl (in c I think?), but it's easy to get an idear from it on how a 3ds file is formatted. However I'm not sure about loading adding polygons and vertexes to objects - is that possible in you plugin?

The plugin only works with poligons on objects... for while.

That 3ds loader seems interesting, I'll research about. Many people has sugested a function to import popular 3d formats.

Thank you!

Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator

VW Bug user

Pinheiral (Pinewood) city:

http://pt.wikipedia.org/wiki/Pinheiral

Link to comment
Share on other sites

lib3ds is an overall software library for managing 3D-Studio Release 3 and 4 ".3DS" files. It is a free alternative to Autodesk's 3DS File Toolkit for managing 3DS files. It started out in 1996 to be released in 1999 under the GNU General Public License (GPL) as Open-Source software. In 2000, the library was completely rewritten in ANSI-C to attain more hardware platform independence. To enable commercial application the license was changed to GNU Lesser General Public License (LGPL).

Check it out here.

It looks like the vertex information is used for info for where to place the faces/polygons, so maybe it's not needed to actually add vertexes?

Link to comment
Share on other sites

Check it out here.

It looks like the vertex information is used for info for where to place the faces/polygons, so maybe it's not needed to actually add vertexes?

Forgive the late... Brazil... carnaval... well.

I used some glu and glut shapes, so, you can play like bricks in the wall... The only shapes that use some vertex is triangles and quads. In this case, you can pass vertex coordinates in function parameters.

Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator

VW Bug user

Pinheiral (Pinewood) city:

http://pt.wikipedia.org/wiki/Pinheiral

Link to comment
Share on other sites

  • 8 months later...

i took your script and and made each square on the map be at a different hight. it looks good but the hellicopter runs right through the objects

how do i fix this?

also

how do i post pic?

A. Percy way to limit object on It3Copter whas func _Limiters (or at least it look like it is, maby im wrong :mellow: ), basicly if choper position is in specific position his inercia = 0 and that is what stop the choper not to move on X Y further. So if your object is x= 50 y = 50 and object stats r x= 10 y= 10 that mean that, inercia = 0 if choper position is x> 50 and x < 60 & y > 50 and y<60

to post pic Prt Scr, paste in paint, save like jpg, you can use http://imageshack.us/ to upload it and to post it.

Posted Image

Edited by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...