playMaker

Author Topic: Loading Hash table from resources not working  (Read 1207 times)

jasperPT

  • Full Member
  • ***
  • Posts: 115
  • I am a VFX Animator teaching myself to make games
Loading Hash table from resources not working
« on: February 08, 2022, 05:42:13 PM »
Hi gang.

I am trying to load a hash table from resources.
I have saved out a hash table using easy save 2, which loads and saves perfectly fine.
I have then moved that .txt file over into my resources folder
Now when I try to use the action "hash table easy load" the action only ever loads from the default save folder, and does not load anything from the resources folder despite me clicking the "load from resources" tick box.

Is there something wrong with the action that could be causing this, or am I doing something wrong?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Loading Hash table from resources not working
« Reply #1 on: February 09, 2022, 07:52:33 AM »
Hi.
if you save 1st to resources does it work then?

if you remove the .txt on the save file, does it work then.

i believe that easy save 2 is outdated.

jasperPT

  • Full Member
  • ***
  • Posts: 115
  • I am a VFX Animator teaching myself to make games
Re: Loading Hash table from resources not working
« Reply #2 on: February 13, 2022, 03:35:18 AM »
yes I have tried all of those, unfortunately it is still the same issue.
It seems like the tickbox for "load from resources" is not actually doing anything and instead is just loading from the regular save folder.

Is there anything I can adjust in the code of the action to fix that?