MU Soapbox

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Muxify
    • Mustard
    1. Home
    2. Tags
    3. evennia
    Log in to post
    • All categories
    • Griatch

      Evennia 4.0 released
      Game Development • evennia • • Griatch

      1
      3
      Votes
      1
      Posts
      438
      Views

      No one has replied

    • Kassien

      Shadowrun MUSH
      Game Development • evennia shadowrun mush python • • Kassien

      12
      0
      Votes
      12
      Posts
      1108
      Views

      Kassien

      Wanted to give a heads up to everyone, while this post may be a dead post, I'm still working on Deep Shadows.

      I am very close to having the Character Creation completed for Deep Shadows. I would say it's in the 90% range to being completed. The rough code is completed, and I've done some internal testing for various PCs. Fine tuning of the code, closing exploits and making it more book compatible are really the last 10%.

      I need to get some mass data entry completed as most of the character creations testing was only done with a handful of items in the different categories.

      The city grid is 90% dug out, just need some local attractions dug (bars, shops, etc), and descriptions though out.

      We have dice to roll, and a basic character sheet recall.

      Items and inventory probably need the most work.

      We have a contact system, where players can make contacts with shared NPCs, and working on personal contacts.

      Ultimately I think the game is on the brink of being ready for mass testing and potentially even opening to the public.

      I've started working on development for the first plot.

      If you're interested in helping and the have time, please reach out. If I can find someone who is a python guru with the time to spare I'm sure we can open in no time.

    • Griatch

      Upcoming Evennia plans for 2021
      Adver-tis-ments • evennia • • Griatch

      1
      1
      Votes
      1
      Posts
      260
      Views

      No one has replied

    • Griatch

      Evennia 0.9.5 released!
      Adver-tis-ments • evennia python • • Griatch

      11
      11
      Votes
      11
      Posts
      933
      Views

      Griatch

      I completely forgot to check back on this thread, but people seem to have replied to upcoming questions just fine already. πŸ™‚
      You can also find a summary of what Evennia is under the Overview section on the main https://www.evennia.com homepage.
      .
      Griatch

    • The Sands

      C.O.D.E.S.: Looking for testers
      Adver-tis-ments • evennia cod nwod 2e c.o.d.e.s testing • • The Sands

      15
      6
      Votes
      15
      Posts
      1205
      Views

      The Sands

      CG menus have now been upgraded. They will now longer block the majority of commands (though they do block the inventory command, and replace help and quit with their own versions).

      The new CG menus are also bi-directional now (meaning you can back up if you want to). Be aware that at various stages this will require erasing progress in order to prevent things such as a character setting their stats to qualify for a merit and then lowering the stat while keeping the merit.

      Finally, the menus now support the ability to quit part way through and will allow you to resume where you left off when you type +cg again.

    • Griatch

      Spring updates while trying to stay healthy (dev blog)
      Adver-tis-ments • evennia development • • Griatch

      1
      3
      Votes
      1
      Posts
      272
      Views

      No one has replied

    • Selerik

      Altering @help to display live values
      MU Code • evennia • • Selerik

      8
      0
      Votes
      8
      Posts
      642
      Views

      Griatch

      @Selerik This is a bit of a thread-necro, but I just noticed this topic and wondered if you ever continued this exploration or what the conclusion was?

    • Griatch

      Evennia development blog Sept 2019
      Adver-tis-ments • evennia development • • Griatch

      1
      6
      Votes
      1
      Posts
      267
      Views

      No one has replied

    • Griatch

      Evennia 0.9 released
      Adver-tis-ments • evennia • • Griatch

      4
      7
      Votes
      4
      Posts
      545
      Views

      R

      Just in time for Shadowrun 6th edition. Coincidence? I don't think so. πŸ˜‰

      Also: Love moving async callbacks into a decorator. Significantly lower barrier to entry.

    • Griatch

      Evscaperoom - a full playable multiplayer 'escape room' in Evennia with a layered story and multiple endings!
      Adver-tis-ments • evennia game jam python • • Griatch

      22
      8
      Votes
      22
      Posts
      2018
      Views

      Griatch

      @tce said in Evscaperoom - a full playable multiplayer 'escape room' in Evennia with a layered story and multiple endings!:

      Oh, hey. This reminds me of the quests from DragonMUD and gives me all kinds of nostalgia fuzzies πŸ™‚

      I never played DragonMUD but glad to hear this gives good vibes. πŸ™‚
      .
      Griatch

    • Griatch

      Podcast/interview about Evennia
      Adver-tis-ments • evennia • • Griatch

      5
      12
      Votes
      5
      Posts
      595
      Views

      R

      Coming out of post retirement to say: "Right on @Griatch." πŸ™‚

      P.S. I just pulled your Evennia Container. I realized I needed a pet AWS project. With Shadowrun 6th edition right around the corner, the timing just seemed right.

    • Griatch

      Give feedback on direction of Evennia's demo game Ainneve!
      Game Development • evennia ainneve • • Griatch

      5
      1
      Votes
      5
      Posts
      488
      Views

      Kanye Qwest

      @Thenomain @Arkandel yikes

    • Griatch

      Make Evennia 'more accessible' - ideas?
      Game Development • evennia • • Griatch

      70
      2
      Votes
      70
      Posts
      4408
      Views

      Griatch

      @thenomain said in Make Evennia 'more accessible' - ideas?:

      @griatch said in Make Evennia 'more accessible' - ideas?:

      @sparks said in Make Evennia 'more accessible' - ideas?:

      @griatch said in Make Evennia 'more accessible' - ideas?:

      @Sparks
      As said, I'm not the target audience, but it's a good start I think. Maybe you should (already in your README since that is the front-page of github), add links to the places in your code where people can find the concepts (finger, notifications etc) so they can quickly dive into the bits they are interested in.

      That's an excellent idea. I've tried to clean it up a bit and add some hints on where to look.

      Github even allows you to make clickable links to individual source files or lines of source files, so the opportunities to direct people into the code are many.
      .
      Griatch

      You can also add comments per line, can’t you? It would be a good way to load up the commentary without adding it to the inline comments.

      You can link to lines, but I don't think you can add comments to existing code in the GitHub interface - you can only do so on code that is under review. Even if you could I suspect it would be highly unstable way to keep comments since that line number is likely to change rapidly as the code evolves. Linking to a line faces the same problem, which is why we most often links to modules than to lines unless the module is very stable and not likely to change much.

      .
      Griatch

    • Griatch

      Evennia 0.8 released
      MU Code • evennia python • • Griatch

      3
      11
      Votes
      3
      Posts
      906
      Views

      Derp

      Ok, so the screen splitting is pretty badass.

    • Griatch

      Blog post about inline building in upcoming Evennia 0.8
      MU Code • evennia • • Griatch

      2
      9
      Votes
      2
      Posts
      593
      Views

      Griatch

      Update: For our visually impaired developers I've now made it so each screen shot in the blog post above is a link to a text-only version of that screen. We have the luxury of using a text-based medium after all!
      .
      Griatch

    • Griatch

      I made a Python-with-Evennia tutorial (looking for feedback)
      MU Code • evennia tutorial • • Griatch

      34
      13
      Votes
      34
      Posts
      4893
      Views

      Griatch

      @tehom said in I made a Python-with-Evennia tutorial (looking for feedback):

      @cobaltasaurus said in I made a Python-with-Evennia tutorial (looking for feedback):

      I, um, have a dumb question but so far I can't find it in the documents. How do I get information about an object-- for example location?

      The @ex command is a staff command for returning a display with information on an object. You can also examine individual values in its attributehandler with @ex <object>/<attribute>.

      For a lot of things I tend to rely on using @py, which is a powerful command used for executing arbitrary python code. Like I'll frequently do something like: @py x=self.search("whatever");x.do_some_other_call();self.msg(str(x.do_something(some_parameter))) to see the return value of calling a method on some object.

      @Cobaltasaurus Also, for completeness, note that you can skip the initial @ for all commands if you want (so examine, py rather than @examine, @py etc) or use some other prefix you prefer like +, / or & (this is configurable in settings).
      .
      Griatch

    • Griatch

      Kicking into gear from a distance
      MU Code • evennia • • Griatch

      2
      6
      Votes
      2
      Posts
      955
      Views

      RnMissionRun

      Always good to hear about Evennia making progress!

    • Griatch

      Evennia 0.7 is out
      Adver-tis-ments • evennia development • • Griatch

      16
      10
      Votes
      16
      Posts
      3161
      Views

      RnMissionRun

      Diff.

    • Griatch

      TODO-list for upcoming Evennia 0.7
      MU Code • evennia python devel • • Griatch

      3
      6
      Votes
      3
      Posts
      1731
      Views

      Griatch

      @Reason Thanks, that's appreciated!
      .
      Griatch

    • Griatch

      Some bloggy news on the Evennia front
      Adver-tis-ments • evennia development coder • • Griatch

      1
      3
      Votes
      1
      Posts
      1045
      Views

      No one has replied

    • 1
    • 2
    • 1 / 2