Ahra Pahts:Getting Started

Revision as of 05:09, 5 May 2012 by Diafero (Talk | contribs) (Link-in Points: tell people where they find their LIP number)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Disambig gray.png

This is a tutorial page.
 

This tutorial will help you get started with Ahra Pahts Shell creation.

Prerequisites

It is not assumed that you have a high level of modelling or technical experience. At the very least, you will need:

  • Ahra Pahts (can be easily installed with UAM).
  • A working PyPRP installation.
  • PlasmaShop; make sure to point it to your Ahra Pahts installation folder (Games > Edit Games and browse with the Add Game button). The name chosen is up to you. Choose the game type too (most likely "Uru:PotS/CC").
  • Offline KI.
  • Basic experience with Blender. This Wikibook is a very good reference. You should read at least the first few chapters.

Preparing

You'll need to set up your work environment properly before you can begin working on your very own Shell for Ahra Pahts.

Signing Up

The first thing you'll need to do is to register for an empty Shell on this forum thread. You should then update the associated wiki article with your reserved Shell information. Within a few days of registration, you should also get a PM from Robert the Rebuilder with a link to a Shellxxx.blend file (where xxx is the number of your chosen shell) and a zipped file called texture.zip.

What You Get

The Shellxxx.blend file you received contains 16 objects spread across 3 layers (where xxx, here and for the rest of this article, is your Shell number).

Note: if you open your Blender, make sure to press a and then Shift+C to center your screen on your objects, which are positioned relatively to a reference point to fit in with all the other shells. Press a again to unselect all the items you previously selected.

Layer1: Shell Walls

This layer contains the visible external walls of your Shell. These objects are textured to give a consistent look and feel.

  • xxxtop: the top of the external wall.
  • xxxflr: the floor skin used to carry the grass floor texture.
  • xxxwal: the external wall.
  • xxxstr: the short stairway at the doorway.
  • xxxLitShFrnt2.001: the two lights on either side of the doorway.
  • xxxCrn: the external corner stones for the Shell.

Layer2: Lights and Collision Objects

This layer contains various lights and physical surfaces. The first two objects are light emitters:

  • xxxLitShFrnt1: the light source to the left of the doorway.
  • xxxLitShFrnt2: the light source to the right of the doorway.

The next four represent the physical surfaces you walk on the doorway to the Shell:

  • xxxStrCOL: a collision detect box.
  • xxxFootStpStr: the slope of the steps.
  • xxxFootStpFlr2: the curb to the left of the doorway stairs.
  • xxxFootStpFlr3: the curb to the right of the doorway stairs.

The last three represent the physical surfaces of the floor and the walls:

  • xxxFootStpTop1: the top of the wall.
  • xxxFootStpFlr: the bottom of the wall.
  • xxxFlrCOL: the floor surface you walk on. Note that this is not the one painted as grass.

Alt Layer2: Shell Number Plaque

The last layer contains only one object:

  • xxxNumber: the plaque above the doorway that displays the door number for your Shell.

Texture files

You received, along with the Blender file, a pack of textures comprised of seven .tga files:

  • LightSh1.tga: the light fittings either side of the doorway.
  • ShCrn.tga: the external corner stones of the shell.
  • ShFlr.tga: the Shell floor (grass).
  • ShNumbers.tga: the digits used to generate the number of your Shell above the doorway.
  • ShStr.tga: the texture used to paint the short reach of steps into your Shell.
  • ShTop.tga: the top of the external wall.
  • ShWal.tga: the face of the external wall.

Setting Up Your Workspace

A workspace is an organized place for all of the necessary files. This includes textures, the blender files, sound files, SDL files, and scripts; in short, all of the components of an Age, organized so that they can easily be put together. An organized workspace will help prevent potential problematic situations, such as broken absolute paths and so on.

  1. Create a location on your computer for all your Ages, such as My Documents\Ages. For Ahra Pahts, you would then create a subfolder called Pahts.
  2. Copy your Shell files (those described above) into this folder; the .blend file goes in the Pahts folder, whereas the textures should be extracted to Pahts\textures.
  3. Create additional folders as needed:
    • Pahts\sounds for all your .ogg sound files.
    • Pahts\scripts for all your .py Python files.
    • If you have an SDL file, put it in the same folder as your .blend file.
    • Textures should go in the Pahts\textures subfolder.

Please note that you might want to create a separate Export folder to export your Age to from Blender.

You are now ready to begin editing.

Note: is is highly recommended that you make a backup now of you empty Shell.

Modifying the Floor

It's now time to start making actual changes to your Shell.

Adding a Hill

The first thing you'll do is add a small hill to your Shell.

  1. As an optional step, you can move the two floor sections to layer of their own, which will make modifying them easier. The floor objects, xxxFlrCOL (made of four polygons) and xxxFlr (made of twenty-five polygons and with the grass texture) make for a low polygon count which is important, considering Ahra Pahts consists of 150 Shells. It's good advice to try to keep the polygon count always as low as possible.
  2. Switch to the second layer by clicking on the second square from the left as highlighted in this screenshot.
  3. Right-click in the centre of the floor and press the Tab key to switch to edit mode. If it's not purple as indicated in this screenshot, press the "b" key ("b" for box) and drag a selection box over the shell. Only the floor should be selected.
  4. Subdivide three times the selected floor. This will significantly increase the polygon count, providing more flexibility with the floor.
  5. Press "a" to deselect the floor, then place the cursor somewhere in the middle of the floor and press "b". Left click and drag inside the boundary of the floor; it should look something like this with some of the vertices selected.
  6. Using the numeric keypad (not the number keys above the letters, which switch between layers), assuming you have one, press the "1" key with your cursor on the main screen. You should now be able to view your floor from the side.
  7. Click on the blue arrowhead and drag up until some of the floor appears just beyond the wall. Don't make the slope too stepp, or you won't be able to climb your hill.

