Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > Advanced MUD Concepts
Click here to Register

Reply
 
Thread Tools
Old 07-04-2003, 09:07 AM   #1
KaVir
Legend
 
KaVir's Avatar
 
Join Date: Apr 2002
Name: Richard
Home MUD: God Wars II
Posts: 2,052
KaVir will become famous soon enoughKaVir will become famous soon enough
I was talking to a friend about first-person shooters recently, and their progress from 2D to 3D over the years. I half-jokingly made a comment about the next generation being 4D. He responded along the lines of "Yeah, except that there's no way to represent it", to which I answered "Characters in the game could leave a blurred trail after themselves, representing time, and you could kill someone by shooting their blur - ie, shooting where they used to be".

However it also got me thinking about other possibilities. I know I've discussed in the past the idea of having multiple parallel planes of existence effectively in the same place (in fact I implement a vague simulation of such on the old GW - ie the shadowplane). But that seems to barely scratch the surface of the possibilities available.

I've recently been reading the Amber novels by Roger Zelazny. For those who haven't read them, one of the concepts of the book is that Amber represents the "real world" of sorts (actually there are also the Chaos courts, but I'll keep it simple for the purposes of this post). However Amber also casts infinate "shadows" - other worlds which become more and more different the further away from Amber they are.

My current project includes an extremely world, which (because of it's size) is pseudo-randomly generated. I currently have it working in only two dimensions, but will soon be adding the third, and while thinking about today I thought "why not add a fourth?". Just as different characters have different reaches (it's coordinate based) which allow them to hit people within a certain range, so the same could apply to crossing over dimensions. A wraith might exist in a slightly different dimension but be able to reach across, thus hurting regular humans who couldn't hit back - unless they had (say) a magic sword, which would extend into the wraith's dimension. Different creatures might appear differently depending on their dimension offset, too - so a werebeast might "change form" by effectively slipping into a different (but nearby) dimension, which would then make them appear as a werewolf in the "main" dimension.

I pretty much dismissed that idea as not really fitting the mud I'm working on, but going back to the Amber it did make me think a bit about how the people travel. The royalty of Amber are able to travel through the shadow worlds by focusing on a feature of the world around them and changing it (in fact, they shift to another shadow world which is more like the one they envision). They do this a bit at a time until eventually they're at the place they want to be.

Well, in a pseudo-randomly generated world like the one I'm developing it might well be possible to apply a similar concept. By allowing each character to apply their own offsets to the various seeds used to generate the world, it would be possible to let people effectively shift the world around them. But by storing these offsets on each character, it would ensure that the world only changed for that character. Thus you could focus on the nearby forest and change it into a plain, turn the city into a small village, make an island rise up out of the ocean - but you'd effectively be in a different world to the rest of the players. Giving directions to other players would then become more complex than just "go north to the forest, then east to the side of the ocean" - you'd have to say things like "go over the river towards the forest, then change the forest into a desert, focus on making the mobs smaller and the sun larger", etc.

I'm still really mulling over this idea, but I think it could have some definite possibilities. I'd be interested to hear any thoughts anyone else has on the matter.
KaVir is offline   Reply With Quote
Old 07-04-2003, 10:38 AM   #2
OnyxFlame
Member
 
Join Date: Aug 2002
Posts: 153
OnyxFlame is on a distinguished road
Post

Ever read The Boy Who Reversed Himself or whatever it was called? Really interesting ideas about dimensions in there. In that book, there were 1D and 2D creatures in addition to the normal 3D ones, as well as inhabitants of higher dimensions. Each dimension was basically a "slice" of the dimension above it, so if you went into a higher dimension and turned around and then went back to your own dimension, you could be reversed (your left/right were switched, or sometimes you'd have your innards on the outside and your outards on the in). One time the characters reversed some ketchup, and it turned out that reversed ketchup could get you high. And if looking at a 4D being, you could only see one 3D slice of it at a time, so it could change from moment to moment.

So this gave me an interesting idea for an evil maze, that seems to change whenever you move, because it's 4D and you can't see the whole picture at any given time. I guess the only way you could represent it is having 4 mazes (6 if you're capable of going up/down in the game) in the same "space" and which one you see depends on which way you turn.
OnyxFlame is offline   Reply With Quote
Old 07-04-2003, 10:40 AM   #3
Alastair
Member
 
Join Date: Apr 2002
Location: Switzerland
Posts: 120
Alastair is on a distinguished road
Send a message via Yahoo to Alastair
Time-seeker missiles

It's probably more interesting if you can actually see backwards in time, and shoot at the blur indicating where your victim _will_ be.

Hmm... my first reaction was like "bah. That's just a funkier way to implement a teleport spell".

But in fact, with the right setting, it could become a very powerful concept.

There's the notion of success or failure (you try to shift into a desert, but mis-manage the heat and end up in a laval pit), and a whole skill-set related to this sort of travelling. And it doesn't necessarily have to be limited to "think the destination" in terms of locations - for some, thinking in colours, for instance, or smells or sounds (depending on class? race? school? whatever) could add a completely new dimension to the game.

Now the question remains whether that would be actually fun to play... But these are just a few rushed stray thoughts of mine.
Alastair is offline   Reply With Quote
Old 07-04-2003, 10:54 AM   #4
Molly
Senior Member
 
Join Date: Apr 2002
Location: Sweden
Home MUD: 4 Dimensions
Posts: 574
Molly will become famous soon enoughMolly will become famous soon enough
Molly is offline   Reply With Quote
Old 07-04-2003, 11:01 AM   #5
KaVir
Legend
 
KaVir's Avatar
 
Join Date: Apr 2002
Name: Richard
Home MUD: God Wars II
Posts: 2,052
KaVir will become famous soon enoughKaVir will become famous soon enough
Well it's not really a teleport ability - you cannot travel in the regular three dimensions with it. Instead, you're moving through a fourth dimension. You stay at exactly the same x/y/z position, but the world around you (including the creatures within it) change. If you want to travel to the desert three miles north if you, then you'll still have to walk there - that doesn't change. But what you could do is change the ground in front of you into a road, to speed up your journey.

Perhaps a better way to explain it is this: Each player can change any part of the game world around them. But they can only interact with other players who are in the same "version" of the world as themselves.
KaVir is offline   Reply With Quote
Old 07-04-2003, 12:09 PM   #6
Alastair
Member
 
Join Date: Apr 2002
Location: Switzerland
Posts: 120
Alastair is on a distinguished road
Send a message via Yahoo to Alastair
OK, so let me follow this thought with a few defining questions
- How do you define the "core" world?
- Are the number of "mod-worlds" reachable limited or not?
- if not, how can you promote any player interaction at all, given that while players may be "physically in the same spot", they are also in effect in a completely different environment?
- How do you maintain any challenge, since in practice, a dangerous monster in one dimension will not necessarily be present or dangerous in the next dimension?
- How do you build a consistent storyline when the total world is in effect a dynamic and ever-changing construct?

A few ideas stemming from this: everyone is bound to the same core dimension, and the ability to move through another one is in fact a skill with limited (but trainable) duration.
Another possible skillset could involve the abiltiy to sense someone in another dimension, or even, as you mentionned in the opening post, to communicate or strike at people in other dimensions.
The most ambitious realization of the basic idea could be even one step further: the physical laws themselves change with the dimensions (but that would probably limit the amount of dimensions present), like, A strikes at B in world X with a fire spell, but B enters a fire dimension, and when the spell connects, B gets actually healed by the spell...

Hmm... I need more time to think...
Alastair is offline   Reply With Quote
Old 07-04-2003, 12:13 PM   #7
Ingham
 
Posts: n/a
Just to be pedantic:

4D already exists and no, it isn't "time". In fact, 4D is something involving hypermathematics and incredibly difficult to understand pictures. A nice example is over which diplays a hypercube, which is basically a common cube in 4D.
  Reply With Quote
Old 07-04-2003, 12:29 PM   #8
KaVir
Legend
 
KaVir's Avatar
 
Join Date: Apr 2002
Name: Richard
Home MUD: God Wars II
Posts: 2,052
KaVir will become famous soon enoughKaVir will become famous soon enough
Within the concept I'm discussing, the "core" world would effectively be just one possible world, utilising some sort of on-the-fly random world generator.

Theoretically not - there would be more than anyone could reasonably visit.

It's the same issue as you'd have with a large world. The solution would be to provide players with a way to locate each other, or otherwise encourage players to stick together.

Imagine that all mud game worlds were 1 dimensional; there were only two commands used for movement, "north" and "south". Now let's imagine that someone suggested having a 2 dimensional mud, and answer your own question.

Yes, you could go to a different dimension where the monster is weaker, or doesn't exist. But that's no different from being able to walk around the monster in a regular mud. You could also have some particularly tough mobs which existed the same in all dimensions.

The Amber books (which is where I got the idea from) did an extremely good job of it. As with all muds, the game world should play an important part of the theme.

Anyway, time short, need to run - will reply more later.
KaVir is offline   Reply With Quote
Old 07-04-2003, 03:09 PM   #9
Tavish
Member
 
Join Date: Apr 2002
Location: USA
Posts: 130
Tavish is on a distinguished road
Send a message via MSN to Tavish
This may be somewhat off-topic but the Alastair's post hit close enough to home to post.

  This description of the system is strikingly similar to the "astral travel" that I created for my game.  Those with the ability are able to move into a plane that is randomly shifting yet has permenant locations where players are able to exit the plane to other real world locations.  At first it was just going to be used as a replacement for the portal-type standards and ended up adding another dimension (pun somewhat intended) to the game.
  The astral beings are able to lower themselves close to the physical plane and have minor interactions with the physical plane, in the same context that spirits are able to touch the physical plane.  Those with elevated senses, wether natural or mystical, can sense the astral beings and there are set attacks which can crossover.   The usefullness of the this so far has been limited to eavesdropping or minor pranks in the same mold that invisible characters like to pull off.  I have left quite a few limitations on the interactions but at some point I may decide to loosen them to see how out of control it can get.
  While in astral travel physical attacks against other astral beings have little relevance and the laws of magic are bent that alters the effects of the spells.  As I mentiioned the plane is in a constant shift, so being able to reach the astral plane does not automatically mean you will be able to find your way out, or find the link to the place you intended to go.  Astral guides have the ability to grasp the nature of the plane and have a much better chance of locating specific place.
Tavish is offline   Reply With Quote
Old 07-04-2003, 05:55 PM   #10
Alastair
Member
 
Join Date: Apr 2002
Location: Switzerland
Posts: 120
Alastair is on a distinguished road
Send a message via Yahoo to Alastair
Alastair is offline   Reply With Quote
Old 07-04-2003, 07:49 PM   #11
Ashon
Member
 
Join Date: May 2002
Posts: 75
Ashon is on a distinguished road
Send a message via ICQ to Ashon Send a message via AIM to Ashon Send a message via MSN to Ashon Send a message via Yahoo to Ashon
Not to be quarrelous or anything, but time or 'duration' is considered the 4th Dimension. What you are talking about is called the 5th dimension, or more aptly, the 4th Spatial Dimension.

And of course the hypercube is a 4th dimensional cube-like object 'shadowed' in the 3rd dimension, as a square is a 2nd dimensional shadow of a cube and a line is a 1st dimensional shadow of the a square. And then everything is shadowed down to a point* in the 0th dimension.

*A point being nothingness.
Ashon is offline   Reply With Quote
Old 07-04-2003, 08:20 PM   #12
Ingham
 
Posts: n/a
  Reply With Quote
Old 07-05-2003, 07:18 AM   #13
KaVir
Legend
 
KaVir's Avatar
 
Join Date: Apr 2002
Name: Richard
Home MUD: God Wars II
Posts: 2,052
KaVir will become famous soon enoughKaVir will become famous soon enough
Well as I mentioned in my original, I did the same sort of thing with GW back in 1995. But that's really just the equivilent of a 3D mud which only has two levels of height.

What I'm really thinking about here is a situation whereby a fourth dimension allows just as much freedom of movement as the other three (and for those pendants, this fourth dimension doesn't necessarily have to be THE fourth dimension, just an extra one beyond the standard three found in most muds).
KaVir is offline   Reply With Quote
Old 07-05-2003, 10:37 AM   #14
Eagleon
Member
 
Join Date: Apr 2002
Location: Milwaukee, WI
Posts: 147
Eagleon is on a distinguished road
Send a message via ICQ to Eagleon Send a message via Yahoo to Eagleon
A little off-topic, but what the heck.

It bugs me when people call themselves experts on this, since no one has actually glimpsed the fourth, or fifth (whatever you want to call it) dimension, or seen ours from another. How do we know some force that can't exist in our dimensions doesn't make an actual hypercube, or anything else that we can imagine for that matter, impossible or changed from what we expect? For instance, gravity would be very different in the second dimension. The force would be radial instead of spherical, if it works at all. Can things be dense in the second dimension? Circles would settle like spheres on a plane, but since they're infinately thin, they are basically nothing.

What if our up was really skewed to the left? Would we even know it? Since everything would be tilted, including our senses, nothing would be as far as we're concerned. Probably the only way to see would be to look from another dimension, and that doesn't mean drawing pictures. The fact is, theory only gets you so far with things that no one can see at all.
Eagleon is offline   Reply With Quote
Old 07-05-2003, 01:20 PM   #15
The Vorpal Tribble
Member
 
Join Date: Apr 2002
Posts: 203
The Vorpal Tribble is on a distinguished road
Send a message via AIM to The Vorpal Tribble
The Vorpal Tribble is offline   Reply With Quote
Old 07-05-2003, 01:27 PM   #16
The Vorpal Tribble
Member
 
Join Date: Apr 2002
Posts: 203
The Vorpal Tribble is on a distinguished road
Send a message via AIM to The Vorpal Tribble
Hausdorff, that was the scientist/mathematician who hypothesized about the fractals. Do a Google search on him if interested.
The Vorpal Tribble is offline   Reply With Quote
Old 07-13-2003, 07:38 PM   #17
karlan
Member
 
Join Date: Apr 2002
Location: Brisbane Australia
Posts: 74
karlan is on a distinguished road
I like the idea of creatures that exist in ALL the planes/worlds/dimensions/(call them what you want), Add in a sort of mental health for a player as well, and you can do the Cthulu RPG thing, creatures appearance/presence can have an effect on it. That way players who have sensitive character (Sensitive as in able to see/effect other planes) have the benefits from mutiple planes, but also a few weaknesses, If my char is insensitive to these creatures, he can be ignorant of their horror, and "ignorance is bliss", whereas if I can see all the nasties around me, the shock can start to pile up until.... (insert generic horrible thing to happen here)
karlan is offline   Reply With Quote
Reply


Thread Tools


The fourth dimension - Similar Threads
Thread Thread Starter Forum Replies Last Post
Dawn of the Fourth Age Corrlaan Advertising for Players 0 10-18-2006 04:20 PM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

All times are GMT -4. The time now is 07:58 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Style based on a design by Essilor
Copyright Top Mud Sites.com 2022