I am Overburdened [devlog]

If you're an indie dev or author of a game, book, film, or other production, this is where you can pitch it -- just don't be spammy!
User avatar
noiseredux
Next-Gen
Posts: 38148
Joined: Fri Nov 14, 2008 1:09 pm
Contact:

Re: I am Overburdened [devlog]

Post by noiseredux »

oh wow, best of luck with everything. You know I've enjoyed following your devlog. Try to stick around even if you need a break from working on the game!
Image
User avatar
Spidi777
16-bit
Posts: 67
Joined: Fri Mar 03, 2017 4:13 pm
Location: Budapest, Hungary
Contact:

Re: I am Overburdened [devlog]

Post by Spidi777 »

Everyone, thank you very much for your kind wishes and encouragement. It means a lot!

@marurun:
Yep, I did :) I have to get used to voice control though because it feels, I don't know how else to describe it: WEIRD :D
But it isn't bad at all. I actually found a voice command extension for my development environment software too.

@Rydon:
Sorry to hear you are suffering from similar repercussions for pursuing your artistic goals :( I wish you the very best!
Thanks for the awesome story. I liked the comic, but never knew this about the author!
Not giving it up, I will soldier through it. Hopefully, I'll be able to make even more ;)
Sidenote: hows your gamedev venture progressing?

@noiseredux:
Yes, and seeing your questions, ideas and overall support made me really happy :)
Thanks, will lurk around for a long long while for sure ;)

Cheers!
User avatar
Spidi777
16-bit
Posts: 67
Joined: Fri Mar 03, 2017 4:13 pm
Location: Budapest, Hungary
Contact:

Re: I am Overburdened [devlog]

Post by Spidi777 »

Hi everyone!

Here comes a not so spectacular, but hopefully funny update for I Am Overburdened. As the name suggest version 1.2.5. is way more swift than the previous one, plus it is equipped with a nasty new trick to terrorize artifact hunters ;)

Hallucination 2.0

Please welcome "positive" hallucinations. Previously when you accidentally drank poison or a venomous creature attacked you, monster phantasms (non-existent hallucinated creatures) would be placed randomly on the following dungeon level.

Image

This feature always felt fun, but a bit insignificant. Its impact was quite low because if you played a lot you could figure out in many cases which of the monsters are hallucinated and you never feared extra monsters when in a good shape (health and loot wise).

Image

Now other entities (chests, pickup, etc...) can be hallucinated and their placements are influenced by the level templates and the dungeon generator. The new version is way more effective, a.k.a. confusing :D

If you have an existing save-game no worries. The new save files may be a tiny bit bigger (due to the more complex hallucinations), but the game is backward compatible.

Inventory triviality

A tiny ease of use feature. Now when opening your inventory while standing next to an item or opened chest the relevant item slot will be focused. The slot of the last picked up item still has priority though!

Image

Optimization

I keep saying that I Am Overburdened runs on a toaster, but what does this mean and is it really true? Well, for the most part, it IS true. I have a 10+ years old laptop on which I test the game from time to time (1st gen 1.5Ghz Atom CPU, 1Gb RAM :O for real) and the game is able to run at 60 fps (not that it matters a lot with a turn-based game :D but still). My work desktop is also quite modest so a performance mistake surfaces easily. The more taxing parts where the real problems lie are switching between screens and launching the game.

Checking loot

Sadly the inventory screen had a blatantly unoptimized implementation. Opening it could cause almost a second long halt on my older machine. It was still my original prototype implementation. Silly me, sorry for the inconvenience. I simplified the layout data of the screen, remade the loading algorithm and voila. Now it can load within the same frame of the press/click even on a simple computer.

Image
A bit slowed down recording of opening the inventory in the old and the new version for comparison.

Parts of these changes got into the previous version so you may have experienced the speedup to an extent already.

Startup

Image

So on the before mentioned toaster, it took 5+ seconds to show the title screen after launching the game. This was mainly due to pre-loading almost all the assets and saved data so that handling the content while the game is running can be simple. I postponed tiny parts of this, but the logic largely stayed the same and instead I choose to simplify the majority of the game data to speed-up load times. Still not lightning fast, but I measured a hefty 40-50% win which is really nice :)

Was all this work worth it for faster startup and inventory opening? Yes, absolutely! Besides improving the user experience, I always had plans of porting the game to mobile platforms. In the last few months with all the optimizations I've done I believe it is going to run flawlessly without sucking the batteries dry ;)

