Existing players used to logging in with their character name and moo password must signup for a website account.
- Hivemind 55s
- SmokePotion 11m Right or wrong, I'm getting high.
- zxq 37m Tools: https://ansicolortool.neocities.org
- Rillem 36s Make it personal.
- Raven 1h I lost myself, in the dark charade.
- Errant 1m
- PsycoticCone 52s
a Butako 5m https://i.imgur.com/GsU4a79.jpg
a Mench 2h Doing a bit of everything.
- Wulf 21m
- Pladdicus 57s uh
- Sivartas 3h
- Vanashis 2h
- AntiqueBeast 51s
- whatislove 17m get big
- Euclid 27m
- Yizhi 3h
And 26 more hiding and/or disguised
Connect to Sindome @ moo.sindome.org:5555 or just Play Now

Help for 'filesystems'

FILESYSTEMS

Many devices in the game interact with virtual filesystems that share a lot of similarities with real-world computer systems.

These devices enable the sharing of and interaction with data present in the Sindome world, so knowing a few basics can go a long way.

FILE PATHS

File paths are tree data structures, like folders contained in folders
not at all unlike regular computer directories.

A 'full file path' looks like this:
1:/some_folder/nlm.txt

And it can be broken down like this:
1: - This is the filesystem we're using, like a drive. It starts at 1.
       It is safe to drop this usually, as most file-systems will assume
       you want to work with the first filesystem.
       Though, this can be useful when working with multiple filesystems.

/some_folder/ - This is a path, specifically a directory named
                  'some_folder' located at the root filesystem.

nlm.txt       - This is a file. Files always end with a ..
                  The type of file and what it can be used with is
                  determined by the extension.

In shorthand, it is possible to also reference files quickly like:
/nlm.txt      - This says we want to target nlm.txt on the root folder.


SEE ALSO:
help simsense
*Last Updated: 01/20/23 by Mench*
Published:
Search
Connection Info

HOST: moo.sindome.org

PORT: 5555

Video: Initial Signup

Walk through signing up for Sindome and getting started with your first character!

Video: IC vs OOC

Learn what IC and OOC mean, how they effect you, rules you should be aware of, and more commands you should know.