I was trying to get Whispers of a Machine to work with the Linux version of AGS, and I noticed that it uses a few script commands that are not in AGS 3.5.
Most notably, the API of agswadjetutil seems to have changed and the compatibility stubs in global_plugin.cpp don't suffice any more.
I understand that this module was created to port commercial games to mobile platforms and isn't publicly available, but it would be really helpful to at least have up-to-date stubs in the AGS core, since the module it isn't strictly necessary on desktop platforms.
Would it be possible to get a list of functions that agswadjetutil supports, so the AGS core can be updated?
Thanks!
Whispers of a Machine seems to use the following new functions:
Code: ags
Most notably, the API of agswadjetutil seems to have changed and the compatibility stubs in global_plugin.cpp don't suffice any more.
I understand that this module was created to port commercial games to mobile platforms and isn't publicly available, but it would be really helpful to at least have up-to-date stubs in the AGS core, since the module it isn't strictly necessary on desktop platforms.
Would it be possible to get a list of functions that agswadjetutil supports, so the AGS core can be updated?
Thanks!
Whispers of a Machine seems to use the following new functions:
MobileShowAchievements
MobileResetAchievements
MobileGetAchievement