Tech talk

So I wrote a lengthy tips & tricks technobabble about how specifically I optimized I Am Overburdened.
I did not include it here, because it is full of technical jargon (code samples, profiling, data formats, and other generally boring stuff :| ). You can find it on my blog in this post if you are interested in the nitty-gritty parts or if you think it should be here as well, just drop a comment and I make it happen ;)
Don't say I did not warn you though :P

Upcoming?

My hand is only a tiny bit better, but at least it is not killing me nowadays. I'm slowly and carefully working towards finishing the expansion for I Am Overburdened. Sorry for not sharing new details about it with this entry. To make up for it I'm going to post images and gifs showcasing some of the new monsters and items with the following update ;) For next time I'm planning to release another tiny graphical enhancement.

Thanks for reading my post and much love for your support.
Stay tuned!
Last edited by Spidi777 on Sun Sep 10, 2023 3:52 pm, edited 1 time in total.
Rydon
24-bit
Posts: 142
Joined: Thu Oct 18, 2012 6:26 pm
Location: TN
Contact:

Re: I am Overburdened [devlog]

Post by Rydon »

Good to hear you are still progressing on things Spidii. Keep up the good work. The game has a lot of polish to it now. I'll be checking out the technobabble for optimization. Maybe there is some stuff in there I can use to help with my game.
User avatar
Spidi777
16-bit
Posts: 67
Joined: Fri Mar 03, 2017 4:13 pm
Location: Budapest, Hungary
Contact:

Re: I am Overburdened [devlog]

Post by Spidi777 »

Hello there!

Time for one last small update before I go into full promotion mode regarding the new I Am Overburdened expansion pack ;)

Update

The new 1.2.6. version is more of a refinement over the existing stuff, but it packs a lovely change which I hope receives a warm welcome.

Screen transition

I've been fighting with level change for a long while to make it look good and readable. I always wanted to help the player instantly recognize where Joey is when entering a new dungeon floor. Finally what I have now feels really good :)

https://www.youtube.com/watch?v=juvf24hARWY

I should have looked into cartoons for inspiration long ago.

Bug-fixes

While testing the new content I made for the expansion I've stumbled into a few issues :(

Image

A huge error found its way into the game code with the previous update. Wearing the "Wizard Hat" item could cause a crash in certain cases upon reaching a dungeon level with a number of hallucinations in it. Now it's fixed!
Please accept my apology if any of your runs came to an unexpected end due to this mistake. I'm really sorry.

Image

As you can see on this gif some item combinations could mess up the boss fight scene. Not a major problem, but it looked pretty weird.

Bad karma (balance)

I constantly tweak difficulty related things with each update and this one is no exception. With luck and a few right choices early on you could become too overpowered and I tried to address this "problem". Now the game tries to push back a little if you are shredding everything in your path with ease. It isn't drastic but affects your luck and the pickup and chest spawn rates a bit.

Image

The second half of the gameplay was affected mostly so the change focuses on later dungeon levels as well.

Upcoming

The time has come to start showing some real footage from the expansion pack!
The first official reveal is one (or two in this case?) of the new enemies: the Ooze.
You can expect the same level of functional diversity. All new beasts are going to have their own special "thing" ;)

Image

The expansion will focus on replay value first and foremost and will NOT extend the story. The new monsters will be introduced as part of the existing dungeons as "variants" at certain sections, randomly selected for each run. That is why the Ooze is encountered in the caves.

I made good progress in the last month and it looks like I'm only going to release one more update before I complete the enhanced edition of the game. This also means I'm going to reveal a lot more details about the new stuff in the next few weeks!

Shopping

When I posted about the condition of my hand, I got a lot of suggestions for what to upgrade on my desk. My right got a tad bit better lately (I'm able to use it as "support"), so I decided to buy and try out some ergonomics stuff.

Image

The first thing I tried is a vertical mouse and I have to say I'm really impressed so far. It does feel way more comfortable to use than a conventional one and I got the hang of it almost right away. So if you are using your wrists/hands (and a mouse) extensively for work or your hobbies (art, music, design, etc...) do yourself a favor and get one.

Image

Since I was shopping I also got a new mug with my favorite comic book characters :)

Thanks for taking the time to read my post and thank you very much for your support.
Take care!
User avatar
noiseredux
Next-Gen
Posts: 38148
Joined: Fri Nov 14, 2008 1:09 pm
Contact:

