Page 1 of 1

World Problems

Posted: Tue Jan 21, 2014 1:21 pm
by matias
I have problems with the World connection with internet. I loaded the configuration from a saved world and something is wrong it worked before the new update
and the *settings command isnt working

Posted: Tue Jan 21, 2014 2:42 pm
by Mit
*settings not working usually means you've not got your username set right in the serverconfig.txt in your world's folder.

Your world seems to be connecting fine to the universe from what i can see.. what problem are you having exactly?

Posted: Wed Jan 22, 2014 2:23 pm
by matias
Actually the *settings command works what it´s not working its the window. it appears but i can´t change between items.

Posted: Wed Jan 22, 2014 5:43 pm
by zaroba
Trying to use the mouse?

The *settings window is all keyboard still
page up/down to scroll, end to select.
type in new number and hit enter.
For vehicles, numpad + and - change the vehicle being set.



Nn a side note, mit, wasn't there a * command for changing settings?
I had pondered about the idea of making an OSD thing for changing settings :P

Posted: Wed Jan 22, 2014 6:03 pm
by matias
daaaa... haha thanks i was using mouse and directional keys... ill try what you told me

Posted: Fri Jan 24, 2014 10:55 am
by Mit
I really gotta finish all the mouse support. :)

@zar : The command for that is temporary and its behaviour can change if i add more settings to a group. Also when testing it I had some weird issues where i seem to end up with some of the settings values getting changed when i didnt expect it to. This coulda been somethin completely unrelated but until i get to the bottom of that id say 'use at your own risk'.

Code: Select all

*set [SettingsGroup] [SettingsNum] [Value]
Group 0 is world settings, 1 is economy, 2 is vehicles (etc - mirroring the layout on the *settings screen). Vehicles and crows are special as they have multiple pages - if theres 47 different vehicle settings, SettingsNum 0 refers to the first setting on vehicle 1, settinsNum 47 refers to the first setting on vehicle 2 (etc).
You can see why I didnt really want this used much yet, right? :]