🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Weekly update #11

Published February 15, 2017
Advertisement

[font=arial]ITEM MODELS FOR WEAPONS & TOOLS[/font]


[font=arial]Remember all those player weapons and animations we showed you BEFORE[color=#333333]? Well, this time I made item models for the weapons and tools the player holds in his hands. These are models with less detail and without all the fancy moving parts that you will only be able to see when you hold it in your hands and use it. These will be used as items in the world you can pick up.[/color][/font]

[font=arial][color=#333333]item_models_lowpoly.png[/color][/font]
[font=arial]

[color=#444444]Weapon/tools lowpoly item models[/color][/font]


[font=arial]BUILD MODE ELEMENTS[/font]

[font=arial]In case you didn't know, the build mode in Floatlands will include 3 tiers: [color=#333333]WOOD[/color][color=#333333], [/color][color=#333333]STONE[/color][color=#333333], [/color][color=#333333]REINFORCED STONE[/color][color=#333333]. Previously we had already prepared all the elements for it and positioning system as well. You can read more about that [/color]HERE[color=#333333]. The visuals of Floatlands world changed since then, consequently our previous build mode elements needed a revamp, so I was doing rework on the models. I did some optimization, but I mostly focused on unifying the style with the rest of the game and just giving each piece the time and attention it needs.

wood-tier-build-floatlands.png?resize=300%2C239 stone-tier-build-floatlands.png?resize=300%2C239
wood tier stone tier [/color][/font]

[font=arial][color=#333333]Andrej Krebs[/color][/font]

[font=arial]CAVE DUNGEON ASSETS[/font]

[font=arial]This week I needed to research and come up with a list of assets that would fit in the cave dungeon. The dungeon would include different rock formations and huge stone pillars. The idea was that the dungeons would be pitch black dark, the only light source would be from the players' flashlight, so to make things a bit easier we added some sort of mellow light source in the form of "glowing" mushrooms. Of course there will also be loot crates and NPC encounters as you progress deeper into the dungeon.[/font]

[font=arial][color=#333333]cave-lights-lowpoly-floatlands.png[/color][/font]


[font=arial][color=#333333]Mito Horvat[/color][/font]


[font=arial]ITEM SYSTEM[/font]


[font=arial]Floatlands has a custom item managment system that I've written from scratch. It uses a really simple file parsing mechanism that parses data from external files. This makes adding items or changing their description, crafting times, sprites, drop chances and other minor variables (smelt tiems, rarity,...) with ease. Also we are going to use such model for modding purposes which is going to be added after the release of Floatlands. The system roughly looks like this:[/font]

[font=arial][color=#333333]item_system.png

The item system now works perfectly and is connected with the UI, you can now use inventory and crafting menus to do your things for survival needs![/color][/font]



[font=arial]Barrels and loot crates:[/font]


[font=arial]To test out the item system we implemented loot crates and barrels that drop various items needed to survive in the world of Floatlands. Animal and enemy NPCs also drop various items as well as various resources (stone, metal veins & trees). There are different kinds of loot crates which have different loot tables - categorized by rarity:

lowpoly_crates_barrel.png
Barrels and crates that could be found in the world

The one with particles around it is the rarest one to be found in either dungeons or on the surface of many islands. The content for now is not yet tweaked, but for now the loot crate animation when destroying it looks like this:[/font]

http://giphy.com/gifs/l0ExsRxCamCru72py



[font=arial]Other changes and additions:[/font]


  • [font=arial][color=#333333]I've implemented [/color][color=#333333]"turbo mode"[/color][color=#333333] for our buzzard (helicopter), so you can travel at 250% speed when there is more than 75% fuel in your fuel tank. It also consumes way more fuel when going into turbo mode. With this mode you can travel great distances with ease (distances between larger islands).[/color][/font]
  • [font=arial][color=#333333]Health managment system:[font=Gudea] Player can now take damage from different sources - physical damage (fall damage, mellee, etc.), bullet or other projectile damage and explosions. Everything is connected with the UI so you can find out that you took some damage. Next step is to implement health replentish items/objects, but that is something to really think about since it touches game design and the whole plot. We just can't simply put some medpacks into the game, it won't make sense. The idea is to implement healing/repair panels, batteries and much more.[/font][/color][/font]
  • [font=arial]Main Menu:[color=#333333] This is really a quick mockup. I've managed to copy the main scene for the main menu, so there is a procedurally spawned island behind you with a faster day/night cycle. I've also implemented an update system so we can display announcements or update changes right in the main menu. Keep in mind that this is just a mockup so I could connect everything together. Will focus on the polish in the next week.

floatlands_mainmenu_mockuup.png
Floatlands mainmenu early mockup[/color][/font]

[font=arial]Domen Koneski[/font]

[font=arial]IMPLEMENTING WEAPON ANIMATIONS[/font]


[font=arial]This week I was working on implementing first-person weapon animations (reload, proximity, aim+shoot, idle+walk+run). I have finished the work for all 5 weapons and 3 tools. The only thing left is debugging and a bit of eye candy. I recorded a quick sample for you with an AAD Rifle.

weapon-animations-lowpoly-floatlands.gif[/font]

Previous Entry Placement test function
Next Entry Weekly update #12
5 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement