Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411426 Posts in 69363 Topics- by 58416 Members - Latest Member: JamesAGreen

April 19, 2024, 11:05:07 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsManifold Garden
Pages: 1 [2] 3 4 ... 63
Print
Author Topic: Manifold Garden  (Read 394281 times)
William Chyr
Level 8
***



View Profile WWW
« Reply #20 on: November 30, 2013, 08:52:48 PM »

DevLog Update #4 - 11/30/2013

Started working on a level which I'm calling "The City" for now. Got a few architectural elements that I'm pretty happy with, heavily inspired by brutalism. You can see some trees that I've added. I'm quite happy with the results so far, but I think they still need plenty of tweaking. I'm not sure if it would be worth it to write a tree generation script, or just make 10 or so different ones by hand and place them randomly around the scene.

Also started optimizing the geometry in the scene. I'm using a combination of merging groups of objects into one to reduce draw calls, setting certain objects to occluders, as well as not drawing polygon faces that I know for sure are hidden.

Finally, I just got a new updated version of ProBuilder, which I'm super excited to try out.



« Last Edit: November 30, 2013, 09:03:42 PM by WillyChyr » Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #21 on: December 02, 2013, 11:59:52 AM »

Been thinking a lot about the debate of whether or not video games can be art, and finally decided to write down some of my thoughts.

Figured this would be a good place to share them:
http://willychyr.com/2013/12/on-video-games-as-art/
Logged

melos
Level 10
*****


View Profile
« Reply #22 on: December 02, 2013, 10:16:38 PM »

As mentioned earlier great blog post! And The City seems really neat, looking forward to see what it ends up as. Makes me wish other artist friends would get to making their own games to see what they would come up with..
Logged

play hydlide 2
William Chyr
Level 8
***



View Profile WWW
« Reply #23 on: December 03, 2013, 10:10:42 AM »

Makes me wish other artist friends would get to making their own games to see what they would come up with..

Yeah, I'd love to see more artists making games as well. I think what's holding them back is a combination of people from more traditional fields being dismissive of the medium for being a "novelty", and also non-programmers thinking that programming is this insanely difficult skill to learn. Neither are true, but it definitely takes time for these misconceptions to be overcome.
Logged

John McDonald
Level 0
**



View Profile WWW
« Reply #24 on: December 03, 2013, 10:43:02 AM »

Very cool. The gravity switching and colours reminds me of Colour Bind, but in 3d.
Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #25 on: December 03, 2013, 12:29:00 PM »

Very cool. The gravity switching and colours reminds me of Colour Bind, but in 3d.

I actually hadn't heard of Colour Bind before. Thanks for the suggestion. I just checked it out now, and you're right, there are some similarities, especially having the association of color and gravity.

Relativity is more than just that in 3D though. For one thing, which of the six gravity fields is active depends on your position, and that leads to some really interesting consequences and puzzles. The physics is also quite different in the sense that it is much more restrained (you'll notice that the cubes don't rotate). This is because if the physics was very realistic, the game would basically be impossible to play. Imagine you'd be trying to stack cubes to do something, and the whole time they're just falling over and knocking the others around.
Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #26 on: December 05, 2013, 04:43:15 PM »

DevLog Update #5 - 12/05/2013

For the last few days, I've been working mostly on high-level design stuff such as back story and game progression structure. The game is definitely coming together, and it's really helpful to see the big picture, but it's also overwhelming at the same time to see how much there is still to do.

Also met with my friend Kiku Hibino, who will be doing the audio and music for the game. We'll do a proper intro for Kiku in a few weeks, when I can get him to write something up about himself. Looking forward to using original sounds and music in the game instead of placeholders.

I spent today listening to the Tron: Legacy soundtrack and designing trees. I have 5 different types now, which should be enough for the moment:



Here's an attempt at a tree-lined street:
« Last Edit: December 09, 2013, 09:37:33 PM by WillyChyr » Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #27 on: December 06, 2013, 10:08:25 PM »

That looks dangerous...

Logged

dangersam
Level 2
**



View Profile WWW
« Reply #28 on: December 06, 2013, 11:34:32 PM »

Liking the look of this, the minimalist art style really suits this type of game I think.
Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #29 on: December 07, 2013, 08:08:43 AM »

Liking the look of this, the minimalist art style really suits this type of game I think.

Thank you!

