dwurf / docker-kf2

Dockerfile for running a Killing Floor 2 server under Linux
MIT License
34 stars 25 forks source link

Clan Motto #11

Open jimbo8098 opened 4 years ago

jimbo8098 commented 4 years ago

No clan motto can currently be set. Noticed following my PR earlier. Will see if that's possible at all.

jimbo8098 commented 4 years ago

It is! But I'm looking at adding a config template instead of using sed that way it's more like pushing the config instead of suggesting it. I will look to add in custom map support with it too. Planning on using ERB templating for it since it's pretty lightweight. Ansible/Chef style code seems a bit much for what we're doing here so I'll just stick to a few classes to make changes easier. If you guys have any other suggestions for templating languages we could use that would be helpful but I'm aware of how ERB templates work so it's my personal obvious choice.

jimbo8098 commented 4 years ago

Will revisit after https://github.com/dwurf/docker-kf2/pull/16 has been looked at since the functionality will be roughly the same.