Texturing the Hill

Your Shell as seen from outside.
The next step is to texture this currently invisible hill. The basic method is the same.
Your Shell as seen from inside.
  1. Press "7" on the keypad and press "a" to reset everything.
  2. Press the "1" above the letters to switch to the first layer. Change to edit mode and make sure nothing is selected.
  3. Hold down Shift then right-click in turn on each vertex until your screen looks like this.
  4. Subdivide three times.
  5. Select a small area as before.
  6. Press "3" on your keypad to switch to the side view. Raise the floor as before. Make sure it matches your previous modification.

The end result can be seen to the sides.

Adding a Cube

As an alternative project, you could add a cube to your shell. Make sure you're using a clean backup of your Shell before proceeding. Incremental saves are also recommended, with a different file for each save.

  1. Position yourself to the side of your Shell (press "1" on your keypad). Move the crosshair cursor (by left clicking on and off) around to the location of the object you want to create, somewhere in the centre of the floor. Make sure it's slightly above ground level, otherwise the object will be buried. It does not matter which layer you are using but for clarity you should use the second layer ("2").
  2. Whilst in the 3D view, press the spacebar to get a pop-up menu. You need to Add a Cube. A cube shall be created at the location of your crosshair cursor.
  3. Press the "s" key ("s" for scale), then the number "3", then Enter. This will enlarge your cube (as seen in the screenshot in the top left corner, where the numbers represent the increase in size). Press Enter to exit the scale tool.
  4. From the side view, use the blue arrow to move the cube around to rest on the floor of your Shell.
  5. To simplify things, you should move the cube to its own layer now that it's positioned correctly. Select the cube, press "m" use the layer changing pop-up to select the right hand button of the top row before pressing OK. Your cube is now at layer 10; switch to it now (the "0" key above your letters).
  6. On your toolbar (by default, the one at the bottom), click on the grey sphere button, then click on the red sphere button. Click "Add New" in the new menu panel. Your tool bar should now look like this.
  7. Your cube as it would appear in Uru now.
    Under the "Material" tab play with the "R", "G" and "B" sliders to change the color of the sphere to your left. This tutorial will use a green color. Choose a color you like. You can also use the buttons to the right of the sphere to change its primitive shape.
  8. In the same area where you clicked on your greyed out sphere, click on the little pac man icon which opens up this button screen. To add physical properties to your cube, click on the "Bounds" button to obtain this.
  9. Use the drop down button and select the "Static TriangleMesh".
  10. It's now time to add a bit of texture to your cube. Download this rock texture file into your textures folders.
  11. Click once more on the greyed-out sphere and then on one with the skin of a leopard on it. Click the "Add new" button to get this.
  12. Under "Texture Type" select "Image". You will now have an Image panel Use the "Load" button to select your texture file. Your bottom toolbar should now look like this.
  13. Switch to Edit mode now (press the Tab key). In the 3D View, hit the "u" key to get the UV Calculation pop up. Select the "Unwrap" option with your cube selected.
  14. You now need to assign a page number to your cube. Click on the pac man button again. Click on the "Add Property" button to get this. Change the parameters to match this screenshot, where "xxx" is of course your shell number.

Testing

Your Shell as it appears with the final cube.
It's now time to link into your shell to test.
  1. Make sure you have the latest version of Ahra Pahts installed.
  2. In Blender, choose Export > PyPRP and choose "All as full Age, per-page textures (.age)".
  3. Choose a temporary directory. Do not overwrite your Ahra Pahts dat directory. Save it as Pahts.age and click the "Export .age" button. Make sure no error arise in the Blender console.
  4. Copy your Shell's file (e.g. Pahts_District_Shell111.prp for shell 111) to your Uru installation's dat folder, overwriting your preexisting Shell PRP.
  5. If your shell has any Python files:
    1. Copy them into the Python/Src directory of your Uru installation (if you do not have a Src subdirectory, create one).
    2. Start PlasmaShop.
    3. Expand the Python folder, then double-click the Pahts.pak file to bring up a dialog.
    4. Click on the "Add files..." button
    5. Select the Python files you copied here earlier and click OK. It will compile them and add them to the PAK file.
    6. Exit PlasmaShop.
  6. Use your Offline KI to link to Ahra Pahts (/link Pahts in the KI).

You can now admire the splendour of your Shell.

Link-in Points

A LIP number, or Link-In Point number refers to the link-in point for the linking book outside your shell. To use it, you need to know your shell's number, which you can find in the Sign Up Table. To quickly link to it, type this command into your KI.

/linksp Pahts lpcxxx

If you want a more permanent link, you can add a book to your bookshelf described here using this definition:

age:Pahts,lpcxxx