Difference between revisions of "Dustin's Quick Tutorial"

Line 3: Line 3:
 
#If you haven't already got the plugin and 3dsmax setup, see here: [[MOULa_3DSMax_Plugin]]
 
#If you haven't already got the plugin and 3dsmax setup, see here: [[MOULa_3DSMax_Plugin]]
 
#In 3dsmax's output folder (the one you set in PlasmaMAX2.ini while setting up 3dsmax/plugin) create a folder called "dat".
 
#In 3dsmax's output folder (the one you set in PlasmaMAX2.ini while setting up 3dsmax/plugin) create a folder called "dat".
#Inside this "dat" folder, create a myagename.age text file and put in
+
#Inside this "dat" folder, create a myagename.age text file (with Notepad or another text editor, and *not* PlasmaShop nor other .age editors) and put in
 
  StartDateTime=0000000000
 
  StartDateTime=0000000000
 
  DayLength=24
 
  DayLength=24
Line 32: Line 32:
  
 
=Converting to Uru=
 
=Converting to Uru=
(There will be a much simpler way to do this in the next Drizzle version.)
+
#We will use Drizzle24 or newer to convert these Moul files to Pots files for your offline game:
#Use Drizzle to convert these Moul files to Pots files for your offline game:
+
##Go to the tab labeled "The Art", and set the path to 3dsmax's output folder.
##Go to the Advanced->ManualConversion->Moul area
+
##Enter the agename you want to convert.  (E.g. if your .age file is "dustin2.age", enter "dustin2" here.)  (You can list several to be converted if you want: e.g. "dustin2,happyland,kilarney".)
##Set the "Output folder" to your Pots/CompleteChronicles/Alcugs installation.
+
##Just leave Drizzle open, and after you have exported in 3dsmax, click the "Convert" button.
##For each prp file that 3dsmax created:
+
##Start Uru and play away!
###Under "Process a single file" select the prp file that 3dsmax created, and click Start!
+
(Drizzle will remember the path and agenames, so each time you export in 3dsmax, all you have to do is click the "Convert" button.)
#Start Uru and play away!
+
(Note that you have to create myagename.age, myagename.sum, and myagename.fni as well, but you only have to do that once, or wait for the next Drizzle version, where this step is automatically done for you.)
+

Revision as of 15:35, 24 March 2010

This is just a quick tutorial to get you up and running!

Creating the .age file

  1. If you haven't already got the plugin and 3dsmax setup, see here: MOULa_3DSMax_Plugin
  2. In 3dsmax's output folder (the one you set in PlasmaMAX2.ini while setting up 3dsmax/plugin) create a folder called "dat".
  3. Inside this "dat" folder, create a myagename.age text file (with Notepad or another text editor, and *not* PlasmaShop nor other .age editors) and put in
StartDateTime=0000000000
DayLength=24
MaxCapacity=10
SequencePrefix=572
ReleaseVersion=0
Page=mainroom,0

(but change "myagename" to the filename of your Age and "572" to the sequence prefix it will have. (More info on getting a name/prefix can be found here: [1])

Creating the prps

  1. Open 3dsmax7
  2. Go to Create->StandardPrimitives->Box and then click and drag somewhere to create a box.
  3. Go to Plasma->ComponentManager and go to New->Misc->PageInfo
  4. For each object you want exported (in this example, just the box):
    1. Select the object(s)
    2. Make sure the PageInfo01 (or whatever you named it) in the ComponentManager is selected
    3. Click on AttachToSelectedObjects
  5. Now,go to the Utilities tab (the little hammer icon) on the right-side toolbar
    1. Click the More button, then ComponentUtil and it should show a "Components (Selected Obj)" area.
    2. Select one of you objects so that PageInfo01 shows up in the list here.
    3. Then a "Page Info" area should show up with "Age" and "Page" as options.
    4. Select the age and page from the dropdown menus. (These options come from the .age file we created earlier.)
  6. Now to export:
    1. Go to File->PlasmaExport and click Export.
  7. The prp files should now be in your output folder!

(For info on how to do some common tasks, see here: Dustin's 3dsmax Cookbook)


Converting to Uru

  1. We will use Drizzle24 or newer to convert these Moul files to Pots files for your offline game:
    1. Go to the tab labeled "The Art", and set the path to 3dsmax's output folder.
    2. Enter the agename you want to convert. (E.g. if your .age file is "dustin2.age", enter "dustin2" here.) (You can list several to be converted if you want: e.g. "dustin2,happyland,kilarney".)
    3. Just leave Drizzle open, and after you have exported in 3dsmax, click the "Convert" button.
    4. Start Uru and play away!

(Drizzle will remember the path and agenames, so each time you export in 3dsmax, all you have to do is click the "Convert" button.)