Universe Sandbox Legacy

Universe Sandbox Legacy

394 ratings
Getting All Achievements
By TroLL
This guide contains information how to get all achievements.
   
Award
Favorite
Favorited
Unfavorite
Startup Achievements
Method to Get These Achievements
To get Startup Achievements you have to use *.bat files. To create *.bat files you should create Notepad file, copy and paste comands from below and then press "Save As ...". Name should be like "the name file.bat" (in quotes). Place that file in game directory.
Check how much startups you have you can check in Log-file: My Documents\Universe Sandbox\Logs\Sandbox Log.txt
There will be a line "RunCount: ..." - This is what we need.

Method 1: Create a batch file (.bat) and paste:
:while1 "Universe Sandbox.exe" timeout /t 10 TASKKILL /f /im "Universe Sandbox.exe" timeout /t 10 goto :while1

Method 2: Create a batch file (.bat) and paste:
:while1 start "" "Universe Sandbox.exe" timeout /t 5 /nobreak TASKKILL /f /im "Universe Sandbox.exe" timeout /t 2 /nobreak goto :while1

Method 3 (that one uses 2 bat-files and they should work together):
set /a var=1 :loop "Universe Sandbox.exe" echo off timeout /t 4 echo Started %var% times set /a var+=1 goto loop

:loop timeout /t 11 taskkill /f /im "Universe Sandbox.exe" goto loop



Achievements of That Category
Startup the Universe Start Universe Sandbox at least once

Startup Deka Start Universe Sandbox 10^1 = 10 times

Startup Hecto Start Universe Sandbox 10^2 = 100 times

Startup Kilo Start Universe Sandbox 10^3 = 1 000 times

Startup Too Many Start Universe Sandbox 10^4 = 10 000 times
Achievements related to the in-game time
Method to Get These Achievements
  1. Run the Universe Sandbox and create the Universe.
  2. Put the computer to "Hibernation" mod (don't turn off the game)
  3. Turn on the computer but don't load the system and go into the BIOS (check special chapter if you don't know how to go into BIOS)
  4. Change the system time for 1 year and 1 day forward
  5. Continue to boot the system



Achievements of That Category

One Minute Rule over your universe for 1 minute

One Hour Rule over your universe for 1 hour

One Day Rule over your universe for 1 day

One Month Rule over your universe for 1 month

One Year Rule over your universe for 1 year
Other Achievements
Learner Read 5 in-game guides





Snowball Earth Freeze the Earth by moving it very far from the Sun

It can be done, for example, by increasing the mass of the Earth.



Heat Wave Make it so that Earth was destroyed by the Sun

It is necessary to stop time, go into Edit Mode, carry the Earth on the Sun and run time.



The Code Enter the code Konami

You just have to create the Universe and press the keys in sequence: ↑ ↑ ↓ ↓ ← → ← → BA



The Answer Give the answer to the Ultimate Question of Life, the Universe, and Everything from the book "The Hitchhiker's Guide to the Galaxy" by Douglas Adams

You have to create the Universe and press the keyboard keys in sequence: 42



Photographer Make 100 screenshots



Create the Universe, click the arrow to the right of the camera icon in the lower left corner of the screen, set speed to "1 frame per second" and tick the auto-creation of screenshot. Another method: start spamming the button to take screenshots (default F12)
How to enter the BIOS?
How to enter the BIOS?
At the time of initialization , after the self-test procedure on the screen in most cases, there is an inscription inviting enter in BIOS Setup. For example, it might look like this : Press DEL to enter SETUP. Well, to enter the BIOS Setup follow this recommendation until the lights inscription - <Del> press on the keyboard.

On different computers call BIOS Setup can be done in different ways: it can be <F1> ( found in some implementations, the Phoenix BIOS), <F2> ( on Intel motherboards , and in the case of some versions of Phoenix BIOS), <F10> ( another of the options for Phoenix BIOS), <Esc>, combination <Ctrl> + <Alt> + <Esc>, <Ctrl> + <Alt> + <Ins>, <Ctrl> + <Alt> or any other key (shortcut ) . Just <Del> - the most popular option . Typically, an entry in BIOS Setup when you download and can be found in the manual for the motherboard or computer .

