News // PAX East Round-Up

By jtucker // April 30th, 2014

pax

PAX East. Wow!

It was probably the most successful show that we have done to date. By our numbers we had around five hundred play-throughs of the game, meaning almost a thousand people got to try it out while many more thousands watched.

The whole weekend was a roller coaster of emotions, starting from Thursday when we arrived in Boston and found out that our hotel gave away our reservation on us. We spent our set-up contemplating staying overnight in our booth, but thankfully after an out-pouring of love & support from Twitter we were able to secure a room in Cambridge.

// More

News // Lovers in a Dangerous Spacetime @ PAX East

By jtucker // April 7th, 2014

megabooth

Asteroid Base is landing in Boston and we will be demoing Lovers in a Dangerous Spacetime at PAX East via the Indie MEGABOOTH!

Stop by to play the newest build of Lovers in a Dangerous Spacetime. We will be at booth #776 in the Indie MEGABOOTH area any time during PAX or make an appointment to talk by emailing [email protected].

Screen Shot 2014-04-07 at 13.33.48

Lovers will also be playable Friday night at the Joyful Bewilderment party that is being presented by BigSushi.fm and Rogue Ruckus

  • Tickets $10
  • Friday April 11th, 8 PM to 1 AM
  • Central Wharf Co. – 160 Milk St, Boston, MA 02109 Night

News // Lovers in a Dangerous Spacetime and Gold Egg!

By jtucker // April 2nd, 2014

gold egg project

Big news today – we’re happy to announce that Lovers in a Dangerous Spacetime has been selected as the next game to be supported by the Gold Egg Project! This is a fund put together by the amazing people at The Behemoth, and we couldn’t be more excited.

Developing Lovers in a Dangerous Spacetime has been quite the experience for us here at Asteroid Base. We have been working on the game on and off since January 2012, and throughout most of that time we have been self-funding the game by doing a few days of external contract work each week. It was really great for the first year-and-a-half because it allowed us to not only be sustainable, but also afforded us the time to figure out the kind of game we wanted Lovers to be.

// More

GIF // Let’s Dance!

By jtucker // March 28th, 2014

Happy Gifriday, let's dance!

News // GDC 2014 Wrap-up

By jtucker // March 26th, 2014

LOVERS

GDC 2014 was yet another amazing experience for us here at Asteroid Base. Going in, we didn’t think we could top our stint in the IGF and at Unity’s booth last year, but after five days at the Indie MEGABOOTH and a day in the OMDC GDC Play booth, talking to hundreds of developers, our minds were pretty blown.
// More

DevLog // #9: Pausing Without Pausing

By awinkels // March 26th, 2014

tunnel_unlock

The simplest approach to pausing your game in Unity is to set Time.timeScale = 0. While the time scale is 0, Update methods in your scripts will still called, but Time.deltaTime will always return 0. This works well if you want to pause all on-screen action, but it is severely limiting if you need animated menus or overlays, since Time.timeScale = 0 also pauses animations and particle systems.

// More

Follow the Discussion on the TIGSource Forums

News // Asteroid Base @ GDC

By jtucker // March 16th, 2014

= = = = = = = = =

Hey Friends!
Asteroid Base is off to GDC for the week, and we will have a new demo of Lovers in A Dangerous Spacetime for all to play.

What’s new?
Well, if you’ve ever played the game before, we will be debuting loads of new content: New levels, new bosses, new baddies, and a new 1 Player mode where you team up with a loyal space-pet.

The game will be at the Indie MEGABOOTH Showcase all week on the 3rd floor of the Moscone West Hall. For those of you who would like to meet with us, we will be there on Thursday March 20th from 2PM – 4PM.
More info at Indie MEGABOOTH.

Additionally, we will be demoing the game at the Ontario OMDC booth at GDC Play on Wednesday March 19th from 2PM – 4PM and we will also be available then to talk and meet with everyone.

Demo Times:
Monday – Friday: Indie MEGABOOTH, 3rd Floor Moscone West Hall
Wednesday, 2PM – 4PM: Ontario OMDC booth, GDC Play – Booth PL 306

Meeting Times:
Wednesday, 2PM – 4PM: Ontario OMDC booth, GDC Play – Booth PL 306
Thursday, 2PM – 4PM: Indie MEGABOOTH, 3rd Floor Moscone West Hall

If you wish to contact us to arrange another meeting please email us at [email protected]

See you there!

DevLog // #8: Ugly Sketchbooks

By mhammill // March 4th, 2014

matt_books

Whenever I buy a new “Art Of” book, no matter how great the concept paintings are, I often wish I could also see the earlier, rougher, uglier stuff that must exist from when the designers were still batting around ideas and trying to figure out what they were making.

On that note, here are some sketchbook pages from the past year-and-a-half of Lovers development. Working on paper, without an undo, helps to focus on the broad decision-making stuff and avoid getting bogged down in details. My sketchbook drawings have gotten rougher over the years as I’ve moved more mid-stage work to the computer, so with that warning, let’s dive in…

// More

Follow the Discussion on the TIGSource Forums

GIF // Gif dump!

By mhammill // February 27th, 2014

 
// More

DevLog // #7: Learning How to Walk

By awinkels // February 20th, 2014

gif_walker_perimeter

We’ve had ground-based enemies, which we call Walkers, in Lovers since way back in the days of the GDC 2013 build. Until recently these enemies have been tethered to spherical (well, circular) planets, so programming their movement was simply a matter of ensuring that their distance from the center of the planet was constant and their velocity was tangential to the vector from the enemy’s position to the planet’s center. However, as we continued to add new scenarios for players to experience we needed Walkers to be able to traverse more exotic terrain. Being the lazy developers that we are, our first attempt to implement a more robust walking algorithm was the simplest and most naive that we could come up with. Luckily for us, it worked out pretty well.

// More

Follow the Discussion on the TIGSource Forums

Next Page Previous Page