IanB Posted July 4, 2016 Share Posted July 4, 2016 (edited) Hey Folks, I am having an issue with a game service I am working with. The configuration file is yaml, and I am trying to to set the $[service.GamePort] and $[service.Slots] . However, when it prints to the config file it comes out as: ServerConfig: Srv_Port: 30000 #Srv_Name: ChangeMe #Srv_Password: ChangeMe Srv_MaxPlayers: 8 Rather than: ServerConfig: Srv_Port: 30000 #Srv_Name: ChangeMe #Srv_Password: ChangeMe Srv_MaxPlayers: 8 So basically the spaces that keep the yaml from erroring are not printing. Does anyone know the correct way to get it to set these values? Thanks! Edited July 4, 2016 by IanB Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now