Overview
The very easy way to have the achievement Startup too many———————————————————————————La manière la plus simple d’avoir le succès Startup too many
English
You must create a batch file.
If you don’t know how to do, download Notepad++.
Create a new document and change the language in Batch.
In this batch file, you must write :
:while1
“D:Program Files (x86)SteamSteamAppscommonuniverse sandboxUniverse Sandbox.exe”
ping -n 7 127.0.0.1 > NUL 2>&1
TASKKILL /f /im “Universe Sandbox.exe”
ping -n 5 127.0.0.1 > NUL 2>&1
goto :while1
The first line with “ping” is a timer (s) before the game will be close. If it’s too fast for your PC, change the 7.
The second line with “ping” is a timer (s) before the game will be open again. If it’s too fast for your PC, change the 5.
EDIT : You can use “timeout -t” instead “ping -n”, it saves ressources. Thank you <FF>JustMystic…
Launch the batch file and wait ( it takes time but it’s the easiest and faster way to have this achievement ) =)
Thanks to this batch, i have “Startup Hecto” achievement and i will have the two other =D
EDIT : You can know how many times you start the game.
Follow the path in this screen and edit the text file 😉
( Thank you Bryozoa )
Français
Il faut créer un fichier batch.
Si vous ne savez pas comment faire, téléchargez Notepad++
Créez un nouveau document et changez le language en Batch.
Dans ce fichier batch, vous devez écrire :
:while1
“D:Program Files (x86)SteamSteamAppscommonuniverse sandboxUniverse Sandbox.exe”
ping -n 7 127.0.0.1 > NUL 2>&1
TASKKILL /f /im “Universe Sandbox.exe”
ping -n 5 127.0.0.1 > NUL 2>&1
goto :while1
La première ligne avec ”ping” est un timer (sec) avant que le jeu se ferme. Si c’est trop rapide pour votre PC, changez le 7.
La deuxième ligne avec ”ping” est un timer (sec) avant que le jeu s’ouvre une nouvelle fois. Si c’est trop rapide pour votre PC, changez le 5.
EDIT : Vous pouvez utiliser “timeout -t” à la place de “ping -n”, ça économise des ressources.
Merci à <FF>JustMystic… pour l’info.
Lancez le batch et attendez ( ça prend du temps mais c’est la manière la plus simple et la plus rapide d’avoir ces succès ) =)
Grâce à ce batch, j’ai réussi à avoir “Startup Hecto” et je vais certainement avoir les 2 autres =D
EDIT : Vous pouvez savoir combien de fois vous avez lancé le jeu =D
Suivez le chemin d’accès sur l’image et éditez le fichier texte 😉
( Merci Bryozoa )