User:Polavux/Technical:Bloons TD 5 (multiplatform)/Save files: Difference between revisions
Jump to navigation
Jump to search
Created page with "<small>''<sub>All sections are objects.</sub>''</small> == Miscellaneous == {| class="wikitable sortable" !Key !Description !Type |- |<code>TimePlayed</code> | |Number |- |<code>Version</code> |The version of the game you're playing on |Array of Numerical Variables |} == Level == This section contains variables that relate to the level. {| class="wikitable sortable" !Key !Description !Type |- |<code>MissionId</code> |Determines what special mission you are playing. Nor..." |
m Polavux moved page User:Polavux/Technical:Bloons TD 5 (mobile)/Save files to User:Polavux/Technical:Bloons TD 5 (multiplatform)/Save files: Text replacement - "Bloons TD 5 (mobile)" to "Bloons TD 5 (multiplatform)" |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 83: | Line 83: | ||
|Boolean | |Boolean | ||
|- | |- | ||
|Mastery | |<code>Mastery</code> | ||
|Determines if mastery is enabled. | |Determines if mastery is enabled. | ||
|Boolean | |Boolean | ||
| Line 91: | Line 91: | ||
|Number | |Number | ||
|- | |- | ||
| | |<code>CollectibleEventID</code> | ||
| | |||
|String | |||
|- | |||
|<code>CollectibleReward</code> | |||
| | |||
|Number | |||
|- | |||
|<code>CollectibleStartDay</code> | |||
| | |||
|Number | |||
|- | |||
|<code>BloonHuntEventID</code> | |||
| | |||
|String | |||
|- | |||
|<code>BloonHuntType</code> | |||
| | |||
|Number | |||
|- | |||
|<code>BloonHuntRound</code> | |||
| | |||
|Number | |||
|- | |||
|<code>BloonHuntIndex</code> | |||
| | |||
|Number | |||
|- | |||
|<code>BloonHuntMMAward</code> | |||
| | |||
|Number | |||
|- | |||
|<code>BloonHuntMMRangeX</code> | |||
| | |||
|Number | |||
|- | |||
|<code>BloonHuntMMRangeY</code> | |||
| | |||
|Number | |||
|- | |||
|<code>BloonHuntAgentAward</code> | |||
| | |||
|Number | |||
|- | |||
|<code>BloonHuntRespawnTime</code> | |||
| | |||
|Number | |||
|- | |||
|<code>BloonHuntRulesStr</code> | |||
| | |||
|Object inside String | |||
|- | |||
|<code>PreferredMonkeyEventID</code> | |||
| | |||
|String | |||
|- | |||
|<code>PreferredMonkeyEventCycle</code> | |||
| | |||
|Number | |||
|- | |||
|<code>PreferredMonkeyRewardConditionsMet</code> | |||
| | |||
|Boolean | |||
|- | |||
|<code>TheCrucibleEventID</code> | |||
| | |||
|String | |||
|- | |||
|<code>TheCrucibleEventCycle</code> | |||
| | |||
|Number | |||
|- | |||
|<code>MonkeyTeamEventID</code> | |||
| | |||
|String | |||
|- | |||
|<code>MonkeyTeamEventCycle</code> | |||
| | |||
|Number | |||
|- | |- | ||
|<code>UsedBloonScrambler</code> | |<code>UsedBloonScrambler</code> | ||
| Line 97: | Line 175: | ||
|Boolean | |Boolean | ||
|- | |- | ||
|Inventory | |<code>Inventory</code> | ||
| | | | ||
|Array | |Array | ||
| Line 107: | Line 185: | ||
=== Towers === | === Towers === | ||
This array contains every tower on screen (each tower is an object). | |||
Latest revision as of 23:28, 7 June 2026
All sections are objects.
Miscellaneous
[edit | edit source]| Key | Description | Type |
|---|---|---|
TimePlayed
|
Number | |
Version
|
The version of the game you're playing on | Array of Numerical Variables |
Level
[edit | edit source]This section contains variables that relate to the level.
| Key | Description | Type |
|---|---|---|
MissionId
|
Determines what special mission you are playing. Normal games have this variable blank. | String |
MissionLocId
|
Determines the special mission's localization key. Normal games have this variable blank. | String |
Level
|
The map that is being played on. | String |
Mode
|
The type of game mode that is played on. | String |
Difficulty
|
The difficulty of the game played on. | String |
GameType
|
String | |
AllowedTowers
|
The towers that are allowed on the game played on. | Number |
MapOffset
|
The offset of the map played on (I have no idea what it does other than determining tower positions). | Array of Numbers |
Player
[edit | edit source]This section contains variables about what goes on in the game itself.
| Key | Description | Type |
|---|---|---|
Health
|
The amount of lives the player has. | Number |
Money
|
The amount of cash the player has. | Number |
CurrentRound
|
The round the game is on. | Number |
FastTrackEnabled
|
Determines if fast track is enabled. | Boolean |
ReverseEnabled
|
Determines if reverse is enabled. | Boolean |
Mastery
|
Determines if mastery is enabled. | Boolean |
MasteryLevel
|
Determines what mastery level the game is played on. | Number |
CollectibleEventID
|
String | |
CollectibleReward
|
Number | |
CollectibleStartDay
|
Number | |
BloonHuntEventID
|
String | |
BloonHuntType
|
Number | |
BloonHuntRound
|
Number | |
BloonHuntIndex
|
Number | |
BloonHuntMMAward
|
Number | |
BloonHuntMMRangeX
|
Number | |
BloonHuntMMRangeY
|
Number | |
BloonHuntAgentAward
|
Number | |
BloonHuntRespawnTime
|
Number | |
BloonHuntRulesStr
|
Object inside String | |
PreferredMonkeyEventID
|
String | |
PreferredMonkeyEventCycle
|
Number | |
PreferredMonkeyRewardConditionsMet
|
Boolean | |
TheCrucibleEventID
|
String | |
TheCrucibleEventCycle
|
Number | |
MonkeyTeamEventID
|
String | |
MonkeyTeamEventCycle
|
Number | |
UsedBloonScrambler
|
Determines if the golden egg scrambler is used. Is only used by Bloons Monkey City | Boolean |
Inventory
|
Array | |
Towers
|
A list of all the towers on screen | Array of Objects |
Towers
[edit | edit source]This array contains every tower on screen (each tower is an object).