Jump to content

Johxz

Members
  • Posts

    451
  • Joined

  • Last visited

Everything posted by Johxz

  1. duion is right btw I'm preparing a full template for do rapid development, mostly very useful for prototyping :roll:
  2. Thanks Daniel @buckmaster I will go check it out... btw I want to clarify I'm using 3.7rc with a blank level, a terrain and a couple of convex boxes for doing the tutorial from steve.
  3. Hi, I'm doing this tutorial https://www.garagegames.com/community/resources/view/21604 I already do the second part, but I have a doubt, this: the navPath that refer the tutorial is this, right? BTW, I don't see a error in the console, but the Bot1 go to the corner far in the terrain, see my reply above. :o What this mean? I copy and paste the script from Steve. :?
  4. Thanks Lukas, Ok I do a more controlled test. hahaha this is funny when I set MoveDestination(NAME) go to a random point in 3.7 to a corner of the terrain (very far) but in 3.6.3 go to a random point more centric and casually my other bot was there, so when setMoveDestination always reach my other bot Dirk :lol: To summarize 3.7rc don't have the sound and the rapid fire don't work, only shoot once. // 3.7rc Bob.setMoveDestination(Dirk); // don't work Bob.setMoveDestination(Dirk.getPosition()); // fine Bob.setMoveDestination(Dirk.getTransform()); // fine Bob.mountImage(LurkerWeaponImage, 0); // Ok (No sound) Bob.incInventory(LurkerAmmo, 50); // give him 30 ammo it's ok. (No sound) Bob.setImageTrigger(0,1); // shoot once (if I shoot four time and then give him ammo fill four bullet). (No sound) // 3.6.3 Bob.setMoveDestination(Dirk); // don't work Bob.setMoveDestination(Dirk.getPosition()); // fine Bob.setMoveDestination(Dirk.getTransform()); // fine Bob.mountImage(LurkerWeaponImage, 0); // Ok (With sound) Bob.incInventory(LurkerAmmo, 50); // give him 30 ammo it's ok. (With sound) Bob.setImageTrigger(0,1); // fine - Rapid fire (With sound) Bob.setImageTrigger(0,0); // fine - Stop fire
  5. Some other weird thing, when I use this "setMoveDestination" Bob.setMoveDestination(LocalClientConnection.camera.getTransform()); // This work fine Bob.setMoveDestination(Dirk); //This not... "bob" go to the edge corner of the terrain.If I echo the dirk position and passed to bob, like this: bob.setMoveDestination(123 123 123);bob go to the position. This was a test on t3d 3.7rc. If I do this tutorial on t3d 3.6.3 works fine (rapid fire not just once) even has sound when you load ammo or shoot. With 3.7rc don't have this sound. Maybe is a update going on related to this?
  6. Ok, I'm reading this, but this part of the tutorial don't work for me: You should see Bob automatically turn to follow Dirk's movements (even up and down hills). Time to shoot at Dirk! Bob.setImageTrigger(0,1);This command tells the weapon/image in slot 0 that it is being "triggered" (same as when you push the mouse button). This causes the Lurker to start rapid firing. Only shoot once, if I want to do rapid fired, how can I do it?
  7. thanks you guys! I will check it in a few days I almost finish learning to create my own particles and attach to objects ;) Reading a bit this seems good https://github.com/logicking/GuideBot outdated (t3d 1.2) I know but nevertheless open source. Is a waste of time if I update it? thanks daniel I will check BadBehaviour a little more, the last time give me a few errors.
  8. Hi! I want to start with AI on Torque3D, how can I start? yesterday I play a little with t3d 3.7rc walkabout but I see is not for AI. So, with what resource/addons/products can I start? I only know guidebot but is outdated... BTW someone kind to share an AI guide/tutorial? focusing on torque3d and in general, I'm new on this. thank you! regards, John
  9. basically you are saying is a good engine for games likes battlefield (tribes2)? is a good engine for open worlds with support a lot of players with good networking? :) I will put an example, see this engine http://www.gritengine.com (I don't know the engine) "for implementing open world 3D games, such as the those in the GTA series, Saints Row, Crysis, Fallout 3, Just Cause 2, Mafia 2, Burnout, etc."
  10. nice! something like this, now I can see how is everything :mrgreen: thanks you lukas. See the attach, like this I saw before.
  11. Johxz

    Arcane FX

    :shock: good news Jeff, thanks for all of you work! I'm very new to torque3D but since I came, always heard good thing about arcane fx ;) . About the best practices in github @buckmaster can help you with this, you can upload to github, from there SC and the community can help to work well with the latest version.
  12. or really? I don't see any name in the diagram, just boxes. EDIT: I mean classes :D
  13. hahah well really not but I suppose you have some other stuff to do. I thought you were going to put the names not only the box hahaha :lol: Anyway if you can't, I will figure out.
  14. no problem, you may check this http://wiki.torque3d.org/introduction:scripting-ides out there are a few ide's for komodo http://komodoide.com/resources/languages/elfprince13--torquescript/ the old Tribal IDE open source too and a plugin for eclipse TorqueEdit :lol:
  15. @irei1as I'm not sure what you want, hope this help https://www.garagegames.com/products/torque-3d/fps#/3-scripting/#Make_Something_Happen http://docs.garagegames.com/torque-3d/official/content/documentation/Scripting/Advanced/Triggers.html http://docs.garagegames.com/torque-3d/official/content/documentation/Scripting/Advanced/MissionTriggers.html
  16. thanks rlranft, can you please do a practical example of vectors? how to use this in torque3d? with vectors I suppose I can move a player, I mean, tell the character to go to x y z, right? ahmm if I need to move the character 1 meters in front 2 meters to the left, with vector can do this?
  17. For what kind of game T3D is optimized? what strengths have T3D? technically speak... don't say nothing about licence because I will hit you :lol: some people have the belief is for multiplayer games, like mmo, virtual worlds like second life for the strong "network" side, and others that only work for fps games and nothing else... If I develop a game with T3D, I have some advantage over others engines.... because...??? this post is for break this barrier or miss conception that some people have in mind when come to torque 3d. Can help me with an opinion/comment? ;)
  18. yeah I know I need doxygen but I was thinking more like overview, would help me a lot to understand the engine, I did a quick search and I found this for complement http://www.terathon.com/features.php check the architecture and this http://www.linderdaum.com/Images/LinderdaumArchitecture_small.jpg I can help to do the diagram, then we can submit this to the wiki.
  19. Someone can explain to me how is the game engine architecture? or maybe someone can post an image? :) in either case would be nice to have one on the wiki page at some point :roll:
  20. hahaha so sorry mate :lol: I was a little tired that day :oops: I use my free time to learn t3d...
  21. Speaking of IDE's, Don't forget you have "TIDE" run on linux too is a plugins of jEdit (Cross platform) which have a lot of plugins may be have the stuff you need. Highly configurable and customizable. The license is GPL, you can contribute. (open source) http://sourceforge.net/projects/torqueide http://www.jedit.org
×
×
  • Create New...