The minimalist art style arose more from necessity than anything else, but I think it's starting to come into its own. Still needs plenty of work though.
Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #30 on: December 07, 2013, 10:11:46 PM »

Taking a nice, quiet stroll through a park:

Logged

noumenus
Level 2
**


tired


View Profile
« Reply #31 on: December 07, 2013, 10:23:53 PM »

I love this crazy perspective. I think you should overdo it though, like take this to 11
Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #32 on: December 08, 2013, 09:09:23 AM »

I love this crazy perspective. I think you should overdo it though, like take this to 11

Don't you worry, I will!  Gentleman

The main obstacle I need to overcome is my workflow. Basically, every building in the game is effectively six buildings merged into one. You can probably imagine that designing them is a bit of nightmare - design it one way, flip it around and make sure it works the other way, then flip it on its side, etc.

There also ends up being a lot of geometry that slows down the frame rate a lot. I've figured out ways to optimize my scenes a bit, but I'm going to have to use some different approaches if I want the game world to be as large/complex as what I have in mind.
Logged

noumenus
Level 2
**


tired


View Profile
« Reply #33 on: December 08, 2013, 12:50:49 PM »

So it's a puzzle to make puzzles?  Well, hello there!

Well if you can pull it off it would be totally worth it
Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #34 on: December 09, 2013, 01:49:50 PM »

So it's a puzzle to make puzzles?  Well, hello there!

Haha. That's definitely a good way to describe it. 

You just gave me an idea. Clearly what I should do is put all my efforts into making a level editor, release that as a game and have others design levels (as puzzles), then put those into the real Relativity. *cue evil laughter*   

Seriously though, it probably wouldn't be such a bad idea to make a level editor for the process. It just seems like it'd be a beefed up version of Unity's in-engine editor. Maybe after I go through the design/implementation process a few more times, I'll have a better idea of how to streamline it all.
Logged

noumenus
Level 2
**


tired


View Profile
« Reply #35 on: December 09, 2013, 02:42:46 PM »

If you can make all the pieces more modular it would be so much fun to build my own levels and share them with others.
Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #36 on: December 10, 2013, 11:30:53 AM »

DevLog Update #6 - 12/10/2013

Spent yesterday getting updated screenshots, as the current version of the game is already looking quite different than what I had posted a few months ago.

This took a lot longer than I had expected.

I figured I might as well put together a basic build of everything I have so far, so I had to go through all the levels, optimize each scene, and lightmap them. This process used to be fairly quick, but I now have 38 Unity scenes in the game, so going through all of them was pretty time consuming. On the plus side, I now have prettier looking pictures.

Here's one of them:


Tons of bugs still need to get fixed, especially in the earlier levels. I had gotten most of them to a level that was "good enough" and had moved on to work on other aspects of the game, but I think it's about time I go back and fix them while I'm still somewhat familiar with what I did.

I'm also starting to cut together a new trailer for the game. It's not going to be the official teaser trailer, just the alpha trailer v 0.2. Mostly it's an opportunity for me to collect some footage and get a sense of where the gameplay is at. I'll post it here once it's ready.


Some statistics on the project:
  • Current puzzle count: 37
  • Number of Unity scenes: 38
  • Estimated average playlength: 4 - 5 hours
  • Size of latest .exe file: 377 MB

For the final game, I'm aiming for between 50 - 60 puzzles, and about 6 - 8 hours of play time, so I'm making progress, but I've still got ways to go.
Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #37 on: December 11, 2013, 11:43:30 AM »

New screenshot of some architecture in the game. Are you looking up or looking down? (That's actually a trick question).

Logged

William Chyr
Level 8
***



View Profile WWW
« Reply #38 on: December 11, 2013, 03:26:05 PM »

Spent yesterday and today collecting gameplay footage and putting together an updated trailer for the game.

Here's the first cut. Click on the image below to watch the video on YouTube. Let me know what you guys think!



Logged

billyboob
Level 0
***


Kitty


View Profile
« Reply #39 on: December 11, 2013, 05:20:33 PM »

I think I finally realised why Portal 2 left me feeling unsatisfied. The puzzles never really visualised the insanity of Caroline's story. The puzzles and mood I'm picking up from this trailer would have helped convey the horror, loneliness and despair. Haha, that's probably not what you're going for though Smiley
« Last Edit: December 11, 2013, 05:47:21 PM by billyboob » Logged
Pages: 1 [2] 3 4 ... 63
Print
Jump to:  

Theme orange-lt created by panic