Return to “Announcements”

Post

Limit Theory @ PAX South 2018 Recap

#1
Limit Theory @ PAX South 2018 Recap
Hey everyone! If you didn't know already, we spent last weekend at PAX South showing off a Limit Theory demo at a booth on the expo floor. Since many of you couldn't make it, this post will recap what was in the demo and how PAX went. There are a few goofy developer photos and a demo video for you to enjoy :)

Here's a 3-minute clip of us playing with the demo! (there's no sound on purpose :P)





What Was In the Demo

The demo had two parts:
1, a small slice of combat in the form of a dogfighter, and
2, a small demo of the ship customizer.

At first, we designed the combat to have a goal, with the player needing to dodge bullets to retain health and earn credits from kills in order to buy ship upgrades. However, after just a few hours at PAX, we decided that making the player invulnerable and removing the goals was WAY more fun. Our idea of how big the demo needed to be for PAX was overestimated; people would drop by for a couple of minutes and really just want to fly around and shoot stuff. Dying wasn't so fun, and earning credits to upgrade parts was definitely out of the scope of what a short demo needed.

So, what we ended up with was a super simple dogfighter! The player had a certain amount of friendlies and an equal amount of enemies that would constantly respawn, and there was no final goal. Players could fly around and shoot the enemies, with a couple extra fun controls: pushing down the right stick would allow the player to spawn new friendlies and enemies, and the up and down buttons on the D-Pad allowed controlling friendlies. Up would tell the friendlies to go kill whatever enemy the player was locked on to, then return to the player; down would tell friendlies to find any random target, kill it, and then return to the player. Friendlies spawned with the right stick would follow the player in sphereical formation.

In addition, the game had a small ship customizer demo. The customizer allowed you to pick from the three fighter classes I've written so far (surreal, classic, and tie-like) and customize the shape and size of the wings and hull of the ship, as well as a couple of details like the surface detailing and overall warps. The full version will allow you to do much more, but this demo was in the small scope of what people would play with during their short stop at our PAX booth. Josh also added the ability to randomize a color pattern on the ship, which was cool and well-received.



How It Went

In short: really well! We had a constant stream of visitors to the booth with almost no downtime, and virtually everybody who played enjoyed it. We ran out of the 300 business cards we printed. People really enjoyed the dogfighting, and while fewer people used the ship customizer, those that did deeply enjoyed it and said things like "I could play with this all day!"

Josh made small tweaks to the code throughout PAX, sometimes to implement or change a feature (like when we made players invulnerable), to fix a small bug (of which we had very few), or to make a change a player asked for. One of our biggest requests, for example, was to make the control axes inverted, which we're certainly going to take note of.

Players also had a TON of fun with the 'spawn' button. We had several groups of people attempt to spawn as many NPCs as they could, with the goal of crashing the game. (Un?)fortunately, the game didn't crash from excessive NPC spawning, even when we had 10,000+ ships on screen. It did, however, start to slow down the framerate... after around 2000 ships. Thousands of ships flying in various formations, hundreds-of-thousands of pulse lasers, and all of it rendered with 2x supersampling (meaning rendered @ 4K and downsampled to 1080p) -- our work on performance optimization seems to have paid off. Players frequently expressed surprise at how smooth the game ran despite having loads of stuff going on :)

Here's one group of players who spawned 4000+ ships, with Josh smiling in the back, probably at our performance:
Spoiler:      SHOW
Image

And here's Josh deep in the code, looking super exstatic about me (Lindsey) taking a coding selfie with him:
Spoiler:      SHOW
Image



Fin

Overall, PAX was a great experience for us, both in marketing and for testing the game. We made real connections with fans old and new, from backers, to people who had heard about the game a couple of years ago, to people who were learning about it for the first time. The demo was also great test of our workflow for writing gameplay code and of our performance. We found a few things to clean up with regards to architecture that Josh and Adam are now working on. We're very, very close to going full-force on gameplay code, and the PAX demo was a great milestone for that.

Here are a couple of photos of the team in front of our booth.

Josh (left), Lindsey (middle), Adam (right):
Spoiler:      SHOW
Image

Lindsey (left), Josh (middle), Adam (right):
Spoiler:      SHOW
Image


