Posted By: tuschcarsten
AI-Tutorial (player movement included) - 06/17/05 21:21
Hi all!
Here is my AI - and player movement Tutorial!
You can read it in English an German. A testlevel is included.
It's very simple AI, but I think it could be useful

...
http://scifi.pages.at/tuschcarsten///AI_Tutor.zip or just look at my
website Hallo zusammen!
Hier ist mein KI - und player movement Tutorial!
Ihr könnt es in englisch und deutsch lesen. Ein Testlevel ist beigefügt.
Es ist sehr einfache KI, aber ich denke es könnte hilfreich sein

...
Posted By: FeiHongJr
Re: AI-Tutorial (player movement included) - 06/17/05 22:22
didnt read the tut yet but the demo was kind of cool

Thanks
Posted By: Atlantis
Re: AI-Tutorial (player movement included) - 06/18/05 00:07
The tutorial looks pretty good. I haven't dived into it yet, but took a look at it. Plenty of pictures and looks to be explained real well. Thanks for taking the time to write this up on a difficult topic...or diff imho.
Posted By: Bilbo
Re: AI-Tutorial (player movement included) - 06/18/05 16:08
lol i like the name of the first weapon on ur webby

lazerstick! :P i like the tut and demo :P btw the "tester" of ur game u sent me to show me ur palyer movement was great to :P its a really good idea but the gun ammo passes into teh terrain and walls quite sum way before exploding
Posted By: tuschcarsten
Re: AI-Tutorial (player movement included) - 06/18/05 22:57
Yes, it passes into, because I thought that it would look crazy, if the tail of the bullet isn't vanished yet and the bullet explodes, but I'll try it the other way
Posted By: Bilbo
Re: AI-Tutorial (player movement included) - 06/19/05 08:52
i wasnt saying it was bad it actually had a good effect i was thinking wow great looking ammo, then when it hit the wall i thoughts it had gone then "BOOM"
Posted By: tuschcarsten
Re: AI-Tutorial (player movement included) - 06/19/05 10:27
Oh sh** I have to read more careful!
Thank you!
- BOOM -
- -

- -
Posted By: tuschcarsten
Re: AI-Tutorial (player movement included) - 06/21/05 13:58
What do you think about this tutorial?
Could you tell me please?
Posted By: Lost
Re: AI-Tutorial (player movement included) - 06/23/05 15:11
Great, I think I'll use it because I was looking for something like this. It fulfills all the A.I. needs I have. I bow down to tuschcarsten.
If I use it, I'll credit you. Is this ok?
Posted By: tuschcarsten
Re: AI-Tutorial (player movement included) - 06/23/05 15:12
You don't have to, but it would be very nice
Posted By: FoxZero
Re: AI-Tutorial (player movement included) - 07/01/05 19:07
Well done. I enjoyed trying it out and the tutorial was great.
Posted By: tuschcarsten
Re: AI-Tutorial (player movement included) - 07/01/05 21:23
Thank you! that's nice to hear
Posted By: Locoweed
Re: AI-Tutorial (player movement included) - 07/02/05 03:17
Very nice tutorial tuschcarsten,
Very well documented, simple, and fun.
I did manage to get an illegal arguments error in bullet_event() : ent_playsound(my,hit,2000); when I shot alot of bullets rapidly at a target and it died. You should probably make it
if(my)
{
ent_playsound(my,hit,2000);
}
or something, not really sure, but I imagine that the event is already started before MY is removed from the previous bullet and then by the time it get's to that line of code the MY is gone causing the error.
I would recommend this tutorial to any novices who are trying to start learning about AI.
Good stuff,
Loco
Posted By: tuschcarsten
Re: AI-Tutorial (player movement included) - 07/02/05 06:05
Oh I'll try to fix this...
Posted By: FoxZero
Re: AI-Tutorial (player movement included) - 07/07/05 21:49
Interesting tutorial. The laughs were funny. I needed a tutorial like this. Good job!
Posted By: sPlKe
Re: AI-Tutorial (player movement included) - 07/08/05 15:24
wicked...
i like it. i can really need this;-)
thanx alot
Posted By: Silent_Assassin
Re: AI-Tutorial (player movement included) - 07/09/05 04:35
lol thats a very good and funny demo
but good work there tuschcarsten congrats this could come in handy for me...
Posted By: Lion_Ts
Re: AI-Tutorial (player movement included) - 08/04/05 16:57
Thank You, tuschcarsten, for great work. This one help for me.