|
|
Reply to Message
Not registered yet?
The AI Depot has a focused community of friendly users. Rather than let anyone abuse the site at the brink of promiscuity, we prefer to let only those with an active interest participate... this simply requires registering.
Why not sign up!
Joining the site's community is completely free. You can then post messages freely, and customise your personal profile at will. Specific privileges will also be granted to you, like being able to access printer-friendly articles without restrictions. So, why not register?
Parent Message
AI for RTS Games
Intro - We have just started to get into game development. Our first project is a highly AI intensive fantasy based RTS game. The dev team is small (2 people) right now but will be growing over time. The game plays like a normal RTS except that the full AI is applied to the players units as well as the computer opponents. The player would take as much control over his units as desired and the AI would handle everything else. The as yet unnamed project will not be open source however the development of the AI system in whole or in part will be. This is assuming outside contributions will be forthcoming. Our research into AI in general and game AI in particular has led us to this fine place. The essays have been most informative and we plan to get the full book as well. The Project - The System - The Method - The different groups would be represented by different types of units or units with certain jobs. For example in our game a blacksmith shop might be one group. It gets tasked by a higher level AI to create weapons. It must decide what goals it needs to make the weapons. It would then in turn task individual units to complete those goals. The individual units would then decide what path to take to complete their goals. Since it isnt intended for use in the live game, tasks should only need to go down the chain. We can assume the upper portions of the chain have access to all the environmental observations of the lower portions. Therefore each AI level would have access to any information that would be available to the whole. This observation function could be suspended to simulate imperfect communication between various units or groups. In a pre-radio historical game for example. The completion of a task would be observed by the originator this way. Benefits - The multi-level system should provide a much more realistic AI than is available in current games. It would solve problems more like a community than a anthill. Not that we mind hive systems ;) This could also have applications in RPG's to simulate the actions of groups of NPC's. A village or bandit camp for example. The system could be tweaked to provide a wide variety of simulations. Neural networks could be used in parts of the resulting scripts to create a variety of styles (personalities?) for the in game AI. This could be done randomly as well but we prefer neural networks. Way cooler :) Difficulty levels could be created by certain adjustments in many different places of the process. Both in game and pre-game. Goals could be inserted at different levels to simulate different modivations between groups adding even more realism. There should also be a lot of non game related applications for this type of system. Havent thought much about what they might be. We tend to think mainly about games :) |
|
Project Status
Hi: What kind of help are you looking for? Jordan Glogau |
|
Need a programer
Well, its on hold right now. We where working with a programer on a game that was intended to use this system but he had a family emergancy and had to take over the family buisness. We personaly dont have the experiance to hadle this on our own. So basicly what would be needed is a experianced programer. |
|
Need Programmer
Hi: I doing programming, just spent a year doing a Palm project. But I've never done game or AI stuff. Would be interested but there's a learning curve. Regards, |
|
Contact us
Contact us @ [email protected]. We are currently working on some modified maps for Warcraft III. WC III is a good platform for us since it has a good editor that doesnt require a lot of programing experiance. It is very versitile and can be modified in many ways. We are using this as a learning tool to step into bigger projects. We still want to make the system we posted above but do not have near the abilty to do it at this time. If you would like to work on some game projects with us and work into something like what we posted above let us know. We are always looking for help from ppl with experiance. What we lack in programing skill we more than make up for in game system knoledge. Our first map is getting great reviews and is one of the most popular new maps being played on battle net. Many ppl are calling it the best map design in ages. We are starting to study programing while we modify other games but it is a slow process. We have tons of ideas about how to make existing games better and a whole list of full game projects that we would like to create. Basicly if you want to start working with games we have no shortage of projects big and small. Our main goal is to become a retail game developer but we still have a long way to go yet. |
|
Back to the AI Foundry.