User:Polavux/Technical:Bloons TD 5 (multiplatform): Difference between revisions

Created page with "This is my outline for coverage of technical information in the mobile version of BTD5. This is similar to how [https://info.sonicretro.org/Shadow_the_Hedgehog_(game)/Technical_information Sonic Retro] covers technical information. Obviously this information is useful to modders, but to avoid getting in trouble with NK, there will be guidelines against explaining how to actually mod the game. For example, explaining what this information is and what it does when you modi..."
 
m Polavux moved page User:Polavux/Technical:Bloons TD 5 (mobile) to User:Polavux/Technical:Bloons TD 5 (multiplatform): Text replacement - "Bloons TD 5 (mobile)" to "Bloons TD 5 (multiplatform)"
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is my outline for coverage of technical information in the mobile version of BTD5. This is similar to how [https://info.sonicretro.org/Shadow_the_Hedgehog_(game)/Technical_information Sonic Retro] covers technical information. Obviously this information is useful to modders, but to avoid getting in trouble with NK, there will be guidelines against explaining how to actually mod the game. For example, explaining what this information is and what it does when you modify it would be okay, but explaining where this information is located, how to decrypt it, or how to modify it would be forbidden. You would need to already know how to mod the game to make use of this information.
This is my outline for coverage of technical information on the wiki, in this case for the mobile version of BTD5. This is similar to how [https://info.sonicretro.org/Shadow_the_Hedgehog_(game)/Technical_information Sonic Retro] covers technical information. Obviously this information is useful to modders, but to avoid getting in trouble with NK, there will be guidelines against explaining how to actually mod the game. For example, explaining what this information is and what it does when you modify it would be okay, but explaining where this information is located, how to decrypt it, or how to modify it would be forbidden. You would need to already know how to mod the game to make use of it.


Other applications I can see this namespace being used for:
Other things I can see this namespace being used for:
*BTD6's model classes
*BTD6's model classes
*Battles 2's various file formats
*Battles 2's various file formats
Line 8: Line 8:
*BSM2's level formats
*BSM2's level formats
*BMC's buildings, terrain, and round generator
*BMC's buildings, terrain, and round generator
*BATTD's tower graphs


----
----
{{TOC|right|clear=y}}
{{TOC|right|clear=y}}
This is a list of technical information pertaining to the {{mobile version of|Bloons TD 5}}.
This is a list of technical information pertaining to the {{multiplat version of|Bloons TD 5}}.


==Sub-pages==
==Sub-pages==
Line 40: Line 41:
|-
|-
|<code>Description</code>
|<code>Description</code>
|Unused.
|No apparent functionality.
|String
|String
|
|
Line 132: Line 133:
|
|
|String
|String
|No
|{{n}}
|
|
|-
|-
Line 164: Line 165:
|If <code>true</code>, the effects of the previous tier are disabled when this tier is active. This does not affect any tiers before the previous tier.
|If <code>true</code>, the effects of the previous tier are disabled when this tier is active. This does not affect any tiers before the previous tier.
|Boolean
|Boolean
|No
|{{n}}
|Defaults to <code>false</code>
|Defaults to <code>false</code>
|-
|-
Line 171: Line 172:
|Array of objects
|Array of objects
|
|
|}
==Rewards==
This structure is used for rewards from maps, Daily Challenges, Special Missions, the daily chest, and quests.
{| class="wikitable sortable"
!Key
!Description
!Type
|-
|<code>Agents</code>
|A list of Special Agent IDs. Having multiple copies of the same ID gives multiple copies of the Agent (e.g. <code>["BeeKeeper", "BeeKeeper"]</code> rewards two Bee Keepers).
|Array of strings
|-
|<code>ModeMonkeyMoneyMultiplier</code>
|
|Number
|-
|<code>ModeTokensMultiplier</code>
|
|Number
|-
|<code>ModeXPMultiplier</code>
|
|Number
|-
|<code>MonkeyMoney</code>
|
|Number
|-
|<code>MonkeyMoneyMultiplier</code>
|
|Number
|-
|<code>MultiplyMonkeyMoney_Hours</code>
|
|Number
|-
|<code>MultiplyMonkeyMoney_Multiplier</code>
|
|Number
|-
|<code>TokensEasy</code>
|
|Number
|-
|<code>TokensHard</code>
|
|Number
|-
|<code>TokensMedium</code>
|
|Number
|-
|<code>Towers</code>
|A list of tower and road item IDs. Having multiple copies of the same ID gives multiple copies of the tower (e.g. <code>["DartMonkey", "DartMonkey"]</code> rewards two free Dart Monkeys).
|Array of strings
|-
|<code>XP</code>
|
|Number
|-
|<code>XPMultiplier</code>
|
|Number
|}
|}