• 7 Posts
  • 51 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle


  • So my immediate thought given this context would be to make the new strain/miracle drug/whatever be something that combats the existing evil virus as a counteragent. So it would provide some amount of resistance/immunity to it, but i like the idea of a (probably unknown) drawback. Something like cordyceps maybe that slowly takes over and/or controls the person like you mentioned.

    This could easily be told to the players through the NPC you mentioned who has control of the new strain/drug; he can slowly become more erratic/out of control, and his actions can start to get more suspect (along with any potential physical signs).

    So basic idea for a campaign would be:

    • Players run into NPC that has new miracle drug that provides resistance/immunity to super evil virus
    • NPC is being hunted by the AI because of it
    • Players try to protect and help NPC get to somewhere safe to begin process of creating/manufacturing/growing new drug at scale (current supply must be protected because it’s so low, so player’s can’t have any, but they know the NPC has tried it on himself)
    • Over their time with the NPC, his motivation and actions begin to turn more sinister as the effects of the drug set in
    • Player’s need to eventually make a choice as to if the current situation with the virus or the new threat from the miracle drug is the lesser evil.

  • What, exactly are you trying to replicate from the show? The miraculous super drug the powers-that-be despise? The plot premise of running from the authorities with a secret? The main character himself? All of it? Something else? Depending on what aspects you like, you can do different things for your game (fyi I know little about EP specifically, but translating plot into games can be universal).


  • i second the comment that you need to consider why you want to do this. You generally need a pretty good reason to split your codebase into multiple languages.

    As far as actually doing it, you have a ton of different options, some of which have been mentioned here. Some i can think of off the top of my head:

    • create a library (dll or so file or the like)
    • set up a web server and use communication protocols (either web socket or rest API or the like)
    • use a 3rd party communication/messaging framework like MQ or kafka or something
    • create your own method of communication. Something like reading and writing to a file on disk, or a database and acting on the information plopped in

    basically every approach is going to require you to come up with some sort of API that the two work together through, though, an API in the generic sense is basically a shared contract two disconnected pieces of code use to communicate.









  • yeah, the API library the bot uses to connect to the lemmy API broke when the contract changed in the upgrade to 19.5; I logged an issue on the github for the api, but it hasnt gone anywhere, so i doubt the repo is being actively maintained. I haven’t had a chance to really dig into it myself, but if it doesnt go somewhere soon, i might have to see if i can fix it up.


  • I mean, thats honestly going to be a thing that happens whenever some people get into something new through a different medium, really. Warped expectations are a thing. We’ve been dealing with it for decades with people who come to D&D/TTRPGs from video games, and expect the in game NPCs to act like theyre from skyrim or something. It’s honestly not that much different, only with a different set of preconceived notions.




  • However, if you ask me to pick one specific project, I get overwhelmed because I don’t know what’s reasonable.

    I don’t know enough to know if my ideas are achievable, or if I’d just be bashing my head against the wall. I don’t know if they’re laughably simple tasks, multimillion-dollar propositions, or Goldilocks ideas that would be perfect to learn a coding language.

    List out some ideas you’re thinking of. While it may not be obvious to you, someone who is seasoned (me or someone else) might notice at least a general theme or idea to point you in the right direction for where you should go and what you should learn, regardless of if the projects are reasonable.

    Note - Most projects take teams to realize, so if your ideas are too large, they might not generally be feasible alone.



  • Earthbound is eternally on my list of games i play through every couple of years. Its such a great game. Some aspects of it are a tad clunky by modern sensibilities (inventory management, going through the menus for a lot of things, etc.), but overall it holds up really well. Also if you liked earthbound, mother 3 is also 100% worth playing. Mother 1 (or beginnings, or whatever you wanna call it), is hard to recommend to anyone but the most diehard fans, though.

    I like earthbound the most of all of em, but thats purely for nostalgia reasons. From a critical perspective, i think mother 3 is the superior game.