Difference between revisions of "Category:FAQ"

1,268 bytes added ,  13:33, 17 December 2008
no edit summary
imported>Felic
imported>Felic
Line 16: Line 16:


== GECK Frequently Asked Questions ==
== GECK Frequently Asked Questions ==
==== What is the GECK and where can I obtain it? ====
* The G.E.C.K. (Garden of Eden Creation Kit) is, in this context, the Construction Set or SDK for Fallout 3. You can download it from the [http://fallout.bethsoft.com/eng/downloads/geck.html Official Fallout 3 site] or from [http://www.fallout3nexus.com/downloads/file.php?id=759 Fallout3Nexus].
* Quote from Developer sbailey: "The GECK is the tool that our designers and artists [use] to put the game world together. We then give it to you guys so that you can modify and extend our game. You can't make actual pieces of art with it -- we use 3D Studio Max and an exporter we don't release -- and there are a few things, like skills and statistics, that are hard-coded, but you can modify pretty much everything else. And there are, of course, tools made by the mod community that allow you to create your own art."


==== How do I run the GECK if I have the Steam version of Fallout 3? ====
==== How do I run the GECK if I have the Steam version of Fallout 3? ====
Line 22: Line 27:
  C:\Program Files\(Valve\)Steam\steamapps\common\Fallout 3
  C:\Program Files\(Valve\)Steam\steamapps\common\Fallout 3


==== How do I lock items in place, or toggle their visibility in the Render Window? ====
==== How do I access the mesh, texture & icon files referenced in items? ====


* You can't lock them in place, but you can select certain object types to be not visible/selectable in the View > Show/Hide Window.
* These files are packed in BSA archives and require a BSA extractor utility like [http://timeslip.chorrol.com/fomm.html FOMM]. You can extract individual files as needed into your Fallout 3 Data folder, but oftentimes it is much easier to dupe an existing item, unless your goal is to modify the mesh or texture.
* You can also toggle whether items are selectable or visible: select the items either in the Render Window or in the Cell View window (you can also use the Filter for this), then with the Render Window active, click "1" once to make your selection not selectable and twice for not visible. You can revert this by selecting the items in light blue in the Cell View window.


==== How do I dupe an item in the Object Window? or How do I create a new item similar to an existing one? ====
==== How do I dupe an item in the Object Window? or How do I create a new item similar to an existing one? ====
* Double-click on an item that is similar to the one you want to create, then change the Editor ID in the first text field. Click OK, then when asked if you want to create a new Form, click Yes.
* Double-click on an item that is similar to the one you want to create, then change the Editor ID in the first text field. Click OK, then when asked if you want to create a new Form, click Yes.
* You can also click an already highlighted item and change the Editor ID there, then click Yes when it asks if you want to create a new form.
* You can also click an already highlighted item and change the Editor ID there, then click Yes when it asks if you want to create a new form.
==== How do I add/edit a custom effect to an armor/weapon piece? ====
* Effects like "+10 to Sneak" on armor are called Object Effects and are located under Game Effects. Notice many have the prefix Ench meaning Enchantment.
* You can create a new Effect, giving it an identifiable Editor ID and name. Then select the type: either Apparel for armor or Weapon. Right-click in the Effects list on the right which will bring up a dialog box with a list of available effects. Range is either Self for Apparel or Touch for Weapon. Area is self evident. Duration 0 is used for apparel for a constant effect.
* To apply the effect to the armor/weapon, double click on the item and select the effect's Editor ID from the Object Effect dropdown menu.


==== Where can I edit exterior cells like Megaton or Canterbury Commons? ====
==== Where can I edit exterior cells like Megaton or Canterbury Commons? ====
Line 35: Line 44:
* Megaton has it's own world space called MegatonWorld, while Canterbury Commons is located in the Wasteland world space.
* Megaton has it's own world space called MegatonWorld, while Canterbury Commons is located in the Wasteland world space.
* Many nondescript wasteland cells do not have specific names, and can only be found using a grid (reference?).
* Many nondescript wasteland cells do not have specific names, and can only be found using a grid (reference?).
==== How do I lock items in place, or toggle their visibility in the Render Window? ====
* You can't lock them in place, but you can select certain object types to be not visible/selectable in the View > Show/Hide Window.
* You can also toggle whether items are selectable or visible: select the items either in the Render Window or in the Cell View window (you can also use the Filter for this), then with the Render Window active, click "1" once to make your selection not selectable and twice for not visible. You can revert this by selecting the items in light blue in the Cell View window.


==== How do I connect a door to a control panel? ====
==== How do I connect a door to a control panel? ====
* Make sure the placed door is a persistent reference, and giving it an identifiable Reference ID can make this easier.
* Make sure the placed door is a persistent reference, and giving it an identifiable Reference ID can make this easier.
* In the Linked Ref tab of the control panel, you can select the door via dropdown menus (first the cell, then the door), or by clicking the Select Reference in Render Window button and then double clicking on the door with the red cross hair.
* In the Linked Ref tab of the control panel, you can select the door via dropdown menus (first the cell, then the door), or by clicking the Select Reference in Render Window button and then double clicking on the door with the red cross hair.
==== How do I add/edit a custom effect to an armor/weapon piece? ====
* Effects like "+10 to Sneak" on armor are called Object Effects and are located under Game Effects. Notice many have the prefix Ench meaning Enchantment.
* You can create a new Effect, giving it an identifiable Editor ID and name. Then select the type: either Apparel for armor or Weapon. Right-click in the Effects list on the right which will bring up a dialog box with a list of available effects. Range is either Self for Apparel or Touch for Weapon. Area is self evident. Duration 0 is used for apparel for a constant effect.
* To apply the effect to the armor/weapon, double click on the item and select the effect's Editor ID from the Object Effect dropdown menu.


====  How do I add items to an existing vendor's inventory? ====
====  How do I add items to an existing vendor's inventory? ====
Anonymous user