Useful Tools for AI Development

Chat about AI dev here
Post Reply
DrAcX
Site Admin
Posts: 26
Joined: Thu Jul 23, 2009 8:42 pm

Useful Tools for AI Development

Post by DrAcX »

Some of you have asked me about what tools are good to use for AI development, and they simply are tools for any form of programming. Here are some that I've found useful in the past:

Microsoft Visual Studio:
Useful for editing AI (.scp's). Can be configured to parse the AI script and supplies almost limitless useful features which you should be familiar to if you've used it before for programming.
More Info: http://www.microsoft.com/visualstudio/en-us/

Notepad++:
A great editor which is very powerful, yet lightweight.
More Info: http://notepad-plus-plus.org/
Download: http://notepad-plus-plus.org/release/5.8.4

Scintilla:
Useful for editing files in general. Is free and open-source, standalone executable.
More Info: http://www.scintilla.org/
Download: http://prdownloads.sourceforge.net/scintilla/Sc212.exe

Beyond Compare
Excellent for comparing files, finding differences in them, and merging changes from one to another. This is quite useful to have for AI development since any updates to GE mean you need to find what has changed and whether you need to update your files to compensate. Only downside is its not free.
More Info: http://www.scootersoftware.com/

DiffMerge
Again, a file comparison tool. Not as many features as Beyond Compare but is open-source and free.
More Info: http://www.sourcegear.com/diffmerge/
Download: http://www.sourcegear.com/diffmerge/downloads.html
Voltaire
Posts: 5
Joined: Thu Aug 12, 2010 2:20 am

Re: Useful Tools for AI Development

Post by Voltaire »

sir the first link (.scp editor link) is not working.. can you post an alternative? thanks..
adobo
Posts: 8
Joined: Sat Jul 31, 2010 4:05 am

Re: Useful Tools for AI Development

Post by adobo »

Thanks for these tools (even though I have little to no knowledge of programming)
DrRevvy0153
Posts: 2
Joined: Tue May 10, 2011 10:42 am

Re: Useful Tools for AI Development

Post by DrRevvy0153 »

How about packing files into IPF compression format?
Post Reply