Difference between revisions of "Tutorial:Creating Puzzle Pieces"

From SC4D Encyclopaedia
Jump to navigation Jump to search
sc4e>Warrior
(Added page, picures to be uploaded and formatting is to be done, I will expand this when I can.)
sc4e>Warrior
m (Wikied, formatted still need to add pics see disscusion)
Line 1: Line 1:
Creating puzzle pieces.
+
==Creating puzzle pieces==
What you need
+
===What do you need?===
1. Basic understanding of the reader
+
*Basic understanding of the [[reader]]
2. Notepad(or equivalent, but I advise against Word)
+
*Notepad(or equivalent, but I advise against Word)
The tutorial
+
*Models and Path files for the [[puzzle piece]]
Exporting the RUL file
+
===Exporting the RUL file===
Skip this section if you are used to the reader and know how to export files from it.
+
Skip this section if you are used to the reader and know how to export files from it.<br>
Because the file RUL files are so large they can’t be modified in the reader, so we have to export them and open them in notepad.  
+
Because the file RUL files are so large they can’t be modified in the reader, so we have to export them and open them in notepad. <br>
To do this we first open the NetworkAddonMod_Controller.dat file (NAM Controller) in the reader.  
+
To do this we first open the NetworkAddonMod_Controller.dat file ([[NAM Controller]]) in the [[reader]]. <br>
You should see 4 files, 1 DIR and 3 RUL like below
+
You should see 4 files, 1 [[DIR]] and 3 [[RUL]] like below<br>
+
<br>
Right click on the RUL file with the Instance ID (IID) of 10000000 (this is the puzzle piece RUL). This will bring up a fairly long context menu.
+
!!!!!!!!!!!!!!!!!!!!!IMAGE HERE!!!!!!!!!!!!!!!!!!<br>
 +
<br>
 +
Right click on the RUL file with the [[Instance ID]] (IID) of 10000000 (this is the puzzle piece RUL). This will bring up a fairly long context menu.<br>
 +
<br>
 +
!!!!!!!!!!!!!!!!!!!!!IMAGE HERE!!!!!!!!!!!!!!!!!!<br>
 +
<br>
 
Click “Save decoded file”, the second option from the top.
 
Click “Save decoded file”, the second option from the top.
And this box will appear. Which tells you the name of the file and that it has been saved.
+
And this box will appear. Which tells you the name of the file and that it has been saved.<br>
+
<br>
 +
!!!!!!!!!!!!!!!!!!!!!IMAGE HERE!!!!!!!!!!!!!!!!!!<br>
 +
<br>
 
Now in Windows, browse to your Network Addon Mod folder and you should see the file you just saved along with another one with the same name except it has “.TGI” on the end.
 
Now in Windows, browse to your Network Addon Mod folder and you should see the file you just saved along with another one with the same name except it has “.TGI” on the end.
Rename the file circled in red to “Puzzle Piece.rul”
+
#Rename the file circled in red to “Puzzle Piece.rul”
And the file circled in green to “Puzzle Piece.rul.TGI”
+
#Rename the file circled in green to “Puzzle Piece.rul.TGI”
The two file names must always match except for the “.TGI” on the TGI file.
+
#The two file names must always match except for the “.TGI” on the TGI file.<br>
+
<br>
 
+
!!!!!!!!!!!!!!!!!!!!!IMAGE HERE!!!!!!!!!!!!!!!!!!<br>
Now we’ve exported the RUL file we can get onto the better stuff:
+
<br>
Creating the puzzle piece
+
===Creating the puzzle piece===
First you need to open the Puzzle Piece.rul file in notepad, it will look like this:
 
 
You need to make sure Word Wrap is turned off
 

Revision as of 10:30, 21 September 2008

Creating puzzle pieces

What do you need?

  • Basic understanding of the reader
  • Notepad(or equivalent, but I advise against Word)
  • Models and Path files for the puzzle piece

Exporting the RUL file

Skip this section if you are used to the reader and know how to export files from it.
Because the file RUL files are so large they can’t be modified in the reader, so we have to export them and open them in notepad.
To do this we first open the NetworkAddonMod_Controller.dat file (NAM Controller) in the reader.
You should see 4 files, 1 DIR and 3 RUL like below

!!!!!!!!!!!!!!!!!!!!!IMAGE HERE!!!!!!!!!!!!!!!!!!

Right click on the RUL file with the Instance ID (IID) of 10000000 (this is the puzzle piece RUL). This will bring up a fairly long context menu.

!!!!!!!!!!!!!!!!!!!!!IMAGE HERE!!!!!!!!!!!!!!!!!!

Click “Save decoded file”, the second option from the top. And this box will appear. Which tells you the name of the file and that it has been saved.

!!!!!!!!!!!!!!!!!!!!!IMAGE HERE!!!!!!!!!!!!!!!!!!

Now in Windows, browse to your Network Addon Mod folder and you should see the file you just saved along with another one with the same name except it has “.TGI” on the end.

  1. Rename the file circled in red to “Puzzle Piece.rul”
  2. Rename the file circled in green to “Puzzle Piece.rul.TGI”
  3. The two file names must always match except for the “.TGI” on the TGI file.


!!!!!!!!!!!!!!!!!!!!!IMAGE HERE!!!!!!!!!!!!!!!!!!

Creating the puzzle piece