Neverwinter Vault

Expand AllContract All -Site -My Profile -Features

Neverwinter Nights 2

-NWN2 Files -NWN2 Game Info -NWN2 Resources -NWN2 Community

Neverwinter Nights

-NWN Files -NWN Game Info -NWN Resources -NWN Community

Vault Network
RPG Vault
VN Boards
IGN Vault
Vault Wiki
· Age of Conan
· Anarchy Online
· Asheron's Call
· Dark Age of Camelot
· City of Heroes
· D&D
· EVE Online
· EverQuest
· EverQuest 2
· Final Fantasy
· Guild Wars
· Lineage 2
· Lord of the Rings Online
· Middle Earth
· Neverwinter Nights
· Pirates of the Burning Sea
· Rise of the Argonauts
· Star Wars Galaxies
· Tabula Rasa
· The Matrix Online
· The Witcher
· Titan Quest
· Two Worlds
· Vanguard
· Warhammer
· World of Warcraft

Planet Network
Planet Hub

IGN
Games
Cheats
Entertainment

The Web   The Site  



NWN PREFABS

- Jump to comments -
Title  The Infinite Maze V1.6
Author  Sandular
Submitted / Updated  01-06-2004 / 01-22-2004
Category  Areas
Focus  Areas
Area  Various Area Types
Description
This is the Infinite Maze, which consists of two sets of 4 identical sections. Each section contains four doors, corresponding to the four directions; North, East, South and West. Every time the PC exits one of the doors, the direction (N, E, S or W) of the used door is stored in an array that contains the sequence the PC has created until then. The sequence may look like this: NNSE. Another check is made to make sure that the sequence of doors used by the PC is the correct one. This is done by comparing the active array with one or more initial arrays (e.g. NNSEWESSSE). These initial arrays contain the sequence of doors to be used to create one of the exit portals. Whenever the active array equals one of the initial arrays, an exit portal is created. There are two initial sequences, the exit-sequence and the Wizards Room-sequence. The Wizards Room contains a candle that can be used to alter the initial sequences.

Please see the ReadMe file for additional information.


Files

NameTypeSizeDownloads
InfiniteMazeV16.zipInfiniteMazeV16.zip
Submitted: 01-06-2004 / Last Updated: 01-22-2004
zip33.76Kb475
--
Readme.txtReadme.txt
Submitted: 01-06-2004 / Last Updated: 01-22-2004
txt3.92Kb543
--
SCORE OUT OF 10
8
1 votes
View Stats
Cast Your Vote!

PORTFOLIO
Add this entry to your portfolio so you can track it
Manage your existing portfolios or create a new one.
SCREENS
No Images




You Must Be Logged In to Participate.
Comments (9):

Posted by Moria1 at 2010-12-08 04:56:30    
How much I like this idea, though I do wonder, when I imported this area it said that it was missing the sources/files that you were using to check who was where and stuff....can I happily ignore that? Or is that a small error during compilation?
_________________________
Head DM of The Forgotten Islands

Posted by Etarnon ( 69.135.xxx.xxx ) at 2004-06-04 17:27:00    
If I can get it to work, we'll use this for the Land of Etarnon (roleplay) after we finish beta testing.

I'm wanting to convert this to an infinite desert system, or plains, as an edge of the world barrier. or something like "you go another 20 miles and all you see is desert" (without having to map 40 desert areas) Thanks.

Posted by Old_Scores_Transfered at 2004-02-20 10:30:30    Voted 8.00 on 02/20/04
This is a compilation of the old system into a single score. There were 5 that made this score of 8.00 then rounded to 8.

Posted by Jamaludin ( ..xxx.xxx ) at 2004-02-05 15:19:00    
Hey tnx for the email big nephew, and this infinite maze makes a nice mod, ill surely use it for mines, cyou soon ! D.

Posted by Sandular at 2004-01-26 01:07:00    
Hi,
just a quick correction. In the readme file I showed how you can create your own maze-area from scratch in 9 steps. I seem to have forgotten 1 essential step, and that is that you have to setup an area transition for the 4 doors. In the properties menu for the doors, go to the Area Transition tab and choose another door as target, and enter a tag-name. Since the ma_area_oex overrules the area-transition, any tag-name can be used, for instance DT_1_1. The procedure should now look like this:

