Battle For Wesnoth Commands

Автор:
Battle For Wesnoth Commands Average ratng: 3,1/5 8401 reviews

The Wesnoth server, wesnothd provides a simple interface for administering the server from within the game itself. To issue an administrative command to the server, you must be connected to the server using Wesnoth, and in the lobby. The Battle for Wesnoth - (Fantasy Strategy Game - Steam Release) - Duration: 27:48. Nookrium 37,826 views.

Provided by:NAMEwesnothd - Battle for Wesnoth multiplayer network daemonSYNOPSIS wesnothd -dv -c path -p port -t number -T numberwesnothd -V DESCRIPTIONManages Battle for Wesnoth multiplayer games. Seeon what commands the server accepts viathe wesnoth client (/query.) or the fifo.OPTIONS -c path, -config pathtells wesnothd where to find the config file to use. See the section SERVER CONFIGbelow for the syntax. You can reload the config with sending SIGHUP to the serverprocess.-d, -daemonruns wesnothd as a daemon.-h, -helptells you what the command line options do.-log- level = domain1, domain2.sets the severity level of the log domains. All can be used to match any logdomain. Available levels: error, warning, info, debug.

By default the error levelis used and the info level for the server domain.-p port, -port portbinds the server to the specified port. If no port is specified, port 15000 will beused.-t number, -threads numbersets the maximum number of waiting worker threads for network I/O to n (default:5, max: 30).-T number, -max-threads numbersets the maximum number of worker threads that will be created.

If set to 0 therewill be no limit (default: 0).-V, -versionshows version number and exits.-v, -verboseturns debug logging on.SERVER CONFIG The general syntax is: tagkey=' value'key=' value, value.' / tagGlobal keys: allowremoteshutdownIf set to no (default), shutdown and restart requests are ignored unless they comefrom the fifo. Set it to yes to allow remote shutdown via a /query by anadministrator.bansavefileFull or relative path to a (gzip compressed) file that the server can read andwrite. Bans will be saved to this file and read again on server start.compressstoredroomsDetermines whether the rooms file should be read and written to in compressed form.Defaults to yes.connectionsallowedThe number of allowed connections from the same IP.

0 means infinite. (default: 5)disallownamesNames/nicks that are not accepted by the server.

From wildcard patterns aresupported. See (7) for more details. Default values (used if nothing isspecified) are:.admin.,.admln.,.server.,ai,ai?,computer,human,network,player.fifopathThe path to the fifo you can echo server commands into (same as /query. If not specified defaults to the compile-time path (default:/var/run/socket/wesnothd/socket).maxmessagesThe number of allowed messages in messagestimeperiod.

(default: 4)messagestimeperiodThe time period (in seconds) message flooding is detected in. (default: 10 seconds)motd The message of the day.newroompolicyDetermines who can create new rooms on the server. Available values are everyone,registered, admin and nobody, and give the permission respectively to everyone,registered users, admin users or disables new room creation.

Default value iseveryone.passwd The password used to gain admin privileges (via /query admin password).replaysavepathThe directory where the server stores game replays. (Don't forget the trailing /!)Defaults to `' which means the directory wesnothd was started in.restartcommandThe command that the server uses to start a new server process via the restartcommand. (Can only be issued via the fifo. See the allowremoteshutdown setting.)roomsavefilePath to a file where the room info should be stored. This file is read on serverstartup and written to later.

If empty or not set, rooms are not loaded and notsaved.savereplaysDefines whether the server will automatically save replays of games. (default:false)versionsacceptedA comma separated list of version strings to be accepted by the server. and?from wildcard patterns are supported.

Battle for wesnoth commands 2

(defaults to the corresponding wesnothversion)Example: versionsaccepted='.' accepts any version string.userhandlerThe name of the user handler to use. Currently available user handlers are forum(to connect wesnothd to a phpbb forum database) and sample (a sample implementationof the user handler interface, if you use this on anything real you are insane).The default value is forum. You must also add a userhandler section, see below.Global tags: redirect A tag to specify a server to redirect certain client versions to.host The address of the server to redirect to.port The port to connect to.versionA comma separated list of versions to redirect.

Royal quest njpw. Behaves the same way asversionsaccepted in regard to wildcard patterns.bantime A tag to define convenient keywords for temporary ban time lengths.name The name used to reference the ban time.time The time length definition. The format is:%d%s%d%s.

Quest Aion is a visually stunning massively multiplayer online roleplaying game (MMORPG) where your character wields devastating powers and sweeping wings to explore a celestial world of breath-taking beauty and epic adventure. It features cutting-edge imagery, gorgeous environments, and a unique fantasy world.

where%s is s(seconds), m (minutes), h (hours), D (days), M (months) or Y (years) and%dis a number. If no time modifier is given minutes (m) are assumed.Example: time='1D12h30m' results in a ban time of 1 day, 12 hours and 30minutes.proxy A tag to tell the server to act as a proxy and forward the connected client'srequests to the specified server.

Accepts the same keys as redirect.userhandler Configures the user handler. Available keys vary depending on which userhandler is set with the userhandler key.

If no userhandler section is present in theconfiguration the server will run without any nick registration service.dbhost(for userhandler=forum) The hostname of the database serverdbname(for userhandler=forum) The name of the databasedbuser(for userhandler=forum) The name of the user under which to log into thedatabasedbpassword(for userhandler=forum) This user's passworddbuserstable(for userhandler=forum) The name of the table in which your phpbb forumssaves its user data. Most likely this will be users (e.g.phpbb3users).dbextratable(for userhandler=forum) The name of the table in which wesnothd will saveits own data about users. You will have to create this table manually, e.g.:CREATE TABLE (username (255) PRIMARY KEY, userlastvisit INT UNSIGNED NOT NULL DEFAULT 0, userismoderator (4) NOT NULL DEFAULT 0); userexpiration(for userhandler=sample) The time after which a registered nick expires (indays).mail Configures an SMTP server through which the user handler can send mail. Currentlyonly used by the sample user handler.server The hostname of the mail serverusernameThe user name under which to log into the mail server.passwordThis user's password.fromaddressThe reply-to address of you mail.mailportThe port on which your mail server is running.

Default is 25.EXIT STATUSNormal exit status is 0 when the server was properly shutdown. An exit status of 2indicates an error with the command line options.AUTHORWritten by David White.

Edited by Nils Kneuper, ott, Soliton and Thomas Baumhauer. This manual page was originally written by Cyril Bouthors.Visit the official homepage:COPYRIGHTCopyright © 2003-2011 David White This is Free Software; this software is licensed under the GPL version 2, as published bythe Free Software Foundation. There is NO warranty; not even for MERCHANTABILITY orFITNESS FOR A PARTICULAR PURPOSE.SEE ALSO (6).