Developer Blogs

Advertisement
JFoll0823
April 07, 2024
Finishing Up Supercharging

This week was not a big week for progress as we begin to wind down to finish up content on Conquering Ciros.  The last of the content I had to work on was finally finishing the Crystal Superchargement code.  Previously, the code for Supercharging had already been written but its implement…

3,200 views
zmccurtain
April 07, 2024
Krilling Dev-Log #10

With our Steam page getting ready to be released this is our last week of development. This week was mostly lots of bug fixes.

The one major thing I did was create the end cinematic. Our producer wanted the player to unlock an achievement when completing all of the scenarios, and then transform into…

2,928 views
aroldan
April 06, 2024
Dungeon Rogueler - Devlog #0

Hi everyone!

I've been thinking on start a project. It basically will consist of a video game with dungeon crawler genre mixed with rogue-like/rogue-lite. Why? Just because. It will be FPS and grid-based. I'm thinking on if it'll be turn-based or tick-based, I'm not sure about this yet.

I'm a few-wor…

2,764 views
gamedevdigest
April 05, 2024
Game Dev Digest Issue #228 - The Magic Behind The Engineering

This article was originally published on GameDevDigest.com

Some game dev tips before we head into the eclipse. Enjoy!

2D Water Shader Breakdown - I wanted to try out some 2D reflections and ended up with this water shader. Sampling the noise textures with pixelated UVs really helped to make it fit wi…

3,204 views
8Observer8
April 05, 2024
How to set up Box2D-WASM with importmap and Rollup for JavaScript

​Playground: https://plnkr.co/edit/BGNYcIJRiJXpd9N4?preview

GitHub: https://github.com/8Observer8/how-to-set-up-box2dwasm-with-importmap-rollup-js

glMatrix is just a bonus:

index.html

<!DOCTYPE html>

<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewpor…
40,092 views
MSRPP
April 04, 2024
SDL Benchmark tool updated

The tool for comparing 2D performance with hundreds of sprites has been updated to include the preview release of SDL 3.1.1 with the Vulkan renderer.

It compares SDL 1.2, SDL 2, SDL 3, HGE and SFML renderers.
The new addition of the Vulkan renderer helps old GPUs (Ryzen 5 2400G APU) to show a ver…

3,577 views
Aressera
April 04, 2024
Water Melts Snow

In my previous blog post I described a simple approach for handling snow accumulation in an erosion simulator. In this post I will present new improved results, as well as a mechanism for reducing snow accumulation in areas with significant amounts of fluid. Now it looks like this:

The most obvious …

3,315 views
SquallLiu
April 03, 2024
Unheard Engine: Adding refraction material & Efficient ray-traced reflection.

Quite a change since the last time! Added refraction material and efficient ray-traced reflection.

The RT reflection itself costs around 1.0ms @1440p with 4070Ti. Total rendering time is around 2.0ms now. Without a use of modern upscalers.

Both rendering take care of the blurry with low smoothne…

26,265 views
Calin
April 03, 2024
What happens when a resource patch runs out of resources

I started using state machines. You can see the result below

https://youtube.com/shorts/Vur448bRpXU?feature=share

47,781 views
kyanite6
April 03, 2024
Dungeon Generation

I created a procedurally generated dungeon map.

Some settings merging, letting the rooms generate to close to each other just making a bigger room

A setting to change the size or rooms. 

A Setting making wholes in the rooms giving them different shapes

15,709 views
Juliean
April 03, 2024
General structure and design of the Acclimate Engine [Part 2]

Welcome back. In last weeks entry, we looked at the base-layout of the Acclimate Engine's resource-system. This week, I'll be highlighting the runtime-part of the system - the diagram from last week still applys, so I won't be posting it again.

Runtime

Now to recap, the games resources are handled vi…

2,433 views
quizimojo
April 03, 2024
Tech update complete!

The latest batch of tech improvements was delivered by our developer last week. The gameplay and UI have been improved immeasurably and the weapons are now fully functional in the quiz rounds. Quiz Quest is really beginning to look and feel like the game I envisioned way back in 2020. Watch this sp…

2,095 views
Aressera
April 03, 2024
Realistic Snow Accumulation in Erosion Simulator

The last few days I added a simple approximation of snow accumulation to my full-scale planetary erosion simulator. It looks like this up close:

And far away:

The basic algorithm is similar to the “talus” or thermal weathering approach which I already use for ensuring that sediment does not exceed it…

2,007 views
blumagma711
April 01, 2024
Role Analysis Project 2 (New Engine Experimentation): Unreal Engine Inventory System with Blueprints
Inventory System - Pickups:

This was something I already implemented during the halfway check-in, although I needed to rework things a bit because I wanted to have the ability for a single pickup to grant multiple of an item. Each item pickup now has an Amount variable that is used to add the correc…

18,496 views
JFoll0823
April 01, 2024
Spider-Man Swing - Unreal Engine 5

This week I dedicated most of my time to working on an Unreal Engine 5 project to start learning blueprints.  The goal was to create a somewhat viable swinging system similar to Spider-Man.

