Aleph-One-Marathon / alephone

Aleph One is the open source continuation of Bungie’s Marathon 2 game engine.
https://alephone.lhowon.org/
GNU General Public License v3.0
655 stars 99 forks source link

Aleph One not saving changes to platform types made in Lua #476

Open aaronfreed opened 8 months ago

aaronfreed commented 8 months ago

I have verified that these are read-write (as the Lua documentation says they are) by running a script to change platforms’ types and then printing Platforms[index].type for the platforms whose types I changed. However, if I run .save level, it saves them with their original types. This also happens if I send the map back to Weland’s visual mode, but running .save level and loading the saved version in Weland suggests that the issue is on Aleph One’s side.