Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RichardRanft/AITutorial
Torque 3D AI Tutorial scripts
https://github.com/RichardRanft/AITutorial
Last synced: about 2 months ago
JSON representation
Torque 3D AI Tutorial scripts
- Host: GitHub
- URL: https://github.com/RichardRanft/AITutorial
- Owner: RichardRanft
- Created: 2013-01-09T16:31:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T06:17:47.000Z (over 9 years ago)
- Last Synced: 2024-07-31T12:07:26.460Z (5 months ago)
- Language: C#
- Size: 1.87 MB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-torque3d - AITutorial - [1](http://forums.torque3d.org/viewtopic.php?f=11&t=25#p111) AI Tutorial scripts. (AI)
README
AITutorial
==========NOTE: This set of scripts should work for T3D 3.0 and earlier. Namespace changes in some files for 3.5 and later (scripts/server/player.cs - Armor to PlayerData - especially, maybe other places) break these scripts, so use a merge tool and be mindful.
Torque 3D AI Tutorial scripts
In this repository I will be keeping all of my working scripts live so that any who are interested
see what I'm doing as I experiment with T3D's AI system. I'm only putting scripts on here because
this is a simple tutorial I'm making, and because I'm curious as to how much I can do with just
scripting. I'm not looking to make anything to rival the UAISK (great kit) or any of the other
products available, I'm just trying to get a reasonable AI in place that will work with a multiplayer
RTS.LICENSE
-------
Copyright (c) 2012 GarageGames, LLCPermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.