Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Evennia
Conversations
About
Evennia
1–30 of 971
Please note that the Evennia support forum has moved to
Evennia's github Discussions
. Please join the conversation over there instead!
This Group acts as an archive of older posts.
Mark all as read
Report abusive group
0 selected
Griatch Art
5/3/21
Forum moved to Github Discussions
Evennia's forum/conversations have moved to https://github.com/evennia/evennia/discussions. While
unread,
Forum moved to Github Discussions
Evennia's forum/conversations have moved to https://github.com/evennia/evennia/discussions. While
5/3/21
Griatch Art
3/17/21
We will soon be moving from Groups to Github Discussions
Hi everyone! As a heads-up, we will soonish be moving to using Github Discussions instead of Groups.
unread,
We will soon be moving from Groups to Github Discussions
Hi everyone! As a heads-up, we will soonish be moving to using Github Discussions instead of Groups.
3/17/21
Zagor
,
Griatch Art
2
3/17/21
Struggling with map
It's a little hard to know what you are having trouble with, but if you want to use an ASCII map,
unread,
Struggling with map
It's a little hard to know what you are having trouble with, but if you want to use an ASCII map,
3/17/21
Matt
,
Griatch Art
2
3/17/21
Client layout
Splithandler.js is the older way to do the splits. Goldenlayout is the current library we use. The
unread,
Client layout
Splithandler.js is the older way to do the splits. Goldenlayout is the current library we use. The
3/17/21
Rolf Hemmerling
,
Griatch Art
2
3/17/21
I used Evennia in the 48h online hackathon "Challenge One Health" :-)
Very cool! Glad you found use of Evennia (and the tutorials) in your hackathon! . Griatch On
unread,
I used Evennia in the 48h online hackathon "Challenge One Health" :-)
Very cool! Glad you found use of Evennia (and the tutorials) in your hackathon! . Griatch On
3/17/21
Bugmaker
,
Griatch Art
2
3/17/21
Portal connection timed out
Start by looking at the log. Try `evennia stop` (to make sure it's stopped) then `evennia start -
unread,
Portal connection timed out
Start by looking at the log. Try `evennia stop` (to make sure it's stopped) then `evennia start -
3/17/21
Griatch Art
2/27/21
Changes in master branch to be aware of
As part of fixing https://github.com/evennia/evennia/issues/2287 I had to do certain changes to the `
unread,
Changes in master branch to be aware of
As part of fixing https://github.com/evennia/evennia/issues/2287 I had to do certain changes to the `
2/27/21
CivilS4m
, …
Griatch Art
15
2/24/21
Questions About Building
As for zones, Evennia recommends tagging to handle those. See here: https://www.evennia.com/docs/
unread,
Questions About Building
As for zones, Evennia recommends tagging to handle those. See here: https://www.evennia.com/docs/
2/24/21
Quilnux
, …
Griatch Art
13
2/24/21
cmdset seems to double
The term to search for is a lockfunc, which yields the default lockfunc module where the default ones
unread,
cmdset seems to double
The term to search for is a lockfunc, which yields the default lockfunc module where the default ones
2/24/21
Quilnux
,
Griatch Art
4
2/24/21
Links broken in documentation
https://github.com/evennia/evennia/issues/new/choose On Sunday, February 21, 2021 at 5:52:58 PM UTC+1
unread,
Links broken in documentation
https://github.com/evennia/evennia/issues/new/choose On Sunday, February 21, 2021 at 5:52:58 PM UTC+1
2/24/21
Samuel Wiswell
, …
Quilnux
17
2/21/21
Error with pip3 install -e evennia
Since the PYTHON_PATH envvar in windows is already stored in the USER_PATH and SYSTEM_PATH I don'
unread,
Error with pip3 install -e evennia
Since the PYTHON_PATH envvar in windows is already stored in the USER_PATH and SYSTEM_PATH I don'
2/21/21
Quilnux
, …
Griatch Art
6
2/17/21
Store data thats not attached to an object
Nevermind, after you said what you said, I just thought about it. When my weather global script runs
unread,
Store data thats not attached to an object
Nevermind, after you said what you said, I just thought about it. When my weather global script runs
2/17/21
Quilnux
,
Griatch Art
3
2/17/21
Passwords and Symbols
I don't know much personally about Django. I guess I'll have to go look at that further.
unread,
Passwords and Symbols
I don't know much personally about Django. I guess I'll have to go look at that further.
2/17/21
DrTurquoise
,
Quilnux
2
2/16/21
Assigning 'roles' to accounts
You could probably put all the roles into an array: example = ["role1", "role 2",
unread,
Assigning 'roles' to accounts
You could probably put all the roles into an array: example = ["role1", "role 2",
2/16/21
Quilnux
, …
Griatch Art
12
2/15/21
Is there a way to Sticky info?
I figured out my problem with this. As it turns out, the command I was sending was an older version
unread,
Is there a way to Sticky info?
I figured out my problem with this. As it turns out, the command I was sending was an older version
2/15/21
Zagor
, …
Griatch Art
4
2/15/21
Finding info about players
As mentioned, the `who` command gives this info. To As a database query: from evennia import
unread,
Finding info about players
As mentioned, the `who` command gives this info. To As a database query: from evennia import
2/15/21
Quilnux
, …
j3b
5
2/14/21
tickers without players
I've already scripted limits on it. Basically there is a basic list of "needs" from the
unread,
tickers without players
I've already scripted limits on it. Basically there is a basic list of "needs" from the
2/14/21
Quilnux
,
Griatch Art
4
2/13/21
multiple conditions for locks
Yes, it's holds().. Thanks! now I just need to figure out how to push that using an attribute (
unread,
multiple conditions for locks
Yes, it's holds().. Thanks! now I just need to figure out how to push that using an attribute (
2/13/21
shadowbug
, …
Quilnux
3
2/13/21
Trying to Load Evennia at Boot (raspberry pi)
Another option might be to use crontab which will run after the system has fully booted (I've
unread,
Trying to Load Evennia at Boot (raspberry pi)
Another option might be to use crontab which will run after the system has fully booted (I've
2/13/21
Quilnux
2/13/21
NPC Traverse:holds honor system
Is there a way to get an NPC to honor the Traverse:holds() lock?
unread,
NPC Traverse:holds honor system
Is there a way to get an NPC to honor the Traverse:holds() lock?
2/13/21
j3b
,
Griatch Art
3
2/12/21
Is this the right way to use tags to identify perma/ or hard coded objects in the db?
Oh nice, this is more elegant and powerful a solution than I had wished for. Not that I'm likely
unread,
Is this the right way to use tags to identify perma/ or hard coded objects in the db?
Oh nice, this is more elegant and powerful a solution than I had wished for. Not that I'm likely
2/12/21
Quilnux
, …
Kovitikus
4
2/12/21
Not understanding commands on rooms/items
Mind blown... nice! Thanks.. On Friday, February 12, 2021 at 10:28:25 AM UTC-5 kovi...@gmail.com
unread,
Not understanding commands on rooms/items
Mind blown... nice! Thanks.. On Friday, February 12, 2021 at 10:28:25 AM UTC-5 kovi...@gmail.com
2/12/21
Zagor
, …
Griatch Art
4
2/11/21
Hide some messages received
The evennia recommended way of doing this is to consider this a new 'state'. That is - you
unread,
Hide some messages received
The evennia recommended way of doing this is to consider this a new 'state'. That is - you
2/11/21
j3b
,
Griatch Art
2
2/11/21
Channel locks for send only help channel
By default I think the ability to subscribe to a channel is tied to the 'listen' locktype -
unread,
Channel locks for send only help channel
By default I think the ability to subscribe to a channel is tied to the 'listen' locktype -
2/11/21
j3b
, …
Griatch Art
3
2/11/21
Failing at Unit Testing
@j3b This looks like a typo. This is what you have: self.call( account.CmdIC(), "Obj",
unread,
Failing at Unit Testing
@j3b This looks like a typo. This is what you have: self.call( account.CmdIC(), "Obj",
2/11/21
Quilnux
, …
Griatch Art
6
2/10/21
Running emote from a NPC character without scripts
Thats what I'm looking for. There is so much richness in Evennia. Hard to keep track of it all.
unread,
Running emote from a NPC character without scripts
Thats what I'm looking for. There is so much richness in Evennia. Hard to keep track of it all.
2/10/21
Quilnux
, …
Zude Onim
10
2/10/21
Did I bork inventory?
OK ! Well that was a nice little adventure. On 2/10/21, Quilnux <phi...@frabott.net> wrote:
unread,
Did I bork inventory?
OK ! Well that was a nice little adventure. On 2/10/21, Quilnux <phi...@frabott.net> wrote:
2/10/21
Quilnux
, …
j3b
6
2/9/21
OOC uses?
In multisession = 0, and maxcharacters = 1 (the default setup--- you can try this in the demo) you
unread,
OOC uses?
In multisession = 0, and maxcharacters = 1 (the default setup--- you can try this in the demo) you
2/9/21
USER
, …
Griatch Art
6
2/9/21
When and when not to use objects, and how many can I have?
As others mentioned, it's more relevant to determine if you need an actual database object for
unread,
When and when not to use objects, and how many can I have?
As others mentioned, it's more relevant to determine if you need an actual database object for
2/9/21
Quilnux
,
Kovitikus
4
2/8/21
Moving world to another server
Glad to hear it is working for you. The secret_settings.py file has some sort of user authentication
unread,
Moving world to another server
Glad to hear it is working for you. The secret_settings.py file has some sort of user authentication
2/8/21