project-navigation
News
Download
Forum
Contribute
Media
FAQ
About
Contact
Personal tools
Login
Register
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New board
Home
Help
Search
Login
Register
UFO:Alien Invasion
»
Development
»
Newbie Coding
»
Are the LUA AI scripts being used?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Are the LUA AI scripts being used? (Read 7903 times)
caelum
Rookie
Posts: 13
Are the LUA AI scripts being used?
«
on:
November 25, 2009, 11:59:54 pm »
Are civilian.lua and alien.lua the full extent of the AI? or is the c code still doing some of it?
Now that I have compiled the dev version I was going to play around with the AI, I managed to get one of my soldiers stuck between two civilians last time I played it.
Logged
Duke
Administrator
PHALANX veteran
Posts: 1037
Re: Are the LUA AI scripts being used?
«
Reply #1 on:
November 26, 2009, 01:45:26 am »
Afaik LUAai is NOT activated by default. Not sure though.
Logged
Kildor
Project Artist
Captain
Posts: 757
Project mapper and some other stuff`er
Re: Are the LUA AI scripts being used?
«
Reply #2 on:
November 26, 2009, 04:03:16 am »
You are need to enable cvar to activate LUA. Not sure about name of cvar though.
Logged
Mattn
Administrator
PHALANX Commander
Posts: 4831
https://github.com/mgerhardy/vengi
Re: Are the LUA AI scripts being used?
«
Reply #3 on:
November 26, 2009, 07:22:09 am »
the cvar is g_ailua - but be warned, it's not very performant right now (at least if you don't also activate sv_threads - which is still not 100% working)
if you want to work on the lua scripts, help is more than welcome on this side.
Logged
caelum
Rookie
Posts: 13
Re: Are the LUA AI scripts being used?
«
Reply #4 on:
November 26, 2009, 10:14:42 am »
I am happy to work on the LUA scripts. It won't be until after I have finished struggling with the Blender import/export scripts though
.
Is the idea to implement something like what the ai diagram that is in SVN currently outlines?
Logged
Mattn
Administrator
PHALANX Commander
Posts: 4831
https://github.com/mgerhardy/vengi
Re: Are the LUA AI scripts being used?
«
Reply #5 on:
November 26, 2009, 10:47:19 am »
yes - something like that - if you have improvements or other ideas. feel free to discuss them in the wiki
Logged
caelum
Rookie
Posts: 13
Re: Are the LUA AI scripts being used?
«
Reply #6 on:
November 27, 2009, 04:30:03 am »
So is there any ability for civilians to carry weapons yet? I am assuming no at the moment, but thought I would ask
.
I think I can live with the slowness as I test out the scripts, it will no doubt be easier if bugs from the sv_threads are not thrown into the mix.
Do you know why it performs so badly?
Logged
Mattn
Administrator
PHALANX Commander
Posts: 4831
https://github.com/mgerhardy/vengi
Re: Are the LUA AI scripts being used?
«
Reply #7 on:
November 27, 2009, 07:52:04 am »
civilians with weapons are not yet implemented in the c ai code nor in the lua scripts
it performs so bad because it looks like it does way to much traces (see gi.trace calls - maybe caching some of them for one frame would increase the speed already to an acceptable level) - the traces are mainly used to get to the next possible walkable position and to search for potential victims or hide spots.
Logged
Duke
Administrator
PHALANX veteran
Posts: 1037
Re: Are the LUA AI scripts being used?
«
Reply #8 on:
November 27, 2009, 10:27:56 am »
Quote from: Mattn on November 27, 2009, 07:52:04 am
... - the traces are mainly used to get to the next possible walkable position ...
I hope the LUAai does NOT do it's own pathfinding, but uses the routing table instead !?
Logged
Mattn
Administrator
PHALANX Commander
Posts: 4831
https://github.com/mgerhardy/vengi
Re: Are the LUA AI scripts being used?
«
Reply #9 on:
November 27, 2009, 12:11:48 pm »
it uses the game lib callbacks like the c ai, too - yes
Logged
caelum
Rookie
Posts: 13
Re: Are the LUA AI scripts being used?
«
Reply #10 on:
November 30, 2009, 12:55:06 am »
Sounds like I should look through it and see if I can increase the performance a bit before worrying about improving the AI. LUA looks easy enough to learn that if the speed of using it is acceptable then there will probably be a few people willing to play with them.
Logged
Mattn
Administrator
PHALANX Commander
Posts: 4831
https://github.com/mgerhardy/vengi
Re: Are the LUA AI scripts being used?
«
Reply #11 on:
December 03, 2009, 07:56:45 am »
i think we all would welcome help on this front.
Logged
caelum
Rookie
Posts: 13
Re: Are the LUA AI scripts being used?
«
Reply #12 on:
December 06, 2009, 11:30:50 pm »
Can't say how fast I will be able to look at it, otherwise I would be volunteering more
, but I will see what I can do as I get spare time.
I will just keep posting on this thread as I need help or want to discuss something about it?
Logged
Mattn
Administrator
PHALANX Commander
Posts: 4831
https://github.com/mgerhardy/vengi
Re: Are the LUA AI scripts being used?
«
Reply #13 on:
December 07, 2009, 07:29:10 am »
yes, please post your question and suggestions here or join our irc channel.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
UFO:Alien Invasion
»
Development
»
Newbie Coding
»
Are the LUA AI scripts being used?