Hi :)
Verdant Village is beautiful! You are great! I have two things to tell you.
1- I'm a linux user and sometimes Verdant Village freezes, here are the logs:
./Verdant\ Village
[4562:4570:0531/194742.980876:ERROR:nacl_browser.cc(309)] Failed to open NaCl IRT file "/home/yuri/t/VerdantVillage/linux64/nacl_irt_x86_64.nexe": -4
[4582:4582:0531/194743.365221:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
[W][000023717.106586][remote-node.c:630 client_node_port_use_buffers()] Failed to mlock memory 0x7fef0032d000 32816: This is not a problem but for best performance, consider increasing RLIMIT_MEMLOCK
[4562:4570:0531/194749.805431:ERROR:shader_disk_cache.cc(235)] Failed to create shader cache entry: -2
[W][000023722.689430][remote-node.c:630 client_node_port_use_buffers()] Failed to mlock memory 0x7fef001c2000 32816: This is not a problem but for best performance, consider increasing RLIMIT_MEMLOCK
[W][000023722.689635][remote-node.c:630 client_node_port_use_buffers()] Failed to mlock memory 0x7fef001b9000 32816: This is not a problem but for best performance, consider increasing RLIMIT_MEMLOCK
[W][000023769.663520][remote-node.c:630 client_node_port_use_buffers()] Failed to mlock memory 0x7fef00250000 32816: This is not a problem but for best performance, consider increasing RLIMIT_MEMLOCK
[W][000023769.663560][remote-node.c:630 client_node_port_use_buffers()] Failed to mlock memory 0x7fef00247000 32816: This is not a problem but for best performance, consider increasing RLIMIT_MEMLOCK
[W][000023981.748851][impl-node.c:937 node_on_fd_events()] node 0x5559a2afc8f0: missed 1 wakeups
2- The new save system has some bugs on Linux and probably on MacOs too (I don't have a Mac but it is a unix-like Os).
Now some config files are in '~/.config/VerdantVillage' (correct) and some files are in home directory (not correct):
VerdantVillage\audioSettings.config
VerdantVillage\saveData.save
VerdantVillage\saveSlot1.save
On Linux '\' is a normal caracter and the path separator is '/', so 'VerdantVillage\audioSettings.config' is a file, probably you were going to make a folder 'VerdantVillage' with 'audioSettings.config' 'saveData.save' 'saveSlot1.save' inside it. However, config file must go inside '~/.config' and data file must go inside '~/.local/share'. (~ is the user home directory)
References:
https://unix.stackexchange.com/questions/312988/
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html