Hi!
Since it’s soon time to playtest Fallen Hero again, I was trying to get the good old dashingdon save system working again. It’s been a while since last time, and things seems to have changed.
I have been able to get it to work on my computer with the new plugin:
<script src="../ui.js"></script>
<script src="../scene.js"></script>
<script src="../smPlugin.js"></script>
<script src="../smPluginMenuAddon.js"></script>
<script src="../navigator.js"></script>
in the index file, and then
*sm_init Fallen_Hero | 6
at the end of my startup file.
However, I have not managed to get it working on the dashingdon site. I have tried clearing my cache, to no avail.
The only thing I can think of is that the thing I uploaded was called Fallen Hero test (not public yet, this is just me playing around). I renamed the *sm_init file to
*sm_init Fallen_Hero_test | 6
to hopefully get it to work.
However, I am drawing a bit of a blank, and I’m off to work soon, so I thought I’d just toss it out here and see if someone had any idea what I might be missing.
As I said earlier, it works fine on my computer, not sure what I need to do to get it to work online.