Sandbox: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) added image, removed stub |
Gammaton32 (talk | contribs) |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 21: | Line 21: | ||
Note: All hero tool settings also apply to the mimic/puppet if the player is controlling one. | Note: All hero tool settings also apply to the mimic/puppet if the player is controlling one. | ||
* Change Hero: change the player's hero | * Change Hero: change the player's hero | ||
* Change Team: change to enemy team and choose hero | * Change Team: change to enemy team and choose hero | ||
* Reset Hero: reset to level 0 with no ability upgrades | * Reset Hero (<code>resetme</code>): reset to level 0 with no ability upgrades | ||
* Level Up: level the player up by 1 | * Level Up (<code>givelevelupgold 1</code>): level the player up by 1 | ||
* Max Level: set level to | * Max Level (<code>givelevelupgold {{#invoke:SoulUnlock|get_max|PowerIncrease}}</code>): set level to {{#invoke:SoulUnlock|get_max|PowerIncrease}} | ||
* Half Health: set the player to half health | * Half Health (<code>healthpct 50</code>): set the player to half health | ||
* Full Health: set the player to full health | * Full Health (<code>healthpct 100</code>): set the player to full health | ||
* Kill Hero: kill the player | * Kill Hero (<code>lethaldamageme</code>): kill the player | ||
* All Perks: unlock all ability upgrades | * All Perks (<code>giveallupgrades</code>): unlock all ability upgrades | ||
* Spawn Camp: spawn jungle camp | * Spawn Camp (<code>citadel_spawn_nearby_neutrals</code>): spawn jungle camp | ||
=== Game Rules === | === Game Rules === | ||
* No Death: heroes can't die (NPCs can still die) | * No Death: heroes can't die (NPCs can still die) | ||
| Line 36: | Line 37: | ||
* No Cooldown: set all cooldowns to 1s (not actually instant) | * No Cooldown: set all cooldowns to 1s (not actually instant) | ||
* Fast Stamina: make stamina cooldown faster | * Fast Stamina: make stamina cooldown faster | ||
* Speed-: slow game time | * Speed- (<code>host_timescale_dec</code>): slow game time | ||
* Speed=: reset to default speed | * Speed= (<code>host_timescale 1.0</code>): reset to default speed | ||
* Speed+: speed up game time | * Speed+ (<code>host_timescale_inc</code>): speed up game time | ||
=== Hero Control === | === Hero Control === | ||
* Take Control: take control of the target hero | * Take Control (<code>citadel_assume_pawn_control</code>): take control of the target hero | ||
* Remove Bots: remove all bot heroes from the map, including Dummies | * Remove Bots (<code>bot_kick_all</code>): remove all bot heroes from the map, including Dummies | ||
* Hero to spawn (hero portrait): select which hero will be spawned as enemy or friendly | * Hero to spawn (hero portrait): select which hero will be spawned as enemy or friendly | ||
* As Enemy: spawn enemy hero based on the player's crosshair | * As Enemy: spawn enemy hero based on the player's crosshair | ||
* As Friendly: spawn friendly hero based on the player's crosshair | * As Friendly: spawn friendly hero based on the player's crosshair | ||
* Make Mimic: make target hero mimic the player | * Make Mimic (<code>bot_mimic_target</code>): make target hero mimic the player | ||
* Make Puppet: switch control to the target hero from the current hero's perspective | * Make Puppet (<code>bot_puppet_target</code>): switch control to the target hero from the current hero's perspective | ||
* Clear Follow: reset mimic or puppet | * Clear Follow (<code>bot_mimic 0; bot_puppet 0</code>): reset mimic or puppet | ||
== Known Bugs == | == Known Bugs == | ||
* If the player goes back to the Hideout via the menu while in puppet mode, they won't be able to move their hero in the Hideout. This can only be fixed by closing and re-opening the game. | * If the player goes back to the Hideout via the menu while in puppet mode, they won't be able to move their hero in the Hideout. This can only be fixed by using "Clear Follow" in [[Console commands|console]] (<code>bot_puppet 0</code>), or by closing and re-opening the game. | ||
== Trivia == | == Trivia == | ||