|
1. Random Room/Map Creator (LP) in existence?
|
|
Sat May 15, 2004 [8:30 PM]
|
rweiss
rweiss@rweiss.ssxh.net
member since: Apr 26, 2004
|
Reply
|
|
Looking for a random room generator, or map maker, for LPmuds. Anything will do, as long as it's based off of an LP codebase, I can rewrite it.
-rweiss
|
|
|
|
|
2. RE: Random Room/Map Creator (LP) in existence?
|
|
Sun May 16, 2004 [3:15 AM]
|
Loriel
Email not supplied
member since: Aug 26, 2001
|
In Reply To
Reply
|
Looking for a random room generator, or map maker, for LPmuds. Anything will do, as long as it's based off of an LP codebase, I can rewrite it.The Lima mudlib (obtainable here) contains a couple of examples, generating virtual rooms from a map and for a random labyrinth.
|
|
|
|
|
3. RE: Random Room/Map Creator (LP) in existence?
|
|
Sun May 16, 2004 [6:02 PM]
|
Dodinas
Email not supplied
member since: Apr 7, 2001
|
In Reply To
Reply
|
|
By random room generator, do you mean a random area (maze/dungeon etc) generator, or something that creates room descriptions?
I code on Shatterered World, which built the SWLPC driver (http://sourceforge.net/projects/swlpc).
I have coded an 'area generator' for it that takes an ASCII map that looks like:
*-*-* P \ | D-D-D
And creates the virtual rooms, where you can set different descriptions based on the letter used and it sets the exits accordingly. The descriptions can also be semi-random by having elements within them randomly (seeded) selected from a pre-determined list, so there's some variety.
If that's what you're looking for, let me know. If not, please explain further what you're looking for. :)
- Thomas (Dodinas)
(Comment added by Dodinas on Sun May 16 19:03:54 2004)
Whoops, my map didn't work. But basically it's a standard ASCII MAP where the rooms (letters) are joined by | - / \ lines. :)
|
|
|
|
|