Game developmentWill you be playing demos in next fest?
My boxes will become 3d models nowProject might die
What tedious task are you guys dreading? I have to go through a bunch of tracks and add loop metadata, fuck. Even some of the tracks I bought that already had it were mistimed
I made dis
My windows drive crashed last week. Thankfully have backups with all my file packages but have to find a way to import it all into linux now (+ learn Rider because can't get VScode's mono plugin to cooperate with Unity). Hopefully will be back up and running this weekend.
>>733634874Why do you guys put your low effort shitposts on steam? it isn't gonna sell.
>>733635089same could be said about any game
>>733631495wraith progress. It's a bit annoying to fight, might need more windows of opportunity for the player so I'm working on that
>>733635089high effort games equally don't sell
>>733636234stationary is a bit boring. and too many teleports. 1v1s are boring in dd unless it's a boss, designing AI to press but not be overwhelming so you can combine multiple enemies is best, I think.
>>733636334should it move around a bit while spell casting?. In any case I tried against 2 and it's fun and confusing, but yeah on a 1v1 it's kinda dull. I'll try making it teleport less and move around a bit more
>>733636420The multienemy comment is for everything, goblins, harpies, zombies. maybe there are aggression levels which govern how often an enemy attacks vs just moves/idles around, with the aggression controlled by some game manager. or the game manager knowing how many enemies are currently attacking and having a hard/soft limit with other enemies being in other states until they're allowed to do something else.I just think back on the design of dragon's dogma.A mage should probably remain stationary while casting so you can try to interrupt/dodge reliably, but also have a move state.
>>733635089Well sure its a shitpost but id rather it be that than one of the million no-name games on steam
>>733634874LMAO you paid 100 dollars to put that there
>>733631890I want to make text boxes with scrolling text in my game. I'm not using any engine and this sounds like it will be a pain to code, so for now they just pop up.
thought i was bug freediscovered bughopefully fixed bugtested bug, seems safedreading return of the bugthere is nothing more fearsome than building content with the possibility of the data being corrupted by bad coding. I'll definitely start doing version stuff.
Rainy effect
>>733639890grrr stupid shrine maiden
Your favorite Roguelike set in the cambrian period: Cambrian Crawl is getting an HD remake in Unreal engine 5! Now with impressive 36x36 sprites, as opposed to the old 15x15 ones.Preorder it now on your nearest gamestop.
>>733639890very nice visuals
>>733631890Making content.I love designing gameplay systems and everything, then making a tool to streamline content creation but dread actually having to make content.Computer science is fun and I'm good at it, I'm not a good writer, musician or artist.Level design is fun though.
>>733639890Game name?
Turns out vsync is broken and it was halving my framerate when at 120+ fps all this time. I thought my game simply wasn't optimized well enough, but disabling vsync fixed everything. Thank you gamemaker, very cool.
I realized forming a indie dev team is like a JRPG cast. I want to go around the world and find each party member. I will find my music prodigy playing with glass bottles and recycled containers in the slums of Indonesia. I will find my artist on top of a mountain painting the countrysides of China. I will find my 90yo writer that knows everything about Sao Paulo's development.I will NOT work with random terminally online freaks.
>>733640376Touhou Gaiden, though it's not on anything right now so I'm going to shill my blank itch page unsolicited https://shar-dev.itch.io/
>>733640906Nigga it costs you like an hour to grab a few screenshots and write a description. get on the grindset.
>>733641001I don't even have a logo yet doe ever :(
>>733640751Anon, you're the terminal online freak.
>>733636234teleporting enemies always frustrate me. can you make it so the player can see where the enemy will teleport to? also good work gobbro
>>733636234Feels too static, give it a little float up and down and use the same teleport effect along a line trailing to the next teleport location.It's basically whack a mole at the moment.I thought you killed it the first time you hit it, it fell backwards and died. There was nothing telling me it was just teleporting to a new spot.
>>733636234What the other anon said, would be neat to get a brief warning of where it's going to teleport to before it does.>>733639890Very cool looking>>733640095SOULSOULLESSI'm kidding, looks neat. Where's the horshoe crabs?I started making my game actually playable. Gates will spawn on a certain timer, which will in turn create enemies until they're destroyed or hit their spawn limit. Enemies travel at a straight line towards the center, destroying obstacles in their path. The hut at the center will slowly shoot arrows at any nearby enemies. I have some very basic collision detection/resolution for the player, but it's super jittery and needs some work.I also have buildings you can create between waves, but the bonuses are boring so far (+1 attack, or +1 coin after each wave)
>>733641139>>733641294>>733642554many thanks anons. I'll try that instead of teleporting, it becomes semi-transparent and you can only hit it while it's fully materialized, buy maybe allowing hitting it at any time if you have holy damage. That will probably be more fun to engage with. Also maybe making it materialize only before it attacks...>>733642554cool progress! you could turn this into a Vampire Survivors kind of game but with resource gathering and town building. Is there any game like that?those enemies remind me of my gobos lol
>>733642554Those are the sprites I made so far. The horseshoe crabs are from the ordovician period, not cambrian, but an idea for the ending of the game is for you to evolve into a terrestrial animal, that would go past the cambrian, so I might add newer animals, if I do, the horseshoe crab will definitely be on the list. I know arthropods went to land way before vertebrates and even plants, but I'll have to do more research to know when they were doing it.Also cool game, will you be able to build towers and walls? If you make walls you might want to add a pathfinding algorithm to the enemies, so they look for holes in your walls instead of just going straight to the center.
>>733640507>3d game>in game makerwhy the fuck would you put yourself through that?
Wife told me I should try a "simple" game first. Fucking saboteur son of a bitch trying to scoop my 3d open world rogue like crafting survival horror with japanese elements rhythm game idea.
>>733643107There's Thronefall, which I haven't played but seems to be a very similar concept. Tower defense but more of an RTS flavor to it, and you have a character you control individually.Lol yeah I didn't realize but it's definitely a similar shade as the gobbos. I pulled an 8-color palette off lospec for all my programmer "art". I do love the gobbos, I need to dig up some old blender models. I had a fitness-themed faction with literal "gains goblins" as the minion>>733643605Ah, I was only off by a few hundred million years. I really like the sprites, they look neat. Thanks! Yeah, the idea is you expand the village using money/logs from trees. I was thinking the walls would expand in chunks of 5x5, sharing walls with adjacent chunks, with some kind of special building in the center and room for 8 other buildings around it.Pathfinding is definitely on the docket. I don't like how the enemies bunch up to a single tile very quickly, but I'll probably leave it for later. I'll probably halve their collision boxes so they can still swarm but don't completely stack on top of each other.
>>733631495any way to make games with python that aren't visual novels?
>>733645064Godot's GDScript is a lot like Python.
made it so AOE attacks can apply status effects and took the chance to make a status effect that turns off your lamp. Hope this brings players lots of spooky moments when fighting wraiths in dark places
>>733644691>I don't like how the enemies bunch up to a single tile very quicklyyeah that could be a problem for this type of game, if they're all in the same tile and behave the same way, they are essentially one super unit.Are you gonna add different types of enemies too? Like a bomb guy, a fast guy, a tank guy>>733645064pretty sure you can make anything with pygame
Quest system done. I just add an entry like this to my quests dictionary, and then also dialog entries NPCs to associate to the quest.{ "kings baker": { "__meta__": { "version": 1, "requirements": { "not started quests": ["kings baker"], "completed quests": ["flax picker"], "quest points": {"minimum": 4, "maximum": 60}, "skills": {"cooking": {"minimum": 30, "maximum": 60}}, }, "flags": [ "talk to baker 1", "collected eggs", "collected milk", "collected butter", "talk to baker 2", ], "reward": { "quest points": 1, "skills": {"cooking": {"give xp": 500}}, "items": {10023: 1}, }, "dialog rules": [ { "priority": 100, "when": {"status": "not started"}, "dialog": "kings baker 1", }, { "priority": 10, "when": {"status": "completed"}, "dialog": "kings baker completed", }, ], }, },}
>>733644691>I don't like how the enemies bunch up to a single tile very quicklythere's 2 ways that I know off to fix this on a 2D game>#1 boidsthis might be a bit complicated but not really. All you have to do is take nearby units into account when determining direction so they actively avoid each other. This can result in behaviors like the one in webmrel, where enemies might surround the player when in reality all they are doing is avoiding each other>#2 enemy pushes away other enemies that are near itkinda similar to #1 but instead of modifying the direction vector, each enemy actively pushes away other enemies that are in contact with them. The result is a blob of enemies where none of them ever step into one another. I used this on a previous project in Game Maker and it worked pretty well
>>733645120>>733645325godot has games i've played (golden idol, buckshot roulette)pygame doesnt
>>733645924Dumbest take possible
>>733645565>I used this on a previous project in Game Maker and it worked pretty wellyooo I found it! look how cute it is. As you can see, the blue slimes never overlap with each other since they push each other away
>>733645994a game engine is for making gameschecking what games were made with what game engine is a good way to judge the engine
>>733646180pygame is a framework, you can make anything you want from it
>>733646019technology!
>>733645325Yup! I already have a buffer, slower dude (pic related). I plan to add a few more types that spawn more frequently in later waves, and probably a sub-boss and a boss. Bomb guy is a great idea, I'm jotting that down.>>733645403I like the runescape text box. Is your game singleplayer or multiplayer?>>733645565>>733646019Great examples, thank you. That Game Maker project is very cute.I think I might do a mix of both depending on the enemy, I like how intelligent the gobbo behavior looks, but there may also be enemies that should just mob like the slimes.
>>733646180I tried moving from gamemaker to godot years ago and it was miserable, I had to watch 20 tutorials to make any simple thing, nothing in it is intuitive. Maybe its better once you learn it, and I know some good games have been made on it, but for me it was easier to just move to a framework, I tried pygame but ended up sticking with love2d. I'm just making 2D games though, if I want to make I might give it another try since it's open source unlike unity.
>>733646540what "simple thing" were you trying to make?
>>733646540love2d also has games ive played on it - balatro and kingdom rush
Godot has 200 games with more than 10 player online on Steam at the moment of me taking this screenshot.https://steamdb.info/tech/Engine/Godot/?sort=online_desc
>>733646987Love2D has 16.https://steamdb.info/tech/Engine/Love2D/?sort=online_desc
>>733646485Multiplayer with lots of effort of scaling
>>733646783I was trying to make a shmup. Maybe I'm retarded but I could not figure out how to make a border your ship can't go out of, I'm sure I could have figured out eventually but I was already frustrated with the basic stuff like moving the ship and shooting bullets I just said fuck it.Then I moved to love2d and watched a tutorial on how to make pong, then made a shmup with different shot types, hoaming bullets, enemies that explode into more bullets, bosses with different patterns, and even fucking input recording and replays.then ended up never finished it because I'm not as interested in making assets and levels, I just like coding>>733646839Also has blue revolver, which is my favorite shmup, it's what inspired me to move to love, and recently I found out that moorning, a game that inspired me to make my current game is also made in it.The only issue with love2d is that lua is a scripting language, your code is all inside the exe file to be compiled during execution, so anything you make in it is essentially open source.
>>733647560>but I could not figure out how to make a border your ship can't go out ofI can think of like 3 different ways to approach that. If your player is a physicsbody it's as simple as putting walls around the stage, if your character is not a physicsbody and your movement is just "translate position by x amount" it's as simple as "clamp player's global x position between min_x and max_x, and clamp player's global y position between min_y and max_y
>>733647721It was years ago and I had barely any experience outside of gamemaker so I don't remember what I was doing, but I remember trying to put a rectangle around the screen and use it as a wall instead of hard coding min and max values.but idk maybe if I tried godot now it would be easier for me. Like I said, if I ever try to make a 3D game I'd use it since it's open source.
Added stuff into the room to mess around with.>>733639890That's very atmospheric. Are the floor droplets coded to spawn on top of the floor or you added them manually?>>733640507I'm pretty sure vsync syncs your your monitor's refresh rate, so it's likely that what is slowing it down.
>>733648094fuck that plushie up!
i havent gamedevved and barely programmed since i got a job....
>>733648413one will feed you, the other won't
>>733648094looks like a porn game.
>>733648413just get a gf to support you while you work on your game bro
>>733648384Total Plushie Death>>733648621No porn, but it'll likely end up pretty lewd.
>>733648763>No pornThat's ok.>pretty lewd.Even better.
>>733631495haven't progress posted in a while. redrew my UI this weekend. Now I've gotta finish setting up audio.
>Will you be playing demos in next fest?if i don't lose power.
>>733649043is that for the GBA? looks cool
>>733648094Added manually. It's not too burdensome at least since they're just like any other tile but animated.
>>733647972how did you end up doing it in love2d?
>>733649043Looks really nice, but won't a sprite like that be really expensive to animate?
My weekend was spent working on taxes, but I did finish writing the events just prior to the Dragon-Elvarian War so now I can just write about that and finally add the History tab to the Zmeian Compendium. Here's a render I made. Shoutout to anyone who gets the reference.
>>733649119It's for the Saturn actually, thanks!>>733649319Animation's already done for both players and a basic suite of enemies. I'm at work so I can't make a webm, but yeah it was hard.
>>733649159Makes sense, I was over thinking it a bit.>>733649043>>733649679Nice artstyle. It's a beat'em up?
>>733649761Thanks! It's more of a fight 'em up. Trying to bring some of the appeal of street fighter to a co-op game.
>>733650028Sounds nice. I thought of making like a single player fighting game, but wasn't sure if there was an appeal to it unless it had pvp. I know Capcom had an rpg singleplayer fighting game before, forgot the name of it.
>>733649679Make it a “pirates of dark water-like”
>>733650167Red Earth/War Zard. Fun little game. A true single player fighting game is kind of a hard sell, which is why I went the genre fusion route. Hopefully people will find that a little more palatable, less baggage too.
>>733650028>fight 'em up?
>>733631890I'm an art guy and art is still pretty hard.
sorceress enemy
>>733640219>I love designing gameplay systems and everythingSo are they fun to play?>>733636096I-I kneel
tried and succeeded to create enemies that interact with each other only to realize that it's just not as fun as i thought it would be. so now i'm concepting a miniboss since that is easier to make good
>>733651934Kewl but y she no face
>>733644575>when the wife tells you to make pong
>>733652014no one in my game has faces
>>733645403Sounds nice to work with. I think the dialog UI needs to be polished a bit.
>>733649476Nice!>>733649043Good art, the bgs are also awesome.
>>733645403>>733646336Which one of you yggers is the real ygg
>>733648094>so it's likely that what is slowing it down.If only. The real problem is frametime being inconsistent, so something like render the game at 240 fps for 2 frames, then at 120 fps for 1 frame, and so on. That's why I blame GM's vsync, because vsync in any other engine doesn't do that for me.
>>733651985It's a cool idea, but it could stand to look a bit meaner maybe.
>>733652878Are you that artist or working with them? Last I saw they were doing Digimon cards.
>>733652106Virums? Did. Corona c19 did this?
>>733646336Cool transitions indeed.
I can't even THINK of a game
>>733652976thanks for the reference image. it looks cool af
>>733652501Will all the real yggers please stand up
>>733652976this is what i came up with, but i'd say it's more menacing instead of meaner
>>733654312That also works
>>733653956get up, stand upstand up for your ygg
>gamedevving on Mondayyou guys need actual jobs
Designed a vfx system the other day. Right now it's just simple text, but in the future it can be foot prints, particle effects, and so much more. It's also properly networked so there's zero bandwidth during a multiplayer session too
>>733656317This is my jobSo far I average 1 cent an hour
I was thinking about making a hobby project with C.Either it will be quake2 mod or I will look into raylib.
>>733656317>shitposting on Mondayyou need an actual job
>>733657009I'm using raylib and its pretty cool, also wouldn't a quake 2 mod use quakeC? unless you're trying to mod the engine
>>733653303Cat eats owner after death, owner eats cat after death, every dollar counts!
>>733657524quake1 uses quakeC. quake2 mods are .dll / .so libraries.
>>733656509It'll play into stealth?
You better be working.
>>733659287got some more gameplay to show us? any large combat stuff?
what do you guys use to make music? I'm using musescore midi files in the meantime
>>733631495what next fest, isnt it live now?
>>733659287Of course I'm working, where do you think we are? This is the /v/ thread, where the yesdev chads come to post. The only "people" who need to be reminded to dev are the fagger dagger nodevs of /agdg/.But your words would fall onto deaf ears, anon, as those cretins hardly understand the meaning of hard work and dedication.
>>733656317I have a job. Gamedev is the fun part of the day
fire getup
>>733640095This looks sick, is it a single dungeon or is there an overworld?post demo
Mongol rts, coilhead like enemy.
>>733659287Looks sick, dude. Who are those guys? Are they friend or foe?
If I'm starting from scratch how many skills do I need to be a game dev? I'm already into coding and music production but I'm lazy and barely get any work or even studying done. IRL I have a C++ crash course book I haven't opened in months. I also prefer 3D to 2D
>>733665124>If I'm starting from scratch how many skills do I need to be a game dev?If you're gonna solo it? You need>game design sense>programming>music>artIn that order of importance.
I spend half a day trying to move a string from one thread to another. Boy do I love Rust.
>>733665365no fucking way music is above art lmao. you're mental.
>>733665734Music is slightly above art, but you can consider them interchangeable. Art is better for drawing attention but music is better for retaining attention, so if you focus all your art skills on the initial hook and then let the music hold the audience in place for the rest of the journey, you win.
>>733665929It's plain false.souls games, fart music(maybe some nice tunes here and there) but nothing you would listen to at your leisure.carried by art direction(gameplay aside)subnautica, both.resident evil has music? art.GTA - characters, stories. music is outsourced and mostly on car rides. secondary.It's a ridiculous claim. music can carry sometimes but art is usually way more important. try and prove your claim.
>>733639890Hey I'm the guy that runs /v/3. If you're interested, I'd like to talk to you about demoing your project in our June showcase. Email me at gamesubmit4v3@gmail.com or on d*scord (mtndewpope). https://thev3expo.com/
>>733665929You can have a good game without music, just relying on sound effects. Marketing it on it's ambience. Having a game without art is harder to sell unless you're making some kind of super retro rpg adventure or a meme game.
>>733666424>souls gamesare you kidding? People still talk about the PLIN PLIN PLON to this day. Vordt's theme is used as a fucking meme too. The contrast between no music outside of boss fights and yes music inside boss fights is essential for the atmosphere of the games.Now look at Cave Story. Good graphics, but transcendental music. Look at Undertale. Decent graphics at best, music so god damn iconic it gets played by real orchestras.
>>733661167until I find a dedicated music fag, I will continue to use beepbox.co for the music and all sound effects
>>733666767Music in souls bosses enhances the experience, doesn't carry it. if they were badly designed visually and bad mechanically(Which elden shit is but that's another discussion) the music wouldn't help one bit.there's your "carry" test.yes, true for undertale and cave story. but they're just two examples. The amount of games with mid music that made it based on gameplay/visuals overwhelms. take just two recent indies, balatro and VS.
>>733665124you learn as you go along, just start making any random shit
>>733667039why do you keep invoking gameplay when the conversation is art vs music
>>733667218If you can't follow the simple reasoning and context for mentioning it you're beyond help.
>>733666425Also, since I didn't want to attach it to my other post, submissions for this year's summer showcase will run from March 15th to May 23rd. There'll be a more formal overview coming soon but my goal is to have 28 trailers and 28 gameplay clips for our new segments we're doing. Hope to see (you) there.
>>733667405k
I'm making a hentai game for the Japanese market.I use premade assets and animations.after looking at Dlsite I kinda realized these Japanese gooners will buy almost anything. lmao imagine jerking off to rpgmaker games.
>>733659267It's not a stealth game but yes, for skilling it'll be a thing
Added synchronized player housing in multiplayer
>>733656317but jobs suck though, and gamedev is fun
>>733663389So far it's just one linear dungeon, the idea is that you go form the middle of the sea to the land. I thought of making different paths that take you to different endings, but I don't want to feature creep the game while it's still early in development.
>>733631575>>733631495Does no one use source 2
>>733671442It's not available for the public for gamedev.
>>733631495I'm programming my videogame in php, postgresql, javascript and redis. Fuck you all
>>733672205
>>733672104This. Use Godot instead, its just as good if not better.
>>733673895What if I'm straight?
>>733674312then use Gaydot
>>733666425Website looking good
>>733648094I'm hyped for your game everytime I see it on here
>>733677006Thanks. We're gonna add more onto it for the summer show. Plus there might be a hidden NSFW pic of the girls for you to find.
earth getup
>>733677240didn't you just post the fire one? you're fast
>>733677106Ew
>>733677741Why are you posting gay porn actors?
>>733678238I like to remind him of what an abortion he is.
working on some spooky shit for the wraith. It's grabs you and curses you with a small animation and a scream. Not sure if I'll keep it but for now it's there
>>733677604thanks, earth effects are pretty simple to do
>>733677741Enjoy the ban, retard.
>>733679615it also has another melee attack
>>733680741Did the sword swing miss?
>>733681214ye, it did touch the shield but not the player colbox. Need to fix that
>>733652878Cute. How's the side (and main) project going?
>>733680702The what?
Imps now fall upon dying, instead of just disappearing instantly.
>>733652878bnnuy...
>>733684386What's the purpose of them flying towards you and traveling that fast?
>>733684472They charge + shoot. It's how they attack.
>AliceFag getting pissy his post got deletedlel
>>733687440Rasko, if you eat my semen you will gain my powers and your game wont look like Chris - chans rejected ideas.
>>733687919Pedro, please. Nobody wants your dysgenic Filipino genes. Go orbit some women on Twitter or whatever.
>>733688004Rasko why are you gey?
>>733688004>Nobody wants your dysgenic Filipino genes.Careful with that glass ceiling, you look like a walking genetic mutation yourself.
>>733688372Filipinos are just retarded Mexicans. That's why America conquered their island.
do you think it's possible to legally befriend kurt cobain to trick him to give me the legal right to use lithium by the nirvanas as a friend of course for my video game i'm developing?
forward falling fire recover
i want to show my game here but i dont want to get into drama with you retards
>>733690000stop taking credit for american's accomplishments, retarded mexian/russian mutt
air version
>>733690634It's just AliceFag the resident Filipino nodev being butthurt over his kiddie diddler shitcord being deleted. Ignore him and you'll be just dandy.
>>733690000Checked
What would you guys think about a small and short open world game? Like 2 hours long? Am I the only one who thinks there's a market for tiny and focused open world games? Basically like you have a narrow scope for what you do, but you have freedom in the order you do it and how you do it.
>>733691047people will complete it and them refund iti don’t really want to buy any games that aren’t at least 6 hours long
>>733690842why does fygoon always assume that whoever is dicking him is the same guy when he spends most of the day shitposting in a bunch of /v/ threads antagonizing a lot of people while avatarfagging?
>>733691047depends on how much actual content there is (and how much you charge for your 2 hour game)
>>733691637Many of them won't.https://store.steampowered.com/app/2925510/Voyager19/t>1 hourhttps://store.steampowered.com/app/1055540/A_Short_Hike/3700 positive reviews have below 2/3 hours(I don't know how steam calculates 2:59 and 2:01 in reviews, I set the limit to 2 hours)https://store.steampowered.com/app/1846170/Iron_Lung/t>1 hour
>>733691637Well I was planning to go over 2 hours, and have replay value>>733691664Like I said, 2-3 hours of content, maybe replayability, unique aesthetic/premise, and $4-7
>>733691637if the game is actually good most people won't refund it
>>733691653I know it's you.
>>733692559you wish I were him otherwise your filipino insults wouldn't hurt
Almost done, just need to add a patterned scrolling background, mine count options, and maybe sfx.
does anyone else feel afraid that they're almost TOO good at game dev?
>>733691047I kinda thought a "tiny and focused open world game" was just an immersive sim
Did this running animation.I wanna kms from how long this garbage took to make
>>733691047in order for this to work you need to create impressive content, really dynamic modular systems and wide interactivity. you can't just coast with a concentrated game.
>>733694337either that or handcraft everything. that's a hard road but now more than ever people want "soul"
>>733694229You might wanna look into inverse kinematics.It makes leg movements easier, arms not so much.
>>733694637Anon that's what I used for my legs
>>733693897>>733694337>>733694492>muh complicated systemsGuess you bros haven't realized that indie adventure games where you do nothing but walk around and talk to npcs to progress is literally the most overpowered indie genre. Game just needs to feel original and flow well to the end
>>733694691Cool.Why did it take so long then?
>>733694823It took me a full-ass day to do this shit
>>733694229Anon I'm not gonna lie that looks terrible. Do you not know what running looks like? Are you perhaps obese? You aren't supposed to be dabbing while you run.
>>733694848Are you just starting out?If that's the case then don't worry, you should get faster over time.At the very least you now have a run cycle you can use for any humanoid character.
>>733694229Pro tip, when his arm is the most forward, twist the upper body and hips toward his lead leg. Subsequently on that same part, move his upperbody and hips out to the side of his lead leg. So to clarify, if his lead arm is his right arm, his torso+hips should twist to the left. And if his lead leg is his left leg, his torso and hips should be moved to the left. And then of course it should all come back to neutralish as he switches arms/legs. I use this technique for every run animation and it's pretty much the secret ingredient to keep it from look static. Also, you need vertical up and down movement, his hips+upper body should be moving up and down according to his stride.
>>733694853it's babbys first try>>733694229Nice try, watch tutorials: inverse kinematics, rigging tutorials and a run cyclehttps://www.youtube.com/watch?v=pIrfIIiQvrg
>>733694853It's the best I could do okay? I tried to use SOTC as a reference because I wanted something fluid
>>733694229This looks like those anime run animations where they can't really get it to look convincing at an head-on angle with their frame budget so they just made them dramatically swing their arms horizontally
>>733695009I recommend using real life references instead.
>>733695056I'm angry, okay? I don't know how to get it to be fluid
Just got done with door squeaking noises when pushing through it(both ways) now trying to find a metal sound that pairs well with a door.
>>733695205>>733695058I'm missing proper frame offset aren't I
>>733695768Well, what kind of metal sound? Rusty?
Narrative is important actually
>>733694229Mokujin inken
>>733693725That's not even a thing. How are you too good at anything?
>>733697320I'm fucking sorry, okay?
>>733694928IDK how long this is going to take me. I wish I had a team
>>733697370I'm saying you should make him an easter egg in your game
>>733697480I fucking wish
I really wish I was better at this shit
>>733694952I already use inverse kinematics.
muh secret whitepill dealer
>>733699587Cute
I have bottomless hate
just finishing up with monster spawning>i can randomly scatter monsters on the navmesh>i can spawn monsters on handplaced spawnpoints>spawning a monster in any way can spawn squad mates nearby>spawn points can specify a specific monster or pull randomly from a table (with some weighting based on "local difficulty")about to move onto prop spawning which will use a similar system
>>733701712How long did it take you to model all this
>>733639890Looks very nice but are there any closeups of cute faces like in the originals? Thats important.
>>733639890Looks great
I'm trying to find the game that's being posted sometimes around /v/, but never know what's the name of the game.It's like a post apocalypse world where the city is flooded, and mostly covered in water.It's 3D low poly anime style.probably developed by japanese too.But it's in development hell and will never come out despite being shown around a lot of times.Anybody know what I'm talking about?
>>733702031I think I’ve seen it?
WTB > 3D game with destructible environments and fluid dynamics that isn't voxelslop
>>733702467man, if I ever become a fat ass, white bearded, selfie-posting faggot, kill me, bros
>>733702031It's Fermata on the Pithos.Hope it will leave devhell one day, havenzt heard from it in a long time.
>>733694229Everyone's giving you advice but no one has mentioned recording yourself.Record yourself on your phone on whatever video records the most frames, on my phone it's slow motion, and from that video pick out key frames to copy. Recording yourself has the benefit of being able to choose your angles to work from.Plus doing so will build a workflow you can use for other animations. From there, anything you can do irl you can animate onto your skeleton.
>>733702541Thanks, that was it.It's the potential game that will never come out sadly.
>>733694229Do it again. I guarentee you it will look better and only take half that time. Wagmi
>>733701842I dunno if it's sufficiently cute
>>733703126I want to believe I can do something right for once in my life
>>733692637Your ESL is apparent.
>>733703270nta but that's great
>>733703960Thanks. Unfortunately I already feel like sameface is going to happen (im not a great character artist) but I'll try my best
>>733656509How do you handle 2.5d spritework? I want to do something similar.
>>733702489only missing one thing
>>733694229Your knees are locking on contact, there's no high point, the gait is way too far out, it looks like he's dabbing.
>>733699587I don't like the order of these things not being consistent.
>>733704031sameface in a touhou game? unacceptable.
>>733703270it could have a bit more detail on hair and faces but I'm not well versed in trve pixelart to know how to go about it
Any Linux user coding in vscode right now? I'm trying to set it the ide to work with unity but can't get the mono package to work (vscode's intellisense doesn't register the Unityenginge function names or keywords).
>>733704253>can't get the mono package to work (vscode's intellisense doesn't register the Unityenginge function names or keywords)I haven't used that shit in years but isn't mono a different package than unity
>>733704318Mono is needed for Mobehaviour to function. Without it you can't access the Unityenginge types through vsc. At this point I'm just about ready to jump over to Rider instead.
>>733704396>Mobehaviour*Monobehaviour
>>733704253I remember having an issue like this few years ago. Can't remember what the solution was, try removing the .sln file and regenerating it?
>>733704396yes but do you have the unity specific shit installed in vscode?
>>733694229you will get better over time if you just keep going and don't give up, everyone starts at 0
>>733704214Yeah there's definitely still some experimenting to do on my part, I'm unsure how to add detail at this resolution without more coloursI'm kind of a nes pleb too, dont really know where to get good anime-style inspo (ninja gaiden is too realistic) so if anyone knows any games, that would be helpful
>>733704872metal slader glory is the gold standardconquest of the crystal palace is a little rougher than I remember but still cute and memorable
>>733704672>unity specific shitHow about you be more specific in what you mean?I have the c# extension, the dotnet runtime, I have Mono, and I have set vscode as the editor in Unityengine external tools. What else is needed?
>>733705208To clarify, I have all that installed in the vscode editor itself.
>>733705208>>733705243did you click this?
>>733705178Thanks I did not know they were doing whole ass visual novels on this system
>>733705285it had a ton of japanese exclusive vns but most of their styles... you shouldn't copy
>>733705208you should probably also update the packages and set the external tools shit within the editor.there is also that one retarded bug with visual studio code unity package which makes it take forever to update and then, only after the update stops due to timeout, intellisense starts magically working again, might want to check it out too.
>>733705260That is for the VS suite on Windows (not vs code). The vscode package comes with the option to add the unityengine debugger package (which I have) and the rest of the types that you get from the package you're showing comes bundled (afaik) with the mono package.The issue I'm having is that the intellisense (the autocomplete in the ide) doesn't recognize the mono package as installed.
>>733705434I'll do a fresh install and try this. Ty for the help.
>>733694229I mean, the only thing missing is some bounce, the body should be moving down when the legs bend on contact and up when the legs straighten. That would be enough to add some weight to the animation and make it look a lot better. Otherwise it looks good for a first try. Animating something for the first time will take you significantly longer than any subsequent attempts, once you fully understand the motion it becomes relatively easy.
>>733636234I like how the dark mood fits your game. IMO any enemy that makes you wait for multiple seconds will frustrate the player. I agree with what the other anon suggested - reveal where the enemy will teleport to, so that the player can spend the waiting time repositioning>>733694229Always start an animation with the hips bobbing up-down and twisting left-right. After those are in place, you can create a decent looking run animation with 4 keyframes for the arms and legs. If the torso is static, everything else is bound to look stiff.Also question for action game devs. How do you guys do combos? One long animation for each combo sequence, or multiple shorter ones for each segment?
>>733706160A separate one for each combo segment that requires an input to execute.
>>733706160I'm struggling to think of any situation where a big monolithic animation would be better. What does your character do if the player doesn't extend the combo? Do you splice in a special combo drop animation for each hit or do they just awkwardly snap to neutral
>>733706160I do separate ones, each one also ends with a "return to idle" part that can be skipped if we input the next segment of the combo. You can also do delay combos that way by having multiple animations branch out of different parts of other animations.
Menacing guy
>>733707049nice spritework
Time to work on my 20 battlesall at once, batch style
>>733656317>you guys need actual jobs
>>733706359>>733706716Grazie, that's what I was thinking of doing>>733706682I saw this method mentioned in a TY tutorial by a guy who usually gives pretty good architectural advice and was confused. I suppose it would be ok if you have no branching combos, and you just play a reset to idle animation if they miss any of the input timings.
tfw i really wanna name a character Zoe but that fat slut from gamergate ruined the namemaybe i'll go with Zoey
>>733631495some progress on map generation, trying to make it less flat
>>733708895nice art direction
>>733706160cool animation anon. Have you don something with the cape? it seems to behave better than before>I agree with what the other anon suggestedthanks anon. Yeah I agree that it's a bit whack-a-mole right now. I still want to make it disappear completely, but I made it faster so the player doesn't have to wait and it also teleports less often. I hope that between that and it being more mobile while casting spells makes for a fun enemy that's not too annoying to fight>I like how the dark mood fits your gamethanks anon! I believe an adventure has to have a wide variety of tones, so there'll be some spooky and darker places to compensate for the more fantastical or comfy places
>>733708895>map generationElaborate please? Im working on that aswell, maybe you got some insight...
>>733704396I think I had to manually adjust that within VS-code, but you probably already tried that. Good luck.
>>733708895please don't do this, having a big empty world is the worst thing you can do
>>733709382depends on the kind of game
>>733709085thanks!>>733709382it's really not that big, the fog makes it look bigger than it is... and the enemy spawning system is disabled so it looks really empty>>733709238the underlying terrain is all blocks/cells which made it kinda flat, i decided i want more smooth hills etc. which makes it way harder
>>733709903>the underlying terrain is all blocks/cells which made it kinda flat, i decided i want more smooth hills etc. which makes it way harderYou using unity?I figured hexagons would be better suited for the base shape, so I am using that. Trying to assign regions now... How far you going witht the generation?
>>733709903that guy is lying to you, the whole thing looks very offputting. especially those smaller trees, they look wet and slimy
>>733710081it's unreal engine with all the fancy modern shit turned off. I'm trying to keep the map and whole game as simple as possible so it won't take 5 years to finish.Hexagons will definitely make a better shape, especially for natural environments with cliffs etc.>>733710145what if i'm trying to make it offputting and slimy on purpose?
>>733709903its massive, if you check out noclip.website you can see how small levels actually are and how they are built
>>733709903>>733710145This guy is lying to you, the fog and muted dark colors are atmospheric, the tall trees and buildings are cool, dont let some crab drag you down in its bucket.But the small trees are a bit weird looking, like a blob of leaves instead of individual branches. Id look up some more references for when you do other variants.
I have been working on refactoring my enemy AI. Now it uses a proper navigation agent and has actual pathfinding.
goblin postno contribution>>733711451good job anon!
>>733711125>>733710145Those guys are both wrong but trying their best. No I won't elaborate, figure it out.
>>733654312time to unwrap and texture
the intrusive thoughts to abandon my quick-to-make unique friendslopish game for the much more understandable game bigger game are creeping in again
>>733711514Thanks, now I need to figure out how to make all my timer nonsense more readable.
Has Gamemaker Studio pulled any of the shady nonsense about games centered around fanservice? I don’t have any plans for H-games, but I’m hoping one day I could use it to make a game with an appreciable amount of:> Upskirts> Skirt Winds> Dressing for the day> Suggestions of what pattern is on a Female MC’s underwear> Vague innuendo> Optional teasing
>>733713261that's just your average japanese gameshould be fine
>>733713261 I have not heard of a game engine being upset about porn let alone innocuous fan service like that. There are h games on unreal, unity, rpg maker, game maker, flash, godot, renpy, etc. Its not like its their business, if your game gets banned in australia for rape it really doesnt reflect on them at all.
Why does nobody make Korean War FPS games? I know its not the popular war and sandwiched between WW2 and Vietnam, but I would at least expect one to have been made this century that isn't a mod.
it's time to do what I've been dreading the most: a proper path finding algorithm
Changed the UI from my last update here. I wanted it to be more "WarioWare" like. No sound really doesn't do the game justice, but that is just how it is on here. I added some temporary music between the scenes as well as the sound effects I already have in.
>building a game solo is no longer impressive because of AI>you will no longer be perceived as an autistic genius/savant for making a game all by yourself>even if you never use AI yourself the perceived skill floor is still at rock bottom
>>733714841Who cares just make game lol
>>733661457It’s all about aggy with you but when are you gonna barge into threads like these and liberate the devs from the cycle of propping up OP’s account with nothing in return. Propping up OP who hasn’t wishlisted a single game in the replies. Now that would be real change.
>>733714841Good. You should make a game to be fun to play, not pad your resume
>>733714654Looks cool
>>733715196nta but posting my game in response to those kind of posts is what got me to +1k followers. Sure the OP won't do shit but that doesn't mean it doesn't help in getting your game out there
>>733715613I don't want to get into the social media robot
>>733716328best to avoid unless you are willing to invest a lot of time and effort
>>733716381I need to find someone to manage that shit for me because my time is better spent devvingWait, isn't that what publishers do? Or would I be better off finding some autistic guy I can pay $10 a week to manage my social media
>>733716328>>733716381The scourge of indie scene would tip over the robot and free everyone from it. If one anon is gonna act like he's that scourge then the actions should reflect it.
>>733715592Appreciate it anon <3
optimization week, raising my fps
>>733701838i didnt model any of it so i couldnt tell you. not very long.
>>733712037texturing tomorrow
>>733704161When you say locking what do you mean
>>733704721I used keyframes plus IK for his feet
>>733718554Cool
>>733655421Bob Marley lives on!
>>733684386Nice!
>>733694229Careful or you will get sued by esra miller for jacking his running style.
>>733634874>apu>not the original pepeshithole esl detected
>>733709142>Have you don something with the cape?Thanks anon! Adjusted the physics meshes a bit, but it still has a mind of it's own.>>733709903I like the atmosphere! I think it could use some landmark environment elements (preferably something red/orange) to break 99% of the screen being green. Also I'd play around with the hair material, it stands out a little bit.
made massive breakthrough.I had made a random dungeon generator but the navmesh reload used to take 10-15s.I cut that down to 1-2s now.Thanks AI!
>>733681214turns out my enemy weapon hit detection was fucked up, and since that anim is quite fast the colbox of the sword could go through the player's colbox without hitting him. I've replaced it on all weapons for a shapecast that "sweeps" the space it's traveled through, and it seems to work way better now>>733719360based! thought nobody would ge the reference lol
>>733719496I’m trying to replicate Wander’s run cycle
My body doesn’t even want to get up
>>733717984Yeesh
>>733719098thank you
Does Godot 2D have a bug where using move_and_collide with one object twice in one frame then move_and_collide with another doesn't register the update to the position made to the first object? I've tried calling force_update_transform, but it did nothing and I keep getting inaccurate collision data
>>733694229You seem lost so here's some advice>learn to let interpolation do its job. You don't need to key every frame like standard 2d animation. Learn what key poses are. The most basic running animation is just 4 key frames>you can copy paste poses from the timeline, and more importantly paste "mirrored" version of those poses. This cuts a walk/run cycle in half since you can paste a mirrored version of his stride.And some advanced tips for later:>learn to use graph editor and set different types of easings. This is how you should properly adjust inbetween key frames>learn to use auto keying>do not key frame the entire skeleton every frame. Usually reserve that for start and end frames. It makes adjustments much easier. For instance, you realize later you want your character's head to bob up and down. But uh oh, since you had the bad habit to key the head every frame (with the entire skeleton) the pose keeps resetting. If you didn't do that you wouldn't have conflicts.>if you are using IK for legs, bend the knee bones a little forward in edit mode to prevent this ugly snapping when the leg straightens>learn rigify for human models (not necessary but helps a lot if you want to do more)
>>733721247The only parts that are keyed every frame are his feet
I am doing it for myself but I'm worried others might find my project boring, it's basically a 4x without the 4x like the sir brante game
>>733702864I don’t think that’s a good idea
>>733656317Yes I do.
thinking about redoin this girl's armswhich one does better, 1 or 2, or scrap both and try another design
>>733722350I like #2, the blacks fit with her clothes, and #1 might be a bit overdesigned
>>733722350I think I prefer 2 because it has physical joints.
I've been working on a massive bingo betty update to 2-3x the amount of shit in the game, adding in a few new gameplay systems and a really big one that is basically a second game within the game I wanted to get it in before next fest but I'm still working out alot of the kinks and bugs. Unfortunately the big huge point of the whole update is complicated and I need to make sure it's thoroughly tested before I let people go at it, but if I can pull it off I just know it's going to take the game into the next Echelon of fun, I really think the new mode will be the draw of the game
>>733722950Bingo Betty?
>>733722950i liked the demo a lot, so i'm excited to see what you've cooked upi don't like the steam capsule art very much, the art style is too far removed from the game
>>733723362Don't worry the entire store page is going to get redone with this update, it's that much of a change. Both thematically and gameplay wise. If you like what I have you aren't ready for what's cooking
>>733635089publish or perish isn't just a term used in academics anymore
Totally not making a fetish game.
>>733723801Cool
>>733723801look at that tictac go
>>733723801I feel you brother.
AHHHHHHHHHHh
>>733724084For a second I thought this was that ultra realistic loli kidnapping simulator (it was pixel top down too) lol
>>733726027Fuck I need to get some proper sprites made asap.
I took advice to heart.I hope this run looks better to you
>>733726027
>>733726520I FUCKING CAN'T
>>733726239It looks weird because there's 0 up and down movement in the hips. So with that, when the front leg straightens, it happens in 1 frame. Also when the front leg hits the ground, you go ankle first, then the rest of the foot flattens to the ground. In your anim, the foot is flat to the ground before it even touches down.Thirdly, you're being conservative with how much the back leg bends. When you run, your back knee bends at about a right-angle
>>733726901If you must know, I used a gif of Wander's run cycle for the legs. His legs snap out instantly in it, so I just did that.
>>733727061https://imgur.com/wfVJBtUThis one, to be precise. I used Inverse Kinematics
>>733727061Wander has a stupid run, it's not the best reference
>>733727061>look it up>first result (not ai): Shadow of the Colossus's run cycle is gangly and uncoordinated, possibly due to inverse kinematics issues, making it look unpolished.Are you sure you really want to copy this, I mean it has soul but taking inspiration from things like this without knowing what you're doing might stunt your growth
>>733727268And I wanted a kinda stupid run, so?
>>733727321I think it has a ton of character, which is always important to have. I'm just trying to make the character look uncoordinated and unbalanced. Maybe I should make his torso even less balanced.
>>733631495Anyone experimented with Unity raycast?I'm trying to apply a visual mark under the cursor for an orbital-bombarment-style thing (so camera very high, over a relatively large map).And it's wobbly as fuck, for some reason. It's perfectly stable if the cursor doesn't move, but moving make the wobble like a chihuahua on cocaine instead of a smooth movement.I don't remember raycast doing that on other project, so I'm not sure what the fuck is going on exactly.
>>733727459My advice is consistency. you can't have the torso be smooth but the legs snap. it's retarded.there are plenty of keyframey animations, spiderverse was a huge hit.just move on. get an external proper model and practice with it. create 5 run cycles from scratch.experiment with punching or jumping.do multiple takes. analyse why you think it's wrong. then look at animations in other games. then understand what you do wrong and fix it.tweaking the same animation for a week - now thats the actual stagnation.
>>733663752>actually functional RTS projectNeat.Tell me everything about it.
>>733727459Also I tell you to get a proper model because 1.you'll have a lot of extra controls2. way better bone joint placements3. better deformationslearning via looking is also great, until you can create your own models at that quality.
>>733669134>I'm making a hentai game for the Japanese market.Any specific interesting fetish/story/gimmick or the most generic thing possible?
>>733656317It's tuesday, captain
>>733728102I mean, Unity tends to smooth those out I think.More importantly, It's just kind of the consequence of me using Inverse Kinematics on the feet frame by frame to animate the legs, because I don't trust Blender's frame interpolation
>>733673895> if not betterDidn't they recently realized the codebase was getting absolutely murdered by jeet spamming chatGPT code into everything?
>>733728102I actually did do a jump animation. Very rudimentary.Now, an attack animation is where I'm currently struggling.>>733728584That's more a matter of armature, no?
>>733728720I don't think they merged that code, although I have my doubts for 4.5.It's why I'm still using 4.4.1That's one of the perks of open source software: updates are optional.
>>733728687Nta but it just looks like jarring amateur shite sorry to not sugarcoat it, unity isn't going to magically make fundamentally bad animations look good, follow that anon's advice instead of blaming the ik
>>733702541>Fermata on the Pithos.Oh shit, that would have been nice to know about last week when /tg/ was trying to reboot the dev of Cat'astrophe.
>>733728964I don't want to do something that's not going to move my project forward. I need to learn this as I go for the sake of brevity.
>>733728964
>>733708895Gonna be an asshole, but I really hate that palette and lighting.Either commit to the area being spooky and make the shadow much darkers while giving your light sources some flare/aura, or crank up whatever you are using for global illumination so half the screen isn't the exact same shade of dark green.
How many jobs can unity/unreal job systems run per frame? Anyone know?
>>733714453Flowfields are dumb and robust. They are my new pathfinding religion since I switched to them.
Is it a bad idea to use UE4?
>>733729330I used Unity's jobs a lot, and while I guess there is probably a limit somewhere in the engine, I never hit it nor saw it mentioned.
>>733631495progress, new interactiongotta fix the camera snap and do better sprites and this is donealso crossposting
>>733729404BumpMy pc is chugging hard from simply opening UE5.Is there any reason at all I should avoid UE4?
>>733729921What is that minigame supposed to represent?
>>733730114an interaction with the lil dude
>>733730018I wouldn't recommend it normally, but if your dev PC is that bad consider godot.Their editor is actually optimized enough that it can run on fucking mobile.People still use UE4, and afaik the new features in UE5 are all stuff that only benefit AAA projects.
>>733728835>That's more a matter of armature, no?Armature is one thing, weight painting and a model with good topology is another. the latter takes longer to learn.
Still figuring out how I want the battle system to work, I want it to be somewhat interactive but not just straight up Paper Mario combat like everyone is doing.Also my pixel art skills have definitely improved since MS
>>733730018i use ue4. it's nice
>>733731381>but not just straight up Paper Mario combat like everyone is doing.there are people making more paper mario likes?
>>733731381> like everyone is doing.I don't follow those kind of game much, but Mario RPG style combat seems very fucking rare.
>>733731381Bravely Default?Or anything with turn-order manipulation: be it interrupt, priority or cast-time/delays.
>>733730604I see.I don't think it's bad but I think it needs to be framed in a less abstract way.Like maybe the little guy is asking you a question and you have to link to the matching topic. The camera shifting to a profile view makes it even less personal.
>>733731178I used automatic weights
>>733731417Me, kinda.A timed pressed is an easy way to make the combat more engaging.
>>733727984cache previous frame's position and smoothly interpolate to the current frame position
Went back to the shop design and refined the upper windows and added flower boxes. Also like the canopy, makes it more shop-like.
>>733732559I thought about that but I would prefer to avoid solutions that hide the problem if I'm just doing something wrong and there is a "correct" way to do long range "under the cursor" raycast with acceptable accuracy.I guess it come from Input.mousePosition having too large steps between two pixels when the impact distance is far away, but maybe it's something else that can be actually fixed, dunno.
I've come to realize that all of my favorite indie games, many of which sold well, have two primary factors which sold me on the game:Vibe and flow. The vibe of each of these games made me hit the buy button almost immediately because I just wanted to exist in the game world, regardless of the type of gameplay. And the flow is what keeps me engaged in a game, even if the gameplay isn't deep, is nonexistent, or obviously imbalanced, as long as the game has flow you're good. I think as indie devs we get too caught up in the weeds thinking we need to create the next ultra-gameplay loop that will be studied by scientists for years to come, or that our graphics have to be flawless and cutting edge. But no. Vibe and flow. That's what a large contingent of people buy indies for.
>>733733959Ideaguys get the rope
>>733734083thinklet implementmonkeys get the 10 reviews.
>>733734083What I said is true you know, all of it
>>733734083Everyone starts out as being an idea guy.
>>733728653>gamedevving on Tuesday
>>733731381You've been working on your game for years. Weren't you almost done? You still haven't finished the battle system? Oof.
>>733735548>You've been working on your game for years. Weren't you almost done?you can say that about 90% of devs whove been here for over a year.
>>733733959Examples of games you have in mind? I can make a game with vibes and flow in a day. But the vibes and flow only last 5 minutes before it feels too repetitive.
>>733735815NTA but now I feel really depressed
>>733735878Feel like roping perhaps?
>>733735878Why is that?
>>733736151Realization that I've spent almost a full ass year doing nothing
>>733736216At least you realized today. And not another year from now. You've got the power.
>>733735815arctic eggs, it's just a prank, unspoken, Bad Parenting, Speedza, Egg Fried Rice Discopup, Offpeak, Neyasnoe, Night Bus, Paratopic, PRODUCER (2021), Umurangi Generation. Tryin to pick things that more solo dev equivalent.
>>733736365I've only worked on my game for somewhere around over a month if we count all the days I did dev together.Unfortunately, I am a lazy fuck who takes breaks that last for weeks on end.
>>733704872>I'm kind of a nes pleb too, dont really know where to get good anime-style inspo (ninja gaiden is too realistic) so if anyone knows any games, that would be helpfulMega Man 4-6?
>>733736216At least you realized before releasing slop onto the market. Thanks for quitting, less competition for me.
>>733736410Noticing a trend. Photo textures on low poly. Aight.
>>733737093It's a pretty op style. You can more easily get away with more sparse environments, and you don't have to worry as much about textures blending well together if everything is really low resolution. Just get to focus on colors and lighting which is nice.
>>733736216But you came up with so many ideas!
>>733670261Had the first public test with someone across the country hosting. It's all smooth. It actually works. Can fly, can shoot each other. Holy shit. Can't believe it went so smoothly.
>>733738190Do you use a specific network library or it's all custom?
>>733738647Fishnet, which has been REALLY good so far.
>>733738168I didn’t.I started the project, worked for about 3 weeks, and then dropped itThen I decided to do something else
>>733739186That's rule number 2: finish what you start.
>>733739397Then I picked it back up around 2 weeks ago
combat against a wraith and two skellebros:>https://files.catbox.moe/4tp2ua.webmI finally left the teleports as they were, just shorter so it's less annoying on a 1v1. I think I like it, having a spellcaster fucking all around the arena is quite tense
>>733735548My game released april last year, anon. I'm talking about my next project.https://store.steampowered.com/app/1886210/Mirrored_Soul/
>>733739943Niceeee
>>733741708ty anon! with the wraith done I'm at 7 enemy types, so next up I'll finally work on a big enemy to act as a boss for the demo.
>>733636234A slow fade in and out suits a wraith more than instant teleport in my imho
>>733743194ty for the feedback anon and for watching my stuff. I want to play with the element of surprise, with the wraith teleporting right beside you for a quick attack. With a fade in that effect would be lost, and it would be way easier to avoid the attacks
>>733729259you're not an asshole for giving feedback, and i agree that it's way too much green, i'm trying to introduce more colors without losing the "old forest" atmosphere.
>>733743057Does this game have a name?
>>733743313you're the boss. I replayed dragon's dogma after seeing this on twitter lol. Is this the one that used to be a green guy with ladders?
>>733738190I didn't think you'd pull it off, honestly.
>>733743518no lmaofor now it's just Project Nort- I mean, Project Goblin!>https://tintodev.itch.io/project-goblin>https://x.com/tinto_gamedevI'll try to have a name ready for the demo, but I'm still not sure about the story so it's hard to come up with something. I've always been very bad at naming stuff>>733743598wait, my game triggered a replay of Dragon's Dogma? fuck anon I'm about to go to bed and you just made my day :D>is this the one that used to be a green guy with ladders?yeah!
>>733743705sweet dreams cos
>>733743901thanks! also holy shit that move right at the start is perfect! nice animationit's been a long time since I saw your game man, keep at it it looks great!
>>733743630Doubt is a young man's game. It was always a matter of how long it'd take, not if it'd happen.
Working on some animations and visual effects.
>>733744359based wraith brothat fireball looks great, love how he crushes it on it's fist before throwing it
>>733744359
find me a course to learn unity6 C#
>>733744574@grok find this man a course
>>733744729hear you!
>>733744729airse! bestow upon me wisdom @grok
>>733743705https://youtu.be/UhHhXukovMU?t=140
>>733744494Thanks, the only thing left now is making the teleport effect. I had some ideas on how to make predictable and less annoying.
>>733744976KEK
>>733745047curious to see your approach, also funny we got to work on the same enemy at the same time lol. Good luck with it anon!I'm finally going to bed, have a good one fellas
What's the new method for ripping models from meshy.ai? You can't just grab the glb anymore
>>733745047 If you had to add towns, would they be cozy?God imagine some Animal Crossing shit where all the inhabitants have their own "Schedules"
>>733745047What kind of gameplay do you have in mind?
>>733745359I like these goblins
>25k tri shotgun model>scaled down to irl proportions>only covers up like 9% UV space of a 2k texture at 10.24 texel densityDid I fuck up somewhere? I guess I should go bake some of the polys away onto a normal map, then add more physical details?
>>733749496WHY 25K
>>733749496>Did I fuck up somewhere?nah you fucked up everywhere.
>>733749545Need to get rid of a lot of the polygons on the foregrip, and the safety needs to be baked to a lower poly model, but that would only cut it down to like 21k or so.
>>733750629I guess I'm just so used to doing stuff with lower polys
Have an idea for a super power game. Rouge like, start with one random power that you can then evolve. Fight in a city that eventually ends in a powerful alien attack.
>>733640507Anon this is adorable and I hope you have good luck in Gamemaker with it
>>733752082How would it play?
>>733752082>Have an idea>you start in a place with a power, then you fight a guyamazing
>>733727061You're massively over complicating things when you're clearly a beginner. There's a billion walk cycle animation tutorials out there. Do a couple of those first before you start trying to add your own ideas and personality to it.
>>7337223502. the lighting of 2 also looks more consistent with the rest of her design, i'm not sure why.
>>7337527712d city with npcs and police and such if you cause too much trouble. Basic movements, grab, throw, pick up. Power button, press to activate powers and variations. ex. Super Speed:P- Speed on/offP>- Mach DashPV - PhasingP^- TornadoUltimate- Time Slow
What about a leveling system where you put monster drops and gathering materials into a juicing machine soul cultivation crucible shrine with a slot machine lever, where the the color properties of the material alter your character's soul color and determine your growth profile? What if it got even more complicated with added noise textures and shaders, so the "soul" becomes like a material preview orb?
>>733667439how many trailers do you currently have?
>>733755967Oh, one of those
>>733754652I mean, I'm still wondering what the hell I'm doing wrong
Did this basic enemy model. It's a start
>>733757283THATS WHY YOU NEED TO LEARN DUMBASS. People seem to be under the impression that good artists pull skill out from the ether or that they're just born with it, but the truth is they spent a lot of time being taught by people who were more knowledgeable than them. No amount of nitpicking your own animation will get you to a good standard, you need to be taught like everyone else.Ditch your ego and start from the beginning following an online tutorial. Trying to learn without being taught is idiocy.
>>733757329I also made chickens today.I'm too lazy to make a webm so ´please imagine it walking.
>>733757329now let's see the rig
>>733757803I literally just made this model m8
>>733757713I'm just having trouble nailing down what it is you hate about it.
>>733731980I don't care what you used you little shit, your demeaner is extremely arrogant for how little you know. if multiple people tell you your shit stinks you better believe it instead of trying to say you're going for some weird aesthetic and defending your lack of ability and knowledge.breaking artistic rules only works when you know what the rules are.
>>733758936Okay but HOW does it stink. Is it the keyframey choppy motion? Because that I agree utterly fucking sucks.
>>733758970I already gave you advice.>>733728102
>>733702489don't talk shit about ja/ck/
Don't quit your day jobs lmfao
>>733759619Why would I quit my well paying job?
>>733759619Why would I quit my neetbux?
>>733759619This is my day job
>>733759619I hate my job but I could do worse and I'm unlikely to make much money from making vidya unless I consistently make good porn
>>733759619I wish I could fucking get one in the first place.
>>733759043So basically you're saying "Synchronize the torso and feet's level of keyframes and also do tutorials."I get the first part, but this is what you get when you do tutorials. This was easy for me to do, but I just don't think the technique of>Pose at the beginning and end>Flip pose in middle>Buildup frames between beginning and middle>Copy said buildup frames>Paste said frames after the middle, around the 75 percent markI just don't think it looks "Good" so to speak. It's too symmetrical. >>733759619...I haven't?
>>733694229EVERYDAY I'M SHUFFLINGWAH PAPAO PEW PEW PAPAPAO
>>733694229this would be a fun animation for an enemy chasing you downlike those AAAAAAAAAAAAAAA bombers in Serious Sam
>>733760571I'm gonna try to make this as easy as I can for you to understand.1. The left foot should stand on the floor after contact and then move back, at this point the kick off should start moving your hips us (the root of your armature should be at the hips if not you already fucked up)2. During the pass over where the left and right foot meet the right foot should be at its highest point and the left foot should still be flat and parallel with the ground. The hips should also be higher at this point.3.As the right foot prepares for contact the left foot will now go up into the air, the hips will start to fall as they are affected by gravity. When running there is a 'small' window of time where both feet are off the ground and the body is falling before being caught by the dominant foot during the contact phase.
>>733761451Firstly, yes, the armature root is at the base of the spine right next to the hips, so yes, that I did not fuck up.Secondly, I did the technique in the tutorial rather than the pose. I'm more pointing out that it feels wrong "Rhythmically."Also I did that whole thing with trusting interpolation and trying to keep the keyframe count between the upper and lower body similar. I feel like this looks even worse now.I'm gonna be honest, man, I've wasted way too much time on this one animation and should move onto others otherwise I'm never gonna make any real progress on this project
I've been working on sound design stuff, i.e. putting sound effects to stuff. It's difficult to find good sound effects for free. I'm making it work though.
>>733761838Good job
I don't know what happened here but >>733726239this is totally serviceable, has character, just needs a little more grounding in the feet really>>733760571this sucks, it looks like you've gone backwards. perfect is being the enemy of good here. the first one is unique and interesting while the second is stilted and boring
game dev is so fucking difficult and time consumingI just want to build a very simple game but it's so hard to even come up with a concept that hasn't been run to the ground
>>733761806It's fine to work on something different if you feel like you've hit a wall. Not to mention that you should probably do the gameplay before the assets. Most people start out with basic shapes for characters.Nevertheless, the walk cycle is like a rite of passage for animators. You'll have to do it eventually, but it's ok if it takes you multiple tries too.https://www.youtube.com/watch?v=gmOiTG8CUe0
>>733761838The trick is combining multiple sounds.
>>733761910https://www.youtube.com/watch?v=WhZmrg8olD0I feel like the guy on this album cover>>733761991You know what sucks?I HAD a functional attack animation. THEN I forgot to press the shield button and lost it.
>>733762048>I HAD a functional attack animation. THEN I forgot to press the shield button and lost it.Welcome to Blender, nigga.
>>733762080Tell me about it. I was like "Yeah, this works for my purposes."Now it only exists in Unity.
>>733761991If you must know I'm pretty much done with the primary gameplay.Now I gotta work in the asset mines
>>733761991Honestly, what should I even do? I have the basis for the run cycle I want.
>>733763385Make a game first and then worry about the damn run cycle.
>>733763864The programming? Because that’s like 90 percent finished
>>733743416>vidya old forestMight be good to look at how successful games did theirs, for inspiration.If you never played WoW, look up Ashenvale forest it's probably what you need palette-wise... although your current palette is closer to Terrokar forest, depend on the exact vibe you want for this area.
I need to feel better about myself
>>733764604Here.Now get back to deving, you lazy pig.
>>733764692I liked that show