1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Server Discussion Starry - An opensource server management tool.

Discussion in 'Multiplayer' started by d4l3k, Dec 25, 2013.

  1. Archer

    Archer Spaceman Spiff

    Use hex values.

    ^#FFFFFF; would make text behind it appear as white in this case.
    ^#0000FF; would make text behind it appear as blue.

    http://www.colorpicker.com/ helps with finding the right color :p
     
  2. Borgius

    Borgius Tentacle Wrangler

    how to put his long phrases instead (MOTD), works with the replacement of only a short

    example can be?


    ---
    then modified by anyone else servers support? or all banned? :) I can not understand
     
  3. Archer

    Archer Spaceman Spiff

    Dunno exactly what you mean, could you explain a little bit more?

    Yes, other people on the server can use hex codes too to color their character name or text.

    And yes, you can have a long sentence in your MOTD and have it all colored, if you put ^#(hex value); infront of it.


    If you need example of how, read my post, it's just below that quote you made, for example write this in starbound while in chat:
    Code:
    ^#FFFFFF;Hello my text is white
    Your text will appear white then.
     
  4. LainSzvahl

    LainSzvahl Aquatic Astronaut

    well i got it running on my system but when i start it with go run starry.go
    it starts up and does this

    Code:
    Starry CLI - Welcome to Starry!
    Starry is a command line Starbound and remote access administration tool.
    > [World] Up: alpha:33167304:-36691826:-10846218:5:2
    EOF
    [Error] Server crashed. Rebooting in 3 seconds...
    [Error] Rebooting...
    [World] Up: alpha:-95298242:79101700:-13301580:4
    EOF
    [Error] Server crashed. Rebooting in 3 seconds...
    [Error] Rebooting...
    [World] Up: alpha:76037917:57103975:-6829717:2
    EOF
    [Error] Server crashed. Rebooting in 3 seconds...
    [Error] Rebooting...
    
    anyone run in to that?
     
  5. Borgius

    Borgius Tentacle Wrangler

    when I change the name of its :"MODT", then when entering the game client throws, for example lalalalalala.ru no longer fits.
    What needs to be changed in the file Starry for health?

    So what I want (lalalalalala.ru: Welcome to server!)
     
    Last edited: Jan 17, 2014
  6. Archer

    Archer Spaceman Spiff

    It can be a wrapper bug, I'm not sure :\
     
  7. Schroeffu

    Schroeffu Starship Captain

    See https://github.com/d4l3k/starry/issues/1#issuecomment-31241890
    @ d4l3k , please go ahead with Starry, it seems to be a super simple admin tool :- )
     
  8. LainSzvahl

    LainSzvahl Aquatic Astronaut

    guess im missing something but adding path to it still causes it to restart?

    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:./ go run starry.go
     
  9. Usiemon

    Usiemon Cosmic Narwhal

    A nice mod, please keep it up d4l3k!
    I'm looking forward to seeing when it allows multiple classes and ship access control features!

    Regards,

    Usiemon
     
  10. Borgius

    Borgius Tentacle Wrangler

    how to prevent players from using team nick change?
     
    Last edited: Jan 18, 2014
  11. Borgius

    Borgius Tentacle Wrangler

    This proxy big hole that anyone can write on behalf of the administrator
     
  12. zhaojundong

    zhaojundong Orbital Explorer

    thx let me try
     
  13. StarZed

    StarZed Big Damn Hero

    Please help!
    I use Ubuntu 13.04 64-bit.
    My StarBound Folder location is /home/steam/Steam/SteamApps/common/Starbound/linux64

    i try launch starry.go and get error:

    Code:
    exec: ".home/steam/Steam/SteamApps/common/Starbound/linux64/launch_starbound_server.sh": stat .home/steam/Steam/SteamApps/common/Starbound/linux64/launch_starbound_server.sh: no such file or directory
    read |0: bad file descriptor
    [Error] Server crashed. Rebooting in 3 seconds...
    
    Please tell me how I need to change the line "Serverpath" in starry.config to properly launch the program?
     
  14. Usiemon

    Usiemon Cosmic Narwhal

    StarZed,
    I too am running a Starbound server on Ubuntu Server 13.04, 64 bit. I might be able to help.

    Can you tell me the exact path where you have installed Starbound?

    Regards,

    Usiemon
     
  15. StarZed

    StarZed Big Damn Hero

    I wrote that here - / home/steam/Steam/SteamApps/common/Starbound/linux64
    or it is not what you need?
     
  16. Usiemon

    Usiemon Cosmic Narwhal

    Sorry I overlooked that.

    exec: ".home/steam/Steam/SteamApps/common/Starbound/linux64/launch_starbound_server.sh": stat .home/steam/Steam/SteamApps/common/Starbound/linux64/launch_starbound_server.sh: no such file or directory

    These "." before "home/" concern me.
    Can you copy and paste the exact line in starry.config starting with "ServerPath"?
     
  17. StarZed

    StarZed Big Damn Hero

    sure:

    Code:
    "ServerPath": ".home/steam/Steam/SteamApps/common/Starbound/linux64/launch_starbound_server.sh",
    
        "LogFile": "",
        "ServerAddress": "localhost:21024",
        "ProxyAddress": "0.0.0.0:21025",
    
    Another question: can change ports ? Example:
    "ServerAddress": "localhost:21025",
    "ProxyAddress": "0.0.0.0:21024",
    that the players are not accounted for in addition to introduce port when connecting?
     
  18. Usiemon

    Usiemon Cosmic Narwhal

    Try using "/" instead of "." right before "home".
    Code:
    "ServerPath": ".home/steam/Steam/SteamApps/common/Starbound/linux64/launch_starbound_server.sh",
     
  19. StarZed

    StarZed Big Damn Hero

    Thanks, it worked.
    [​IMG]

    BUT.
    Server lag badly with this tool ... my server options: Intel® Core™ i7-920
    Quad-Core, 48 GB DDR3 RAM
    Commands: players, clients and setmotd not work (others not tested).
    example, command "players" just shows me nothing:

    [​IMG]

    ruefully...
     
  20. saik0

    saik0 Space Spelunker

    Try "LogFile": "/home/steam/Steam/SteamApps/common/Starbound/linux64/starbound_server.log",
     

Share This Page