Thread: Graal API
View Single Post
  #2  
Old 09-11-2008, 04:09 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Loriel View Post
const char*

Quote:
Originally Posted by Loriel View Post
Do you essentially want the entire script engine and also the network code in a standalone dll?
No, for level editing the dll would just have a parser that would notify your program when it should be doing something. The networking part would simply be what is available in the RC.
Quote:
Originally Posted by Loriel View Post
Would you not kind of need the rest of the Graal engine as well to actually do anything with the parsed script?
This API would not support offline testing or anything like that. When used with level editor, it would simply be giving you a way to parse a script present in the level so that you can know when to load tiledefs or a gmap like with the current level editor.
__________________
Reply With Quote