Creating your own areas from scratch, using the scripts:
1. Create an area called 'Maze'.
2. In the area properties menu, select the tab events and place ma_area_oen in the OnEnter event and ma_area_oex in the OnExit event.
3. Create one door for each direction (N, E, S, W).
4. The naming for the doors (the tags) should be DT_area number_door number (doornumber corresponds to a direction, 1=East, 2=North, 3=West, 4=South).
5. In the OnTransitionClick (or OnAreaTransitionClick, I'm not sure) event place the script ma_dt_ocl and in the OnOpen event place the ma_autoclose script.
6. Setup an area-transition in the Area Transition tab and select door to be the target. Enter DT_1_1 as the target.
7. Make all the doors plot items, so they can't be destroyed.
8. Create 4 waypoints for the creation of props (see above, ranarea). These should have tags named as follows: WP_PROP_area number_wp number). The first should be WP_PROP_area number_1, while the last should be WP_PROP_area number_4.
9. Create 2 waypoints to mark the location where the exit portals should appear. In this case there are two different exit portals, so these waypoint should be named WP_EXIT_area number_1 and WP_EXIT_area number_SECRET.
10. Save the module.

Posted by Sandular at 2004-01-15 04:28:00    
Hi there DarkStrom_Inc,
great to see that you want to use it. If I'm correct however, it's already working with HotU installed. I'm currently adjusting the scripts to improve the Maze. I'm also planning on creating more different areas, because I think the maze itself is a bit boring. I think it will be better if the maze is used in quests. Then NPC's can give hints about the maze-sequence.
But you (and other people) are welcome to make adjustments yourself where you see fit, but when you do, please give credit where credit's due.

Sandular

Posted by DarkStorm_Inc at 2004-01-15 01:31:00    
I deffinately want a copy of this when you get it working for HotUIndeed - Teal'C, SG-1
_________________________
I have read of a place where humans do battle in a ring of jello - Teal'C, SG-1

Posted by Sandular at 2004-01-09 07:06:00    
While testing it appeared that the starting location was gone after importing the erf-file. This can be solved by manually creating a start-position with the editor in the area called maze_entrance. I also forgot to say that this version will likely only work with HotU installed.

Sandular

Posted by Sandular at 2004-01-09 01:11:00    
Currently I'm working on an improved version of the Infinite Maze. The number of areas will be increased to 8. This will improve the feeling that the maze is truelly (near) infinte. I'm also going to rewrite some of the
scripts, so that I don't need 4 different scripts for the 4 different doors, but rather 1 general script. Furthermore I plan on writing some custom functions that can be used to randomise the area to which the PC will be transported. Hopefully this will be done by the weekend. Other plans include random creature spawning to get a bit more action. But this may still take a while. I hope you like this maze and I will do my best to keep improving it. So please let me know what you think of it.

Sandular

You must be Logged In to post comments in this section.

 
Most recent posts on the MMO General Boards
Analyst: Star Wars: The Old Republic Could...Analyst: Star Wars: The Old Republic Could Sell 3M: more numbers
- last reply by Acao on Aug 15, 2011 06:15 PM
which class will your first character be
- last reply by Blisteringballs on Aug 15, 2011 05:50 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 05:00 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 04:00 PM
NWN Idea Database Update
- posted by Vault_News on Aug 15, 2011 03:46 PM
Missing Votes for NWN2 Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:40 PM
Missing Votes for NWN Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:39 PM
Random Questions and game altering suggest...Random Questions and game altering suggestions!!!
- last reply by ArkadyTepes on Aug 15, 2011 03:22 PM
State of the game?
- last reply by LyricOpera on Aug 15, 2011 01:37 PM
Yesterday streaming, now demanding downloa...Yesterday streaming, now demanding download :(
- last reply by Sinane-tk on Aug 15, 2011 10:23 AM
 

   


IGN Entertainment
By continuing past this page, and by your continued use of this site, you agree to be bound by and abide by the User Agreement.
Copyright 1996-2011, IGN Entertainment, Inc. | Support | Privacy Policy | User Agreement | RSS Feeds
IGN’s enterprise databases running Oracle, SQL and MySQL are professionally monitored and managed by Pythian Remote DBA.


NWN2 Hall of Fame

HOF NWN2 Modules


View all Hall of Fame entries


Neverwinter Nights 2

TOP NWN2 Modules

NEW Modules

NEW Reviews

NEW INTL. Modules

TOP Hakpaks

TOP Gameworlds

TOP Tutorials

TOP Prefab:Areas

TOP Blueprints

TOP Plugins

TOP UI

TOP Other

TOP Visual Effects

TOP Scripts

TOP Tools

TOP Movies

TOP Models

TOP Characters





Hall of Fame

HOF NWN Modules


View all Hall of Fame entries


TOP NWN Modules

NEW NWN Modules

NEW Reviews

TOP Intl. Modules

TOP NWN Hakpaks

TOP NWN Gameworlds

TOP NWN Models

TOP NWN Portraits

TOP NWN Scripts

TOP NWN Prefabs

TOP NWN Other

TOP NWN Movies

TOP Sounds

TOP NWN Textures

TOP NWN Creatures

TOP NWN Characters