My first attempt I was trying to figure out how to work this out mostly alone by using a Physics Constrai…

2,856 views
texasraised
April 01, 2024
Cyberscape: concept (Part 2)

Hello everyone,

I'm excited to share an update on our latest project, Cyberscape, straight from Poupikhan Studios. Right now, we're at the concept stage, which is super important when it comes to making a video game. We're focused on creating gameplay that's not only fun but also tells a great story…

2,365 views
KYANI7E
March 31, 2024
Week 11

As the team prepares for launch and all of my systems have been finished. I have been just playing through the game every day looking for bugs and what not.

14,271 views
blumagma711
March 31, 2024
Conquering Ciros Week 11: Two New Enemies
This Week's Work:

My goal for my last sprint of Ciros work was to implement two more enemy types, with placeholder sprites that will be added and animated by another team member.

Both enemy types are stationary, but they both have some form of projectile, which doesn't really exist for any other enem…

2,005 views
Gypi
March 31, 2024
3/31/2024

Hi guys!!! 

Sorry for not posting for the last 2 whole months… I guess I could never keep up my promises huh. So I'm not going to make any more promises and I'll just post whenever I want within a month lol. 

The first house out of twentyThe first scene (I'll fix the tree later) (The charac…
10,364 views
klg71
March 31, 2024
Intro Questline

I spent the week implementing a quest system. I use it to introduce the players into the game.

At first, you have to farm materials.

The player has to enter Academy Halls and farm 10 of each material. That takes approximately 15 minutes. You can see your active quests above the chat window on the lef…

9,332 views
aigan
March 30, 2024
NetHack

It has been 30 years and there are still no game that has managed to surpass NetHack.

I first played NetHack on my Amiga 500 around year 1992. It was the tiled "graphical" version. It's now the year 2020. It has been 30 years and there are still no game that has managed to surpass NetHack.

NetHack le…

9,888 views
jhocking
March 30, 2024
Introducing Tokkitron with Dungeon Crawler jam

I just submitted my entry in this year’s dungeon crawler jam: Uliel’s Quest. And you may notice that it’s not on my main account, but rather a new account I started for my new brand:

Basically, earlier this year I noticed DCJam that runs in late March. Well I’ve t…

1,242 views
zmccurtain
March 30, 2024
Krilling Dev-Log #9

The Krilling team is back at work from a short break. I didn’t have a lot of things to do this week, my portion of things is complete, so I ended up taking various miscellaneous tasks from our other team members. These were mostly simple and short changes. The first thing I did was just move a coup…

1,333 views
gamedevdigest
March 29, 2024
Game Dev Digest Issue #227 Animation, Mind Blowing Shaders, and more

This article was originally published on GameDevDigest.com

This issue has a bunch of great shader posts, animation related posts, and lots more. Enjoy!

Grass System Extension : Cutting - Here’s the post that explains how to extend the grass system to add the much requested feature to cut grass. The p…

1,898 views
Joey_JY
March 28, 2024
0328-Framework
  • Background: village & monsters
  • Story: Dont judge a man roughly
  • Mechanism: Combat, dialogue, shop
  • Monsters: Cthulhu, mythology
  • 2D, slide vide
  • For 1st demo, the basic environment of the game, movement, dialogue, and basic interaction.

    Work through git, using Godot.

    10,449 views
    Juliean
    March 27, 2024
    General structure and design of the Acclimate Engine [Part 1]

    So this time, I've decided to talk about something a bit different. The disassembler-part is really technical and abstract, and probably a lot of people, who don't want to develop their own programming language, will not really have that much insight from it. So today, we are instead looking at the…

    2,148 views
    quizimojo
    March 27, 2024
    AI Questions

    As a new studio with no backing from a publisher or investors (yet!) we are having to self-fund our game. As such, we are trying to save money by doing everything ourselves where possible. One thing that I was not expecting to have to do was write two thousand quiz questions!

    The questions for Quiz …

    9,776 views
    MSRPP
    March 26, 2024
    Pac-Man Evolution game available

    A new game developed with CRM64Pro is available for download.

    It was developed in 2018 and includes a procedural maze creation algorithm and two game modes:

    • Standard: ghosts use Pac-Man rules.
    • Evolution: ghosts use a trained neural network.

    You can also train your ghosts, evolve their…

    1,720 views
    Joey_JY
    March 26, 2024
    0326-Second Meeting

    Talked about the details of the type of the game.

    Roughly decided to make a Metroidvania/Dungeon Crawler game.

    We are still considering the version(2D/3D) and the art style.

    The game will probably start in a hotel or museum. 

    Next meeting, need to decide the details of the game.

    Art(environment, st…

    10,439 views
    zmccurtain
    March 24, 2024
    Krilling Dev-Log #8

    After a short break and attending GDC I am back to making a post. Work on The Krilling has been minimal, so instead today I am going to talk about a side project of mine in the works. This past month and a half I have been working on learning Godot. Today I am going to talk about the beginning of t…

    2,275 views
    Advertisement