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
Make a savegame at any time during this level (including immediately at the start)
Load that savegame file:
This issue does not appear to be present in Dash before 1.8.0. Dash 1.7.0 (which was current when Kava was released) handles this without issue, and I'm not sure what changed. I did release a hotfix a while back for Kava to resolve the issue with the mod itself, but the hotfix just deletes an entity, to bring the number down by 1. Interestingly, the original map has 79 entities and the hotfix has 78, both of which are way higher than the 64 that savegame files can handle. (maybe some entity types are excluded? From memory I thought bats and fish were excluded, but not sure about any others)
I don't consider this a huge issue specifically with the mod (hotfix available), but I wanted to report it in case it could be indicative of a larger issue - I don't know why Dash 1.8.0 appears to tolerate 1 fewer entity in savegame files when compared to 1.7.0.
EDIT: Also to add, this issue appears to be with the process of saving the game rather than loading it. Dash 1.8.0 displays an error in console when saving (too many entities to save), whereas Dash 1.7.0 displays no such error.
Running either Dash 1.7.0 or Dash 1.8.0, attempting to load a savegame file made on 1.8.0 doesn't work.
Running either Dash 1.7.0 or Dash 1.8.0, attempting to load a savegame file made on 1.7.0 works without issue.
The text was updated successfully, but these errors were encountered:
To reproduce:
rfrev_kva01.rfl
This issue does not appear to be present in Dash before 1.8.0. Dash 1.7.0 (which was current when Kava was released) handles this without issue, and I'm not sure what changed. I did release a hotfix a while back for Kava to resolve the issue with the mod itself, but the hotfix just deletes an entity, to bring the number down by 1. Interestingly, the original map has 79 entities and the hotfix has 78, both of which are way higher than the 64 that savegame files can handle. (maybe some entity types are excluded? From memory I thought bats and fish were excluded, but not sure about any others)
The entity breakdown in the original map is:
The hotfix deletes 1 of the guards. (download, if it would help: https://www.factionfiles.com/ff.php?action=file&id=7754 )
I don't consider this a huge issue specifically with the mod (hotfix available), but I wanted to report it in case it could be indicative of a larger issue - I don't know why Dash 1.8.0 appears to tolerate 1 fewer entity in savegame files when compared to 1.7.0.
EDIT: Also to add, this issue appears to be with the process of saving the game rather than loading it. Dash 1.8.0 displays an error in console when saving (too many entities to save), whereas Dash 1.7.0 displays no such error.
The text was updated successfully, but these errors were encountered: