1 registered members (TipmyPip),
18,449
guests, and 6
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: How: Diablo-style (Random) Dungeons
[Re: EpsiloN]
#98215
11/15/06 13:17
11/15/06 13:17
|
Joined: Feb 2005
Posts: 647 Williamsburg, VA USA
draculaFactory
User
|
User
Joined: Feb 2005
Posts: 647
Williamsburg, VA USA
|
I remember diablo alot. It seems that the multiple versions of the same dungeon is the way it was. Though some aspects of the different versions were always the same. In the second diablo game the jail level 1 was a good example. There was always the secret corner straight up at the top.
Making dreams come true... And being erroneously accused of software piracy by Conitec in the process.
|
|
|
Re: How: Diablo-style (Random) Dungeons
[Re: EpsiloN]
#98217
11/20/06 17:57
11/20/06 17:57
|
Joined: Nov 2006
Posts: 141 South Africa
quasarchangel
Member
|
Member
Joined: Nov 2006
Posts: 141
South Africa
|
Have a look at Oblivion's TES Construction Set. The buildings are not random. I did some modding on the game.
I'm actually working on something that has a world like Oblivion. At the moment it is smaller, BUT, i'm working on making it completely random. So far it is working, but I use a lot of scripting and terrain.
God DID give us a manual on how to change this world...
|
|
|
Re: How: Diablo-style (Random) Dungeons
[Re: quasarchangel]
#98218
11/21/06 04:52
11/21/06 04:52
|
Joined: Aug 2004
Posts: 1,305 New York
PrenceOfDarkness
Serious User
|
Serious User
Joined: Aug 2004
Posts: 1,305
New York
|
In my opinion, it would be way to much a waste of time to script up the engine so that it makes levels for you. Not to mention it might do stupid things like texture a block you don't see. I say make one good level instead of trying to make tons of random levels. The random caves and stuff were cool at the start when you really didn't know anything anyways. Later when you had to make your way to the bosses over and over and over, it got stupid.
"There is no problem that can't be solved with time and determination." -me prenceofdarkness for instant messages on AIM.
Looking for a model designer PLEASE, SEND ME A PRIVATE MESSAGE OR EMAIL IF YOU'RE INTERESTED.
|
|
|
Re: How: Diablo-style (Random) Dungeons
[Re: PrenceOfDarkness]
#98219
11/21/06 10:55
11/21/06 10:55
|
Joined: Nov 2006
Posts: 141 South Africa
quasarchangel
Member
|
Member
Joined: Nov 2006
Posts: 141
South Africa
|
Yes, that can get really, well, stupid. The way I am doing it is to make a random "world" when the player starts a new game and then when he saves and loads, his game loads that same "world" in which he started. So after the player starts playing there is no more randomized level creation, but every time he starts a new game it is a different "world". A good random story line is where it is going to be hard to script.
God DID give us a manual on how to change this world...
|
|
|
Re: How: Diablo-style (Random) Dungeons
[Re: quasarchangel]
#98220
11/24/06 14:45
11/24/06 14:45
|
Joined: Aug 2002
Posts: 572 Toronto
MadMark
User
|
User
Joined: Aug 2002
Posts: 572
Toronto
|
Yep, that's what I had in mind. Randomize world generation, then leave the world static until the game ends and a new world is generated. Increases replay potential IMHO for RPG's and such.
I'd like to do that for my current space project, place planets, starbases and other interesting items at random locations, generate a new start location for your favorite baddies, and off you go to explore "where no man has gone before"...
Cheers! Mark
People who live in glass houses shouldn't vacuum naked.
|
|
|
Re: How: Diablo-style (Random) Dungeons
[Re: MadMark]
#98221
11/24/06 19:19
11/24/06 19:19
|
Joined: Aug 2004
Posts: 1,305 New York
PrenceOfDarkness
Serious User
|
Serious User
Joined: Aug 2004
Posts: 1,305
New York
|
If of course you insist on this being a good idea, then you should check out one of the AUMs that has a dungeon generator. Basically you would have 2 figure out a complex way to make it randomly build dungeons, or just simply do what diablo did, and make 10 different dungeons (evil satan laugh) lol
"There is no problem that can't be solved with time and determination." -me prenceofdarkness for instant messages on AIM.
Looking for a model designer PLEASE, SEND ME A PRIVATE MESSAGE OR EMAIL IF YOU'RE INTERESTED.
|
|
|
Re: How: Diablo-style (Random) Dungeons
[Re: MadMark]
#98222
11/24/06 19:51
11/24/06 19:51
|
Joined: Oct 2003
Posts: 4,131
Matt_Aufderheide
Expert
|
Expert
Joined: Oct 2003
Posts: 4,131
|
Quote:
Yep, that's what I had in mind. Randomize world generation, then leave the world static until the game ends and a new world is generated. Increases replay potential IMHO for RPG's and such.
I agree completetly with this idea.. this is asensible and useful method i think. One of the main uses for pseudo random gernation is not for gameplay, but for decreasing developement time, so you dont have to place every single object for every level.
|
|
|
|