Posts: 15,941
Threads: 0
Joined: Jun 2008
Is there any publically available information, or will there be any, on the .rec file format? Currently NPCs can only do pre-made recordings, which makes writing AI scripts which dynamically interact with the world very difficult. If we had access to the file format a system could be developed to enable functions such as NPCDriveToPoint, NPCWalkToPoint etc, being useful for certain types of scripts.
Edit: I just realised you could try use the velocity and angle functions for making paths, but it's still not a brilliant solution, especially given that that only covers z angles.
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
This question was on my mind, i hope we will have access to .REC files.
Posts: 1,896
Threads: 102
Joined: Oct 2008
wouldnt it be easier to just use the commands to take them to a certain point?
Posts: 15,941
Threads: 0
Joined: Jun 2008
Posts: 438
Threads: 8
Joined: Nov 2007
Reputation:
0
I had a suggestion having something like SetKeys(keys,duration); to use in npc-scripts, but having information about .rec file format will be more useful.
Posts: 1,478
Threads: 17
Joined: Oct 2007
Reputation:
0
Y_less i'm sure some of the bot functions haven't even been released.
Wait until they're all out,please.
Posts: 462
Threads: 13
Joined: Apr 2007
Reputation:
0
I hope for functions like
MoveBot(x,y,z);
MakeBotShootAt(x,y,z); etc.
Posts: 15,941
Threads: 0
Joined: Jun 2008
SetPlayerPos works, but it's not very elegant.
Quote:
Originally Posted by ! Karlip
Y_less i'm sure some of the bot functions haven't even been released.
Wait until they're all out,please.
|
Possibly not, but even so, that still doesn't mean I'm not interested. It also means other people can write their own recording software.