My indie game is GROWING! | Devlog

Поделиться
HTML-код
  • Опубликовано: 10 май 2024
  • Check out my game on Steam!
    store.steampowered.com/app/25...
    Everyone is welcome to join the Discord server!
    / discord
    Music:
    Outset Island from Wind Waker
    Wifi Theme from Pokemon Black and White
  • ИгрыИгры

Комментарии • 310

  • @fygygufyufyyfhchcxgxy4290
    @fygygufyufyyfhchcxgxy4290 25 дней назад +139

    For another resource, maybe you could add some mushrooms, and if you give them to some mushroom mage, they'll give you a temporary boost like life-steal after an enemy dies.

    • @gubbesnubbe4900
      @gubbesnubbe4900 25 дней назад +4

      or that is a way to get more spells

    • @MoonLmao
      @MoonLmao 25 дней назад +8

      call them magic mushrooms frfrfrfrfrff

    • @YT_DidYouKnow...
      @YT_DidYouKnow... 24 дня назад

      @@gubbesnubbe4900 yess

  • @TSHolden
    @TSHolden 25 дней назад +142

    A futureproofing suggestion: rather than saving a boolean for collected resources and then tracking the timers separately, track a "total game time" in seconds, and whenever a resource is collected, write that to the collected resources array. Then it's easy to flip around your respawn logic to compare the current game time to the collected value, and you don't need to actively manage the timers any more. That in turn means that it's easier to tweak respawn values as you iterate on different resources, because the save system doesn't need to change.

    • @epoxy_gaming
      @epoxy_gaming 25 дней назад +7

      I was about to comment the same thing. Use a timestamp with a single comparison per resource instead of an entire timer + comparison for each resource.

    • @TSHolden
      @TSHolden 24 дня назад +5

      On that note, I would actually advise against true unix timestamps in favor of a deltatime accumulator: a game timer allows you to account for discrepancies between the time spent playing, the time the game has been running, and the time between the start of the save and now (three different numbers, especially if you pause the timer during the menu screens, which I would encourage).

    • @Diamonddrake
      @Diamonddrake 24 дня назад

      “In game time” just track total time the game has been running and use than in the timestamps

    • @kirito0126
      @kirito0126 24 дня назад

      Lol was thinking the same while watching the video, happy to see someone else thought of it.

    • @Konitama
      @Konitama 24 дня назад +1

      I was going to suggest the same thing! It's what I do in my own game I'm developing. Time stamping stuff is much easier as you only need to keep track of the game's clock, instead of having possibly hundreds of timers counting down, you just have one counting up, and compare the item's last "harvested" time to the game clock to see if it's ready to "harvest" again. :)

  • @noiadev
    @noiadev 25 дней назад +37

    Adding colored gems to weapons for elemental damage boosts has been a staple of RPGs for a while, it would probably fit right in.

    • @YT_DidYouKnow...
      @YT_DidYouKnow... 24 дня назад +1

      yeah that would be sick!

    • @kitkatwitch
      @kitkatwitch 19 дней назад +1

      You could find gems in chests or trade resources for them with an NPC.

  • @jovegraham6904
    @jovegraham6904 25 дней назад +42

    Another resource idea could be monster parts. You get them from killing monsters, and you can store them in your inventory to later use them like mini weapons that break after a single use. For example, a monster bone used as a boomerang and a monster organ being used as a grenade or bomb.

  • @DataPotato
    @DataPotato 25 дней назад +33

    That climbing is truly an ingenious thing! You are a mastermind!

  • @animerambling
    @animerambling 25 дней назад +21

    Here's an idea:
    When you defeat a boss it drops a resource that can be given to the Blacksmith who makes a special weapon out of it or it can be given to a Wizardy NPC that gives you a unique spell for it. The resource can only be used once so the player must make a choice for what they want, a weapon or a spell.

  • @DyerDesigns
    @DyerDesigns 24 дня назад +12

    I'm always a fan of resources found exclusively through exploration. Could be something obscure like golden feathers, but they're found in hard to reach or secluded spots. They could be consumed to boost your health, defence, attack or magic permanently.
    Acts as a reward for players who plant the right vine, or pass under the right waterfall.

  • @ironbuilderstudios1587
    @ironbuilderstudios1587 25 дней назад +7

    I've seen this done in some other games before; maybe you could add artifacts as a resource, could be found in caves or buried in the ground, or collected from soil, and could be given to some sort of historian npc, in exchange for some lore/info on the game

    • @ironbuilderstudios1587
      @ironbuilderstudios1587 25 дней назад +2

      love the game so far, and I can't wait to see what's next for it!

  • @antjuice
    @antjuice 24 дня назад +3

    for another resource maybe you could find special rain drops in the sky area that can bring life back to plants or help dehydrated NPCs for a quest or desert area. maybe tease a shortcut with dead vines that can be revived with the rain drops or use them with the seeds to get better or more rewards from plants

  • @Jadon-44
    @Jadon-44 24 дня назад +2

    Here’s a suggestion: You could add bait which can be used in water to attract fish. You could even add a secret boss that has a very small chance to spawn when bait is used.

  • @OriginalGaming_8_
    @OriginalGaming_8_ 25 дней назад +4

    This is just kind of a general idea, but I was thinking about a possible event - or just day/night - system. It could be like Terraria, where during the night, there are some different enemies and falling stars fall from the sky. It's a very rough idea, and if you like it, I'll leave it to you to perfect, but it would be interesting for certain resources to only obtainable at certain times, like terraria's falling stars. Also, nighttime in Moonshire would look really cool!
    Here's some night-based content ideas:
    A bug-net type weapon/item. It could be used to capture animals that could be useful to you - for example, a nighttime fox/raccoon that carries a "star dye" in a jar, or something like that - you could use it to make your character's cloak gain a starry purple color. I have some other ideas, but I'll leave you with that for now!

  • @goofygoober75
    @goofygoober75 25 дней назад +5

    Not a resource idea, but it would be cool if certain spells could be used to collect certain resources, this would also make spells more useful and not just weapons.

  • @kendelstar5635
    @kendelstar5635 25 дней назад +13

    You should have some different types of flowers, and be able to use them to get potions or dyes or something like that!

  • @Dany-rx7rs
    @Dany-rx7rs 25 дней назад +2

    Resources
    Cloud- used to fly but disappears when you land. (Get another)
    Wood- build a fort
    Rope- make a net to catch fish.

  • @jackfarris3670
    @jackfarris3670 23 дня назад +2

    I know you already solved the decaying weapon problem with breaking weapons for health, but breaking weapons for shards (or another recourse) can equally help the incentive to explore and gather more weapons.

  • @soropodo7918
    @soropodo7918 2 часа назад

    When I saw you pick up the bones in the water I thought it'd by funny if you introduced a water boss by having just a ton of bones clustered in one place and the player would be like "huh, this is a lot of bones" and then the area would close itself off and the player would be like "oh no"

  • @ChipsonAnimates
    @ChipsonAnimates 24 дня назад +2

    Here’s some feedback on the game that I thought of,
    - When you break the stone you should have a chance to acquire a gemstone that you can sell at the shop for coins or maybe make it so you can make better and stronger tools with the gemstones
    - When you break stuff, it is fun to see all the particles but I think it might be better if they faded away after 15 seconds or something like that

  • @box7215
    @box7215 21 день назад

    A reward for a continued dedication to collection of plants, ores, etc, could be npcs that track your progress in how many of each you’ve collected, and give rewards relating to them. (For plants it could be an arrow pointing to the nearest spot to plant, ores might give more of themselves or respawn faster, etc)

  • @Zwylo
    @Zwylo 25 дней назад +4

    For some reason i really like the idea of rare enemy drops in games, but i know alot of people dont like grinding too much. So maybe there is 1 rare drop per enemy (but not too rare) that can be given to the blacksmith to make weapons with different attributes. then after you get that 1 rare drop and the materials needed you can always make it again for free from the blacksmith like the other weapons. It would give it a feel of uniqueness in your loadouts even more and i think it would be quite fun but hard to balance correctly i suppose. anyway loved the demo played it through 3 times now :D

  • @fishcraft7323
    @fishcraft7323 25 дней назад +3

    You could add tea leaves as a resource. These, when given to the person that gives to tea, could give you temporary bonuses, such as increased damage, increased health, increased speed, or any of the jewelry effects. They would be found on tea bushes. Only one effect could be active at once. This would cause the player to choose which effect they want for certain sections.

  • @juangutierrez7277
    @juangutierrez7277 25 дней назад +8

    Ideas for resources:
    Monster pulp: Just a default drop from monsters you kill. Could be used for trading or weapon crafting if theres a blacksmith in town that would make monster versions of weapons. You could take this several layers deeper adding variety in monster drops (fur, claws, teeth, wings, bones, etc) but then you'd need to justify it.
    Mushrooms: Sometimes found inside hollow tree logs or in caves and could be used to craft consumable potions to grant you stats like damage, speed, resistance, etc.
    Magic beans: Very rare drop from flora that when planted on magical soil will have a random effect like growing a new resource, spawning monsters, treasure chests, weapons, etc.
    Monster egg: Rare drop from monsters, it will spawn an egg that follows you but breaks upon taking damage. After a set amount of time the egg hatches and you gain a randon familiar (bat, rat, frog, crow, etc) that attacks and has a set amount of HP.
    Enchanted fabric: Maybe found in chests or as a very rare drop from monsters and could be given to a merchant in town to upgrade your cloak to grant better stats. Maybe X amount of material lets you get a new cloak and you get to choose the effect it gains (speed, resistance, damage, etc)

  • @pawzfordayzstudios7046
    @pawzfordayzstudios7046 25 дней назад +2

    For the resources, you could add a rarer, more valuable resource for each basic one. Eg, seeds = magic seeds, gold = platinum, etc. These types of items could be found only in chests or from bosses, and could be used to incentivize exploration and fighting bosses. Magic seeds could be used to grow magic beanstalks to unlock new areas (maybe the cloud area) or other plant related things, platinum could be used to upgrade weapons, and so on. This way, the basic resources act like currency, and the upgraded ones are like reusable key items, like the rancid eggs in hollow knight (except actually useful)

  • @drepple
    @drepple 24 дня назад +1

    After a player loots a room's resources, it could happen that they return to the room while the cooldowns for certain resources have passed and others haven't, even if they looted everything within a relatively short timespan. It could potentially be confusing for players to find only some resources have respawned. Maybe it could be interesting to have the cooldown be for the entire room instead of for indifidual resources, or to have all resources respawn at once if their cooldowns started at roughly the same time.

  • @OwenAFK
    @OwenAFK 24 дня назад +2

    You could add a golden beetle. It could be found very rarely under rocks that you can smash. This could also add in stones and other ores that could drop from smashed rocks, and the golden beetle could be worth a lot and be exchanged for gold pieces

  • @spiritism4706
    @spiritism4706 25 дней назад +2

    A fully fledged farming system would be so cool, and maybe instead of seeds, the blacksmith could take ore from caves or gold. maybe farming could take time in game to grow crops for gold and other resources including healing items like food. I think also the ores from the caves could be given to the blacksmith to craft more permanent weapons for boss fights and such, buckets for watering crops, etc.

  • @Dexio_o7
    @Dexio_o7 24 дня назад

    In terms of functionality you can judge but off the top of my head:
    Rocks to combine into making a platform (potentially to traverse water)
    Sticks to combine into a raft (again water traversal)
    Shells as a barter resource
    Flowers for decoration (placing in areas where the player frequently visits to liven things up)
    Fish for setting in specific ponds (say a harmful fish is guarding an entrance, but you feed it other fish to pass on by)
    etc etc, might add more if something else hits me.

  • @beegdigit9811
    @beegdigit9811 25 дней назад +1

    Dang it's so logical, have stuff to do to initiate revisiting past places - which really makes the game more open world

  • @Puzzl3
    @Puzzl3 24 дня назад +3

    Since seeds will become abundant, a certain amount of seeds can be traded with a npc or 2 npcs for an object that raises Ur magic level or magic meter. An even higher amount of seeds can be traded for access specific spells / abilities. An idea I came up with

  • @irrelevantgaymer6195
    @irrelevantgaymer6195 25 дней назад +2

    An idea from one of my games I’m working on, a currency in my game is voice recordings of other people who have explored the area. It works in my game because there’s limited inventory space and an audio log takes up a whole slot, so you’d have to make trips out to collect the audio log and bring it back. But the main idea is still there, using lore snippets (in your case it’d probably be text) as currency. I think it makes people pay more attention to what it’s saying because once you spend it, you don’t have access to it anymore.

  • @Moonbeam_Devdad
    @Moonbeam_Devdad 23 дня назад

    You could basically have "Jack's magic bean stalk", where you plant a seed and it grows beyond the view camera. Then the player could climb up it to a secret place above the clouds. Maybe even fight a giant that has a special treasure like a blueprint for the blacksmith or a weapon, spell, etc. Another idea for the seeds could be that they grow a monster plant that when defeated offers something special

  • @Secret.-eq4iq
    @Secret.-eq4iq 17 дней назад

    Hi Challachade, i know you'd probably wont see this, but i just feel like telling you how happy i am looking at your growing game. Ive been watching ALL your devlogs, etc, etc.. From the start, before all of this new things. Right now, im surprised of how many improvements has been added to the game and how much effort is put by you and others, i would definitely love to play it when it was fully released

  • @lubjub6709
    @lubjub6709 24 дня назад +1

    Breaking weapons (healing) could give you various weapon parts. Maybe these could be used in some sort of crafting system to unlock new forms of weapons or entirely new gear!

  • @w_toons7640
    @w_toons7640 25 дней назад +2

    I think it would be cool if a resource was wood that would be more valuable and took twice as long to respawn (or how ever long) but since there wouldnt be a tree the seeds couldnt grow on it. It would be an intresting choice for the player

  • @Extner4
    @Extner4 22 дня назад +1

    I think a (slightly) less hacky way to make climbing is to only have the climbing region and disable collisions while the player is in the climbing region. With that system, the player can also stop climbing whenever they want by simply moving off the ivy wall to fall down

  • @niicespiice
    @niicespiice 8 дней назад

    3:50 i love this so much. i don't have a massive repetoir of games so all this reminds me of is ocarina of time, which gave me a nostalgia flashback for the bean stalk stuff

  • @GrizzlyCheeze
    @GrizzlyCheeze 24 дня назад +1

    one resource idea i thought of were berry bushes (idk if someone already suggested this) and you can harvest them, which you can craft into berry jam.
    struggling to figure out exactly what it will do tho, but you might be able think of some ideas

  • @wPeniSwiadomy
    @wPeniSwiadomy 19 дней назад

    I poured over the last update and have a few suggestions.
    Put rocks on the water instead of an invisible wall. Then Graz will know that there is no point in trying to sail to that place.
    The seeds should first be placed next to the place where the shortcut will be planted. Because I'm looking for them all over the map and before I even got them at the very beginning.
    And waiting for the fruit to grow to have seeds is irritating. I loaded an old save and first wandered through the tunnels, and when I wanted to use a shortcut I couldn't because I didn't have any seeds. And when I harvested them, I found a guy who teaches how to sow and I lost them all. Which meant I couldn't take the shortcut again anyway because I had to wait, but I didn't want to because I was wandering around too much.
    I guess updates should move the saved state to the starting location so that the player can go through it again and appreciate what he is supposed to appreciate. Or at least in this case.
    You can't minimize the game.
    I know the game is in development, but the world map makes no sense. What I mean is that I bought it from a merchant and it doesn't show where I am when I'm in caves and clouds.
    Moreover, the appearance of the map does not in any way suggest that it is possible to pass under the waterfall in the initial location.
    If I were looking for undiscovered places, I certainly wouldn't look where the game begins.
    Although I think the location is good, the map should make it clear that there is a location (maybe it's bigger) in such a place.
    It would be good if the visited areas were marked in color on the map. As if you were discovering a map of one location. Because building a maze, especially a location in the clouds, is cool, but without a map it's extremely tedious. Similarly with the underground, you can go without a map for the first time, but then the whole area is too similar and it's easy to get lost.
    If you built a map like a star where the village is in the center and each path, some of which are later accessible after discovering specific skills, it would be great. In this case, you can create entire large mazes of locations, and shortcuts in the form of growing ladders/plants or waterfalls. You can freeze the waterfall or swim through it, which is nice for a short while. I also really liked the shortcut hidden by the tree in the previous version.
    Overall, the game looks good and the music is great. Torches are still not very useful, but I understand the game balance.
    I wish you good luck and success.
    Good luck.

  • @jonathanadamsson6201
    @jonathanadamsson6201 19 дней назад +2

    The next resource is "appreciation" or "happiness", that is given by villagers that want help, and it can be used to heal things or do other spiritual things :D or something

  • @niyu11val
    @niyu11val 24 дня назад +1

    WOW! I want to say that I love your demo, finding stuff feels rewarding and it immerses me to the adventure aspect of Moonshire. But one thing I don't like is how there are only two trees. It makes the game like a farming game where you have to wait for the resources to grow back. But it might be because I already finished the main story line. I just wanted to say how underrated you are and you inspire me to try to create games :)

  • @brandonechols
    @brandonechols 25 дней назад +1

    Wow, amazing progress (as always)! Not exactly sure what it would be called, but you could have a resource that occasionally spawns when dodging through those "spikes." This would promote exploration, which is always good. Maybe it could be called a thorn? Not exactly sure what they'd be used for, but one idea is they could be used as an alternate currency to purchase consumables at the "checkpoint/save" locations. Anyways, great work!

  • @mythrando
    @mythrando 21 день назад

    This is the first devlog of yours that I have watched. I'm really impressed.

  • @spongebobislyfe5906
    @spongebobislyfe5906 23 дня назад

    For the fish, maybe there's a monster npc that you can feed fish to, and it gives you other resources for feeding it. It could be a percentage chance, or a preprogramed loot table that gets progressively more powerful

  • @Srelon.
    @Srelon. 25 дней назад +2

    You should add different types of fish. Each type of fish could have different magical buffs. For example, maybe a light blue fish gives increased movement speed for a short amount of time, or a red fish gives the fire boost for a short amount of time. This would add more value to the fishing aspect of the game and make for some interesting new strategies. Amazing game so far man, I'm looking forward to the full release.

  • @labyr1nth838
    @labyr1nth838 25 дней назад +2

    🌾Maybe you can get corn from seeds you planted, which in turn can be used at dedicated fishing spots.
    Fishing spots would have specific unlockable spells and weapons tied to them which would make visiting previous areas more rewarding

  • @anthonydrakefordshadow
    @anthonydrakefordshadow 24 дня назад +1

    The ivy wall shortcut was my addition ❤

  • @Nebuchadin
    @Nebuchadin 25 дней назад +2

    Doing great job. Since this is a fantasy world and the focus is weapons, what about planting weapons? Like some magic seeds that sprout a weapon that you can use in that instant and it's unique to being "grown". You could also implement the weapons with the resource collecting. Like hitting a tree with a club or a sword gives seeds or fruit, but hitting it with an axe gives wood, or things like that. I feel like the weapons and the weapon system is one of the main focuses of your game, so it'd be cool to have more interactions with them.
    Anyway, you are doing great job. I've bee using Unity for years now and I see you making great progress. Keep it up!

  • @MrChambers
    @MrChambers 25 дней назад +1

    Super well made and fun to watch as always!

  • @shilozaroom1259
    @shilozaroom1259 19 дней назад

    For a new resource, you can add dandelions that spawn rarely and randomly in some grass, and the player can use it as a consumable to give themselves a 2 second shield from all damage. You can also only hold 1 at a time

  • @gude358
    @gude358 25 дней назад +1

    that last thunder boss was hard bro, nice

  • @vinayaksr9147
    @vinayaksr9147 19 дней назад +1

    I would say that give the character more emotion. Like when they get an item they perform a ` ^_^` face, it makes the character more cute!

  • @LightcrimsonDaLotl
    @LightcrimsonDaLotl 11 дней назад

    A resource Idea: if you keep the cloud area at the end of the game, it would be cool if you could collect Harpy Feathers. If you take enough to the blacksmith, he could give you a pair of wings. Since this is late game things, It would simply make it faster if the wings allowed you to fly over water without needing a bridge. It also adds opportunities for airborne combat to be added.

  • @Skeffles
    @Skeffles 13 дней назад

    Fantastic to see how you're dealing with resources. I like that returning to areas can be beneficial but not exploitable.

  • @Lofen
    @Lofen 8 дней назад

    The game looks really good! Have barely watched a minute and I already wishlisted it on steam. Keep up the great work :)

  • @daveh5139
    @daveh5139 25 дней назад +1

    These videos are so inspiring. I can't wait to play your game!

  • @LethalChicken77
    @LethalChicken77 24 дня назад +1

    With lots of resources, the numbers ticking down could impact performance. I would save the system time when loading and leaving a game, and save the timestamp when a resource was collected. Then you can do the calculation only when loading the resources.

  • @Griffinbob1
    @Griffinbob1 25 дней назад +1

    Not a new resource but I think that for seed patches there could be some more information on what they do. I'm not sure if there was something I missed but it seemed like you put seeds in and something happens, could be a tree growing or a shortcut. I think some more information could be given to the player, maybe the patch looks different or a symbol appears when nearby so they know what they are spending their seeds on.

  • @paulbarriosduque1101
    @paulbarriosduque1101 18 дней назад

    You may combine certain resources to simulate environment useful objects then create a circle of use for items during exploration. Let me elaborate. let us say you get 2 pieces of stone and 1 piece of 'elemental modifier' (which should in fact be rare). During a dungeon exploration, if you find an empty firecamp you could combine those piece to create temporary fire, then use that fire to get heat on your weapon. This would add a layer of planning and resource management. Another example could be, picking up seeds and spawn places to grow fruits to recover your health then reducing the number of weapons available to get and used as health restoration option. The same fish you got in the river then can be used as health restoration mechanism in a dungeon after setting the campfire you just ignited moments ago. So yo as you can see you can be as flexible as your imagination can be when you loop resources but involves careful player's management.

  • @deadcolorzpnw
    @deadcolorzpnw 19 дней назад

    having a light hunting mechanic where the resources dropped from enemies or certain types of animals can be traded to an witch/wizard npc for darker type spells or rarer obscure weapons .

  • @Malthebasse
    @Malthebasse 25 дней назад +3

    Can’t wait for it to come out

  • @megamri
    @megamri 18 дней назад

    It would be cool if some of the seed spots grew into additional game save flowers outside of important battles. This would incentivise players into collecting the seeds

  • @arya_bakh
    @arya_bakh 17 дней назад

    recommendation: you can make an ingame timer ,
    1) it can be used to show how long the player played the game
    2) it can be used for re-spawning items (instead of having timers for each item)
    need re-spawn time for each item and compare them every once in a while (like every 10 second) or compare them on entering new areas , its more efficient and you only need one timer ticking instead for each item

  • @jkdraws5870
    @jkdraws5870 24 дня назад

    For collecting resources, you could introduce an Arena where players can fight numerous waves of enemies, and are rewarded with resources for their efforts. These Arenas could be placed in your levels, and would need to be found through exploration and puzzle solving.
    Maybe even some resources can only be earned by completing these arena battles.

  • @josiahmills207
    @josiahmills207 20 дней назад

    A while back when you first added destructible weapons i was a little on the fence, and while you covered pretty much all my problems with it in the video my biggest problem with losing the weapon is not knowing if i can get it back, maybe there could be small ore deposits in caves that you could use to buy 'insurance' on a weapon that you've picked up before? that way you could always get the weapon that you like back just by going back to town and talking to the blacksmith or something. maybe you could even have a decently large training range where all the weapons are, and the more weapons that you buy the 'insurance' for the more weapons appear in the training range, kind of decorating it.

  • @nemene8585
    @nemene8585 24 дня назад +1

    if you ever have a desert biome you could add those tumbling weeds that drop loot like in dont starve, they could be fun to catch and could have a variety of loot

  • @danielflorinduta4713
    @danielflorinduta4713 16 дней назад

    If youre planning on one-way shortcuts for some sections, it would be cool if the seeds are used to grow a phirana plant that swallows and spits you out, making you land in a previously inaccessible area.

  • @CoffeUp
    @CoffeUp 24 дня назад

    It's so inspiring to watch your content! Keep up the good work!

  • @JoylessBurrito
    @JoylessBurrito 10 дней назад

    What if you had thinner trees that you could chop down for wood, which you could give to carpenter npcs to build stuff? It could be used to spawn things like new buildings with shops or minigames, etc. Maybe there could also be places where you build bridges, ladders, harbors, etc. to act as shortcuts back to previously explored areas, like what you did with the climbable vines.

  • @naukowiec
    @naukowiec 24 дня назад +1

    From a gameplay point of view I would suggest either removing the seed cost or adding seed spawn by the shortcut ladder. There would be nothing more annoying than reaching the shortcut point just to realize you need to backtrack to the last seed spawn and wait 10min for it to respawn before you can unlock the shortcut. Otherwise, people will just stockpile seeds just in case a shortcut needs one.

  • @PhDJester
    @PhDJester 12 дней назад

    Day and night system. Place rare, small moonbeams in special locations that you can collect in a jar. Such a precious oddity would surely be of some value :) 🤣

  • @Vivalestat_7
    @Vivalestat_7 25 дней назад +3

    Love to see it improve!

  • @The_RT429
    @The_RT429 20 дней назад +1

    I think you should make rare, special versions of materials. You could be able to combine them with some of the weapons for more powerful variants.

  • @eloctopusmakesgames
    @eloctopusmakesgames 19 дней назад

    An idea could be to collect special objects from monsters and use them to learn special attacks.
    For example you can make that once you have collected 100 pieces, as an achievement, you get a special attack

  • @warmightydevlog
    @warmightydevlog 23 дня назад

    your idea of tutorial was pretty good, it tells the player what/how to do it but does it obligate him to do it .

  • @MilesBell-km7gu
    @MilesBell-km7gu 24 дня назад

    You could add slime that drops when you kill slimy enemies like eyeballs and slimes. Then you could make a snail merchant that you can trade slime with for some cool stuff, like sticky swords to slow down enemies or a little snail shell that gives you some good defense when put into a necklace or ring

  • @soulsian802
    @soulsian802 24 дня назад +1

    Some advice: make your game couch co-op on the consoles. I can't tell you how many indie games I've not purchased on PS5 because they aren't couch co-op. Many married couples enjoy playing indie games together, and you'll make a ton of sales.

  • @Rustyhobo5
    @Rustyhobo5 23 дня назад

    this looks awesome man. always wanted to make a game n ur doing it, with great direction and game knowledghe, gratz to you man

  • @cevatkokbudak6414
    @cevatkokbudak6414 22 дня назад

    Idea: Berries
    All berries do different, purple one gives you health, lavender one takes 2 health from you and gives everyone burning (except for you) etc
    These berries have combinations, if you make a succesful a combination, you get a potion of that combination. Potions. Are. Expensive

  • @Wdgsgg
    @Wdgsgg 24 дня назад +2

    I suggest that you don't add any resources that you have to do something with. For example, if you added iron ore, you shouldn't have to smelt that to make iron ingots. That would just add unnecessary steps that would slow down the feel of the game. This also applies for seeds, don't make planting an annoying task that is required, just make it a convenient way to get extra items with little time commitment.

  • @ericclark2330
    @ericclark2330 23 дня назад

    Resource idea: Glass How is it created: a chance to be created if you use a lightning ability while standing on sand terrain(or if any sand is visible on screen).
    What to use it for: Windows (if there were a build mode), Weapons and armor, so many different items could be made.

  • @bumusenpai8550
    @bumusenpai8550 22 дня назад

    If backtracking is encouraged in this game it would be awesome to have random small events, like monster parties, special resources, and maybe even unique NPCs who appear just by sheer luck. This might come along great with a luck stat.

  • @leomaestri6464
    @leomaestri6464 16 дней назад

    You can use something like magnesium chloride to melt ice to clear frozen pathways, its found in briny environments like the Great Salt Lake, and the Dead Sea. Give it a fictional name like "______ salts," and maybe obtain it in a desert area before backtracking into an ice level to use it

  • @IIlllllIIIllllIIIlIllI
    @IIlllllIIIllllIIIlIllI 24 дня назад

    Instead of keeping track of every resource's timer, you could consider having 1 timer that runs all the time (you might wan this for some kind of stats screen anyway), and just store the time when the player collected the resource. Then you can check if 600 (or whatever amount of time) seconds has passed by comparing the global timer to the snapshot. I don't know how intensive it is to keep track of everything, but it might be worth thinking about this
    Visually, it might also be nice to spread some green around the patches where you grow, so instead of 1 tile becoming a plant, the surrounding ones are also filled with grass or whatever you like

  • @PALPS_THATguy
    @PALPS_THATguy 23 дня назад

    I can’t wait one of my most anticipated games I want to play

  • @Doktario_Mystario
    @Doktario_Mystario 24 дня назад

    you could add a phishing rod that lets you play fishing minigames. This way it's fun to look for phising spots and players will have fun grinding for fish if they want (but it could also be 1-chance-only type minigame)

  • @Firstpdf
    @Firstpdf 25 дней назад +1

    I love it when u upload

  • @golanperry5885
    @golanperry5885 25 дней назад +1

    can't wait to play the full game!

  • @SivKyne
    @SivKyne 23 дня назад

    You're doing great work!

  • @Ai_Unkown
    @Ai_Unkown 25 дней назад

    Another resource idea, you could add a rare chance for a shiny or sparkling rock that if broken could give you a recourse like copper or iron and you could use these to get even better upgrades at the blacksmith like a reinforced spear that can do a tiny bit more damage and has some more defense.

  • @Dany-rx7rs
    @Dany-rx7rs 25 дней назад

    Weapon, Dice bomb (damage depends on number rolled)
    Resources
    Wood, to build a fort.
    Sime, makes enemy slip.

  • @fumetsusozo
    @fumetsusozo 22 дня назад

    As a Disgaea fan I especially enjoy comedy type items. Maybe you could find old boots or candy bar wrappers or comic books just laying around as a resource for some odd reason. Also personally I don't mind exploiting game mechanics, for ref farming bushes for rupees in Zelda, or hunting for MissingNo in the oldest Pokemon games which is actually fun. But nothing wrong with your timer direction either, just my own opinion as a fellow indie game dev is to not worry obsessively about game balance on smaller stuff.

  • @romulosendoromulo
    @romulosendoromulo 24 дня назад +1

    Noice, can't wait to play it!

  • @DarkWarriorShadowClaw
    @DarkWarriorShadowClaw 16 дней назад

    I always liked things like gem- or runeatones (to find/craft) which buff different abilities - for example more range or power for spells (would be interesting if these buffs would also include debuffs - more range and less power etc)

  • @-INC0GNIT0-
    @-INC0GNIT0- 23 дня назад

    Nice game !
    I'm also still building my top down rpg game and some features and solutions you used in your game to overcome specific challenges are inspiring :)
    The faster combat for example is something I'm still looking into for my game as imo it feels like your battle style feels a bit more faster still 😅
    Nonetheless, the animation work also needs to be considered hence why I'm still looking into some clean solutions like you do :)
    Since seeds can be planted now, not sure if a day night cycle is already in place, otherwise this could be the time to add it into the game

  • @oldsoul3539
    @oldsoul3539 24 дня назад

    I'm finding it weird that the tree gives fruit which hit the ground as seeds that can sprout ivy vines, it's unintuitive on a lot of levels. When I saw the fruit fall off I thought oh cool, a little survival element, you pick up fruit to heal yourself, maybe carry a few around with you to heal up. I'm thinking though that a mound of dirt like that might already have seeds on, or maybe it could have a sprout. You could drop or summon some magic water over it to make it wildgrow, that way you could use the same mechanic for the seeds but switch the seeds out with water

  • @NOFRILLS_GAMING
    @NOFRILLS_GAMING 25 дней назад +1

    Woohoo! I've been waiting for an new video!

  • @CaudiciformStudios-ik5dj
    @CaudiciformStudios-ik5dj 25 дней назад

    Two stage collectables might be interesting. Like a pool of liquid which you can only collect if you are carrying an empty jar.

  • @RealEmar
    @RealEmar 21 день назад

    Believe me even with 10 minute timer people will wait and grind those resources. Better solution would be to turn the list into sort of a "push belt".
    So limit the list size and when you try to add object that exceeds list size remove the oldest object in the list. this would force people into actually exploring the world instead of just waiting for resources.

  • @justinsemple7454
    @justinsemple7454 24 дня назад

    There should be a non respawning resource that acts like a collectible. Something of high value for the best hidden alcoves. Maybe it upgrades your health or something important.

  • @kingkeesietv
    @kingkeesietv 18 дней назад

    I think a fun idea would be resources that can be combined by visiting an alchemist or wizard to make potions and other magic intems.

  • @ay2349
    @ay2349 10 дней назад

    Your Devlogs are really great! Motivated me to go back to work on my projects!!
    Im really impressed by the breaking crates into planks effect at 1:17, how did you make that? It looks like the planks actually fly upwards and fall back on the ground hahah i would a tutorial on it :))