Skip to main content
edited tags
Link
Bálint
  • 15.1k
  • 2
  • 38
  • 57
edited tags; edited title
Link
user744
user744

How to include compiled GameMonkey script in final game release instead of script source?

Source Link
astk
  • 511
  • 4
  • 9

How to include compiled script in final game release instead of script source?

I use GameMonkey to script the game play and use the script from my C\C++ host game. I've got it working the script with my engine. But I have a question. In these engines like Torque, Unreal, Unity, etc. when you finally build the game, all the scripts are also compiled and you don't need to ship all the script source.

How do I do that? Right now my engine needs GameMonkey source script to process the game logic.

Thanks