Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gmcp:start [2023/05/23 00:54] – Add channel message info. paradoxgmcp:start [2024/04/26 23:19] (current) – Add link to speakers page lytol
Line 16: Line 16:
 | Char | Character information |  | Char | Character information | 
 | Room | Room information |  | Room | Room information | 
-| Comm.Channel | Channel information ((Disables in-game channel echo when enabled.)) +| Comm.Channel | Channel information | 
 | Guild | Guild specific information ((Enabled automatically for all GMCP clients.)) | | Guild | Guild specific information ((Enabled automatically for all GMCP clients.)) |
  
Line 66: Line 66:
  
 ^Data Field ^ Description ^ Example ^ ^Data Field ^ Description ^ Example ^
-| ''str'' | Total Strength points | ''15''+| ''maxstr'' | Total Strength points | ''15''
-| ''con'' | Total Constitution points | ''13''+| ''maxcon'' | Total Constitution points | ''13''
-| ''int'' | Total Intelligence points | ''10''+| ''maxint'' | Total Intelligence points | ''10''
-| ''wis'' | Total wisdom points | ''10''+| ''maxwis'' | Total wisdom points | ''10''
-| ''dex'' | Total dexterity points | ''17''+| ''maxdex'' | Total dexterity points | ''17''
-| ''qui'' | Total quickness points | ''19'' |+| ''maxqui'' | Total quickness points | ''19'' |
  
 === Char.Status and Char.StatusVars === === Char.Status and Char.StatusVars ===
Line 111: Line 111:
 | ''num'' | Room number((For reasons, Dune uses a hash string and not a number)). Uniquely identifies the room. | ''"40ee12ff7ef7bcfc0f6b87fd4e6c6448"'' | | ''num'' | Room number((For reasons, Dune uses a hash string and not a number)). Uniquely identifies the room. | ''"40ee12ff7ef7bcfc0f6b87fd4e6c6448"'' |
 | "name" | Short description of the room | "Arrakeen Shuttle Landing Port" | | "name" | Short description of the room | "Arrakeen Shuttle Landing Port" |
-| ''area'' | Lower-case name of the planet((In the future we may send more specific area names)) you're on. | ''"arrakis"'' | ''environment'' | Whether you're indoors or outdoors. | ''"indoors"'' |+| ''area'' | Lower-case name of the planet((In the future we may send more specific area names)) you're on. | ''"arrakis"'' |  
 +| ''environment'' | Whether you're indoors or outdoors. | ''"indoors"'' |
 | ''exits'' | A table/dictionary mapping from exit name to room ID((remember, it's a hash)) | See below. | | ''exits'' | A table/dictionary mapping from exit name to room ID((remember, it's a hash)) | See below. |
  
Line 129: Line 130:
 } }
 </code> </code>
 +
 +**Note**: A few select areas that are highly custom may be missing exit information. This is a known issue and will hopefully be addressed in the future. The majority of areas will send correct GMCP data.
  
  
Line 188: Line 191:
 } }
 </code> </code>
 +
 +By default channel messages will be sent both in-game and over GMCP for clients that opt-in to the ''Comm.Channel'' module. If you want channel messages to be sent **only** over GMCP, then ''set gmcp_chans on'' in-game. To restore the original behaviour: ''unset gmcp_chans''. If you use this setting make sure you have a GMCP channel capture trigger configured or you won't see any channel messages!!!
  
 === Guild === === Guild ===
  
-TODO+Guild data varies widely by guild. See each page for more information. 
 +  * [[atreides|House Atreides]] 
 +  * [[gesserit|Bene Gesserit]] 
 +  * [[tleilax|Bene Tleilax]] 
 +  * [[warriors|Bene Gesserit Warriors]] 
 +  * [[fremen|Fremen]] 
 +  * [[harkonnen|House Harkonnen]] 
 +  * [[matres|Honored Matres]] 
 +  * [[sardaukar|Imperial Sardaukar]] 
 +  * [[img|Ixian Machine Guild]] 
 +  * [[speakers|Fish Speakers]] 
  
 ===== Client Setup ===== ===== Client Setup =====