ForgottenArbiter / CommunicationMod

Slay the Spire mod that provides a protocol for allowing another process to control the game
MIT License
84 stars 18 forks source link

Ambiguity in readme #19

Open yu-zhengzheng opened 1 year ago

yu-zhengzheng commented 1 year ago

In Setup 3. it says "Edit your newly-created SpireConfig file", took me some time to realize that the actual file is called "config.properties"

woshichuanqilz commented 7 months ago

In Setup 3. it says "Edit your newly-created SpireConfig file", took me some time to realize that the actual file is called "config.properties"

hi do you know how to use it? I don't know how to send command to this Mod after install it. And there is no introduction on the python package too.

update

I got it. Just play a few more mods and see how other mods are set up. The name doesn't have to be config, it can be anything but properties.

a554b554 commented 3 months ago

Hi, do you know where should be the config file placed? Still don't understand how to make this mod work..

woshichuanqilz commented 3 months ago

Hi, do you know where should be the config file placed? Still don't understand how to make this mod work..

location is : ~/.config/ModTheSpire/CommunicationMod/config.properties

For me the content is:

#Sat Jun 08 20:00:44 CST 2024
command=python ~/IdeaProjects/spirecomm/main.py
runAtGameStart=true

you can go to the discord channel ask for help