Changes

Jump to navigation Jump to search
35 bytes removed ,  23:23, 7 April 2016
Line 461: Line 461:  
Bitmasks:
 
Bitmasks:
 
* 0x1: When set, spectators are not allowed to connect(see [[NWMUDS:EjectSpectator|here]]). Checked by official user-processes before using [[NWMUDS:ConnectToNetwork]], when connecting as a Spectator. Must be clear otherwise that code returns error 0xE10113EA. If the initialized_flag at offset 0x8 is zero, this code handles it the same way as if this bit was set. The latest NWM-module handles checking this bit itself however.
 
* 0x1: When set, spectators are not allowed to connect(see [[NWMUDS:EjectSpectator|here]]). Checked by official user-processes before using [[NWMUDS:ConnectToNetwork]], when connecting as a Spectator. Must be clear otherwise that code returns error 0xE10113EA. If the initialized_flag at offset 0x8 is zero, this code handles it the same way as if this bit was set. The latest NWM-module handles checking this bit itself however.
* 0x2: When set, new Clients are supposedly not allowed to connect. This has no affect for new connections with homebrew currently though.
+
* 0x2: When set, new Clients are not allowed to connect. Seems to be only enforced by the user-process?
 
* 0x4: This is probably the same as 0x2 except for Spectators.
 
* 0x4: This is probably the same as 0x2 except for Spectators.
 
|-
 
|-

Navigation menu