Difference between revisions of "Korman:Updating From PyPRP"

m (Footstep Regions)
m (Changes Between PyPRP and Korman)
(10 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
==Setting Up==
 
==Setting Up==
  
Open your blend file in Blender 2.77a.  Everything should open fine, but to get the Age working properly, there are a few things to adjust.
+
Open your blend file in Blender 2.79.  Everything should open fine, but to get the Age working properly, there are a few things to adjust.
  
===Text Files===
+
===Basic Age Settings===
  
 
The first order of business is to carry over the contents of your '''Book''' text file and put it into the '''World''' panel in your '''Properties''' window.
 
The first order of business is to carry over the contents of your '''Book''' text file and put it into the '''World''' panel in your '''Properties''' window.
Line 61: Line 61:
 
===Cameras===
 
===Cameras===
  
Cameras are not currently enabled with Korman. For now, they all must have '''Plasma Object''' unchecked.
+
Cameras were added as of Korman 0.07. A tutorial can be found [[Korman:Cameras|here]].
 
+
They will be added soon.
+
  
 
===Subworlds===
 
===Subworlds===
Line 116: Line 114:
  
 
For detailed instructions on setting various clickables in Korman, see the [[Korman:Clickables|clickables]] tutorial.
 
For detailed instructions on setting various clickables in Korman, see the [[Korman:Clickables|clickables]] tutorial.
 +
 +
===Ladders===
 +
 +
For detailed instructions on creating Ladders in Korman, see the [[Korman:Ladders|ladders]] tutorial.
 +
 +
===SDL File===
 +
 +
You can now export SDL state files directly from Korman. Simply switch to the '''Text Editor''' window (where your old AlcScript, Book, etc should be) and add a new file. Rename it from '''Text''' to [YourAge}.SDL, then copy and paste the contents of your old SDL file in. Korman will now automatically export the SDL along with the other Age files. You can also update the file from here as needed too.
 +
 +
===Python Scripts===
 +
 +
Korman can also directly export any custom Python scripts you may have. Using the same method as the SDL file, create a new '''Text''' entry in the '''Text Editor''' and rename it [MyPythonFileName].py, then copy and paste the contents of your Python file into it.
 +
 +
In the header (where you renamed the '''Text'''), if you middle click and hold, you can scroll it side to side. Scrolling all the way to the right will give you an '''Export''' checkbox. Check this if you'd like Korman to export the file along with the rest of the Age files.
 +
 +
<blockquote>Try to include only custom scripts and not any modified Cyan Python scripts in any publicly released export. This could lead to problems for shard owners and/or users of your Age</blockquote>
  
 
==Changes Between PyPRP and Korman==
 
==Changes Between PyPRP and Korman==
Line 124: Line 138:
 
* You can now animate the scale of an object (ie shrink, grow, squish or stretch it).
 
* You can now animate the scale of an object (ie shrink, grow, squish or stretch it).
 
* A new, more visual node-based system of wiring for responders.
 
* A new, more visual node-based system of wiring for responders.
* Shiny, K'veer-like floors (ie [[Korman:Environment_Maps|Dynamic Camera Maps]]).
+
* Shiny, K'veer-like floors with more accurate reflections (MOUL only - see [[Korman:Environment_Maps|Dynamic Camera Maps]]).
 
* No more need to copy sounds in with the blend file or convert to WAV format.  You can link to the OGG sounds in URU's SFX folder directly.
 
* No more need to copy sounds in with the blend file or convert to WAV format.  You can link to the OGG sounds in URU's SFX folder directly.
  
  
 
[[Category:Korman]] [[Category:Korman Tutorials]]
 
[[Category:Korman]] [[Category:Korman Tutorials]]

Revision as of 11:59, 23 June 2020

Disambig gray.png

This is a tutorial page.
 

This tutorial will explain how to prepare your PyPRP-built Age for Korman.

Setting Up

Open your blend file in Blender 2.79. Everything should open fine, but to get the Age working properly, there are a few things to adjust.

Basic Age Settings

The first order of business is to carry over the contents of your Book text file and put it into the World panel in your Properties window.

Also take the fog/clear color and fog settings from your Init text file and plug them into the fog settings in the same panel.

KorStart01.jpg

Once that is done, you can delete the Book and Init text files.

You will want to copy and paste the text from your AlcScript file into a separate text program and save it separately. This way, you can keep it for reference later. Once that's done, you can delete the AlcScript text file from your blend file.

Alternately, you can keep your AlcScript file in for later reference, but note that Korman will never use any of it upon export.

Plasma Objects

For things to export in Korman, they must have Plasma Object checked in the Physics panel. However, if you have a lot of objects, this could take awhile.

To simplify this, Korman has the Plasma Objects button that checks ALL objects. In the 3D window, press T to bring up the Tools panel. Make sure the Tools tab is selected, and in the Plasma panel, under Plasma Objects, you can click on Enable All.

If you want to enable only some items, you can select them in the 3D window and click Enable Selection. Alternately, to turn off the selected items, click Disable Selection.

There is also the Disable All option if you want to turn everything off.

KorExp01.jpg

If you'd prefer not to have a single item export, select it in 3D view, go to the Physics window and uncheck Plasma Object.

KorStart03.jpg

Textures

Due to the old way of lightmapping, a lot of your textures may be unchecked. In Korman, this will keep them from exporting.

To fix this, in the same Tools panel as the Plasma Objects button, click the Textures button under Enable All Textures.

NOTE: active textures do NOT interfere with the new method of lightmapping.

Your existing image stencils (blends don't export in Korman) and old lightmaps and their settings will carry over fine.

Spawn Points

Now that the AlcScript is gone, we need to set the Link in point(s) again. For this, select the Link in empty in the 3D window, then click the Physics button in the Properties window (see picture in the Plasma Objects section above).

Click Add Modifier and choose Spawn Point.

KorStart05.jpg

Sounds

To rewire your sound emitters, see the sounds tutorial.

Cameras

Cameras were added as of Korman 0.07. A tutorial can be found here.

Subworlds

Subworlds have been enabled in Korman. A tutorial for this will be added soon.

Collision

For every object you want to be solid, select it in the 3D window, and under the Physics panel, click Add Modifier and then click Collision.

KorStart04.jpg

For floors, check Blocks Avatars, Blocks Camera and Terrain. If you'd like the floor to be "slippery", uncheck Terrain.

For simple objects, Convex Hull is usually the best option. For more complex objects, choose Triangle Mesh.

NOTE: Triangle Mesh should be used as sparingly as possible to help Age performance. Use Convex Hull where possible instead.
NOTE 2: Flat planes cannot have Convex Hull collision or URU will crash.

Footstep Regions

To set up your footstep regions, you can use the footstep modifier by going to the Physics window, clicking Add Modifier and selecting Footstep.

KorStep01.jpg

Region Bounds should be set to Convex Hull for simple objects and Triangle Mesh for more elaborate meshes.

Surface will choose what type of footstep sounds to use.

Transparency

In PyPRP, for partial transparency of a full texture, the Col slider under Map To was sometimes used.

Tutorial StencilMode.png

You can carry over your settings from this panel for all affected textures by pressing the Layer Opacities button in the Tools panel in the 3D View window.

KorExp01.jpg

For easier access, Korman makes layer opacity its own separate function instead of utilizing an unused, unrelated Blender slider.

KorAnim06.jpg

You can find this panel by clicking the Textures button in the Properties window, then scrolling to the last panel.

Animations

For detailed instructions on setting your old animation curves in Korman, see the animations tutorial.

Clickables

For detailed instructions on setting various clickables in Korman, see the clickables tutorial.

Ladders

For detailed instructions on creating Ladders in Korman, see the ladders tutorial.

SDL File

You can now export SDL state files directly from Korman. Simply switch to the Text Editor window (where your old AlcScript, Book, etc should be) and add a new file. Rename it from Text to [YourAge}.SDL, then copy and paste the contents of your old SDL file in. Korman will now automatically export the SDL along with the other Age files. You can also update the file from here as needed too.

Python Scripts

Korman can also directly export any custom Python scripts you may have. Using the same method as the SDL file, create a new Text entry in the Text Editor and rename it [MyPythonFileName].py, then copy and paste the contents of your Python file into it.

In the header (where you renamed the Text), if you middle click and hold, you can scroll it side to side. Scrolling all the way to the right will give you an Export checkbox. Check this if you'd like Korman to export the file along with the rest of the Age files.

Try to include only custom scripts and not any modified Cyan Python scripts in any publicly released export. This could lead to problems for shard owners and/or users of your Age

Changes Between PyPRP and Korman

  • Objects left with no material and not set as regions will not lock up the export (they export as invisible).
  • NO MORE ALCSCRIPT!
  • You can export for three different versions of URU, not just Path of the Shell/Complete Chronicles. This includes Myst Online: Uru Live.
  • You can now animate the scale of an object (ie shrink, grow, squish or stretch it).
  • A new, more visual node-based system of wiring for responders.
  • Shiny, K'veer-like floors with more accurate reflections (MOUL only - see Dynamic Camera Maps).
  • No more need to copy sounds in with the blend file or convert to WAV format. You can link to the OGG sounds in URU's SFX folder directly.