Console commands: Difference between revisions
Appearance
Adricheeks (talk | contribs) Created page with "Console Commands are all the commands that you can input into your browser's Javascript console. You can see all of them after taking the {{Instructionscircle}}Console Commands Power-up, that is found in the secret passage of intial. == List of Commands == * <code>power.Up.instructions.effect()</code>: This shows the list of Console Commands. *" |
SquareCube (talk | contribs) I don't think that's true; you just need inspect element Undo revision 1884 by 172.68.228.137 (talk) Tag: Undo |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Console Commands are all the commands that you can input into your browser's Javascript | '''Console Commands''' are all the commands that you can input into your browser's Javascript Console. You can see all of them after taking the {{Instructionscircle}}[[Power-ups#Console Commands|Console Commands Power-up]], that is found in the [[Maps#Secret Passages|secret passage]] of [[initial]]. | ||
Mods that don't have a website require you to paste code in the Console; however, you can also save it as a bookmark. | |||
== List of Commands == | == List of Commands == | ||
* <code> | * <code>powerUps.instructions.effect()</code>: This shows the list of Console Commands. | ||
* <code>powerUps.warp.effect()</code> : Lets you warp to any level. | |||
*<code>b.giveGuns("name")</code>: Gives guns. | |||
*<code>m.setField("name")</code>: Sets your field. | |||
*<code>tech.giveTech("name")</code>: Gives you tech. | |||
*<code>tech.damage *= x</code>: Multiplies your damage. | |||
*<code>m.immuneCycle = Infinity</code>: Makes you invulnerable. | |||
*<code>m.health = x</code>: Sets your health. | |||
*<code>m.maxHealth = x</code>: Sets your max health. | |||
*<code>m.energy = x</code>: Sets your energy. | |||
*<code>m.maxEnergy = x</code>: Sets your max energy. | |||
*<code>lore.unlockTesting()</code>: Unlocks testing mode | |||
*<code>simulation.enableConstructMode()</code>: Unlocks construct mode. | |||
*<code>powerUps.spawn(m.pos.x, m.pos.y, "name")</code>: Spawn a power up of your choice. | |||
== Mods == | |||
These mods don't have an official website, so you may need to paste the code: | |||
* | * [[n-scythe]] |
Latest revision as of 22:32, 26 February 2025
Console Commands are all the commands that you can input into your browser's Javascript Console. You can see all of them after taking the Console Commands Power-up, that is found in the secret passage of initial.
Mods that don't have a website require you to paste code in the Console; however, you can also save it as a bookmark.
List of Commands
powerUps.instructions.effect()
: This shows the list of Console Commands.powerUps.warp.effect()
: Lets you warp to any level.
b.giveGuns("name")
: Gives guns.m.setField("name")
: Sets your field.tech.giveTech("name")
: Gives you tech.tech.damage *= x
: Multiplies your damage.m.immuneCycle = Infinity
: Makes you invulnerable.m.health = x
: Sets your health.m.maxHealth = x
: Sets your max health.m.energy = x
: Sets your energy.m.maxEnergy = x
: Sets your max energy.lore.unlockTesting()
: Unlocks testing modesimulation.enableConstructMode()
: Unlocks construct mode.powerUps.spawn(m.pos.x, m.pos.y, "name")
: Spawn a power up of your choice.
Mods
These mods don't have an official website, so you may need to paste the code: