Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 2.51 KB

README.md

File metadata and controls

43 lines (38 loc) · 2.51 KB

Spacemonster v.1.1-1.8

Spacemonster is a JavaScript addon for Rebuild the Universe.

This is not for cheating, it simply adds new "helpers" to the game and changes how some things are displayed. Everything in Spacemonster is an option that is disabled by default so you can pick and choose what you'd like see/change.

How to Use/Install

Create a Bookmark and name it "Spacemonster" (or whatever you want to call it) then copy & paste the below code into the URL text box and click Save. Next, go Rebuild the Universe (wait for the page to fully load) and click the Bookmark you just created. If done correctly, you should see a new option on the navigation bar that reads "Spacemonster".

javascript:(function(){
	$.getScript('https://rawgit.com/FlyingKumquat/Spacemonster/master/spacemonster.js')
}());

Alternatively, you can copy & paste the $.getScript function directly into the browser's console. Information on how to open your browser's console can be found here.

$.getScript('https://rawgit.com/FlyingKumquat/Spacemonster/master/spacemonster.js')

Features/Config Options

  • Display Unit Types
    • Displays the Unit Type in the top right corner of each unit in the Units section
  • Color Units by Type
    • Colors the inner shadow of each unit in the Units Section according to the Unit Type
  • Disable Unaffordable Buttons
    • Disables Buy Buttons (X5, X10, MAX, etc.) if you cannot afford to make the purchase
  • Glow Unit on Next
    • Creates a "Glow" on a unit when you can afford to buy up to the next bonus
  • Display Buy Buttons
    • Allows you to enable/disable various Buy Buttons: X5, X10, X25, X50, X100, NEXT, MAX ("NEXT" buys up to the next bonus)
  • Game Update Rate
    • Allows users to adjust how often the game updates. (min:[1 time per 10 seconds], max[60 times per 1 second])
  • Spacemonster Update Rate
    • Allows users to adjust how often Spacemonster updates. (1 to 60 times per second)
  • Auto Save Game Frequency
    • Allows users to adjust how often the game automatically saves. (30 seconds to 15 minutes with a max of "never")
  • Scroll Top Atom Bar
    • This option allows users to lock the top Atom bar in place to keep it from scrolling with the page.
  • Notifications Position
    • Allows users to change which corner notifications appear. (because reasons)