From 028d9c2bed217cdae832af00bbf78cd7fe69293e Mon Sep 17 00:00:00 2001 From: Martin Benjamins Date: Sat, 6 Jan 2018 14:56:57 +0100 Subject: [PATCH] Updated README with current proposal --- README.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04f651b5a3..5a5e9cd090 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,41 @@ Cool stuff we might end up doing if this gets enough traction: - Repository will feed automated updates on WoWDev.wiki - Pull requests are automatically checked for validity -The format in which these files will be built up is still up for discussion. You can view the current proposal [here](https://wowdev.wiki/User:Marlamin/DB/Test) (Under the "Source struct" heading). Discussions regarding the format should be done in the relevant issue [here](https://github.com/Marlamin/WoWDBDefs/issues/1). +The format in which these files will be built up is still up for discussion. Current proposal is as follows: -All feedback is welcome! \ No newline at end of file +Inline ID: `````` + +Regular: ```type ColName``` + +Arrays: ```type[length] ColName``` + +Foreign keys: ```type ColName``` + +``` + +string Directory +uint32[2] Flags +float MinimapIconScale +float[2] CorpseCoordinates +string ZoneName +string HordeDescription +string AllianceDescription +string PvpObjective +string PvpDescription +uint16 AreaTableID +int16 LoadingScreenID +int16 CorpseMapID +int16 TimeOfDayOverride +int16 ParentMapID +int16 CosmeticParentMapID +int16 WindSettingsID +uint8 InstanceType +uint8 MapType +uint8 ExpansionID +uint8 MaxPlayers +uint8 TimeOffset +``` + +Discussions regarding the format proposal should be done in the relevant issue [here](https://github.com/Marlamin/WoWDBDefs/issues/1). + +All feedback is welcome!