Re: I am Overburdened [devlog]

Post by noiseredux »

Glad to see you persevering - and nice mugs. :D
Image
Rydon
24-bit
Posts: 142
Joined: Thu Oct 18, 2012 6:26 pm
Location: TN
Contact:

Re: I am Overburdened [devlog]

Post by Rydon »

Nice! I like the updates. I recently upgraded my PC rig for better Game Dev stuff, and I got my steam account re setup, so I need to start playing through your game some more. Also, thanks for the Vertical Mouse tip. I had no idea about those.
User avatar
Spidi777
16-bit
Posts: 67
Joined: Fri Mar 03, 2017 4:13 pm
Location: Budapest, Hungary
Contact:

Re: I am Overburdened [devlog]

Post by Spidi777 »

Hi there!

Been pretty much out of touch with the online world in the last month. So I guess it is time to break the silence with an I Am Overburdened update and some news about the expansion :) ?!

The update

Showcasing version 1.2.7. will be short as it is a refinement build. Nothing spectacular, just a bunch of fixes and tunings.

DPI/mouse issue bug-fix

There was a problem limiting the mouse movement which occurred on non-default DPI settings and/or high desktop resolutions. Now it is fixed and there is no need for using the workaround posted on the community forums of the game.

Book of monsters enhancements

Image

To fix the confusion around the monster unlocks I've added progress visualization. You just have to kill a single monster from a given kind and then you can check how much more of it you have to fight to successfully open detailed information about them. As a tiny addition mouse-wheel scrolling is also supported in the book (forgot to add it in the last update).

Treasury and stash upgrades

Image

To make the item selection more streamlined in treasury mode I moved the "Random artifact" option to the first slot and implemented in-game inventory highlights based on the currently focused item. It works the same way as with other pickups (e.g.: in the shop).

Image

Repositioned the random stash item selection too mainly for consistency.

The expansion pack

It's almost at the finish line, but not properly baked yet. Let see what it already brings to the table!

Warning, spoilers ahead...

New boss fights

The original boss fight feels underwhelming to me mechanically. I like how the story, the characters, and the outcomes turned out, but the fight itself is a bit lame. More like a randomized stronger special enemy and less like a boss :|
I decided to introduce 3 new completely different scenarios, to keep you on your toes while battling the Buzzard wizard.

Image

As you can imagine the new fights will not only make the conclusion of a run more varied, but new strategies will be possible and the value of many existing items will be altered.

New artifacts

More than a dozen new items will find their way into the expanded version. I haven't settled on the final number yet, but at the moment it is close to 140 artifacts total :o ! They will introduce new skills and allow way different strategies especially on the early levels (e.g.: stash choices) and in the end game (e.g.: boss fights).

Image

Another goal with the new set is to introduce more synergies and heavier focus on "neglected" attributes (vitality and defense) too.

New monsters

Image

All the 5 new creatures planed for the update pack are ready to be released. They will work as "variations" of certain enemies. Kind of like mobs in many other dungeon crawlers. In some runs you may encounter the "Leach", in others, you will have to fight the new "Ooze" in the sewers instead. Of course, you'll be able to unlock info about these variants the same way.
This system besides making the existing game more varied will be the foundation for adding even more monsters in the future ;)

New features

Image

These changes are still a bit WIP and subject to change, but they are now in a shape where I can reveal them:
  • Attribute redesign! "Defense" will get a bigger boost and both "Vitality" and "Speed" will receive a little reinforcement.
  • The help menus will get more detailed information on certain topics (attributes & pickups).
  • A new game mode affecting pickups is under development.
  • Enhancements on the unlocks and statistics front.
  • Re-balancing some of the existing items and obviously the boss battle(s).
  • Plus a big secret I'm keeping to myself until release :P

The release?

All that is left is the when and how!
I really wanted to let this package loose this year as a Christmas present latest, but I'm not 100% sure I can do it. Will try my best and in the worst case, it will be an early new year's gift :)
I settled on the pricing though. Essentially it will be a free DLC. But! I'm going to charge more for the game once it is out in the wild. Only raising it by a few bucks, since charging 10$ for it would not be reasonable.

Thank you very much for taking the time to read my post and thanks for your continued support.
Stay tuned!
User avatar
Spidi777
16-bit
Posts: 67
Joined: Fri Mar 03, 2017 4:13 pm
Location: Budapest, Hungary
Contact:

Re: I am Overburdened [devlog]