That's all, folks! I hope this has satiated your curiosity about what went on at PAX. Here's the link to the demo video again. Feel free to ask more questions about what was in the demo and such, and thank you always for your continued support.

- The LT Team
Last edited by LindseyReid on Thu Jan 18, 2018 4:48 pm, edited 2 times in total.
Ship Inspiration Pinterest!! (send me stuff)

"You’ve got to work on something dangerous. You have to work on something that makes you uncertain. Something that makes you doubt yourself... because it stimulates you to do things you haven’t done before. The whole thing is if you know where you’re going, you’ve gone, as the poet says. And that’s death."
- Stephen Sondheim
Post

Re: PAX South 2018 Recap

#2
Oh My God!

I'm blown away with the new vid.. just had to let you know Lindsey, Adam and the ever wonderful Josh.

Wow.. the visuals are blowing my mind right now, and am so looking forward to more (moar!!) :) :D

If you guys are at PAX next year, I am so going to be there.. with my gopro!

I am so happy for you all, especially now that I can show this vid to friends and family (and they can see what I've been blathering about for the last few years!!) :D
Last edited by FormalMoss on Thu Jan 18, 2018 3:59 pm, edited 1 time in total.
YAY PYTHON \o/

In Josh We Trust
-=326.3827=-
Post

Re: Limit Theory @ PAX South 2018 Recap

#7
Thanks to LReid for a great recap :) We had a lot of fun and it was a really positive experience. With luck I'll be getting up a devlog later today with details about some of the progress (on my end) that lead up to the demo. With luck. :V :oops:
Naed wrote:
Thu Jan 18, 2018 4:05 pm
@Josh: Have you tried locking the HUD to the pivot rotation of the ship? or at least having it (HUD) follow along with the pivot rotation to a certain degree?
Don't quite understand what you mean -- can you clarify? Like, having some sort of roll indicator on the HUD that shows you your relative orientation with respect to the ecliptic plane? Or like the whole HUD sort of acts more like a physical projected screen in front of the ship such that it is subject to the camera<->ship relative orientation?
Victor Tombs wrote:
Thu Jan 18, 2018 4:05 pm
I too had forgotten what Josh looked like
:ghost: I was very tired and had also been eating too much fast food prior to PAX :ghost:
“Whether you think you can, or you think you can't--you're right.” ~ Henry Ford
Post

Re: Limit Theory @ PAX South 2018 Recap

#9
JoshParnell wrote:
Thu Jan 18, 2018 4:16 pm
Naed wrote:
Thu Jan 18, 2018 4:05 pm
@Josh: Have you tried locking the HUD to the pivot rotation of the ship? or at least having it (HUD) follow along with the pivot rotation to a certain degree?
Don't quite understand what you mean -- can you clarify? Like, having some sort of roll indicator on the HUD that shows you your relative orientation with respect to the ecliptic plane? Or like the whole HUD sort of acts more like a physical projected screen in front of the ship such that it is subject to the camera<->ship relative orientation?
When the ships starts "rolling" (@1:37) the HUD (and by that i mean the 2 curved vertical bars, not the stats in the upper right) stays fixed straight ahead. It "feels" like there is a disconnect between the motion of the ship model and the HUD itself. Does that make it more clear?
Post

Re: Limit Theory @ PAX South 2018 Recap

#11
Naed wrote:
Thu Jan 18, 2018 4:25 pm
JoshParnell wrote:
Thu Jan 18, 2018 4:16 pm
Naed wrote:
Thu Jan 18, 2018 4:05 pm
@Josh: Have you tried locking the HUD to the pivot rotation of the ship? or at least having it (HUD) follow along with the pivot rotation to a certain degree?
Don't quite understand what you mean -- can you clarify? Like, having some sort of roll indicator on the HUD that shows you your relative orientation with respect to the ecliptic plane? Or like the whole HUD sort of acts more like a physical projected screen in front of the ship such that it is subject to the camera<->ship relative orientation?
When the ships starts "rolling" (@1:37) the HUD (and by that i mean the 2 curved vertical bars, not the stats in the upper right) stays fixed straight ahead. It "feels" like there is a disconnect between the motion of the ship model and the HUD itself. Does that make it more clear?
I think I see what you're saying, but to be honest, if the HUD was tied to the rotation of the ship, I would find that a lot more disorienting, personally. It looks fine to me the way it is. I can't speak for anyone else, obviously, but I think it'd throw me for a loop if it moved.
Have a question? Send me a PM! || I have a Patreon page up for REKT now! || People talking in IRC over the past two hours: Image
Image
Image
Post

