Has there been any implementation to force Magicka to reload it's config files/language? Cuz I have to say it's a real pain in the ass having to shutdown and reload Magicka after every single little small change to config files ..
Has there been any implementation to force Magicka to reload it's files/language? Cuz I have to say it's a real pain in the ass havi shutdown and reload Magicka after every single little small change config files ..
Not yet, I asked the same question not long ago. I'm sure it's on his
list of things to do though :)
Yeah, it's a tricky one. Magicka loads it's config before it forks
servers, so I'm not really sure how to go about that. It seems like a
lot of work for very little gain.
apam wrote to toofargone <=-
Yeah, it's a tricky one. Magicka loads it's config before it forks servers, so I'm not really sure how to go about that. It seems like a
lot of work for very little gain.
I don't have too much trouble with typing CTRL-C, arrow up, and ENTER myself. <GRIN>
That's all and well but what if you are calling remote and dont have access to the local console .. I wish I could remember C++ lol I have a project I want to do .. gonna do some reading and see if I can't re-learn
That's all and well but what if you are calling remote and dont have access to the local console .. I wish I could remember C++ lol I have a project I want to do .. gonna do some reading and see if I can't re-learn
Someone else might have a better way...
Ok I knocked this up quickly. You'll need two files;
startmagicka.sh
#!/bin/sh
screen -X sessioname bbs
/path/to/magicka /path/to/bbs.ini
remoterestart.sh
#!/bin/sh
pkill magicka
screen -dm -S bbs /path/to/startmagicka.sh
Docker :P
(sorry, couldnt help myself...)
That's all and well but what if you are calling remote and dont ha access to the local console .. I wish I could remember C++ lol I h project I want to do .. gonna do some reading and see if I can't r
Ok I knocked this up quickly. You'll need two files;
Easy to do, saves hours of coding. I've got all of my services (bbs, watchmail, binkd, magichat) running in named screen sessions.
Hello,
If you have a distro with systemd, you can create simple unit files to help starting up magicka in the background. Currently I only start up Magicka and binkd, since I don't have doors or other things running at
the moment.
My Magicka unit file (called magicka.service):
If you have a distro with systemd, you can create simple unit files
If you have a distro with systemd, you can create simple unit
Yay, didn't know that could be done! I've got all my services now
under systemd.. magicka, magichat, binkd, watchmail :")
Dave Vandermeer wrote to Blue White <=-
That's all and well but what if you are calling remote and dont have access to the local console .. I wish I could remember C++ lol I have a project I want to do .. gonna do some reading and see if I can't
re-learn
Sysop: | altere |
---|---|
Location: | Houston, TX |
Users: | 68 |
Nodes: | 4 (0 / 4) |
Uptime: | 07:51:21 |
Calls: | 941 |
Files: | 7,941 |
Messages: | 297,563 |