How do I learn to create (or find) my own custom AI scripts?
Playstation420
Member Posts: 18
Is there an AI script editor because I couldn't find one. If not I am willing to watch or read any video or text tutorials required to make my own (keep in mind I have no programming experience). Also, are there scripts made by others that I can download?
Post edited by Playstation420 on
0
Comments
As far as an editor goes, NearInfintiy allows you to view and edit current scripts, so I would expect that you could also create from new... Not much of a script editor myself but have seemed to be able to find my way around.
The script guide I have been looking at to 'find' my way is this one.
@sarevok57 has some great scripts that you might want to use.
I also found these but haven't used them in game, just looked at them for context. There are also some simple scripts (thief, bard, cleric) imbedded into a mod (aTweaks) that you could also look at. Not aware of any video help.
Hope it helps and look forward to seeing your work in play!
Gus
you gave me a good starting point, even if i am lately so lazy that i am not sure i will write my custom scripts.
@RahonaOstrimo the inventory of the npcs has a limited space and the ones with low str can be slowed or completely blocked carrying too much weight.
i appreciate the way EE make easy to loot, in the original you had to send a toon to pick the loot from corpses like it now happens for containers. but probably a script that does it automatically can generate more problems then advantages unless is really well written, and i don't know if some functions, like recognizing the weight that a toon can still carry and the weight of the item to loot and determine if is possible to put it in the inventory without consequences are possible to write.
at least you have to put a condition like if enemies are around don't pick up loot as to have an enemy die and your toon blocked by too much weight is a very possible thing to happen.
Thanks man im gonna try and look at that guide, really helpful stuff.