#@Chr1Z Could you please advise how to

1 messages ยท Page 1 of 1 (latest)

surreal stirrup
#

Let's move this into a thread since it's only tangentially related to #scripting

#

I've been a collaborator for the tool, but I am not super proficient with Go tbh

#

And I have never used a Mac, so that also doesn't help

#

Does the process have permissions to write files?

#

I can forward this to the main dev though, I am sure he would have an answer haha

#

Ah I am just seeing that it worked partially for you, so permissions shouldn't be a problem

#

Unless "long file paths" are an issue for Mac?

light adder
#

@surreal stirrup I think I found a workaround โ€” I first run the reverse, then after it fails, I grant access, and then run reverse again... and grant access again after that ๐Ÿ˜†

surreal stirrup
#

I'm not sure how permissions are managed on Mac ๐Ÿ˜…
Maybe you can run it with elevated permissions directly?

light adder
#

@surreal stirrup thank you very much! sudo hepled.

surreal stirrup
light adder
surreal stirrup
#

I can recommend you to switch to VS Code though ๐Ÿ˜‰

light adder
#

@surreal stirrup do you use this extension?

surreal stirrup
#

You should get the general Lua language server though

light adder
#

Gotcha, thanks @surreal stirrup !

light adder
#

Hello @surreal stirrup

The command doesn't work ๐Ÿ˜ญ
~/TTSModManager/TTSModManager --moddir="/Users/yurii/AH/TTS/AH"

the last message.

2025/06/10 22:29:42 printMod(...) : open .: is a directory

surreal stirrup
#

Can you add some more details? What are you trying to do for example?

light adder
#
  1. I used the next command:
  --reverse \
  --moddir="/Users/yurii/AH/TTS/AH" \
  --modfile="/Users/yurii/Library/Tabletop Simulator/Saves/AH/1.0.json"
#

as a result I have objects in separate JSON files.

#
  1. I have changed a few files and the next step is to test them in TTS.
#
  1. So next step is merge all jsons in one file to get output.json and use this command
    ~/TTSModManager/TTSModManager --moddir="/Users/yurii/AH/TTS/AH"
    but in the end see next message and no file output.json, it looks like TTS Mod Manager takes wrong path.

2025/06/11 01:07:09 printMod(...) : open .: is a directory

#

@surreal stirrup

surreal stirrup