Re: Limit Theory @ PAX South 2018 Recap

#12
Talvieno wrote:
Thu Jan 18, 2018 4:35 pm
Naed wrote:
Thu Jan 18, 2018 4:25 pm
JoshParnell wrote:
Thu Jan 18, 2018 4:16 pm


Don't quite understand what you mean -- can you clarify? Like, having some sort of roll indicator on the HUD that shows you your relative orientation with respect to the ecliptic plane? Or like the whole HUD sort of acts more like a physical projected screen in front of the ship such that it is subject to the camera<->ship relative orientation?
When the ships starts "rolling" (@1:37) the HUD (and by that i mean the 2 curved vertical bars, not the stats in the upper right) stays fixed straight ahead. It "feels" like there is a disconnect between the motion of the ship model and the HUD itself. Does that make it more clear?
I think I see what you're saying, but to be honest, if the HUD was tied to the rotation of the ship, I would find that a lot more disorienting, personally. It looks fine to me the way it is. I can't speak for anyone else, obviously, but I think it'd throw me for a loop if it moved.
That is where the second part of the first question comes in: or at least having it (HUD) follow along with the pivot rotation to a certain degree?
Post

Re: Limit Theory @ PAX South 2018 Recap

#13
LindseyReid wrote:
Thu Jan 18, 2018 3:47 pm
Players also had a TON of fun with the 'spawn' button. We had several groups of people attempt to spawn as many NPCs as they could, with the goal of crashing the game. (Un?)fortunately, the game didn't crash from excessive NPC spawning, even when we had 10,000+ ships on screen. It did, however, start to slow down the framerate... after around 2000 ships. Thousands of ships flying in various formations, hundreds-of-thousands of pulse lasers, and all of it rendered with 2x supersampling (meaning rendered @ 4K and downsampled to 1080p) -- our work on performance optimization seems to have paid off. Players frequently expressed surprise at how smooth the game ran despite having loads of stuff going on :)
seems like i'll be able to use my fancy new screens to their full ability then :D
Post

Re: Limit Theory @ PAX South 2018 Recap

#14
When the ships starts "rolling" (@1:37) the HUD (and by that i mean the 2 curved vertical bars, not the stats in the upper right) stays fixed straight ahead. It "feels" like there is a disconnect between the motion of the ship model and the HUD itself. Does that make it more clear?
Gotcha, so I think maybe what you would want is something (subtle) that indicates relative roll on the HUD, so that some piece of the HUD is also rolling with you. I may play with it later and see how something like that feels :thumbup:
Cornflakes_91 wrote:
Thu Jan 18, 2018 4:44 pm
seems like i'll be able to use my fancy new screens to their full ability then :D
It is a real treat to play it in 4K :)
Victor Tombs wrote:
Thu Jan 18, 2018 4:26 pm
Not to sound like your Mom, Josh, but you need some of that good wholesome soup and some fresh air. ;) :angel:
Agreed on both counts Victor :squirrel:
“Whether you think you can, or you think you can't--you're right.” ~ Henry Ford
Post

Re: Limit Theory @ PAX South 2018 Recap

#15
JoshParnell wrote:
Thu Jan 18, 2018 5:22 pm
When the ships starts "rolling" (@1:37) the HUD (and by that i mean the 2 curved vertical bars, not the stats in the upper right) stays fixed straight ahead. It "feels" like there is a disconnect between the motion of the ship model and the HUD itself. Does that make it more clear?
Gotcha, so I think maybe what you would want is something (subtle) that indicates relative roll on the HUD, so that some piece of the HUD is also rolling with you. I may play with it later and see how something like that feels :thumbup:
Thank you, and remember to report back what you find :)

Online Now

Users browsing this forum: No registered users and 10 guests

cron