Changes between Version 7 and Version 8 of Server fixes


Ignore:
Timestamp:
20.07.2014 20:52:00 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Server fixes

    v7 v8  
    7878* ''sayplayer'': Send a message to a single player denoted by his name or entity id. Will be shown on receiver side as "Server (private)".
    7979* ''settimereal'' / ''str'': Set the in-game time by number of days, hours, minutes
     80* ''showinventory'' / ''si'': List the inventory/belt content of a player denoted by his name or entity id. Note that this data is only updated every 30s when the client sends his current state. Sample output:
     81{{{
     82Belt of player:
     83    064 * brickDecayedTan
     84    064 * concreteBlock
     85    064 * quarterBlock
     86    064 * wedgeWoodWhiteShinglesAlsphalt
     87
     88Bagpack of player:
     89    031 * canBeef
     90    001 * firstAidBandage
     91    032 * painkillers
     92    001 * PumpShotgun
     93    064 * tallGrassDiagonal2
     94}}}
    8095
    8196
     
    8398== Release Notes ==
    8499
     100
     101=== [https://7dtd.illy.bz/browser/binary-improvements?rev=93 rev. 93] ===
     102
     103* Added console command ''showinventory'' / ''si''
    85104
    86105=== [https://7dtd.illy.bz/browser/binary-improvements?rev=91 rev. 91] ===