Post by Spidi777 »

@udkultimate
Sorry for the slow response and thank you very much for the kind words.
Not many praised specifically the looks of I Am Overburdened before, so you made my day!


No big updates this time, but I wanted to post an entry to wish everyone happy holidays, a fun-filled winter and most importantly an awesome new year :)
Plus I'm sharing some info nuggets about the upcoming Overburdened update and I'm "hijacking" this thread to promote the holiday sales and a little giveaway ;)

Artifacts

Progress is steady on the development of the expansion pack. I've finalized all the new items (+17, totaling at 139) and I'm really proud of the results. Many became pretty extreme :D Hopefully with their inclusion fresh strategies will emerge.

Image
Flying to safety

Image
Knocking back your enemies

Image
Combusting your surroundings

Sale

In the meantime, my games have joined the winter sales ;)

I Am Overburdened can be bought at a historically low price with a 60% discount for only $1.99 (may vary based on region, base price is $4.99).

Image

Buy it now at Steam or itch.io:

Image Image

Operation KREEP, the best :P couch co-op "Alien satire" multiplayer action game, can be bought with a whopping 83% discount :O for only $0.50 (may vary based on region, base price is $2.99).

Prepare for a heavy Bomberman & Battle City retro vibe and remember:
In space, no one can hear you KREEP...

Image

Get it now at Steam or itch.io:

Image Image

Giveaway!

I've decided to give out some Operation KREEP Steam keys to celebrate the end of the year. Besides getting a lovely local co-op title you also get a tiny extra discount with it for I Am Overburdened. I'm thinking about sharing at least dozens, but if "interest" is super high I may even go triple-digit ;)
To participate you only got to help in signal-boosting the Overburdened discount a little by re-tweeting a post of mine:

I Am Overburdened Holiday Sale Tweet

I'm going to announce the winners in replies to the original message in a few days.

Thanks for your continued interest and support.
Take care and again have a wonderful holiday!
User avatar
Spidi777
16-bit
Posts: 67
Joined: Fri Mar 03, 2017 4:13 pm
Location: Budapest, Hungary
Contact:

Re: I am Overburdened [devlog]

Post by Spidi777 »

Image
A trail of broken dreams.

Hello there!

Not much news on my front, but I'm doing game development (at least some, sort-of) and I'm still alive :)

Where have you been?

I disappeared for a looong time from the online world and from I Am Overburdened development. I really wanted to continue releasing updates for the game, but I wasn't in a good place and my circumstances did not allow it. I hope you can understand and forgive the prolonged silence.

Where are you going to?

Not a Blue Cafe specifically, but I wish to finish my plans. I wasn't putting in many hours, but progress did happen bit by bit on the I Am Overburdened content update. I'm excited to return to it. I don't know if I'll be releasing it piece by piece or as a big package, but you can come with me if you are still interested in this journey ;)

I want to know what is new!

Hold your horses (and your enthusiasm) just yet. This is a tiny update. Kind of a "first step" for me as well towards the release of the long-awaited expansion.

New dungeon templates

Image

5 new assets were added for allowing the map generator to create even more varied levels. The game launched with 20, now reaching 40 with this update. These new ones were carefully balanced to fit into the difficulty range of the existing game well.

Level balance fixes

Many of the existing levels had balance "bugs". The underlying dungeon templates allowed the generator to create too easy setups, or just the opposite, quite grueling ones with too big of a chance. On a few levels you easily had to fight 3 or 4 enemies to open the way to the stairs, but sometimes 0 were put in your path.

Image

9 dungeons from the existing ones were retouched to make these less frequent and/or less extreme.

An achievement hint

I remembered that the "Van Helsing" achievement left some players confused or puzzled about the last monster. Now a small hint appears if you unlocked all the other monsters and met the one you are supposed to unlock, to "nudge" you in the right direction.

Image

Miles of endless roads

Yep, that is it and indeed it is not much. Regardless for me, it feels like a lot, since it means I still have the drive to release updates for this lovely project and hopefully the expansion pack will materialize.

To keep my momentum up and to not leave you waiting indefinitely again, I'm planning to write another post in about a week or so. Sort of like a follow-up to detail how and when this eluding expansion can happen.
Maybe it will be accompanied by another tiny update too ;)

Thanks for your relentless interest.
I really appreciated all your inquiries and kind words even if and when I had no strength in me to show it to you in any form!
Take care, talk to you soon.
Post Reply