Asteroid Blasteroid Mac OS
In order to get Asteroid Impact to work on OS X Sierra (10.12), updated versions of PyGame and PySerial must be installed. The easiest way to get up and running is to create a conda environment from which to run Asteroid Impact. To do this you will need Anaconda 3 installed. From there, follow these steps. And DogeCoin, VertCoin, QuarkCoin, MaxCoin, more. Simple like iOS, yet powerful like a Mac, this app gives you all the options. With the most powerful bitcoin and litecoin mining backends available on the Mac, Mac miners now have a user friendly application which even allows you to run the backends in the Terminal if you just want an easy installation of bfgminer, cgminer or cpuminer (minerd). When installing AsteroidOS on most watches, you may choose to replace your previous OS entirely or install it alongside the existing OS, called a 'dual-boot'. If you decide to replace your previous OS, it is advised that you make a backup of your userdata and boot partitions before flashing AsteroidOS.
Since Flash will stop soon I've decided to release this electron application to make sure people can still play your retro until the HTML5/Unity Client is fully working. This works for Windows 7/8/10 32/64bits & MacOS.Source: https://github.com/asteroid-dev/AsteroidApp
Screens:
https://prnt.sc/w23v3m
https://prnt.sc/w23vz4
Credits:
Leet Asteroid, SD & Electron
How to install?
- Download NodeJS: https://nodejs.org/
- Open Command Prompt and make sure you are in the same location as the AsteroidApp.
- Install the dependencies by execute the command: npm install
- Make sure the file package.json is set up as desired.
• productName = Hotel name
• appId = nl.hotelname.appname (also in Main.js!) - Open the configuration file config.env and put your link here like this:
URL = https://www.habbo.com
SHORT_URL = habbo.com - Translate/edit the file views/home.html
- Open Command Prompt again and execute the command: npm start
- Yay congrats! Your app should be up and running. If everything is okay you can make it a .exe or a .dmg
- Open Command Prompt again and execute one of these commands:
- npm run windows - For Windows
- npm run mac - For Mac
- Yay! your app is ready for publishing! Go to the folder dist and your .exe / .dmg should be there!
Help! I get a Windows/Mac untrusted/virus/defender warning!
Depending on your/your players security settings you may receive a message warning you that the application is from an unknown (untrusted) publisher.
Windows instructions: https://www.pcworld.com/article/3197...indows-10.html
MacOS instructions: https://www.imore.com/how-open-apps-...ina-and-mojave
Asteroid Blasteroid Mac Os Catalina
You must purchase a Windows and / or Mac signing certificate to avoid a warning message.
How to sign the application for Mac?
- Find in package.json:
'extraResources': [
{
'from': './plugins/',
'to': '../plugins'
}
], - Replace with:
'files': '!src/SignHook.js',
'extraResources': [
{
'from': './plugins/',
'to': '../plugins'
}
],
'afterSign': 'src/SignHook.js', - Open src/SignHook.js and change the appleId/appleIdPassword to yours.
appleId: 'myemail@gmail.com',
appleIdPassword: '123-321-ab23-m4d', - Open Command Prompt again and execute the command: npm run mac
It can take some minutes because this will notarize and create the application.
How to sign the Application for Windows?