Wormventures - Barrier 51: Moving the devlog to steam

Wormventures - Barrier 51

Wormventures - Barrier 51 is a classic 3D cartoon point & click adventure game. Help Looky the worm to save planet Vermis in this big and funny adventure! Explore Looky's odd world, talk to its quirky inhabitants, find clues and use your collected items to solve puzzles.

Hi there, Marcus here. Since Steam's news system seems to be quite nice to work with, I decided to post future development updates and logs here and remove the devlog from the [b]Wormventures - Barrier 51[/b] homepage. At first I will move my older devlogs to Steam to have them all at one place. This time I want to tell more about my approach to create this game, beginning with implenting the raw game logic and then detailing each scene. [h1]Creation philosophy[/h1] First thing I did was creating each scene with just simple geometry like boxes and cylinders that represent the very rough scene layout and the things, the player can interact with. This was completely done with Blender, a free 3D modeling software and meanwhile a beast of an application. I work with Blender for many years now and since it was a little bit quirky in the past (selecting with right mouse button and so on, which can be really confusing when switching back and forth between Unity and Blender) it is now completely industry compatible in terms of controls (common mouse and keyboard layout). This is an example of a super-rough greyboxing scene layout in Blender: [img]{STEAM_CLAN_IMAGE}/41844433/c8243980a0b07d5268192af43df429571c1569e6.png[/img] After designing the scene in Blender it was opened in Unity, the game engine I'm using to create this game. In Unity all logic elements of a scene were added like hotspots, markers to move the characters from point to point and triggers to make things happen if the player moves into a certain area. Camera and a rough lighting was implemented as well at this point of time. This is the same scene in Unity with the hotspots and markers in place: [img]{STEAM_CLAN_IMAGE}/41844433/fac872823ffce008f96f41020907adcb00cfa588.png[/img] This process was done for all scenes. Basic dialogs were implemented, some of them as simple as "Give me item" for the player to say. Just there to connect the whole game logic underneath. By doing this I had a completely playable game in a relatively short period of time ... which was unbelievably ugly. Since then all the graphics, sounds, music, lighting, animations, dialogs and of course the story are being added. Some rooms with local puzzles are unfinished and are currently skipped when playing the game. They can be included into the game very quickly and get in, when they are done. This is the same scene in a more detailed state: [img]{STEAM_CLAN_IMAGE}/41844433/a53ce004510fcefb0f824c3dedcc691e360e7514.png[/img]