Coder Social home page Coder Social logo

testing-utilities-js's Introduction

Testing Utilities

Discontinued, go to MEEPofFaith/testing-utilities-java.

Just some small utilities for sandbox/modding

  • Team Changer: Change teams easilty. (Disabled in campaign)
  • Seppuku Button: Kill yourself. Press and hold to commit crawler. A setting to make the death instant can be found in game settings.
  • Clone Button: Instantly clones your player unit. Press and hold to mass clone. (Disabled in campaign)
  • Heal Button: Sets your player unit's hp to its max. (Disabled in campaign)
  • Invincibility Button: Sets your player unit's hp to infinity. (Disabled in campaign)
  • Sandbox/Survival Button: Toggles infinite resources. (Disabled in campaign)
  • Fill/Dump Core: Fill or empty your core of all items. Hold to swap. (Disabled in campaign)
  • Status Menu: Apply/clear status effects to yourself. (Disabled in campaign)

A setting for making the menu folded by default can be found in game settings.

Also increases zooming range.

testing-utilities-js's People

Contributors

iarkn avatar meepoffaith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

testing-utilities-js's Issues

Cloning massive bug

In campaign if you try to clone yourself, the core literally explodes and everything dissapears so you will need to reconquer that sector, I accidentaly cloned myself 2 times and lost everything I've done.

Disable changing teams in campaign

Why you should disable this in campaign

  1. You can grief crux bases
  2. You can make yourself immune to crux units by making yourself crux
  3. You can get attacked by your own defenses if you aren't sharded team.

Incorrect determination of the presence of timeControl.

I ran into this problem when setting the position of the cheat menu button in Braindustry and making it dependent on your mod and timeControl mod. When I removed both mods from the mods folder then Core.settings.getBool("mod -" + modName + "- enabled", false) returned true so I suggest using my code.
My code:

let TCOffset =  Core.settings.getBool("mod-time-control-enabled", false) &&
 Vars.mods!=null && Vars.mods.getMod("time-control")!=null ? 62 : 0;

Schema bug

After the scheme is copied or pasted, the game crashes ... Can I write about bugs here?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.