But even if the prompt is displayed, instead of the boot messages shows the manufacturer's logo that hides all the messages , this fact does not prevent call BIOS Setup. Once the keyboard is initialized ( blink LEDs Num Lock, Caps Lock, Scroll Lock), repeatedly press <Del>. Nor does it help ? Restart the computer and try the next version of the above .

To make sure the key ( shortcut ) , press 10-15 times for about 10 seconds. This ensures that the press is not "lost" , but will be worked out . Most initialization enter BIOS Setup is accompanied by the inscription : for example , it can be a message Entering SETUP.

http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=179972397
35 Comments
Dragon Light 19 Jun @ 1:04pm 
For people having problems entering the bios after hibernation: Start cmd as admin and enter following command: " shutdown /h /fw "
This will automatically enter the BIOS after booting the PC.

For the Startup too Many achievement you can add following line between the timeouts for a running count of your startups:
type "C:\Users\%USERNAME%\Documents\Universe Sandbox\Logs\Sandbox Log.txt" | findstr "RunCount"[i/]
Spooky Ghost 11 Mar, 2023 @ 1:58pm 
the .bat method still works, as a complete non-programmer I couldn't get it to work until I tried clicking the batch file....so for any non programmer people like me out there create the file and then drop it into the game directory and click it to start it.
Solon 28 Jan, 2023 @ 1:34am 
Just so everyone knows what they are in for...I was able to reduce the time to two, so four seconds for each 'cycle'. Roughly 900 times per hour = just over 11 hours to get the Startup too Many achievement.

Disgusting...
Mamma_Duck 13 Jul, 2021 @ 4:34pm 
I sent a grain of sand at Earth at one hundred million times the speed of light. It went right through Earth without causing any damage at all. Not even a visible crater. It should have turned it into one molten ball while spewing a lot of its core and some of its mantle out in the direction opposite the direction of where the sand grain came from, as well as causing a massive shock wave circle the entire globe multiple times. It should also have also bumped the Earth out of its orbit by a bit too, but nada. Nothing. No effect at all. I expect too much I guess.
Yewbacca 14 Jun, 2019 @ 5:34pm 
Improved script
Place inside the game folder before executing.
Change var 'numstartups' for the Achievement.
It will output the number of startups, so you can keep track.
Save as a .bat file, like mentioned by OP.


@echo off
set numstartups=100
set countstartups=0
:loop
start "" "Universe Sandbox.exe"
set /a numstartups -= 1
timeout /t 4 /nobreak
taskkill /F /IM "Universe Sandbox.exe" /T
timeout /t 2 /nobreak
set /a countstartups += 1
echo Started %countstartups% times
if %numstartups% GTR 0 goto loop
pause
L3vines™ 7 Dec, 2018 @ 4:20pm 
Just to give an some added info about the bios thing. If you have your pc on you can just minimize the game and it only will use 180ish mbs of ram (no cpu usage at all) and when you put your pc on sleep it will just keep your timer going.
So that is a way of getting this achievement the legit way if you care about that (as in circumventing the issue that Tim.Doherty came with about achievement tracking sites)
I want a ***** Deck 26 Nov, 2017 @ 8:00am 
Excellent guide! I love the Batch file script. Works on Win 7 and Win 10.
tim.doherty 26 Jul, 2017 @ 8:09pm 
If you do the Bios thing you'll be marked as a cheater on achievement tracking websites, beware of that. Anything less than the right number of hours.
TroLL  [author] 5 Jul, 2017 @ 5:15am 
D:\Steam\steamapps\common\Universe Sandbox
RyanForcedMe 5 Jul, 2017 @ 1:16am 
Where is thae game directory? I'm not sure where to put my batch file