Page 2 of 7

Re: Things i want to see in the future...

Posted: March 27th, 2010, 9:42 am
by Leo_V117
Well Yeah, Later on ill attempt to use javascript. Ill also see if I can create a simplified AI code.If i can get the AI to work on 2.5, i hope the PAS team will leave the coding as it is and just intergrate my AI code into it. Im designing it so it can be easily added to monsters.

Re: Things i want to see in the future...

Posted: March 28th, 2010, 1:32 pm
by TheAncientGoat
Good to hear that you're keeping an open mind :)

Btw, doesn't sandbox have ai already? Like the sauerbraten bot ai? I'm not sure if that's scriptable with cubescript though...

And, tbh, going into syntensity right now might still be a bit daunting, esp for new developers, personally, I want it to be quiiite a bit more user friendly before really opening its gates to the masses..

Re: Things i want to see in the future...

Posted: March 28th, 2010, 5:42 pm
by Leo_V117
well. the AI coding for sauerbraten is a little "out of range" for sandbox. as it isnt simple enough. I wanted to create a code that was as easy as adding something like "r_enemy" for an enemy or even "r_friend" for a friend.

Re: Things i want to see in the future...

Posted: March 29th, 2010, 4:58 am
by TheAncientGoat
Yes, but how will you do stuff like pathfinding and targeting and the like? All in cubescript? It might make more sense to rather just make a cubescript hooks for the bots, and then have high level calls like "r_enemy" or the like, but then you'd have to fiddle around with the sourcecode...

Re: Things i want to see in the future...

Posted: March 29th, 2010, 8:00 am
by Venima
TheAncientGoat wrote:Yes, but how will you do stuff like pathfinding and targeting and the like? All in cubescript? It might make more sense to rather just make a cubescript hooks for the bots, and then have high level calls like "r_enemy" or the like, but then you'd have to fiddle around with the sourcecode...
That was all done in sauerbraten so....

it's all a case of copying, pasting and adding a small amount of code to link things together.

Re: Things i want to see in the future...

Posted: March 29th, 2010, 8:31 am
by arcones
Sounds simple, but is it really as easy as it sounds?

Re: Things i want to see in the future...

Posted: March 29th, 2010, 10:14 am
by Leo_V117
Ive tried it on my 2.5 developer package. It doenst work, that is, i dont think it does.

Re: Things i want to see in the future...

Posted: March 29th, 2010, 12:18 pm
by arcones
oh well... XD

Re: Things i want to see in the future...

Posted: March 29th, 2010, 12:31 pm
by Venima
arcones wrote:Sounds simple, but is it really as easy as it sounds?
Yes if you know what you're doing...

Re: Things i want to see in the future...

Posted: March 29th, 2010, 12:33 pm
by arcones
okay... :D