What engine are you using?Or are you making your own?Do you miss RPG Maker if you used it before?Post progress BTW.
>>3920498Shame, seems like these threads don't work on this board. Making a re clone and am thinking about the injury system. Want an armor and health system with semi permanent injuries. Armor works rather as damage negate, think of a plate and a knife. You won't do shit against a breast plate with a knife, except for well placed or ciritcal hits. Injuries reduce max health and have further debuff. Tedious or fun?
>>3921113Oh, and if someone has any idea on how to use skelletons(?) for animations, is there a structured approach or do I just need to have an eye for it. Like using the same animations for humans, ghosts, demi humans aso. A werewolf in a hunched position could also be the skeleton of an ox.
>>3920498Yay, you're back!
I'd post my game here, but /vrpg/ won't let me because I used AI voice acting in it.
>>3921115it is really dependent on the engine you use
>>3921204Godot, so far. I haven't made any animations, yet, besides experimenting. I've read that blender is better as godot and easy to integrate into the game engine.
>>3921200I don't see an issue with it.
>>3921200Post it, I don't really care.
>>3920498really rough so far
Mongol update. Fully switched to Unity. 2D turn based. Localizing it in romanian ( română).
For someone wanting to heavily mod Quake 1, how do I approach QuakeC but starting with easier 2d projects? I was thinking of Raylib, are there others?
Today I had my biggest scare in a while>Decide to configure steam cloud saves because why not>test in my dev account before publishing>test goes okay, it saves and then brings them back if they are moved>publish>go into my player account to verify>saves gone>FUCK>disable cloud saves>go back to dev account>saves are there again>huh>turn on cloud saves again. Go back and forth, it seems the OG saves were bound to dev account and steam detects it and cleans the saves from the save path when the other account is logged.>boot up my spare laptop with a third 3 account and yeah it's working fine.Never attempting this on a live game again.
Recently converted my text-based RPG "Aura Clash" from ChoiceScript to a new engine I had to build off Tweego, calling it the Aurillian Framework.https://www.auraclash.com#gamedevThe game's going well so far, the 1m word translation went smoothly and I'm 150k words into writing chapter 9. Hoping for a March/April release. Still didn't finish Tian Fang's quest (pic related) so my fans will continue to call a fatwa upon me.
>>3923626Forgot the link to the game:https://www.auraclash.com/adventureAnd yes the pics are AI sloppa; I wasn't going to have many/any in the final product but two fans made a set for me. The focus of the game is text and not pics, I have an option to disable them entirely but I've grown fond of a few as placeholders, hoping to find a good illustrationist for the final product since it's made enough patreonbux to fund it.Does anyone know good anime-like artists that are accepting commissions and producing work that would be worth putting in a full Steam game?
I have the urge to make a TES-like or Fallout-like from scratch in a custom engine
>>3924831Are you focusing on narrative or gameplay? If narrative you should seriously consider text-based. If gameplay, try a CRPG to capture the adventure essence.
What's the best engine to use if I want to make a battle system like in MMBN?
>>3925055Game maker or some of these obscure newer engines that came after 2020? The gameplay there comes from the vast amount of builds. There's one castlevania where you have 50 power ups that you mix and match as you see fit. Imho such a game really easy to make and has a strong fan base, too. AFAIK there are no clones, too.
Considering makinga fallout fangame
>>3924831>>3925496Kiss
>>3925499Anon...
>Want to make a Bethesda-style RPG>Look online>Apparently everyone hates Bethesda RPGs now>My game will probably either suck or no one will play it, or bothDamn
>>3925506>Bethesda-style RPGCrpg?>people online mightIrrelevant. You lack the funding to care for such things. Make what you like and gather a niche following.
>my wagie full corpo job pays way more than my attempts at making a game ever could>arrive home late, tired, depressed and barely have any willpower left to work on gameanons, I feel like I'm not gonna make it
>>3925633Pay people to help you?
If I'm making something in Pico8 and desire to make it bigger with less constraints, any particular framework you recommend? Something with Lua?
>>3925714tic-80 is pico8 with less constraints
>>3925667My pay is still well below what is needed to hire skilled people.
>>3925811Yet you were saying you're making way more than a game ever could, LMAO
>>3925812>more than my* game ever couldI don't have my hopes up.
>>3925813Idk, you could hire a paki rookie for little money. He'll learn eventually. If you can't spend 500 usd for a hobby, then>jobs pays way moreSeems like a lie ngl
>>3921719Please don't post anything like this ever again.
>>3925824We don't talk about paki devs here, they bring bad luck
>>3920498How lovely is to see the comeback. Sadly, my project is at a standstill because life is being rough at me.
>>3925920I worked with pakis in rl and online. Best people, really. There are countless scammers though, so beware.
>>3925998You're probably right but it was a reference to this board's history. The less you know the better.
>>3926017You don't think it's... Him? He could be everyw9, damn.
An rpg where you go full luigi on epstein, corrupt politicians and corpos would surely sell a lot on steam.
>>3925055rpgm mz with sang hendrix plugins
Are there any sites where devs actually discuss game(s design)? Seems like there's almost nothing done form a scientific standpoint.
>>3926941Nigger will steal your idea
>>3927508Certainly, this one of a 20000 games per year idea! I doubt ideas are much worth in vidya this scene fails to monetize a booming market, so it's safe to say most devs are clowns.
>>3926941My idea is to clone a game from 20 years ago only it'll be 10x worse in every aspect
>>3927634Huh? That's not what I wrote. Did you hurt your head?>>3926941>game designHave you read papers or textbooks about game design? One could argue that bad games are a direct result of bad teaching materials. Fun (in vidya) is a topic that's basically non-existent in the serious science scene. Arguably the latter is a dying breed, but that's a whole different story altogether.
Is a KOTOR-style CRPG even doable solo?A FONV-style CRPG, either?Classic Fallout CRPG even?
>>3927741One man made Ken’s Labyrinth
>>3927741>Is a KOTOR-style CRPG even doable solo?I pray so, that shit was cash. Does anyone know the best way to implement a similar engine? That would be the hard part.
>>3927741>Is a KOTOR-style CRPG even doable solo?If you only need the control style and the RPG system, as well as battle processing and other minor systems, then yes. It will not even be that time consuming. Click to move and camera processing are standard (or easy to find plugins) for all modern engines, and implementing minor systems is a matter or basic coding.>A FONV-style CRPG, either?If you only look for simular controls and RPG system implementation, then yes, they're easy to implement as well.>Classic Fallout CRPG even?Yes as well.Here comes the bad part. The above is true for core mechanics only. Making a good RPG requires a BRUTAL amount of content - text, 3D/2D designs, animation rigs, interface graphics, databases, SFXs, OST... Getting the engine running is not the hard part, it's letting go filling the world.
is designing story before gameplay a valid approach
>>3928432If you can write like a game designer rather than a book writer, then sure. Otherwise, make a story roadmap and write it along the creation of the game.
>>3928432 #it can potentially clash with your themes and worldbuildinga lot of "great"/immersive rpg stories were ones that had their story integrated with the game. gothic for instance had a barrier that prevented you from leaving the open world and it served as the main motivation for the protagonist
>>3928432Sure. You can slap almost any story/gameplay onto any gameplay/story. It's cool if some mechanics are mirrored in the story.
I have an idea for a game and I want opinions on it, because maybe it's trash, but if it's good and somebody steals it I will kms.
>>3928658Ask chatgpt
>>3928658Don't beat yourself up over it. If you couldn't make something of out of it, it wasn't a good idea for you.There was a time I used to believe "If I can do it, so can you."
>>3928658No one will steal it, lol. Imagine thinking someone wants to invest money to execute an untested concept. Kek.
I just had a wacky idea for a CRPG or TTRPG system>Every session, your character will chase their Goal (what they want). They’ll also be tempted to act on their Personality (defining aspects of who they are). When they act on their personality, they risk triggering their Flaw (weakness that gets in the way of their goal).>When a player does anything that pushes them towards their goal, they're resolved using a regular d20 check against a relevant stat. If the roll is successful, they gain XP. Normal.>BUT, when their Personality urges them to do something, they are presented with whether or not to do that. If they do it and the roll is successful, they gain a short-term buff they can use once. Their stress also decreases by 2 (more on that in a moment).>BUT, if the roll is a failure, their flaw takes over and they gain a short-term debuff that, when (immediately) activated, causes them to act in accordance to their character flaw. Their stress will decrease by 1, because at least they tried.>If they suppress it, nothing happens... but their stress increases by 1. Every time their stress reaches 10, it resets to 0, but their character hits a breaking point, where they AUTO-FAIL the next in-character action and their flaw activates.
>>3928658>>3929381I actually have a genre defining idea that will change not just one but multiple genres forever and I'm not sharing it because it's just that good.When I make it I'll come back to this post.
>>3929642Certainly you do. In any case, a good game is always welcomed.
>>3929636>when (immediately) activatedYou need to roll to avoid activation every x hours
>>3920498do we accept action-adventure games in here or nah? there's sword and monsters
cozy
>>3930486This is not a real general. There are no rules. Just do whatever.
>>3931081nice! Well I've added zombies to my game. They have a ton of health so the best approach is to use a finisher move on them, or alternatively, using either fire or holy element attacks
How do RPG's track the player's progress through the story?is it a series of boolean like hasBeatenXDungeon, hasXItem and then these booleans just turn on and off different events and dialogue across the map?Or is there a better way to go about this?
>>3931401I structure my game in milestones you can do that or chapters. If you have a "main quest" line you can use that. Save an array of booleans with each index being one of this milestones or main quest points.
>>3931401You can do a bool array and just keep track of what index applies to what event.Or something like a struct can be relatively easier to manage, if your language uses it.
ManI want to make a game that's like JRPG and CRPG had hot babymaking sexsomething like FF5 with mechanics from BG or FONVOr something like DQ9 with shit from TESBut such a combo would probably either be a content nightmare or total tonal dissonance
>>3931419>>3931437So my idea is okay but I want to know if there is a better way.I don't trust myself with my own ideas
>>3931446Me too.AGDG wouldn't respond so maybe you folks have some thoughts on this:They updated paperZD so it wouldn't be absolutely terrible to actually use for a full game anymore so I've been thinking of revisiting this project idea. That said, what graphical style do you think would actually be appropriate for a world in the vein of Dark Sun? Should it be more JRPG looking or should I try to find some shitty western style akin to the original DS games? Or something much more simplistic (eg ultima 4, kingsvein for a contemporary example)
>>3931401That will depend a lot on how you structure your game. In the end you have pile of booleans or integers, but you need to structure them somehow for your own sanity. For items you could just have one big array of booleans for example, or each map tracks all flags that are relevant while you are on that map. For story, games often break things down into quests or acts. You can look at Skyrim modding for some very detailed examples.Personally I'm using a SQLite database with a bunch of tagged keys. So when you talk to Dave it loads all the flags with the "people/dave" path. It's not finished, but so far it does the main thing of keeping track of which character knows what.>>3931446>>3932506That's what I've been working on and it's basically just a CRPG that doesn't use a D&D derived combat system or Infinity Engine graphics. I think the space really is underexplored, where CRPGs have all this room for expressing player choice, but but are weighed down by bloated systems that were not made for video game. Meanwhile JRPGs put everything in up-front appeal but restrict choices so much they basically disappear entirely like in Final Fantasy 16: an action game that only carries vestigial RPG features because of a historical obligation.>art styleThat's something I'm also not sure about, I'm afraid the only way to gage audience reaction for random hobbyists like us is to look at other games that tried it. So I'm just going with a style that I can make, which is gonna be somewhere between Paper Mario and Bugfables.
new here. I was looking for the rpg maker thread. Is this the right board? I remember that I visited the thread once years ago and got inspired by the amount of rpg maker games.
>>3932804>You can look at Skyrim modding for some very detailed examples.Dunno where to start with that bu does seem like it'll be useful>SQLite database with a bunch of tagged keys. So when you talk to Dave it loads all the flags with the "people/dave" pathOh, I studied coding at one of those bootcamps that teach you web development stuff, I've used postgreSQL but never did anything with it, I can see a database being the best way to track a story, I'd have to read more about this tho, like how do get my engine to interact with the database but thanks, this is what Ii wanted to hear.
>>3932819>>3932963
"Quirky Earthbound-inspired indie RPG secretly about depression" is overdone at this point. What about an inverse?"Final Fantasy-inspired rpg secretly about... [idk]"?One idea is to do what Live A Live went for with its final chapters.
>>3933675A jrpg that is secretly a wrpg
>>3933819Dragons Dogma
>>3933820hey my game's a Zelda-like Dogma-esque, check it out:>https://files.catbox.moe/4tp2ua.webmplase don't mind the shitty level, it's just my test room
It's really hell being a solodev, you have a ton of blindspots and no one to help you see them, a demo can help get feedback but even then it's still lackluster help. I do have recurrent thoughts pop up in my head on how to polish or make a certain feature more cool for the player. I.e. there's a npc that fast travels you from X to Y using an airship, well currently its fade out/fade in, but a small cutscene of the airship riding the clouds would make it somewhat cooler.So everyone would tell you polish comes at the end right? So i usually write these ideas on a document and keep going, but at the same time these little things are pretty cool to sell the game so it comes down to how to optimize the development to keep people interested.What is your experience with this anons?
>>3934748I try to make things as polished as possible so I don't have to ever go back to them and can focus on creating new stuff
>>3934868Your dev cave looks comfy
>>3934748This is why I've grown schizophrenia so my shadow friends can help.
>>3934868cute :)
>>3934877Maybe our shadowfriends were the devs we made along the way
Should I make my RPG systems-focused (CRPG-ish), or should I make it world/narrative-focused (JRPG-ish)?
>>3935692What am I looking at?
>>3935696Terminal brainrot.
>>3935723Fallout 1's final boss
Hironobu Sakaguchi's first game was a text adventure (with graphical supplements).This was his GDD for ithttps://x.com/auuo/status/1995504635000635845
>>3924831I vote for fallout like. Or fallout2 like. A Morrowind like just sounds too painful to create.
>>3925811Think smaller. Let the smaller project fund the larger more ambitious ones.
>>3930506Comfy
>>3920498Are there trpg where both teams move simultaneously? Trying to design a system, but no matter what you do, action economy trumps everything. Another idea I have is to improve counters and reactions, but especially the latter leads to rounds being constantly interrupted by said abilities. What do? Is the genre doomed?
>>3927617>I can't recognize good shit. HurduurrSomeone just needs to see the ones ranked fun, play them, and then take yo money.
>>3936186Make turns a time slot where both teams need to act, and when both decided it unfolds with special interactions if for example, if both sent characters to the same tiles Or Make it small time slots of like 5 seconds with a limited amount of actions like a regular turn basedGot another idea but forgot
>>3936355>Got another idea but forgotStory of my life
Should my game be NES-styled 2D pixel art, SNES/GBA-styled 2D pixel art, PS1/NDS-styled 3D low poly, or just 2.5D (i.e DOOM)?
>>3937001Whichever you like the best
>>3931446>>3932506I feel like that's more or less what the SaGa series is. Have you played any of those?
Maybe we should create a pastebin with resources or links to share. I dunno if it has ever been created.
>>3937894Not that I know of
I'm trying to make a first person RPG in a similar style of Daggerfall.What size would you say the average sprite for an NPC is, pixel wise?For the moment, I'm using a standard 64x64 for everything, but I don't want it to seem like I'm trying too hard to be low res.
>>3938598>, but I don't want it to seem like I'm trying too hard to be low res.Non issue. Idk if you researched your competition, but there are like a dozen announced and afaik many are 2dhd and few 2.5d, too. Meaning a 2d pixel in 3d, looks cool.
I just spent an entire hour arguing with and seething at a chatbot
>>3938708>I just spent an entire hour arguing with and seething at a chatbotBased anon just spent an entire hour on /vrpg/
Reworking a buncha anims before I commit to the pace of each turn in combat.It was too slow before.
>>3938710thisguydoubters went awfully quiet since this post dropped
>>3938710I think its too fast, too much distance covered in too little time. try lowering one or the other
>>3938790It might be too fast by, unironically, a singular frame. I'll have to plug it in to find out. Two frames between keys is fine. Dunno about just one.I know, for sure, that the distance covered is fine.
>>3924831>>3920498making an engine for multiplayer rpg with this stackLanguages: TypescriptRuntime: BunGraphics: 2D with PixiJSECS: BitECSPhysics / Collisions: SAT.jsNetworking: Bun WebsocketsBinary Protocol: ProtobufDesktop: ElectrobunStorage (Server): PostgresStarted yesterday and its going well. Wish me luck bros
>>3938708Just learn to prompt bro
>>3938657I'm not talking about 2dhd. I mean something similar to the early 3d of games like daggerfall or doom. 3d simple polygonal worlds (I know how Doom actually works, don't say it), but with enemies represented by billboard sprites pre-rendered from a 3d model (or real life sculptures, like I think Doom did.)My goal is to make it look reasonably authentic to the style of the late 90s while subtly forgetting about certain limitations. For example, it's going to have a large open world with a long render distance, and NPCs are going to be able to reflect the different gear they wear (I'm implementing a strategy to make that work)Anyway, I'm locking the resolution of the game to 640x480, and just letting it scale to the player's chosen display. So I don't know how many pixels I'd need to give to NPCs and enemies to keep that old-school style.
>>3939127I was merely stating what your competition does>>3939127>My goal is to make it look reasonably authenticDoableIMHO qol > strict authenticity>how many pixelGod, make 3 examples and show us.
Using Twine to make a text RPG and have the prologue just about finished with Harlowe but considering switching to Sugar Cube, is the code pretty much all the same or do I have to change some things around regarding the Variables and Events? If there's any other engines that are better suited for this I'm all ears, I'd love it if there was something like Legendary Tales from the early 00's to manage aspects within the game like races, classes, stats ect but I can't even get that to run properly anymore on Win10.
Top screenshot is a fucking atrocity I made 3 years ago; it's a macro to apply Status Effects to a target.The bottom is a macro I made this evening that does the same thing.
>>3940301Also with the top one, if I ever thought up new Status Effects, I'd have to add another part to it.
>>3940301unrealchads rise up
>>3931401I use a <string, bool> Dictionary stored in a global script. In that same script I have functions for setting and checking each entry.
>>39370012D art is quicker to make, depends on the systems. There is a lot of 2D games on the market though so make your art stand out
Back working on this project again, I had a whole turn-based battle system made, but I couldn't come up with any original ideas to make it fun. Anyone else here struggle with those thoughts?
>>3940490Most games look like shit.
>>3940498Make the turnlike, roguelike.There. now finish your game.
>>3940498comfy 'sthetic
hope this looks cool, I want to start the game with a nice prologue section, half tutorial and half kinoludo>>3935094>he saved the 'blinsbased!
>>3941696save all bins
Remodeled a Player Character again 'cus I'm figuring out the body proportions I want.Longer legs, smaller head. Also, for some reason, he was an inch and a half taller than he was supposed to be.Gotta finalize the second party member, too.Everything in my power to do everything BUT make the first fucking dungeon.
>>3942056This is a cool model! Who's this handsome guy?>>3941841https://cyberpunk.fandom.com/wiki/Rebecca
>>3941841based Becca poster goblin saver
>>3942206He's one of the Party Members you can play as in my game, Ben Wong.I'm planning on having him start as something Monk-like for his Primary Class and having Players unlock an alternate Primary that'll play like a Blue Mage later.Currently finishing up a second Party Member. She's gonna be a Thief, but was originally a Warrior before I planned out more characters.
>>3942265I like your style, these look really professional!