[General] - -console using space as a lua delimiter


KogaBee

Recommended Posts

Bug Submission:

Category: General

Issue Title: -console using space as a lua delimiter

Issue Description: The dedicated server (at least on linux hosts) wont accept lua with a space.

http://forums.kleientertainment.com/topic/51561-

Steps to Reproduce: Linux dedicated server Ubuntu LTS Server

screen -S dontstarve

cd $HOME/dontstarve/bin

$HOME/dontstarve/bin/dontstarve_dedicated_server_nullrenderer -console

--loads online config

c_announce("We want ice-cream sandwiches", 300)

produces

'''

ConsoleInput: "c_announce("We"

attempt to call a nil value

ConsoleInput: "want"

attempt to call a nil value

ConsoleInput: "ice-cream"

attempt to call a nil value

ConsoleInput: "sandwiches","

attempt to call a nil value

ConsoleInput: "300)"

attempt to call a nil value

'''

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.