[1604] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next next in chain last in chain last

Re: newbie question about what cold/genesis can do...

daemon@ATHENA.MIT.EDU (Mon Jul 10 15:16:13 2000 )

Date: Mon, 10 Jul 2000 12:00:36 -0700 (PDT)
From: Jeremy Weatherford <xidus@xidus.net>
To: coldstuff@cold.org
In-Reply-To: <20000710172406.A3156@digiserve.ie>
Reply-To: coldstuff@cold.org


Hi,

ColdC/Genesis is an incredibly flexible system.  Part of that flexibility
is the fact that almost everything imaginable is left to the softcode.
This means that you start with basically nothing except the natives, and
work your way up from there.  IE, you write your own networking code
(using the provided natives, though)  Thus, if you want to start something
like this in Cold/Genesis, you'll need to get experience with ColdC first.

ColdC provides an interface to the 'real world' (host filesystem) by
allowing the execution of scripts in a certain directory.  It also has
some file access commands, but these probably aren't everything you need.
Thus, the interface could certainly be done in ColdC/Genesis, but there
would need to be scripts to handle the actual manipulation of the file
system.

Sounds like a nifty project, good luck.  :)

Jeremy Weatherford
xidus@xidus.net
http://xidus.net

On Mon, 10 Jul 2000, John P . Looney wrote:

>  Excuse the pretentionism, but after playing with the "adventure.sh"
> script that comes with bash [0], I thought "wouldn't it be cool if you
> could do more, inside a mud-like environment.
> 
>  So, I wrote:
>     http://www.RedBrick.dcu.ie/~valen/muce.ps
>  as a kind of a joke. A few friends thought "that would be cool actually".
> For those too lazy to read it, it's basically saying that "wouldn't it be
> nice if you could run a mud-like virtual machine on your PC, and import
> files from your PC (running windows, or unix, or whatever - it shouldn't
> matter) as objects in a mud-like world. Then, you could clone a load of
> URL objects, for instance, "go" to a friends "house" - which is a room, on
> his PC, and do something like "give knapsack.urls to friend" or something.
> 
>  Anyway, I was thinking that if we were going to toy with this idea, the
> Cold system might be a cunning place to start. If any of the developers
> could have a look at the file, and tell me if I would be better off
> starting from scratch, of from something like Circle mud, I'd appreciate
> it.
> 
> Kate
> 
> [0] adventure.sh comes with the bash 2.x source distro. It's cool - try it
> out - it lets you walk around your file system, picking up files into a
> "knapsack", and dumping them into different directories. You can feed
> files to the "rm" monster, etc.
> 
> -- 
> The words of the unwary are apt to cause needless pain and bloody violence.
>                                                         - Zen Master Greg
>