🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Serialization

Started by
0 comments, last by WitchLord 16 years ago
Hi, What are the plans about serialization? And is it possible to achieve now by retriving/setting some core vareiables including all script variables? Thanks. Regards Dino
Advertisement
I have plans to support full serialization in the future, but it is still quite far down on the to-do list. There is just so much else that must be done first.

You can currently do a serialization of the script state, if you do it when no script is running. You won't be able to serialize a running script, there's just no way currently for restoring the call stack, even though it is possible to read and write local script variables on the stack.

Regards,
Andreas

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement