Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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, LLC

Permission 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.