Brand MU Day
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    Re: Dies Irae

    Scheduled Pinned Locked Moved Rough and Rowdy
    68 Posts 20 Posters 4.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • catzillaC
      catzilla @Tez
      last edited by

      @Tez I can’t speak of the AI part, especially since @somasatori is saying/implying they didn’t use AI code… but the rest is true.

      More than a few scenes had to be postponed/cancelled due to the issues Ashkuri stated. There were work arounds to the issues but there was never a real solution.

      somasatoriS 1 Reply Last reply Reply Quote 0
      • TezT
        Tez Administrators
        last edited by

        I explicitly want to avoid any value judging around the AI issue. If there was AI code, ZERO JUDGMENT ZONE. I just want to understand what happened and work through it without it becoming JUDGMENT ZONE on the AI part of it. I’m begging you, mystery person who holds the knowledge. I think it would be fascinating to understand how this actually unfolded in our hobby.

        she/they

        1 Reply Last reply Reply Quote 1
        • MisterBoringM
          MisterBoring
          last edited by

          I too am curious about this issue, because I’ve been eyeballing Evennia for whenever I decide I have time to try running a game, and want to know if there’s something to learn that I can apply to the technical side of a potential future game.

          Proud Member of the Pro-Mummy Alliance

          1 Reply Last reply Reply Quote 0
          • somasatoriS
            somasatori @catzilla
            last edited by somasatori

            @catzilla said in Re: Dies Irae:

            @Tez I can’t speak of the AI part, especially since @somasatori is saying/implying they didn’t use AI code… but the rest is true.

            I definitely did a lot, like a LOT in the beginning, because my exposure to Python was me screwing around with a Cyberpunk RED project so when Diablerie I was trying to scramble with the tools I had available. By the end of it, I was only using Claude to consult, but the mark had been made as it were.

            @Ashkuri said in Re: Dies Irae:

            People couldn’t see each others’ poses, couldn’t see when someone else came into the room sometimes, couldn’t see OOC messages in the room sometimes, it was very difficult to get even simple scenes done.

            This was due to a bug introduced into the game when I set up the hangouts and ooc/ic thing. In Evennia there are three levels of abstraction on how characters work on a game: Session -> Account -> Object. I didn’t know this when I initially set up the hangouts/ooc/ic auto-travel stuff, but basically what was occurring was that it was moving the character object to the location, which left the account “object” (or meta object?) in the previous location. This is why sometimes you would see OOC chatter and character movement in the OOC room when you were on the grid.

            In addition, it wasn’t telling the session id that the object and account were occupying a new room dbref, so that’s where you would get the issue with people not being able to see each other’s poses in the same room. There was effectively a timestamp error on what could be seen. You might be on a session that hasn’t theoretically started yet, especially if you lost connection or had frequently long idle times.

            I ended up figuring this out after I left DI and applied the fix to my local copy.

            Edit: Also, I really feel no need to defend myself here. Dies Irae was not my project. Scylla set up two pseudo-headstaff through which she could launder her reputation. I was not chosen as a coder when I started, I was brought on to do Mage.

            "And the Fool says, pointing to the invertebrate fauna feeding in the graves: 'Here a monarchy reigns, mightier than you: His Majesty the Worm.'"
            Italo Calvino, The Castle of Crossed Destines

            TezT 1 Reply Last reply Reply Quote 3
            • TezT
              Tez Administrators @somasatori
              last edited by

              @somasatori I’ve run into some struggles with the Evennia layers myself as I dick around with it. I’m sympathetic to the issue.

              she/they

              somasatoriS 1 Reply Last reply Reply Quote 1
              • somasatoriS
                somasatori @Tez
                last edited by

                @Tez said in Re: Dies Irae:

                @somasatori I’ve run into some struggles with the Evennia layers myself as I dick around with it. I’m sympathetic to the issue.

                It’s a bit of a mess. Channels are also a little difficult. According to the Evennia dev discord, they’re aware of the problem and told me that channels were notably kind of strung together and needed some review.

                "And the Fool says, pointing to the invertebrate fauna feeding in the graves: 'Here a monarchy reigns, mightier than you: His Majesty the Worm.'"
                Italo Calvino, The Castle of Crossed Destines

                1 Reply Last reply Reply Quote 1
                • JennkrystJ
                  Jennkryst
                  last edited by

                  Re: AI Code

                  So you’re telling me not to trust this ChatGPT Ruby code for the L5R idea? Shock! Horror!

                  Mummy Pun? MUMMY PUN!
                  She/her

                  somasatoriS 1 Reply Last reply Reply Quote 0
                  • somasatoriS
                    somasatori @Jennkryst
                    last edited by

                    @Jennkryst said in Re: Dies Irae:

                    Re: AI Code

                    So you’re telling me not to trust this ChatGPT Ruby code for the L5R idea? Shock! Horror!

                    Here’s my suggestion: if you use AI to do your code, use it to help you learn how to code in the language of your choice., So if you’re coding up Ruby and YAML files using ChatGPT (I would not suggest ChatGPT for coding, but use Claude or Github Copilot), ask it to explain to you why it’s doing what it’s doing.

                    You may still get some hallucinations, but it will help you understand what sort of variables, functions, and how to write it yourself without relying on AI. As you go along, AI can also be useful if you get exasperated with an issue and say “what am I missing here?” Asking it to solely create, develop, and manage a codebase is not an effective use of the software.

                    Finally, you want to make sure it’s in an IDE and not something you just interface with on whatever website version you choose.

                    "And the Fool says, pointing to the invertebrate fauna feeding in the graves: 'Here a monarchy reigns, mightier than you: His Majesty the Worm.'"
                    Italo Calvino, The Castle of Crossed Destines

                    1 Reply Last reply Reply Quote 2
                    • First post
                      Last post