ID:1968608
 
Hi, how i can set/change a hub message of the game? (From linux terminal)?
(i mean, at byond, when somone host game, we see click button, and some information, like "24/7", etc)
hub.status = "hi my server is 24/7"
Hi, if i got right now, something like that:
DreamDaemon ASDAS.dmb 198 -trusted -logself &

^ to run game
Where do i put my hub.status?
If the game's developer didn't provide a means of you altering world.status, you can't change it.
In response to Nadrew
Nadrew wrote:
If the game's developer didn't provide a means of you altering world.status, you can't change it.

you can... theres tools out there to make you able to, if you have a basic status in using them at least

i think best thing would be for developers to program in-game to look up the world.params variable to decide the status... he could contact them directly and ask for them to
In response to GatewayRa
I think the question pertains more to accessible means; there are probably ways around a lot of limitations, but hub tampering probably isn't germane to the issue.

The long answer is that world.status is meant to be set by the game's code, not by a command line parameter. It's very common for a game to set world.status in such a way that it can include a little blurb from the host, or a custom server name.