LokiChaos / Materiamagica-on-tintin

A collection of tintin++ scripts for playing MateriaMagica
8 stars 1 forks source link

Character profile creation and initial setup? #18

Open Connormgs opened 5 years ago

Connormgs commented 5 years ago

When running tt++mm the tmux session creates and splits but the pane on the right remains completely blank, no idea what sort of information is supposed to be generated here like a map or something else.

When running tt++caps a tmux session with a single pane is created but no logs or anything are tailed. I believe this is due to a character profile not being correctly generated. It seems like makeCaps.sh is not executing and spawning more tmux panes since char/${SESSION}/caps.sh doesn't exist and /etc/caps.sh doesn't seem to be executing correctly.

When logging in I get "#READ {char/$CHARNAME/var/persistent.tt} - FILE NOT FOUND." which tells me there's some sort of initial configuration that I'm missing that wasn't in the documentation, any ideas on what could be causing issues like this? I understand my wording is a bit vague here but your script package is so complex I'm still trying to wrap my head around what files are being called where and what scripts are calling other scripts and the like.

What log outputs can I give you to assist in troubleshooting?