You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the randomiser seems to consistently lead to more spawn definitions than the engine can handle on the m30 scenario. Other scenarios seem fine. Changing the character possibilities per cell to 7 seems to fix it.
Attached is the Sapien crash info (similar error happens when compiling) crash_info.txt
Side note: limits of spawn definitions can only occur at compile time or running in Sapien. The actual game engine at run time has no limit, so if you were to edit the .map file after compilation, such as with Assembly, you never have to worry about spawn definitions.
The text was updated successfully, but these errors were encountered:
Running the randomiser seems to consistently lead to more spawn definitions than the engine can handle on the m30 scenario. Other scenarios seem fine. Changing the character possibilities per cell to 7 seems to fix it.
Attached is the Sapien crash info (similar error happens when compiling)
crash_info.txt
Side note: limits of spawn definitions can only occur at compile time or running in Sapien. The actual game engine at run time has no limit, so if you were to edit the .map file after compilation, such as with Assembly, you never have to worry about spawn definitions.
The text was updated successfully, but these errors were encountered: