server:running_the_server:positional_parameters
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
server:running_the_server:positional_parameters [2018/02/28 05:21] – created karl | server:running_the_server:positional_parameters [2025/04/18 13:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 56: | Line 56: | ||
Syntax : '' | Syntax : '' | ||
- | The default port-number for the crossfire server is //13227// . \\ | + | The default port-number for the crossfire server is //13327// . \\ |
If you want to run it for another port, or even want to [[: | If you want to run it for another port, or even want to [[: | ||
Line 66: | Line 66: | ||
==== -mon ==== | ==== -mon ==== | ||
- | ===== Configurations | + | ===== Configuration Files and Directories |
==== -arch ==== | ==== -arch ==== | ||
Line 103: | Line 103: | ||
==== -v ==== | ==== -v ==== | ||
+ | Should print out the version of the server binary. \\ | ||
+ | That worked until at least v1.12.0 somewhat, but later servers would not print anything into the terminal, since some code changes in regards to the message stream between the server and the client had been changed, that made the usage of older clients on newer v1.50 servers and beyond partly unusable and the other way too. \\ | ||
+ | The problem is the //void version(object *op)// in // | ||
+ | The function //version// is also used by the player command [[: | ||
+ | Example output : | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
==== -m ==== | ==== -m ==== | ||
- | | + | |
- | - -m2 Dumps out abilities. | + | * print_monsters() |
- | - -m3 Dumps out artifact information. | + | * common/ |
- | - -m4 Dumps out spell information. | + | |
- | | + | * **-m2** Dumps out abilities. **Output goes to stdout**. |
- | | + | * dump_abilities() |
- | | + | * common/ |
- | | + | |
- | - -m9 Dumps out more alchemy information (formula checking). | + | * **-m3** Dumps out artifact information. **Output is printed to [[logfile]]** |
- | | + | * dump_artifacts() |
+ | * common/ | ||
+ | |||
+ | * **-m4** Dumps out spell information. | ||
+ | * dump_spells() | ||
+ | * server/ | ||
+ | | ||
+ | * **-m5** Dumps out skill information. **No Output Possible**. | ||
+ | * :!: NOT functional ! Code hooks are there, but no // | ||
+ | * Older servers just // | ||
+ | | ||
+ | * **-m6** Dumps out race information. **Output goes to stderr**. | ||
+ | * dump_races() | ||
+ | * server/ | ||
+ | | ||
+ | * **-m7** Dumps out alchemy information. | ||
+ | * dump_alchemy() | ||
+ | * common/ | ||
+ | | ||
+ | * **-m8** Dumps out gods information. **Output goes to stderr**. | ||
+ | * dump_gods() | ||
+ | * common/ | ||
+ | |||
+ | * **-m9** Dumps out more alchemy information (formula checking). **Output is printed to the [[logfile]]** | ||
+ | * dump_alchemy_costs() | ||
+ | * common/ | ||
+ | | ||
+ | * **-mt < | ||
+ | * server/ | ||
+ | * init_beforeplay() | ||
+ | * dump_monster_treasure(settings.dumparg) | ||
+ | * common/ | ||
server/running_the_server/positional_parameters.1519816879.txt.gz · Last modified: (external edit)