User Tools

Site Tools


features:housing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
features:housing [2019/03/17 21:22]
Mavrixio
features:housing [2019/04/03 13:46] (current)
Mavrixio
Line 1: Line 1:
 ====== Housing System ====== ====== Housing System ======
 +
 +===== Basic Guidelines =====
 +
 +A player home must contain at least the following things: ​
 +
 +   * 1 2x2 area made of one of the allowed tilesets. ​
 +
 +   * A door with the tag "​MAIN_DOOR"​ that will be used to leave the house. ​
 +
 +   ​* Choose a specific loading screen. (The default the loading screen is set to random, ​ which is bad.)
 +
 +You can then choose the area lightning and ambient music that you want, add placeables, sounds, more doors, waypoints, triggers, visual effects and more! 
 +
 +Each area can have up to 1500 objects and 250 of them can be dynamic, a dynamic object is either a non-static placeable, a door, a trigger or a visual effect. Sinfar Supporters limit is twice that amount (500 dynamic and 3000 static)
 +
 +(You may not put in your own items or creatures, or any merchants or scripts beyond those supported on Sinfar'​s houses script list page.)
 +
  
 ===== Acquiring a House ===== ===== Acquiring a House =====
Line 7: Line 24:
  
 ===== Building Your House ===== ===== Building Your House =====
 +
 +==== Open the  Editor ====
  
 The interior of you house can be built using the [[https://​nwn.fandom.com/​wiki/​Toolset|Neverwinter Nights Toolset]]. ​ The interior of you house can be built using the [[https://​nwn.fandom.com/​wiki/​Toolset|Neverwinter Nights Toolset]]. ​
 \\ \\ \\ \\
-There'​s a few restrictions,​ they can be found on the page where you can upload ​your areas once they are done: [[https://​nwn.sinfar.net/​houses]]+You can start building with this module: {{:​features:​starter_module_and_hak.7z|V27 Starter Mod and Hak}} 
 +  - Extract the module to your NWN\modules folder. 
 +  - Extract the hak to your NWN\hak folder. 
 + 
 +==== Create the First Area ==== 
 +  - Select one of the allowed tileset. 
 +  - Select a size within the allowed range (the format ​on the deed is: Width x Height). 
 +  - Add a door and set the tag to "​MAIN_DOOR"​. This is the door that will be used to enter and leave the house, ​you don't have anything else to do, its transition will be setup automatically. It can have a custom appearance and the exterior door will be updated to have the same appearance. 
 + 
 +==== Upload the Module ==== 
 +Save the module, ​upload ​it: 
 +  - Open the [[https://​nwn.sinfar.net/​houses_uploadform.php|Sinfar House Upload Page]]
 +  - Enter your house ID and secret code, both can be found by examining your deed in game. 
 +  - Select your house module, it should be in your NWN\modules folder. You can optionally compress it. 
 +  - Click the Upload button. 
 + 
 +The server will process your module, validate all areas and strip everything that is not allowed and if everything goes well, you will get a message saying that your house is now in game.
 \\ \\ \\ \\
 Here's what the process looks like: {{youtube>​2xAte-Rm7Bg?​medium}} Here's what the process looks like: {{youtube>​2xAte-Rm7Bg?​medium}}
 +
 +===== Using Scripts =====
 +
 +==== Default Scripts ===
 +Some objects will have a default scripts attached to them:
 +  - Plot placeable with an inventory will have a script to make their inventory persistent
 +
 +==== Approved Scripts ===
 +You can use any of the scripts that are listed here: [[https://​nwn.sinfar.net/​houses_scriptlist.php]],​ with the following restrictions:​
 +  - You can only use one script per object
 +  - When an object is using a script from this list, it will not have a default script, so for example, a plot placeable with an inventory won't be persistent... if it is using one of those scripts.
 +  - Each script has a specific list of variable and any other variable name/type will be automatically removed
 +  - Make sure to read the script description,​ some require that placeable by dynamic, some can only be use a certain number of time...
 +
 +You can find more details here: [[.:​housing:​approved_scripts]]
  
 ===== How to Make Scripts, Dialogs, Creatures and Other Restricted Blueprints for inside Your House ===== ===== How to Make Scripts, Dialogs, Creatures and Other Restricted Blueprints for inside Your House =====
Line 18: Line 68:
 The housing system is made so that you can even make your own scripts for inside your house and they will have no effect outside of it when ran. This feature is although restricted to selected players and Sinfar Supporters. The housing system is made so that you can even make your own scripts for inside your house and they will have no effect outside of it when ran. This feature is although restricted to selected players and Sinfar Supporters.
  
-Read more here: [[features:​housing:​scripts]]+Read more here: [[features:​housing:​custom_scripts]]
  
  
features/housing.1552857746.txt.gz · Last modified: 2019/03/17 21:22 by Mavrixio

phpBB Appliance - Powered by TurnKey Linux