Any info on scripts for C# or XML?

soakerblog

New member
I'm starting a game project and am checking if there are any downloads that use C# or XML for characters movements, attacks etc.  Games like Panzer Bandet, Little Ralph etc.  Also, if any one knows of character scripts that are useful for belt side scrollers like Captain American and the Avengers etc.  Thanks.
 
Welcome to the forum soakerblog.

soakerblog said:
I'm starting a game project and am checking if there are any downloads that use C# or XML for characters movements, attacks etc.  Games like Panzer Bandet, Little Ralph etc.  Also, if any one knows of character scripts that are useful for belt side scrollers like Captain American and the Avengers etc.  Thanks.

None that I know of. Plenty that are built in C# no doubt, but I don't know of any that use it for an authoring interface. I'm sure there are a few that use XML for menus and controller layouts, but not for any in game work.

Every engine out there, including ours tends to take its own approach. Ex: OpenBOR uses plain text commands for basic functionality and then allows authors to extend that with C based scripting. Unity uses a real time editor, GoDot takes a kind of Lego approach, and so on...

The second part of your question is rather ambiguous, but more or less the answer is "no". That more or less amounts to a full engine, not a few scripts. That's why OpenBOR exists.

HTH,
DC
 
Back
Top Bottom