normalcaca jingling keys edition>Demo Days Next: https://itch.io/jam/agdg-demo-day-65Previous: https://itch.io/jam/agdg-demo-day-64Older: https://hackmd.io/LhEB6VCZSx-oBalI2cWWoA>AGDG resources https://hackmd.io/dLaaFCjDSveKVeEzqomBJw>Helpful links New Threads: >>>/vg/agdgArchive: https://arch.b4k.dev/vg/search/subject/agdg//agdg/ Steam Games: https://made-by-agdg.vercel.app/Steam Games by AGDG: https://agdg-steam.netlify.app/>How to Screen Record https://getsharex.com/https://obsproject.com>How to Webm https://github.com/argorar/WebMConverterhttps://github.com/michaelmob/WebMCam>Previous thread >>544131207
WARNING: steam is done promoting their yearly 400 indie games for the year, wait until 2026 to release, February is one of the best months for indie releases btw
>>544244063>WARNING: steam is done promoting their yearly 400 indie games for the year, wait until 2026 to release, February is one of the best months for indie releases btw
proggy anchor
>>544244121Progress uno: making the combat more engaging>pickaxe & gun are now dual wielded>melee combo that can launch the enemy>bullets get stuck inside enemies and you have to beat it out of them>room clears will auto collect all your ammo laying around>magic is now charged up by killing enemies; much more powerfulfeat. juggling from Devil May Cry
>>544243634>Rider is basically free>Claude 4.5, ChatGPT etc.>I'm way more skilled than years ago (not comparable really) Unreal Engine C++ feels easy now
Is there some trick to marketing on twitter?Same post on twitter and bluesky but the engagement is negative on twitter.
I've been away for a while, what's with the green text reply schizo?
>>544244121>>544244936Progress dos: made ammo collection more cool and consistent with a timed animation instead of a physics controlled thing.
>>544245337>I've been away for a while, what's with the green text reply schizo?
>>544243634https://www.youtube.com/watch?v=v9FMp5QgOvY4 weeks 100k wishlist, pixelated gamehow can we explain this? is it just because of that AI slop trend fotm?
i think i’m retarded i will never get godot scene and nodes at this rate
>>544245306my viral posts on twitter were short clips with sparkly effects...twitter like shiny things?
>>544245819What's confusing you about them?
>>544245552>is it just because of that AI slop trend fotm?yes
It's not fair for the lowest strata of artists to have this type of skill. How do you even make a 256 character look like that, and you waste that skill on drivel.
Spent the day working on updating Balthazar Lux's AI controller. Now he can look at the player/enemies, turn invisible with a snazzy new effect with the Lynxstone, his Myklab knife and Makalyb scimitar no longer use raycasts and instead use box colliders, he reacts when hit by an enemy and will target them, and he can get launched into the air when hit with powerful attacks. Similar to what was done with Ratatosky, Lux's pain sound was done by clipping a portion of a voice clip done by his voice actor. There was this annoying bug where Lux would, on certain occasions, circle around his opponent but not move his legs; took me about an hour to hack together a fix. Aside from Lux, I also updated the Arctic Spawn's throwing animation by making it appear to scoop a snowball from the ground before hurling it towards Fygoon; similarly to Lux, the Arctic Spawn’s attention can change based on who's attacked it, allowing for Fygoon and his friends to gang up on one.I have still yet to work on Iris's AI. Like, I redid some animations to account for her massive, wiggling breasts, yet I worked on my homie scripts. Speaking of bosses, Brutus Canor also needs to be updated to include the whole flying-into-the-sky-when-hit-by-a-Longsword shebang, especially since he'll reappear to fight Fygoon again atop Stargazer Hill.
>>544245552How many Arksyncs do you need to realize that wishlists are meaningless?
>>544245906how the FUCK do they work
>>544244063what was up with 2019, 2020 and 2021
>>544247051That one has real normalfag interest because of that viral fake AI game. Even daggerfall saw sale spikes after it.
>>544246121>waste that skillSuccess breeds jealousy.
Modeling terrain is more complicated than I thought.
>>544247296>Even daggerfall saw sale spikes after it.why the fuck would daggerfall get a sales spike when it's free?
>>544247395Meant reviews I'm tired about to go to bed but that shit had 50m views on x alone https://x.com/de5imulate/status/1947024682118488116
>>544245552His skin looks sickly pale and he has pink eyelids.I hope he knows what he has because he doesn't look very healthy.and this is coming from a neet who stays inside 22 hours a day so I know a think or two about pale skin.
>>544247051Arksync is old news, now it's Cuffbust lil bro
>>544246965>I redid some animations to account for her massive, wiggling breastswtf fygoon
>>544247970hayfever
>>544247238That's a bit vague, so let me just spam at you:Scene files are the way you compose files in Godot. They are made up of a tree (scene trees). Nodes make up the branches of that tree. You use the nodes to compose together more complicated objects. For example, a node that represents the enemy in your game, will likely have a child node that is the collision shape or hitbox. Then you want to make many instances of these enemies in a level. So you write up a script attached to root node with whatever behavior you want the enemy to have and save the file as enemy.tscn. Now you can instance these scenes AS nodes themselves, and each will have the enemy with hitboxes all set already. That's the gist of it. If you get that, but are still confused, you'll have to try to figure out where you're hung up.
i made 7k i do not need on kalshi, what should i buy gamedev related? I already have 2 good pcs
>>544247296Normalfags who will no doubt complain about $20 indies as they consoom the $5 AI slop. Finish before 2027 or watch as that viral fake AI game becomes a reality.
>>544248519cintiq pro 27
>>544248225relax, lil'goon is starting puberty
>>544247302ahhh let me hate in peace, bocchi kun
https://youtu.be/90vqCKEEj3s
>>544247970What do you do to stay busy? How long have you been neeting?
>>544249895>What do you do to stay busy? gamedev and hobbies but in recent years gamedev is at least a part time job in terms of hours.How long have you been neeting?over a decade but I did work for 3~ years in between. 'tism bux.
>>544247273They changed the algorithm right at the end of 2018 to prioritize reviews over sales. Seems like this actually boosted the number of games reaching 1k reviews.At the end 2021 they changed the new and trending tab, they said because it was being dominated by demos, which evidently made discovering obscure games harder.
>>544250040Nice. Hope to play your game one day. Stay black.
>spend 5 days working on a complex feature>have to rework a bunch of existing systems>begins to get closer to completion>it's not very fun>revert it all since i have version control
i need help with an algorithm for loop
>>544251634explain the problem or die
>>544252006thanks but i bruteforced my way to a solution using retardation, but im accepting of criticizations
>>544251247Gaben unintentionally helped indies and that was obviously not his intent so he corrected his mistake..
>>544252887could be worse, my main gripe is not using :=also "pin.position =" would be a shorter way to express the same thing, it's the same data as trasform.origin
>>544253242>>544251247It was because people were botting reviews and they cracked down on it after 2021.
I copied the BFS gpt code since I've never learned it before. I'm too tired to analyze(slept a full night!!?!) so I'll look at it again later.
>>544243634GAMBA JUICE AND APPEAL
>>544247302
>>544252887Be sure to put a tiny amount of jitter on every pin's position, to piss off people.
>>544255036>filtered by BFSDude, it's a fucking queue. Just push the newly seen nodes into a queue and pop to visit.
Ah. I think I'm pretty much finished with this guy for DD65. He needs tuning, but all the heavy stuff is done.I think the next thing I'd like to get in before polishing stuff up for DD65 is a new ability (some kind of decoy if people want to sneak by enemies).
>>544256978gmi
>>544243634did someone said >polish?
>>544243634>>544257137
>>544256957>filteredWhy are you making up stuff now?I understand the gist of it but my application is not covered by the tutorials I found and so I need to be more awake to check that aislop hasn't fucked up something.You don't "get filtered" if it takes time for you to get an algo for the first time.
>>544256998Thank you. I've been stressed lately trying to work on the game among a bunch of irl stuff and have been feeling like I haven't gotten enough done; I appreciate the kind words in this hard times!
Ball x Pit inspired beat 'em up
>>544258365>Ball x Pit inspired beat 'em up
>>544257267
That's the perfect format of reporting bug fixes I'm not even joking
Steam:No wishlists for past weekEpic Games:Steady increase since I've released the demo.Is Timmy faking the traffic to boost my confidence in his storefront or did they actually make decent exposure algorithms?
Code Monkey is the first eceleb to report on Cuffbust's flop
>>544260467gamedev grifter civil war?
>Hello everybody I'm your codemonkey and in this tutorial I'll get your dollars, I'm talking cash money from you to me
>>544245552omw
>>544259007Tell me better what is Timmy's vetting process, it has to use unreal?
>>544243634blue sus
>>544259007probably the latter
>>544260467Cuffbust wiped out billions?!?!
>>544245552amazing demonstration of satisfying market desires>omw tweet gets 100m views>guy makes game that replicates the tweet>promotes it aggressively on twitter>gets 100k wishlists in 4 weeksnow we need to see how well these wishlists convert to sales, and how the game's review score performs
>>544261352>how well these wishlists convert to sales, and how the game's review score performsBut there's no game.
>>544261020Nope, but they do offer indie boost programs if you do use it, and implement epic cheevos
>>544259007Every time I go to Epic store, I see new Chinese pornslop keep releasing
>>544261635it's a walking sim being promoted through concept art, hence why i'm waiting to see how it actually performsas we saw with cuffbust, hype is not enough, the game needs to be good
>>544261186nah, that's about Gabe's new CS2 knife update
>>544261663And how they decide whether your game is good enough for their store? I heard that Epic store has "standards", and Steam has just $100 up front rule.
Remember when getting on gog was a seal of quality for indies?
remember when people ordered your game over the phone and you shipped the floppy to them?
>>544261856I forgot about epic
>>544262484Nope, you pay up $100 and technically that's it, GOG has good enough process which sucks.Epic games does require you to submit artifact changes and okays it for release but steam does it in less intrusive manner as well.
>>544245419progo tres: basics of room editor started, floor painting
>>544263735
Is it possible to work too hard? I'm a neetdev, so I have lots of free time. Most days I work on my game until my brain feels fatigued, and then I stop. I've been getting migraines and feeling extremely fatigued lately, but I don't want to stop. I enjoy working on my game.
>>544263854Yes, 「過労死」 is a thing.
>>544263854Yes. It still feels recent but it was years ago, I was in the VR dev scene and the Left hand path dev died of a heart attack
>>544263854Exercise and sleep
>>544263854no, you're a lazy cow and should kill yourself
>>544245306that just means your game is too trans coded for twitter, try to take down a notch on the tranyness
>>544263854How do you focus on gamedev for long periods of time? I often procrastinate and end up working on my game for ~2 hours daily.
>>544263797What nodes are the core for functionality in this?
Anon-kun. You sending game to /v/3 right? I really rike to see you there. https://thev3expo.com/submit/
another day of frozen chicken tenders and chips
Me after someone donated 2 dollars on itch.io
>>544265384don't click
I want to make a game but I hate humans and the thought of people benefitting or enjoying themselves with what I make infuriates me. I want them to make them suffer. I'll make my game really awesome and then not release it and just show teasers to people to make them wish they could play it.
>>544265778You should work for microsoft
>>544265778>I want to make a game but I hate humans and the thought of people benefitting or enjoying themselves with what I make infuriates me. I want them to make them suffer. I'll make my game really awesome and then not release it and just show teasers to people to make them wish they could play it.
>>544265851Kek
>>544265863Your head belongs on a pike
>>544243634I need feedback on how I could improve the equipment menu for my ship game.
>>544265925>Your head belongs on a pike
>>544264631stop being mean
i cant make any game
>>544266002I don't really get it.
>>544264968I use a very informal Pomodoro technique. I focus strictly on a task until it feels like meaningful progress has been made, then I take a break until I feel energetic enough to perform another task. The time intervals are not concrete. Sometimes I'll focus on something for hours, take a 30 minute break, and then focus on something again for another few hours. Sometimes I'll work for 20 minutes, play relaxing brainless video games for 3 hours, then work for another 40 minutes. It's very inconsistent, but the rest periods make each work period feel very intense, and very productive.
>>544266002Simplify it.
>>544267501
https://en.boardgamearena.com/Why does board game arena has half the players of steam, but nobody on the gaming media ever mentions digital board games?
>>544267635petition for this to be the next op image
>>544267694https://github.com/drwhut/tabletop-club
>>544268015even that, which seems like a random proyect, has 70+ contributors, which is a lot for an open source project.
>>544247051True. I've wishlisted games 10 years ago I never bought. Wishlists are like likes in 2025
Bastard bitch shidded on my game! I'm never sending review keys again!
>>544268632>Bastard bitch shidded on my game! I'm never sending review keys again!
>>544268103>the single major effort to making a truly open tabletop simulator>random project
>>544266002Way too many choices. Pick 3
>>544268736by random I mean, is the first time I see someone talking about it.
{0;τooop{oWg••ékXc).-α─
>>544268686>>Bastard bitch shidded on my game! I'm never sending review keys again!
>>544261925Yeah and when he started blabbing about there being a full world, thief inspired, combat, sword fights, RPG elements, all for a solodev, I lost all interest.It's just too much, unclear, it doesn't feel like he has a plan for how this game is supposed to work.Maybe I'm wrong but that's the feeling I got from it.
>>544268925>>>Bastard bitch shidded on my game! I'm never sending review keys again!
Nuaggycacas can't basedquote
How do I cope with the fact that there are invisible massive subcultures of games like litrpg, boardgames, gaming books, TTRPG, interactive fiction, that are well, really popular, but you never see the mainstream media talking about them, so is like discovering a hidden massive civilization underneat reality of gaming.
>>544269145>>>>Bastard bitch shidded on my game! I'm never sending review keys again!
>>544269354>>544269354>How do I cope with the fact that there are invisible massive subcultures of games like litrpg, boardgames, gaming books, TTRPG, interactive fiction, that are well, really popular, but you never see the mainstream media talking about them, so is like discovering a hidden massive civilization underneat reality of gaming.youre brown
>>544269354>you never see the mainstream media talking about themI actually have no idea what the mainstream media is talking about to be honest with you.
>>544269354Cope with it by partaking in culture firsthand instead of attempting to absorb it through mainstream media.
>>544269791the mainstrea media talks about whatever AAA dogshit controversy or big AAA release pays money to talk about.>>544269858well, that's what I am doing.I only follow 2D fighting game comunities, so I wasn't aware of board games discords.
>>544269354>How do I cope with the fact that there are invisible massive subcultures of games like litrpg, boardgames, gaming books, TTRPG, interactive fiction, that are well, really popular, but you never see the mainstream media talking about them, so is like discovering a hidden massive civilization underneat reality of gaming.
>>544269976Discord is mainstream media.
>>544269354invade those communities. flood their forums with retarded questions, and threads devoted to your discoveries about said civilization
>tfw you decide to skip demoday
>>544270086well, kinda.But I only follow the 2D SNK neogeo and kof coimunity, so I wasn't aware of the other comunities.
>>544244121progress: I woke up this morning
>>544269381back to pol, retard. That's cris.
>>544270293Progress towards what...
>>544270409>That's cris.I know thats why I said youre brown retard
>>544269354retard
>>544270409and he's brown, retard
Guys...
>>544270424can't work on a game if you're asleep
What are the elements of AAA games that define an AAA game, gameplay wise?Because from what I can tell, they follow a movie and RPG structure, with action combat.So they're like containing a world map, a dungeon mode, a town mode, a dialog system, some inventory and shop system, a cutscene mode, and then a combat system.Beyond that I don't see anything particularly special to the AAA formula beyond mixing an action game with the RPG genre.
>>544271096>elements of AAA gamesbudget>>544271096>that define an AAA gamebudget>>544271096>gameplay wisehow much money they spent>>544271096>they follow a movie and RPG structure, with action combat.other movies that also have big budget>>544271096>So they're like containing a world map, a dungeon mode, a town mode, a dialog system, some inventory and shop system, a cutscene mode, and then a combat system.budget>>544271096>anything particularly special to the AAA formulalotta money
>>544271212but I mean besides the budget.
>>544271096AAA is defined by budget, not gameplay.
>>544271257marketing
>>544271096
>>544271257$$$
>>544271257They're not.
Can your game engine PAINT? If not, you're a loser
>>544271687bloatcanary in a coal mine
>>544271885suck it u gimp
>>544271687y-you talking to me? I'm not a loser! I'm a temporarily embarrassed winner
>>544272030>do one thing and do it well>more vendor lock inbe my guest
I unlocked a new workflow linking it for @latinx because I know how much he likes abhorrent dogshit
Have you ever though about making an AAA movie game as a digital board game?
>>544272243have you ever thought about killing small animals?
>be me>export a mesh to some crap open source software made by troons>paint on it>export it back to Unreal>realize I want to paint on it some more>remember that Unreal has texture painting>paint on it>gain an extra 5 minutes to live my lifethanks Timmy
>>544266002needs to look more crafty simulationy
>>544267501Never in all these years seeing this screenshot have I noticed his namehe. he.
>>544272243No, I tend to want board games to be more videogamey than to want video games to be more boardgamey.
Can Trump start a war with Colombia instead of Venezuela? I think the world has had enough of Cris.
>see an indie game close to my taste and considerably higher effort than mine on Steam>it still leaves much to be desired>leave a scathing review in hopes that they'll either quit or improveAnyone else do this?
>>544273953There is no game close to my tastes. My tastes are too unique.
>>544274118Sometimes I think like this but creative isolation is actually inferior to coating your mind in the bacterium of collective inspiration
>>544274293A lot of fancy words to say you're just a sheep.
>This is how materialmaker exports shaders
>>544272716Columbia has coffee, not oil, so no.
>>544274472Good luck schizo
>>544273953No, there are no games close to my tastes
>>544273953I'm quite unique, there aren't any games close to my tastes.
>>544274487How else would you do it?
>>544270883Flop that will make Cuffbust look successful
I told my mom how im trying to make games but its really hard and she told me that i should look for some type of school or course i can take and even told me sbe would pay for it if i found something. Im considering it but i dont know if i should look for "game dev" or general computer science.
>>544273953Wow me too aswell am quite unique in fact no games are similar to my tastes
>>544275423game dev schools are scams
>>544275423Study something useful. Gamedev should remain a hobby.
>>544275423Game design will be far more valuable for gamedev, but it will be much harder to career change with. A CS degree opens you to thousands of different career paths.
I can't help but feel like this entire world is evil. I've followed few youtubers who are getting big (not gamedev related) and their followers are casually tipping $500 to them in their videos comment sections. Why are normies so eager to throw money for this kind of stuff but $2 for a okay videogame is absolutely haram and I'm a fucking glowing kike for even daring to ask $2? And god forbid I try to advertise my game, like I'm evil incarnate for even thinking about that!
>>544275423Why not both
>>544275158name variables in a short manner so they can be read faster and possibly processed to be included in another shader without having to rename 20 vars.
>>544275597You are a narcissistic pocketwatching loser. You will never succeed because you have a severe, debilitating mental illness and refuse to address it.
>>544275423If you want to use Unity, study Unity. If you want to use Blender, study Blender. Ableton, Photoshop, whatever. Learn the features of your software, introductory videos, documentation. Don't fumble in the dark.If you want to cultivate your skills then study math/electricity/algorithms, painting/sketching, music, etc
>>544275829>pocketwatchingis this the hottest new meme?
>>544275423a computer science is a better degree than game dev, because game devs degrees are glorified unity and unreal tutorial degrees.Computer science is unrelated to games, since you'll learn a lot about boring shit like math topics, but computer graphics, operative systems, networking, databases, compilers.But with a CS degree you have a backup profitable easy job in some shit like working in finance if you give up on games.Also, a lot of topics in CS are as interesting as gamedev like computer graphics research.Also, the average wage of CS fags is much higher than the average wage of gamedev fags.
>>544275597I wish I got that much money for working on my game.
>>544275829Shut the fuck up kike. I'm starting to feel like there's a big majority of "gamedevs" who actually try to actively sabotage other gamedevs, their games and opinions.
>>544275423making a livlihood with this is extremely hard. usually even being a mcdonalds employee pays better than gamedev does for most people. study anything else.
>>544275423The best course is to have a game idea you are obsessed with and you try to make. it will fail but that's ok, you're young and after that you'll be ready for anything. just don't get old doing that first game
>>544275829Kill yourself cunt kike.
>>544275897Idk maybe. It very succinctly, precisely, and accurately describes the exact issue, so it makes sense to use it.>>544276067Sounds like a (((You))) problem. Have you considered expressing fewer dogshit opinions?
>>544276413>Idk maybe. It very succinctly, precisely, and accurately describes the exact issue, so it makes sense to use it.neat, I will use it now
>>544276491Based.
>>544276581>>544276491>>544276413Samefaggot kike
I came home from a bar last weekend mildly drunk and I wrote some of the best code I've ever written, and I wrote it fast too. Might try getting buzzed before devving again
>>544276940You sound very emotionally stable and definitely not like some raving lunatic with severe mental health problems.
>>544277224That's a projection and you know it.t. nta
>>544277241this is so funny i literally blacked out and shit my pants and then got shit all over my fingers because im an active sleeperi love comedy image with big amount of text!!
>>544277387I don't see how that would be the case. If anything, it would be him projecting his use of some vpn posting client to samefag posts.
>>544278129Shut the fuck up jeet.
Why you gotta be such a bastard bitch?
>>544278274>another demonstration of peak emotional stabilityIs it perhaps that time of the month?
>>544278129>>544278413retard
I'm new to game development and I'm basically in full production, full time doing about 7-8hrs a day writing ideas in my notebook. I'm having some difficulty though in deciding which language I should develop in.At the moment I'm working in English as it's my native language, but my second language French is really elegant and can get ideas across pretty fast. I've heard some people suggest learning German as it's a pretty powerful language for ideas but it's a lot to learn for a newbie like me. I know there is a bit of Germanic elements in English so maybe I should make the full switch before I get too far along in development of my notebook of ideas.
>writing analogy
i am once again asking you to try my arma 3 modhttps://steamcommunity.com/sharedfiles/filedetails/?id=3569474876
>>544279752All great games are written in japanese so go learn that instead.
blockout
Bastard bitch!
>>544280304I didn't ask for your opinion, I asked what language I should learn for game development. Fucking chud ass bitch
give me the real redpill on godot
>>544281131It's good
>>544280193https://www.youtube.com/watch?v=JNOEQsP2t4U
>>544281131It's actually not as good as unreal and unity, but neither is a complete dogshit engine as the haters claim.It can make pretty much any idea without imposing a design limitation like game maker.It's FOSS and generally is only like a 50 MB .zip to download.It has a good development speed, and newer versions release every 2 months with constant upgrades and newer features and bug fixes.It's also linux first class support and you can use C# and there's comunity support for other languages like C++ or python.Console support was added like this year by a third company made from godot devs.Beyond that, is a matter of testing the engine to see if it fits you style.
Idea guys, give me an idea that can replace the core gliding gameplay loop in A Short Hike in a more grounded realistic setting
>>544282003no. fucking bastard bitch
>>544282003Grapling hook you can throw down and slide on after you place it
I woke up feeling like I was going to have a heart attack after playing ball x pit all day
>>544279752/lit/ Autismo.... learn Arabic people say it's eloquent. also, game development?
>>544280414Squished cylinders for the most part? I need to come up with better workflows for blocking in so I can get to sculpting faster. Usually went with subdivided cubes here to then grab-tool all day into shape/position, but it's slow.
>>544283294Subdivided cubes + edge creasing.
>>544282003Parkour. you gain strength/speed and can jump further or run up walls higher
>>544279752Maybe learn C++
>>544275423Game dev degrees are worthless. Get a job and do it in your free time
>>544279752german's probably the second easiest language for a native english speaker to learn after latin.
>>544281131overrated forced engine, if you want to make a 2d game you gonna be stuck in devhell longer having to wrestle with the engine's weird way of doing things and probably have to rewrite some parts since godot is extremely opionated and if it doesnt align with your game then you are royally fucked, if it wasnt for the poonity fiasco it wouldnt be forced like this, also the community is full of cultistsid say avoid godot unless you want to make an extremely simple 3d desktop game because with 3d you gonna have to make concession with all engines anyway, godot's crossplatform is a joke btw they dont care about mobile or web and console ports are paywalled (lol), brotato is one of the most popular godot games and they had to use unity for their mobile and console ports, says it all>>544281373>>544281526chatgpt tier bluepills, this is literally something you could read on reddit
>>544283543trash idea, that game is casual as fuck. the whole point is that it can be beaten by anyone. making it sweaty makes it an entirely different game.
>>544281131it's trash. pure unadulterated trash.
>>544281131a decent enough engine that has the attention of every retard for some reason.
>>544281131It's alright.
>>544281131Fuck off. We're full.
My game is feature complete, just doing polishing and bug fixes at this point. What can I post on social media now that I don't have progress? I wanna keep engagement up and hype up my game before release.
>game releases, barely anyone knows about it>some bastard e-celeb makes a sloptube video on it>his subhuman audience immediately flocks to the game regardless of whether they like it or not>game is allowed to be a mild successIt's crazy how much of your success is dictated by solenoid e-celebs.
>>544265497>tfw taxes and hidden payment processors fees will eat 75% of it
>>544285461cool it with the antisemitism
>need to make a company before you can make a steam page because if you don't, the queen will take more than half hour millions you might earn Why is ther entire world against us, indie bros?
>>544285561you're laughing but internet lately is so fed up with israel's bullshit the ADL had to step down from some ridiculous cllaims and their CEO said that people's opinion about israel is about 40% negative. Now after that suddenly every country or union on the world got their version of ID verification censorship in the works. Keir Starmer isn't jewish but he practices their customs as his wife is. Influencers are being transported to Israel to get deals for promoting Isreal and they're getting up to $7000 per video or tweet even. Just add the dots man!
Is there a list of things I should always build a manager for, to keep shit clean in my code but also keeping the scene optimized? Eg. I figure audio and particles you'd want self contained, so you can manage their lists of active objects more easily as other scripts make requests to it to spawn shit, vs. having emitter prefabs handling themselves in the scene.
Anon, how much money does a 200 review game make? I need to know if I'll be in marketing debt...
>>544286729Games don't make money, developers make money.
>>544286729how much are you selling it for? what genre? some genres have a higher purchase:review ratio. I've seen a few games from here that have nearly as many reviews as they do "peak player count" on steamDB
>>544286325Anything where there are a lot of variants that each have their own inherited class/script, and a set time to activate. Like Balatro's jokers or Slay the Spire's relics.Achievements should have their own manager tooReally anything where there's a collection of items that activate at specific times.
>>544285390who made a video about it? I learnt about this game couple years ago on a /v/ thread, people were talking about deus ex likes.
>>5442869056 dollar rogueshart.
>>544285014make a trailer or something
My game has a budget of $5,000 (self financed)I spent about $2,500 on hiring an artist for capsule art and game art, steam fees, and hiring someone to make a trailer. The game is basically done at this point, what can I do with the remaining $2,500 for marketing?
>>544287314Buy a prostitute to pretend she's the developer of the game.
>>544287314Buy 50 cacti and film yourself eating them.
>>544287782>>544287874Very helpful guys, thank you
>>544287314find mid-ranged reviewer youtubers and offer them to make you a guaranteed review + some slop breadtuber to make a "deep analysis" after release. depending on your game you might want to try buy off streamers as well
>>544288176that whore hiring might actually work
It's funny seeing this community and the subreddit, as someone who comes from the music scene where there's also tons of bands and artists who are clueless on how to promote their music.
>>544288618"Might"Unfortunately it will work. Sex sells, always and in every industry.
>>544288642I'm an autistic programmer. I'm good at solving problems, not social media posts and engagement
>>544284205>No better ideaParkour is the best idea. Deal with it.
>>544288275Finally something actually helpful. I'll do some research on which slop providers I want covering my game. Thanks.
>>544288176Hire a prostitute and film her eating the cacti.
>>544289118NOW we're talking. Great ideas all around
>>544288838lot of bands/artists say this.
>>544288642My normie software dev job is in the advertising industry and I straight up don't understand how advertising works. I mean, I understand the code that serves ads, but I don't understand how ANYONE sees and ad and then says "oh I should give them money!"If I see an ad for a videogame on social media, my assumption is that it sucks. It's F2P microtransaction garbage or some AAA $120 deluxe uber edition.But I'm obviously wrong, because people spend lots of money and it apparently works. But it works based on deficits in human psychology. We are generally not good at discerning truth from lies (humans have a predisposition towards believing others) and are easily influenced by attention grabbing images (bright flashing lights, sexy women). All advertising is basically exploiting defects in the human brain to the point where I'm surprised that anyone who consciously knows this ever clicks on an ad
>Cuffbust hate is popular
And movement done
a wild bald man blocks your path. what do
>>544289438Looks good, what algo did you use for pathfinding?Also why are some of the hexagons at different heights?
>>544289305It's not about immediately selling the product.Say you see an add for a vacuum cleaner.Your vacuum works fine and you're satisfied with it, so you ignore it.One day, your vacuum breaks and you want a new one.So you go to the store, and see a few vacuums there. You see the one from the ad, and you recognize it, so you're more likely to buy it psychologically.
>>544289305It's not that deep. It's like saying "I have no idea why fish would willingly bite a hook". Not every fish is going to take every bait. You just need a small percentage, as there's always more fish in the sea.
>>544287314The guy who made Furnish Master spent $2500 on marketing. $2000 on a PR team and $500 on ads.
>>544289565I challenge him to a dance off. Just looking at that guy I know he can't dance for shit.
>>544289952nah he's #1 on dance dance revolution
>>544289305I dont need to convince you. I just need to get you to mention this weird ad you saw on TV to a few people much dumber than you. A good ad will have the brand name imprinted in people's minds for decades. Like Sony Bravia and the bouncy balls or Cadbury and the gorilla.
>>544285390that didn't happen
>>544285390wtf does a solenoid have to do with this
It appears we have cycled through Steam Luck Calculation back into Marketing Experts. Hang on to your hats, next we cycle directly into Twitter posting a viral AI related video.
>>544289438fallout like?
>>544289379why you posting your own video branno bastard betch
Nobody boughted my game, nobody likered my game, nobody playered my game... It's over for me...
>>544290825But where is your game?
Does anyone here make games that they continue to play, or do you make them for other people.
>>544291128Me.
>>544291059I can't post it here anymore.
>>544291236Then why are you whining
>>544291236Well if you don't tell, how can we buy your game?
>>544287314reddit ads are the best there is, just make sure to do some quick research on targeting your main demo.maybe google adscommission a really popular artist with a lot of followers that you think fits the art style of your game and make sure they give you a shout outwhenever you do any type of promotion or ad campaign, always sync it with some sort of steam event like next fest try and get discoverability make sure your steam page looks appealing. this means:good capsule artconcise trailers first on the gallery with almost nothing but gameplayframed or decorated gifs or images on description, not just a palin, straight rectangle frame shot, put some thought into the framing of the image and some image headers instead of plain text
The email address I want to sign up for is already taken. Any suggestions to what word can I add to the address so I can take it?
I've noticed that literally every small indie hit is some offbeat silly game. If you're making something serious and grounded somewhere within a light year of reality, you're setting yourself up for failure.
The only thing I'm surprised about is how many updoots is got. there are many crislikes there.
>>544292373You have to go back.
I'm going to make a VTMB game
>>544244121Added a graph that shows players the chances of each number rolling, for their current dice combo. Still needs some polish, but you get the gist.>doesn't that give away the game tho?The re-rolls and stuff actually mess with the odds in pretty unpredictable and strange ways. Just having this info doesn't really solve the game as much as people would expect.
>>544292373You have to stay.
>>544292667>default font
>>544292537good luck with licensing.
>>544292789It's not though?
>>544292667
>>544292802I'm just not going to license the property.
Modeled damage to subsystems. Today I'm going to implement cascading damage and not mess with it any more. The system is too detailed as it is and there are more important things to do.
>>544293116Do the Twilight/Fifty Shades of Grey thing. Start off as a fanfic game and then when you attract an audience change enough stuff so you don't get sued but still keep your audience.
>>544292046Not making 3 million in a month isn't a failure. There are degrees of success
>>544292667I'm so glad the horrid memes got replaced
>>544292537>>544292802>>544293472There is nothing all that original about the premise of VTMB. Vampire clans fighting in modern day. The interesting stuff is in the lore and the specifics about how the world operates.
>>544292667Just wanted to reiterate that other lad's post. Changing from the soijaks to normal people was absolutely the correct play.
>>544292537I'm going to make my own take on vampires.
>>544292667I'm so disappointed the funny memes got replaced
>>544289619>Looks good, what algo did you use for pathfinding?https://docs.godotengine.org/en/stable/classes/class_astar2d>Also why are some of the hexagons at different heights?Aesthetic>>544290585No a Fantasy 4x
>>544293776The interesting stuff in VTMB is in the jank. It cannot be recreated.
Heya,I'm not a dev, but was wondering what /agdg/ games I should show off on twitch, or if there was anyone who wants free publicity.I wanna get a list together for after halloween,I already reached out to genokids dev, and have another anon who messaged me and wants his game shown off, but was wondering if anyone here wanted to get some free shilling.
>>544293881best take on vampires in all fictionhttps://www.youtube.com/watch?v=wEOUaJW05bU
>>544294374https://store.steampowered.com/app/1053020/GloryHole_VR
>>544291381Because YOU, yes YOU in particular, are responsible.
>>544294374You can always check out the demo day pages, but I'll throw my hat in the ring if you like gambling roguelikes https://axelstems.itch.io/6-ways-to-7
>>544293776What if I take Jeanette and put her into my game? Worked for batman.
>>544293831>>544293684Appreciate it anons, I was really happy with the artist I got, will probably ask them for a few more.
>>544294374post channel
>>544292667I am once again complaining that your red dice have red dots and not white ones.
>>544294374I have a project called Pixurbia if you'd like to try it out on stream, total free roam sandbox 2D top down GTA style game that runs for free in browsers or as a Windows install. Simple in many ways but also quite an elaborate world with lots to try out and room for funny antics. Every building is enterable except for one easter egg building. The game might be a little challenging right now after a lot of fixing and adding controller support but I've been successfully evading police and surviving gang shootouts quite a bit so it might be fine.https://pixurbia.miraheze.org/wiki/Main_Page^ it's got a wiki now with some extra context about the businesses/jobs but you can probably just wing it and explore random shit and be fine
>>544244121ahoy anonsGetting steam demo page ready for animal fest
>>544244121sex with proggy-chan
We made it /agdg/Seriously though I'm quite surprised nothing else pops up for this search
Deciding the esthetic is always the worst part.
>>544295917SEO masterclass
>>544295917very nice....now let's see the search volume
>>544296196not that one
>>544296196I feel comfortably saying this isn't the one.
>>544296196Reminds me of autismtiles
Thoughts on inbound shovel/isadora?
>>544294847Sorry was working at my j*btwitch.tv/nine_ten
This going to take the week.
>>544297514This is already much better than the previous one.
>>544296907I watch his videos for dev tips and tricks, but don't care much for the game.
>>544289379New brannokino?
>>544295917hey Brad.
Wtf is this bug?
>>544298527>hey Brad
rngslop is good for normiesgrindslop is good for autistswhat you choose depends on who your game appeals tothe more specific the appeal of your game is, the more it appeals to autiststhe more general the appeal of your game is, the more it appeals to normiesa general story game like undertale appeals to normiesa specific goal oriented game like factorio appeals to autistsunderstand this and increase your odds of success
>>544297514Are you doing it in unity. I'm working on something similar if you wanted to share code and shiett.
>>544289305>>544289815>>544289878I don't think I've bought anything I've seen advertised anywhere in a long time. I don't watch TV, I have Youtube premium so the only ads I see are the ones in public like on buses. I'm looking around at stuff I bought in the past couple of years and I can't see anything that I remember being advertised anywhere.I am a minimalist though (I'm poor, okay?) so I don't buy a lot of stuff.
>>544289305conventional marketing doesn't work well on autists, they're too focused on their specific interestsnormies are more open minded, whimsical, and can be influenced more easilyadvertising works on normies, not autists
>>544298456fygoon was right about you, youre such a disgusting parasocial creature YIKESthis is why we need gatekeeping, little gay fanboys like this should never be allowed here, this is a place for leaders and creators not followersyep fygoon predicted all this btw
>>544301128you'll eventually need to stop doing this
goreposter/aifag meltie loading ... 70%...
>>544295793gmi, I'll be expecting it
>>544301169source?
Don't depend on luck but expose yourself to luck and have a plan to capitalize it when it strikes.
>>544280414I'm liking it so far. What game?
>>544299357What bug?
>>544280414Can I have sex with this thing?
>>544301734die nonce
>>544295917>That filenameWhat's the context?
>>544301402bettertry do add one extra darker on the lower part and very small dots of a brighter color at the top. Make the darker a little bluish too
>>544301551intuition
>>544301402Just draw gay twinks I don't know why you need to make it interactive when nobody is playing your femboy slideshows
>>544302050I think I am getting close.
>>544301734i'm planning on restarting the vidrel project I abandoned 10 months ago
>>544302402Furry Mirror's Edge?
>>544302189and where did that intuition bring you to in life?
>>544301858The bug in the picture dumbass
>>544302402Aw yeah nice. New character is already MUCH more interesting to look at.I hope when you remake the animations, you make them more feminine because the bear's animations are so butch and it's always stuck out to me.
>>544302605good place
>>544303084Where are RPGMaker Devs?
Good enough for placeholder.
>>544303084Look up Godot devlog on Youtube to see what you are up against, it's a major white pill.
>>544303402no, i won'texplain?
>>544303342youre joking right? the greens are way to bright and barely saturated. you cant use this as a placeholder youll fry your eyeballs no cap. you need a darker earth tones in both the grass and sand tile
>>544303342the hexagon is at a different perspective
>>544302305no, too much, go back!
how do i get good at character design?
>>544303531>MS paint graphics>Rixels>Self insert character>Top down supernintendo Zelda combat>Survival game>"Rebuilding"The average Godot developer is only working on a videogame for an excuse to have something to upload to YouTube. They are recruited BY the dev-grift pipeline FOR the dev-grift pipeline.These games are never coming out, and the massive pile of video content about what a "Godot game" in development should look like is lowering consumer expectations for your product by a massive margin. WAGMI baby.
i don't hate you
>>544303047lol, doubtful
>>544304257>>544304095see how i predicted your behavior?
>>544285904kikes just need to be gone or earth will dieit's a doomsday cult
>>544304352good on you, i dont hate you either>>544304409trvke
the hour approaches
>>544294374This is my game, it's like Balatro meets Scrabble.https://bigdogdamon.itch.io/jargon-beta-demoIf you like the demo I can give you the full game to stream. The Steam page for it should be up in two weeks or so.
>>544285390Hello yes it's me pewdiepie from the past.This thing you are everyday complaining about has been a fact for almost 15 years can you believe it? Indie games are promoted by youtubers and that is a fact of life. The internet exists, youtube exists, videogames exist, and these things have created an ecosystem together.This happened many many years ago. In all of that time, you still have not made a game. Whoopsie! What you have done instead is cry and complain every year that e-celebs are a thing. And instead of making a game you will continue to cry about facts of life because it gives you good fee fee dopamines WEEEEEEEEEEE and don't forgetYOU HAVE NO GAAAAAAAMEEEE
>>544273953you sound like a miserable faggot
Hotloading is orgasmic... Just edit shit and see how poorly it worksAlso, remember to season your pixels, pixelbros
>>544273953don't do that
>>544304770Pewds really going to leave without giving his bros a fistbump???
>>544304864hotloading, in unity? i might consider doing thisis it easy to implement?
>>544275423Taking a course is fine but don't go to school. It is a waste of money. The only function higher education has nowadays is training for careers that you can't do without that education like being a doctor or a lawyer. Everything else you can learn without going 200k into debt and wasting multiple years doing so.
>>544304864hey, I can do it too, why haven't I thought of it before...
>>544304770>pewdiepie from the pastFuck I unitonically want to go back.
>>544275597Content creator simps are subhuman drones who give their hard earned money to someone who's already richer than them. It makes no sense but they still do it.
>>544273953bokudev did it
>>544304864ytpipo don season they pixel
Am I retarded if I want to clone a fun warcraft 3 game just so I can play it without having to boot up warcraft 3 and waiting for players?
>>544305062>hotloading, in unity?No, my own 2d frankengine
>>544305529no but maybe making a wc3 mod would be better
>>544280414>>544302402>>544302817kill yourself furfaggot
>>544280414lookin good!
>>544304864I wonder how Dirk would look like with scanlines filter, it's incredible how much depth it adds
>>544289305>but I don't understand how ANYONE sees and ad and then says "oh I should give them money!"This. Whenever I see an ad it's because there's some sort of mistake. I'm not supposed to see ads. How the fuck do you sell something using ads when you're not supposed to see them. Are you telling me that there's enough retards in the world browsing the web without adblocker that they see them AND click them AND buy whatever they advertise? >>544289878I'd need to see some hard numbers on reddit advertising to believe it's worth it. If I can get something like >1m impressions>1% clickthrough rate>for low costand then rely on my own ability to sell the game on the Steam page.
I may have lost a week's of worth content, I'll try one thing or else I have to remake all that content eventually.
I got back from the ER, still seeing ball x pit swim across my vision.
>>544305529You're talking about a custom map? If it's a fun game then it could have potential as a standalone game.
Cuff status?
>>544306691That's about to change on demo day!
>>544306902Busted.
>>544306902busted nigga
>>544306131I'd like to see this too
>>544306902>buy a game>play for 10 minutes>write a negative review>refundwe can do this /agdg/! Let us make the rating go even lower!!
>>544306902yo that shit busted
>>544304038my dog looks like this
>>544306902>anons gloating over an indie game floppingIf anything the fate of Cuffbust should worry you.Experience isn't enough.A fanbase isn't enough.Skills aren't enough.The same guy who made a successful game can also make a flop. Imagine how likely it is that your game is going to flop given that you don't even have any of the advantages Choo-Choo-dev had.This jobby was grim even during its "golden age". It's grim even for the winners.
did anyone save that infograph that an anon posted a few weeks back, it was about the four questions that help set the price of your game? One was which price would be too cheap, what would be too much, just right or not that cheap, something like that. It had a special name to it but I can't remember it now
>>544305395>their hard earned money>he thinks people are giving their wages overYou are poor lol
>>544306853Yeah, it's called Tower Survivors if you play at all. Pretty fun and quick game.
>>544307745We are of course leaving out the tiniest detail from this invaluable analysis that I think should still be mentioned: the game was a fucking snore, had one level and was an obvious overpriced cash gra- hey wait a minute! I'm getting the feeling you knew this all along! Are you being disingenuous anon? On purpose??
Built an actual project hopping simulator
>>544265129No nodes, all code. Well, you need a MeshInstance3D to hold the mesh itself. I only just got it working so idk how cursed the code is. The unseen portion is basic mouse ray intersection with the floor.
>>544307745>fate of Cuffbust should worry you1- They don't have a game2- Those of us with a game aren't doing anything remotely like cuffbustNobody cares what happened with this game really. Just the usual nodevs salt mining to cope with nogame
>>544304770Thanks old Pewds.
>>544308159They're desperate.>CUFFBUST HAPPENE AND HERE'S WHY IT SHOULD CONCERN YOU
>>544308159The point of my post isn't the quality or value proposition of the game. I didn't play it, I assume it's bad.The point is that someone who's more capable and with more advantages than anybody in this general still can't be consistently successful.Can any solo dev be consistently successful with 3 or more games that did well?
>>544307745Objectively is Cuffbust a good game? It had 1 level and apparently that one level had poor replayability.
>>544303084>posting the edit
if I have a deck of cards as an array would I better off doing drawing by having it take a random card from the array or something a bit more complex like having it randomize the order of the cards and take off the top? I haven't thought of any mechanics that mess with card order. the first seems simpler to implement but the 2nd just seems it would be more useful down the line. asking because i basically know near nothing about programming and haven't studied it in years.
was it even a good game?
>>544308959Yeah!
>>544307745>fate of Cuffbust should worry youit shouldn't actually when you're not trying to gamble the system and release lazy, overpriced product with day 1 DLC. If anything it should make you happy as maybe the tide for slop is reversing and gamers gonna look for real experiences and not pick-3, match-3, autobattler friendsloppa.
>>544308959>who's more capableHe got lucky once with a game I dont like and couldnt reproduce its success
>>544309124>pick random or sift then pick from topthe difference between what you describe is like 3 lines of code, just do the one that makes sense for nowalso, sifting before drawing makes no sense, unless you can see what's in the draw pile? but then what's the point if it's sifted every time
>>544309204It was a streamerbait all the way through.
>wait so he comes to this website everyday for years to rage about youtubers and other peoples games >what does his game look like?>oh no>are you serious>THERE'S NOTHING IN HERE
>>544309049I didn't play it, I assume it's not good. My point though >>544308959What I wanted to say is there doesn't seem to be a way to know if you're making a flop. I want to know I'm not making a flop, but if that guy who's better than everything than me could release Cuffbust, maybe the success of his first game was due to streamer lottery?>>544309265The guy didn't try to fail but he failed despite his skills and experience. You don't have his skills and experience, your chances of success are a lot lower.>>544309271Ok, who's a solo dev who didn't get lucky?
Working on adding a music player level; if you beat Bokube you unlock a level where you can play the entire games soundtrack listening to whatever you want from every single track in the game. And this unlocks on the main menu to come here; This will add value to the $4.99 asking price getting a soundtrack included and I always wanted to make sure I make the game completion unlock good enough since I don't have dev time to do a interesting enough new game+ if I want to finish the game this year.
>>544309585I agree with the sentiment but the delivery is a bit cringe to be désu with you fāmpai
>>544308959>The point is that someone who's more capable and with more advantages than anybody in this general still can't be consistently successful.Stop dick riding other people.
;-;
>>544307926
>>544309761You're right I'm sure the Charles guy was 100% confident he was contributing something wholeheartedly worth people's time and attention and even thought to give the chance to buy merchandise so they can further share the love for that wholesome creation
>shitposts about cuffbust everyday>tries to spin it into eager and earnest debates from a seemingly impartial angleThis is pure loneliness behavior. Do not engage with it. He will be right back to raging about ecelebs and calling everyone subhumans.
>>544309865What is the most gmi game in this general?
I made a hackjob backup and it somehow is working without errors so far.
>>544310084unironically bokube
>>544309848cool, can it be left playing while you replay? did you write the music yourself btw?
>>544307745>>544309761>his brain when people actually respond to this fake sincerity baitDon't forgetYOU HAVE NO GAAAAAMEEEE
>>544309761>The guy didn't try to fail but he failed despite his skills and experience. You don't have his skills and experience, your chances of success are a lot lower.oh he's capable all right. Too bad his ego was even bigger and started treating his customers like cattle. >They'll buy anything! They like friendslop! They know me! I'm the successful scary train guy! They'll eat anything from my hand! I can sell them anything! One level is enough! $20 is a good price for it!He'd be a hero if he released his game for 5 bucks and made DLC free for first two weeks, or made a whole game from the get go. He's a sleazy car salesman, you can't get away with it.
>>544310246boku...
>>544310246we should all give up then
>>544310020Wasn't that but thanks anonFound it now: Van Westendorp model
>>544309761>Ok, who's a solo dev who didn't get lucky?Kenshi?
I think it's good now.
>>544310171Aw based thank you, replied to the other anon before I saw thisThank you for saving it
>>544301192He managed to brute force another "discussion" about cuffbust. We should be safe for now.
>>544310062I don't believe there are lonely people on 4chan other than me.
What am I supposed to do now?
>>544310873shut up man
Just browse steam and doesn't seem to follow a logic what people buy on Steam.I've seen literal asset flips that look like agdg unity default projects with 14k reviews and AAA games everyone agrees are masterpieces with 500 reviews.But humans aren't completelly random and chaotic, so there should be a logic that makes a human buy something.So, gotta read some psychology books about this, because I have no clue what drives a gamer to click on a thumbnail and buy a game, beyond anime hot girl show boobs and vagene.
>>544310934Generate some AI voice acting for your game.
Banquet for Megabonks: A Cuff Bustin' adventure
>>544310969promotion vs no promotionnot enough people buy games from browsing steam new releases for organic growth to reliably occur
>>544309761>Ok, who's a solo dev who didn't get lucky?Not a solodev but Jonas at least is 3/3 with his releases.
>>544310969Your IQ is simply too low to filter the signal out of the noise.
oh no and now cris thinks it's time to discuss marketing, you've set him off, are you happy? are you happy now?
attack my opps with violence and aggression
>>544306902Someone image search this in the archive I want to have a laugh how many times he's already posted it. He's going to keep posting this everyday for years to come because choochooCHAD mindbroke him.https://www.youtube.com/watch?v=ftRRPx0le7Q
>>544311096I haven't been interested in any AAA game, so is not an issue of like showing me ads for a game on youtube.
They aren't angry enough about Cuffbust... They aren't arguing... Ungrateful pigs, I'll have to try again tomorrow..
>>544308080There's already games like that released. You're too late.
>>544311181Yes, actually.
>>544310969>I've seen literal asset flips that look like agdg unity default projects with 14k reviews and AAA games everyone agrees are masterpieces with 500 reviews.Never happened.
>>544311278it doesn't matter what you like, your preference isn't universalthe games do well because they were promoted effectivelythe other games didn't do well because they weren'tthat's all it islearn marketing
>>544311396Do you know any good ones? If there's good ones, then I'll just play those instead of making one.
>>544311264Based.
>>544311486https://store.steampowered.com/app/485610/Soccer_Online_Ball_3D/this shit has almost 5k reviews and is literally of the same quality as an average adgd game.
>>544311597that doesn't explain how viral memes works and how some random shit like the early youtube memes exploded in popularity, or tiktok shit.Money doesn't explain why the wah wah cat sad song has more than a million views on youtube.https://www.youtube.com/watch?v=YqMpdti1dvg
>>544311785>this game is fun and people have fun with itThat's fucked up. We need to do something about this.
>>544312019raw exposure is always the root cause of successthe shit was brute forcedalgorithms are triggered by user retention if you wonder why some content gets more views than others67 67 67
>>544312060and yet agdg and gamedev gurus would claim that game would have failed all their best practices.
>>544311267fix your game gavin
>easy dopamine fix in agdg but have to leave otherwise won't be able to accomplish anything todayWORTH IT
>>544312176yeah, but my point is that is not 100% something random.Like there should be a logic why people share cat memes over some random math indian lecture.
>>544312325study appeal, psychology of desirego now
>>544310938You don't talk to me like that.
>>544312060you joke but people having fun wrong is what causes civilizations to fall.
>>544312417maybe, but what I am saying is that all this shit has been studied by psychology research.
CHADgoon, holocaust this worthless doodoo ahh thread
>>544312060>1$mystery solved
Does Godot not have a basic-bitch human rig model with set of generic locomotion & weapon animations like UE does, or am I expecting too much out of Godot for having some prototyping assets handy without scouring the web and itch.io?
>>544312886>Does Godot not have a basic-bitch human rig model with set of generic locomotion & weapon animations like UE does, or am I expecting too much out of Godot for having some prototyping assets handy without scouring the web and itch.io?
>>544312197>best practicesYou can still succeed without following "best practices". Game dev is hard enough already, and best practices merely exist to make things a little easier for you. Think of it this way: that soccer game made less money than SNKRX. Which one do you think was higher effort and which one better followed "best practices"?
>>544312886godot does not provide any, you are expected to get all of the prototype assets from kenney,
>>544313565the best practices exist, and like you claim there are sleeper hits.But my point is that wouldn't be better to just actually read psychology books written by real professors instead of le indiedev youtuber?
stress will kill you
bocchi
>>544314165Although psychology can be considered the true foundations for games, real practical knowledge is always several levels of indirection apart from the theoretical. We also talk a lot about basic psychological principles here. Many "indiedev youtubers" also refer back to psychology texts, but instead of wasting countless hours reading them yourself, you can have the key applicable points distilled down for you in a few minutes. You're just looking for another way to procrastinate right now.
fygoon
Just got my exam grades back… 55%.I don’t know why but I’m not actually suicidal over this, I’m just upset I wasted my time studying when I should have just been devving.I mean yeah I’m a PhD student and if I can;t recover I’ll probably get kicked out and then have no financial support, but shit I just don’t fucking care anymore giving a shit is just so feminine.My life is horrible and miserable, I accept that completely with full content. My new laptop is coming soon, the university technically paid for it, so I’ll be able to dev again
>>544302402>>544301734nice
>>544301734sorry, meant for >>544302402>>544315823
>>544295793whats gonna be the name anon? it looks neat
>>544302402furry hitman, oh yeah, baby
>>544309935>he listened to aggydaggy's advice on how to make a gamelmao deserved
>>544302604Mirror's Edge is an FPS...
>>544311785That was 2017. 2018 is when they changed the algorithm to hide everything by default. The game probably was fun but in todays steam no one would ever know because valve would smother it.That is to say pre-algorithm change steam was a pure meritocracy. Fun games would always do well. Now games live or die based on other factors like how streamable it is.
>>544318136>That was 2017. 2018 is when they changed the algorithm to hide everything by default. The game probably was fun but in todays steam no one would ever know because valve would smother it.>That is to say pre-algorithm change steam was a pure meritocracy. Fun games would always do well. Now games live or die based on other factors like how streamable it is.
>>544318136algorithm change was actually in 2019all it did was force devs to get their first purchases from external platformsinstead of being able to upload your game to steam and let organic discovery take it to success, you now need to promote it to an audience and let them purchasing it trigger the promotion algorithmsit killed the financial success of passion devs and turned steam into a pseudo mobile storebut fuck it, it is what it is, competent developers will still find a way to be successfulit's mainly the artists and programming enthusiasts who got fucked, pragmatic developers will find a way to effectively promote their games
>need to work on my game>open unity>zero desire to do anything>close unity>open league of legends>play like a retarded subhuman ape for a few hours>permafight gamble for diffs>either go 3/15 or 20/1>feel satisfied>open unity>easily complete extremely productive 5 hour work sessionit's like overdosing my dopamine sensors reduces my distractions and makes it easier to focus on boring shitthis could be an effective productivity techniquefrontload your dopamine to reduce your desires and remain focused on your work
If it's third person you play as a girlIf it's first person you play as a man
Based Code Monkey
i do not need help because i am strong
>>544319196If it's an asian game where the girls look like girls, you play as a girl.If it's a western game where the girls look like men, you play as a man.
>>544301249thanks anon>>544316159SHRIMP GAME (no relation to roblox)>https://store.steampowered.com/app/2824880/SHRIMP_GAME/>>544294374my game has steam multiplayer pvp and co-op if you're interested anon. Will put a playtest build up on steam soon (free to join)
and i am strong because i know when i am weak
I am weak and I need help but I want to appear strong so I never ask for help and now I am weaker than ever
ngmi
>>544295917>This is your game!More GPT sweet talk. I think your algorithm is biased.
>>544319661>sold for 1 gemthat's the only thing i dislike about your gameit should be some sea worthy currency like 1 seashell or 1 pearl or somethingWhy gems?gems are lamegems are in the caves on land, not at seagems are mobile game currency that your child buys with your stolen credit card
I'm strong through and throughPhysicallyMentally I'm weak as a wet paper straw
>>544320093you're totally right. It was literally a placeholder that I keep forgetting to replace
>>544320093medium of exchange should be something rare. assuming the sea doesn't have fiat currency, it would make sense to trade in something that can't be found easily. when we were trading in gold and silver, you couldn't just pick a nugget of gold from a tree.
>>544320427Oyster farming is a privilege reserved only for god's chosen crustacean. The crab oyster farmers artificially limit the supply of pearls in circulation to maintain scarcity during regular times.
>approaching burnout, hate looking at game and dealing with its 470918237987 bugs>take two week break like /agdg/ advised me>open it up again with refreshed eyes, excited to get back into the groove>all the million plus bugs reveal themselves immediately and a physical sensation of dread and despair runs through my body>immediately feel awful and stuck in the swamp again>close unity and stare out the window for three hours4 years of grinding for a pile of spaghetti with shit sauce. everything feels so impossible and pointless sometimes.
>>544319661I know about shrimp gamesaw it back during the /v/gays, me and my normalfag friends are super excited about it
making a tooltip is one thing, but making it good? styling it? they feel outsied of my area of expertise
>>544321182It's okay to start over.
>>544319617>racetraitor white women =(>racetraitor asian women =0
>>544321182if you work hard, taking a break is the most productive thing you can doit's like casting spells in world of warcraft, productivity costs mana, and if you're spamming spells, you'll only be able to cast weak level 1 abilities that cost 10 mana but do zero damageif you let your mana bar refill, you'll be able to do high level rotations and achieve way higher dpsyou gotta learn resource management if you want to be maximally productivea 4 hour work session at 100% efficiency will be infinitely more productive than grinding 12 hours a day at 5% efficiencyit's the difference between chunking a boss for 50% hp vs spamming 0.5% hp chip damage attackspeople have been psyopped by the industrial revolution into thinking that time spent being productive is directly correlated with the effectiveness of your output, but that's simply falsethis was true when machines meant that all you needed to do to be productive was pull a lever and twist a knob, but we're beyond that stage nowhumans are an efficiency build, not a brute force build, sniper, not pyrohave enough confidence in your competence to relaxwork hard when it's time to workbe honest with what your effort will accomplishand you will make itthis is the truth
>>544321470purity for thee, not for me
>>544319096>frontload your dopamine to reduce your desires and remain focused on your workThis is mostly correct this is what the drugs do they steadily trickle dopamine into the brain. However at some point you might not get the same dopamine from playing vidya or whatever one day as you do the next, at which point you actually need a couple days to take a break from all dopaminergic activities. So start your day with no videogames, no social media or shitposting, just read something or watch a boring documentary then force yourself to do 1 hour of work. A couple days of this routine will reset you for more dopamine blasting.
>>544311267I recrop it every time so good luck with that
>I just realized halfway through eating my chips that theres a element in the art on the package that looks like it might be ai generated on itNow im conflicted if i should finish eating them or if that would be supporting ai generated artI mean i already paid for them the money is already in their pockets but... i dunno
>>544311267>Someone image search this in the archive I want to have a laugh how many times he's already posted it. He's going to keep posting this everyday for years to come because choochooCHAD mindbroke him.>https://www.youtube.com/watch?v=ftRRPx0le7Q
>>544321182>>all the million plus bugs reveal themselves immediately and a physical sensation of dread and despair runs through my bodyDocument all of them. The anxiety comes from not having them written down, because then you think you have a million things you need to remember to fix.
>>544322986AI artists are real artists.
Do not feed this pathetic attention seeking married man
>>544322986I spotted some AI used in a movie trailer recently and my first thought was wow I bet the comments point this out but no of course not, because all of the comments are bots, so then I thought maybe I should show this to 4chan and then I realized that's a pathetic use of time and nobody cares.
>>544323148AI is the artist because he learned, promoters are just paypigs but even more pathetic than twitter commissionersTruke nova
just make something theoretically interesting with a low barrier for entry and spam advertisementseasy successyou guys underestimate how bored and lazy the average normie isput something in front of them and they'll engage with itmake it too difficult and they'll quitmake it easy and they'll persistthere is no "too easy" for entertainment if your exposure reaches enough people10% will quit from boredom if it's too easy and not interesting enough99% will quit if it's too difficult, even if it's interestingyou make more money if your game is easyyou make the most money if your game is easy, interesting, and exposed
>>544323713Proompters* fucking autoerect ducking wish my trucks
>>544264639I can't im trying make an undertale rip off so I can generate free porn of my characters if all goes well.
Trans women are real women.
>>544324479Ok but where is your game?
>>544288618This wasn't because woman, but proof that the picture wasn't AI, and rather quite talented original art.
Honestly, reading this book.Not game design, but it opened my mind to ideas that are esential to make a good game.
>>544324560Game?
>>544325447>proof>just print your AI picture on a piece of paper and frame it
>>544324040>you guys underestimate how bored and lazy the average normie is>put something in front of them and they'll engage with itWhat do you get from babbling nonsense like this lmao Go work on something. It's incredibly difficult to get people to play a videogame.
>>544324040Cool advice. Let's see your game where you applied this information
>>544324040yeah guise you'll only have to compete with all the other overhyped and overly advertised low tier slop that is increasingly easier to makejlmgor jlmgoodg if you're bothered about sales at allany other devs here just not that delusional and maybe think they'll make some beer money and just want to enjoy the craftyeah no need to answer I know you're there just quietly having a life and checking in every now and thenIt's these loud ass money hungry muhfuckas who just talm flop this and luck that and manWhere the fuck is the gamedev talkDo most of you talking about sales like you know shit and aren't just imitating your favourite youtubers even have a fucking gameNigga fucking pleaseNo offense
>>544288618Reminder that simp upvotes don't convert into sales
>>544326613But Juniper...
>>544324040>spam advertisementsNo. I refuse. That's unethical.
>>544326613They do though. You just cry on camera and get a free $100k.
>>544326613she did get a boost of sales after that one video though
>>544243634I assume some of you guys use unreal.What gpu do you have, and does it seem sufficient? I’m about to pull the trigger for a new machine and I don’t know if it’s worth destroying my wallet for a 5090 or 4090.
>>544326268>Where the fuck is the gamedev talkGamedev discussion takes two forms. Either someone posts progress (rare) and asks people to give feedback and then maybe they'll get one (You) saying "looks good to me" because nobody cares... Or you'll have some ideaguy who asks a question so broad and devoid of any context that no answer can be better than any other.>so should I put a revive mechanic in my game? - no information on what the game is - no indication that it's multiplayer or not - who is reviving whom?Spoiler: it doesn't matter, the person who asked this question has no game,
>>544327528Still hasn't broken 400 reviews, her tiktok got 1.5 million likes. The conversion on like to sale has to be tiny. It's probably worse for reddit upvotes
>>544327697There's also>specific technical questionwhich usually gets several responses, but nodevs just gloss over these since they have no clue what the yesdevs are actually talking about.
>>544327697vagueposters shitting up forums from day one brotha fr fr... baka...
>>544327010100K for a game that took 5-7(?) years to develop is not a success. Plus I imagine a lot of simps leave reviews heavily skewing revenue estimates... Why would a simp buy a woman's game if he isn't also going to leave a review in the hopes she'll notice him?
>>544275597
Honestly an indie game shouldn't take more than 6 months of full time work.Indies fall for the trap of competing with AAA games without the resources to make that shit.It's also like trying to tell a joke with a documentary and a core part of why some memes don't work.Chess, checkers, go, shogi, don't need 7 years to be made.
>>544328378It's free money that she otherwise couldn't have gotten if she didn't show that she was a woman.
>>544275597>I can't help but feel like this entire world is evil. I've followed few youtubers who are getting big (not gamedev related) and their followers are casually tipping $500 to them in their videos comment sections. Why are normies so eager to throw money for this kind of stuff but $2 for a okay videogame is absolutely haram and I'm a fucking glowing kike for even daring to ask $2? And god forbid I try to advertise my game, like I'm evil incarnate for even thinking about that!
>>544324040Trvke.I've seen plenty of negative reviews of games where the main complaint is that the game is too easy to the point of never dying. Yet the overall score is over 90%, it should tell you something.Doesn't mean you shouldn't try to have a challenging game, but it's better to lean on the easy side of things.
Head hurts, too much devBrowsin /fit/ folder
I dont want to do the balancing on my rpg...
>>544328737>Indies fall for the trap of competing with AAAWho.Where.Who does that.Where do they do that.You don't have an answer I know. You just baited me for an easy (You). You won't get away with this.
>>544328737And yet you haven't made anything more than a barebones prototype in 19 years of "gamedev."
>>544275597You need better copes.All YouTubers are actually prostitutes and drug dealers using “tips” to launder the money.Only fans is actually just a bunch of AI “people” set up by gangs to launder money.Simps aren’t real.
>>544329407Me. I do that. I will defeat three ay.
>>544329312There was a company that did practice interviews for programmers, where you’d get ratings and feedback on how to improve.They did stats on it.Like 90% of people that did badly in their first practice interview just never used the site again.A double digit percentage of casual gamers will straight up quit playing if they die. At all.
>>544328393Damaskus unsucked his game?!
>>544244121Gawd damn, baking maps beats handpainting any fucking day of the week. This feels like cheating more than if I was using AI. I just sculpt, press bake, give it a color with a gradient map, and bam.I didn't fix the baking mistakes (like in the armpits), and I also forgot to disable the hair and the glasses when baking the ambient occlusion so yeah, he looks like he was earing a hat and sunglasses and witnessed a nuclear explosion.But this was just a test and I'm very happy with it. Also I got away with mirrored UVs to save space, and for some unknown reason the normal map still works (I think it's because Godot recalculates tangents on its own, but whatever, you dont look a gift horse in the mouth)
>>544330103>Gawd damn, baking maps beats handpainting any fucking day of the week. I've said this here many times and people never believe me.You don't even need a good high poly sculpt. You just kitbash together that shit and the baking solves all the problems.
>>544330212the fucker's decently low poly too. Like, if you turn the camera to face him you can tell the arms are literal hexagons. Bakings gods I kneel
Lost my job, going to kms if by end of year if I don’t ship and gmi
Why doesn't github allow command line uploads over 100 MB?
>>544330642Micro$oft being itself, probably.
i give up
>>544330642git is not designed for large binary files. Bing "git lfs"
2 years ago Jonas Tyroller made a prototype of a game that was essentially PEAK and then just binned it because he didn't think it had potential. Mental.
I suppose I already know the answer is 'wait for a bigger account to broadcast your tweet' but how do I get my shit seen by more than 50 people? you guys reply on those gamedev share posts?
you can make anything if you're not alone
>>544331350I have you guys :)
>>544331270PEAK has a very innovative solution to a very major problem with the game idea. I doubt Jonas would've been able to come up with the same solution.
All the decisions you have made in gamedev so far have been ideas a youtuber that knows no more than agdg taught you.
>>544331301Twitter is a fucking nightmare. If I had the answer I would share it. The circle jerk tweet things seem like a dead end for sure.
>>544325851>>544326207>>544326268>>544326819ngmi
>>544331685I will make it and there's nothing you can do about it.
>>544331301learn how to trigger the algorithm or just bot likes
>>544331772i hope you make it, but your aversion towards effective marketing strategies makes me believe you're setting yourself up for a flopgood luck making money from shadow dropping a game nobody wants to play
>>544331541Ok but plot twist I am that YouTuber and I am that AGDG and the ideas are my own and I'm self-taught
>>544331516What was the solution
>>544332149It'd be next to impossible to validate whether or not a pure procgen terrain of that scale is actually solvable or not. PEAK chose to use a combination of DRG-style SDF prefab procgen but with human manually going in and validating and tweaking the map to make sure that there are indeed reasonable solutions. They chose to release daily maps rather than the game client always generating their own maps like every other friendslop game does.
My game idea is: Imagine Rust or Ark, but erase their themes and replace it with an "Ancient Aliens" theme. the game is 13,000 years ago during Atlantis, Atlanteans are demigods compared to us with psychic/spiritual/magic powers, you play as them, their creator gods are the Anunnaki. Main enemies are the Reptilians and their hoards of genetic mutants/abominations they're trying to contaminate Earth's genome with. the Anunnaki are phasing their presence off Earth so are scarce and never help directly anymore.
>>544332834Didn't read. Start with Pong.
>>544332834
>>544332834Make Pong.
>>544332834Pong but the paddles are controlled by the annunaki and it has a nice atlantis theme
I don't need a good idea, I just need to believe in myself, which is impossible.
It's easy to believe in yourself when you're actually competent enough to come up with good ideas and execute on them.
>>544331685>not gonna make a hyper-unrealistically substantial amount of money from a hobbyyou right
Forget tutorial hell, go to prototype hell or feature creep jellPlus it’s better to be a king in hell than a slave in heaven.
so many ideas, so little timei wish i could live eternal
agdg games suck because they can't pack fun with extreme simplicity that takes a lifetime to unpack. They lack elegance and wisdom.
>elegance and wisdom
>>544334719agdg games are better than average. yours suck tho and are below average because your workflow is sub-optimal.
>>544334690make it a cute clown girl for x10 sales multiplayer. he cute tho
>>544332759DRG map generator is chef's kiss. Shame they removed some wackier results over time.
>>544334719i'm trying to make a simple but deep game, but trying to market it reveals to me that's not what people want
If the last digit of this post is an even number, then all of the nodevs in this thread so far shall succeed, while all the YESDEVS will fail MISERABLY(I'm a maybedev and haven't posted today until now so this won't affect me)
>>544335536Did you put out a demo? If so, and you're still not getting a very positive response, then it's not as simple or deep as you think.
>>544335536read this book, it helps with that.>>544325701
>>544325701post it litter.catbox.moe
>>544335864https://annas-archive.org/md5/d44547bea8ae8077d7a72d90974496ae
>>544335740share 1 bit of wisdom from that book
>>544336080you need to focus on the essential message, where there's nothing else to remove, and then make it emotional and related to some life wisdom.
the lion never tested his teeth as a cubthe lion didn't grow up play fighting with his peersthe lion now doubts his strengththe lion now refuses to huntthe pack is now starvingbecause the lion is scaredwhat will make the lion brave?
>>544335614 (me)>even digitYou're welcome, everyone.
>>544336218relax, incel
>>544335956Thanks, anon, looks like a good read
what prevents an easy game from being boring?the storythe fantasythe conjured imaginationthe desire to replicate what is understoodthe desire to accomplish what is proposed
>>544336524I look like this
>>544336637>what prevents an easy game from being boring?>the story>the fantasy>the conjured imagination>the desire to replicate what is understood>the desire to accomplish what is proposed
>>544327997>but nodevs just gloss over these since they have no clue what the yesdevs are actually talking about.sometimes they outright start seething and shitposting when you try to talk about something they don't understand
>>544336524>defeated male leaves>defeated males leave>no males left>no development of society>collapsedon't leavestay, be bravefix these problems
I met a dude at a bar and we started talking about vidya. I showed him my game on Steam, and he said he'd buy a copy. I gave him a key instead, and then he said he'd play it and leave a review. He never bought the game or activated the key.
After a litetime of writing reddit long midwit essays, now I see the final truth of old masters writing, mastery of writing is simplicity but with lifelong wisdom.
>>544335614>>544336384And so it begins. The game is afoot. The yesdevs' progress shall now collapse and the nodevs shall rise up. The yesdevs shall seethe as the nodevs take their place. My work here is done.
>>544336867
>>544337235>anon finds out how socializing works"lets grab a drink someday" same vibe
>>544337362>lets grab a drink somedayitagakibros...
>>544337235Non-autistic "people" just say things, they don't even hear themselves, it just comes out.
>>544328768So your plan is to release a flop. And then hire a woman to make a sobstory video on tiktok so you can salvage some sympathy money? Because other retards are implying that paying a whore to pretend to be the game's developer is a path to easy sales because they think upvotes on reddit translate into sales (they don't)
>>544335268*
>>544337235Now imagine all the hugcrabbed aggydaggies
>>544337362Unrelated to gamedev, but I can't tell you the number of women who've given me their phone numbers, but who never replied when I texted them. I fucking hate that shit. If you're gonna reject me, at least be upfront about it. I won't be upset if you don't want to go in a date with me, but I will be upset if you imply that you want to, but you actually don't.
>>544337521I will now buy your game.
>>544337473>Non-autistic "people" just say things, they don't even hear themselves, it just comes out.
>>544337235>>544337552I always activate the keys I get from AGDG.
/enginedev/ was going through his motivation folder, he found this gem from one of you crabs.
>>544330103I recognize the benefits but I haven't gotten around to learning sculpting
>>544337706same i don't play them thoughwho do you think i am? i dev i don't game
>>544337706I've activated several keys from here, but I've never played any of them.
>>544336218starvation
>>544337235it took too much effortyou needed to get his facebook account and send him a message of the link to your gamethen hope the credit card process wouldn't filter himcopying a code, finding the code insertion menu, pasting it, going to your library, downloading the game, and then playing it?too much effortyou really have no idea how lazy normies aregenuinely, no idea at allpeople pay real life money to speed up time gates in mobile gamesi stead of just closing the app and doing something else for 3 hours while their units are developing, these people will spend $20 to complete the process immediatelygenuinely, you have no idea
I just got an amazing idea for a game, but I can't tell you guys because it's a thing if I tell you someone will steal it because it's too simple and only works for one game
>>544336218>what will make the lion brave?First he loses his virginity then he has a vision of his dad then he learns the tribe is being abused by the evil SCAR
>>544337979He already had a Steam account, you fucking dumbshit, otherwise I wouldn't have given him a key.
>>544337802You learn 1 thing and it does everything. It's pretty boss.Retopology's no fun but there are ways to do it only once and then never again.
>>544336637easy can be fun if it feels satisfying
>>544326613>>544328378>Reminder that simp upvotes don't convert into salesThey do though. It's probably a 200:1 impression to sale ratio but that's really good when you get over a million impressions.>100K for a game that took 5-7(?) years to develop is not a successIt's better than the 20K of revenue the project was going to get otherwise. >Plus I imagine a lot of simps leave reviews heavily skewing revenue estimatesSo the simps did convert into sales?I'd say the game would get maybe 1-2K sales without the crying video. But due to getting the simps it got around 8.7K.https://gamalytic.com/game/378690Gamealytic has had significantly better estimates than other websites i've used on my own games so I think it should be used.Simps do buy games, but it's not always enough.
>>544338117IT'S THE CIRCLETHE CIRCLEEEEEEEEEEEEEE
>>544337521kinda kino, might do something with this lmaoanons i need help, which ones looks betteri wanna upload a new demo trailer, need a nice thumbnail
>>544336637all engagement is rooted in the same dopaminergic process, so just like anything else it's putting people in a position where they feel like they know what they can do (and confidently) but know there's still more to explore
>>544337521
>>544337235this is the essence of why public events to promote your game don't workpeople will be nice and they will be excited to play for free but that doesn't mean anything to you as a devit doesn't convert into purchases or word of mouth and it's not even useful as playtesting data
I'm going to make pong and then I'm going to make it a deckbuilder
>>544330103I think your previous model looked good already and had more style in it tbdesuWhy are you redoing art instead of working on gameplay, is this sort of procrastination?
>>544338402it's the artistic aspect of sculpting that I struggle with like I can model something that looks good but I can't use sculpting tools to do the same
>>544338830The left one, imo, though it does feel like you're trying to be horror without showing anything that implies horror, if that makes sense.
there is a new anime episode now i cant dev>My Status as an Nodev Obviously Exceeds the Yesdev
can someone else find all the bugs in my game for me so i dont have to play through it again for the 6th time this week
>>544339230Nobody's born knowing how to do it. You study and learn fren
>>544339567I wouldn't know. I don't write bugs into my game.
>>544338830i like pizza. scary faces appeals to younger kids.
>>544339048Because this is faster than drawing everything from scratch.Different characters also had different styles because I can't draw. This makes sure everything has the same style and it's also super quick to do after I've set up the base sculpts that I'll be using for everybodyalso just slapped a shader on, looks kino. Tomorrow I'll do the clothes (which is just masking the sculpt, extracting, and adding folds, as opposed to drawing folds which is real fucking hard for me)
>>544339567Just make a discord and let people playstest your game?
>>544339796prompt?
>>544339923>crabbingget good instead, anon!Sculpting's real easy to get into
>>544339796Still looks too generic imo, maybe try to postprocess or overpaint the texture into more stylizedYou remind me of myself when I first discovered substance painter
>>544340302I didnt use substance painter
>>544339994so true sir
>>544339796where's the dick? is everyone a eunuch in your game or something?
>>544340517I mean I started to bake textures and slap procedural textures on models and got excited, and only much later I got that painted textures looks much better and the less automatic workflow at the end result the better, its like art against photography
>>544338284he didn't want to open up steam and paste the code into the text box
>>544341142Very interesting story anon, could I see some of your handpainted models?
/v/ is actually unusable now, godit's all just flagrant, rabid console fanboyism, and you get hounded on by the horde of nintendo/sony/etc fanboys for having a nuanced and non-black-or-white take on things Guess I'll post here for the time being
>>544341468You have to go back, retard.
>>544341468>/v/ is only now flagrant rabid console fanboyismkekbtw /vg/ is the containment board. so imagine how shit this place must be.
>>544341381Nah I switched to coooding 5 years ago, 3d art is too unrewarding for how tedious it is
>>544341767Ah of course.
ATTENTION: IT WORKS (standard for me)
>>544341468>now
>New discord member
>>544341621I'd rather not go back to veddit, so thanks but no thanks
>>544341468Console>PC for indie devs, so this is a good thing
>>544341468this is why I only stick to threads that appeal to my fetishes
>>544342748>this would be a good thing...That is, if being able to have a console SDK was easy. Which it's *not*.
>>544342871So long as you make a good game, you'll have dozens of publishers with porting houses lining up for a slice of your pie.
>>544343129Easier said than done
>>544342624You have no choice. Thank you for your attention on this matter.
I spent so much time on this but my combat system finally works without any stuttering!! as you can see, it's a 1:1 replica of the Kingdom Hearts II combat system with full aerial movement and combos.eat your heart out, nodevs, because I'm off to the big leagues!
>>544343304
>10 days 14 hours 15 minutes
>>544343391...Where's the combat?
the last console release of an /agdg/ game was star of providence(a 2017 game) and before that, 2023 with world of horror.
>>544343391very streamlined
>>544343749There is always next DD
>>544343391this is a boxing game?
>>544343836the cubes are red because theyre angry. they're stacking Taunts on each other
>>544343836its in the video, you have to click the thumbnail to play it.
>>544343749I'm ready.
>>544344017no, it's very clearly a kingdom hearts inspired game
>>544344291a heart shaped box?
>>544343965i look like this fr
Just learned that the secret to getting a viral tweet is to make something that baits some e-celeb into sharing your meme.
>>544345485No you do not marmaskus
>>544346020>how to go viral on twitter:>make a viral tweet that goes viralvery astute observation.
>>544346294well, is much easier to make a tweet that is carefully made bait to some e-celeb to retweet than a random tweet about #gamedev #indiedev
>>544346420
>>544346892see>>>/v/724361240I improved my bait game from 0-2 replies on average to my threads to 20-50 now.:D
>>544346420who has that pic? it's like >@e-celeb would love our game bingly bangcats
>>544347171It has to be indirect bait.Has to be something that is sticky and causes an emotional reaction to want to share it.
>>544338830Left looks better imo. Right is too in your face.
>>544347050>I improved my bait game from 0-2 replies on average to my threads to 20-50 now.
>>544346020>Just learned that the secret to getting a viral tweet is to make something that baits some e-celeb into sharing your meme.
>>544347171*it was mattpat. mattpat rhymes with bangcat. thanks brain.
>>544348494*and it workedhttps://www.youtube.com/watch?v=DJsZq3iMQo0
>>5443275684070I used Unreal with a 3070 for years and it was fineMake sure you have at least 32 gigs of RAM thoughBefore I upgraded my PC I only had 16 and I would constantly run into issues when multitasking Unreal and other programs
>>544349690
I'm going to have to redo the UI over again. Fuck....
elden ring but india
>>544310969there are still psychopaths out there that achievement hunt and want hundreds of 100% completed games. of course they prefer playing real games but if they can get a game for cheap and count it as a 100% game they'll buy it no matter how bad it is
chemical and biological weapon attacks but india
This thread is looking rough you guys need to be posting more motivational stuff once in a while. Do you even LIKE game development?
>>544351131https://www.youtube.com/shorts/jNLRaS1nvMI
>>544349690cute couple
Your job is to motivate me to do my job understand?
>>544353748What are you paying me?
I wish I could dedicate years of my life autistically grinding away at a single large scope project but I'm too old for that. I should've done it when I was younger.
>>544354029With that kind of mindset, it doesn't matter, because you've never had it within yourself to make it regardless of what you do.
It all started with a dream. That's all that matters now. Keeping the dream alive.https://www.youtube.com/watch?v=30hQ04NUtM4
>>544354612>inb4 the inevitable rude awakening
>>544353748
>>544354413When I was younger I didn't know what I wanted to do so I wasted my time studying, gaming and other dumb shit like that.Now I have responsibilities, people expect things of me. I can't just drop everything and lock myself away for 5 years to make a game.
What are some games with good first person melee combat that I can copy from?
are there any other spaghetti western games besides red dead redemption?
>>544355174mountain blade
>>544355261call of juarez
>>544355261my game, yet to be released(and it's not really spaghetti sadly)
>>544355174https://youtu.be/1OHo8TRcCAU&t=141
a game where you kill niggers
>>544355770GTA SA perfected this genre, tough shit
>>544355770Just play russian roulette by yourself.
>>544355559>mountain blade>mountainhehehhe
i give up, i cant make anything
>>544353748I don't understand
>>544357410My problem is that I could probably make anything given enough time but since my time is limited I have no idea what to make and end up making nothing due to indecision.
>>544288618at least they have some talent
>>544358206>I have no idea what to makeYou must find something you can be passionate about for some time, it must be something you like to think and fantasize about. If you make a game about that thing it will be easier to stay focused. If you try make a game about blue box running around, you will get bored the same day.
>>544358206Do a game jam.
How indie dev feels sometimes.
kissu kissu /**
>>544358871women pay hundreds for this btw
>>544358206Start with Pong.
>>544358930kill yourself
>>544358587>>544359318I've been on agdg for 5 years, done multiple game jams and demo days, and shipped a few small games. I'm ready to do a 5 year long passion project but don't know what I'm passionate about.
being a nepo baby sucks. I'm not desperate enough to finish my game
>>544359547>shipped a few small gamesHow much money have you made? If it's not very much, then you're not ready for a passion project. Make a small, but commercially viable game in a high-demand genre.
>>544359547>don't know what I'm passionate about.sorry but you're a natural jobbydev, go find work at a studio
>>544361419>>544361419>>544361419
>>544338107the idea in question: GTA but medieval and anime