Difference between revisions of "A beginner's guide, lesson 2 - Creating a room"

m
→‎Dirty Mods: Minor reformatting and grammar edits
imported>RedFault
m (→‎Introduction: Added internal links)
imported>RedFault
m (→‎Dirty Mods: Minor reformatting and grammar edits)
Line 45: Line 45:




Before we get started I would like to begin with a little addendum to some advice I offered in Lesson One. As I have said I am a beginner and it’s always great to receive some tips from one of the pros - in this case a modder called Klinn. I have come across Klinn’s work in connection with Roller Coaster Tycoon 3, and was as thrilled as could be to find that he spared some time to offer some advice regarding the topic of ‘dirty mods’. These are mods which, although well meaning, have unfortunate effects on the whole game world. Something as simple as altering the content of a chest can have a dramatic affect on all the other chests in the game. I should have been clearer about this in lesson one because…
Before we get started I would like to begin with a little addendum to some advice I offered in [[A beginner's guide, lesson 1 - The Construction Set Primer|Lesson One]]. As I have said, I am a beginner, and it’s always great to receive some tips from one of the pros - in this case a modder called Klinn. I have come across Klinn’s work in connection with Roller Coaster Tycoon 3, and was as thrilled as could be to find that he spared some time to offer some advice regarding the topic of ‘dirty mods’. These are mods which, although well meaning, have unfortunate effects on the whole game world. Something as simple as altering the content of a chest can have a dramatic affect on all the other chests in the game. I should have been clearer about this in lesson one because…


In lesson one, I wrote:
'''In lesson one, I wrote:'''


<blockquote>
"Aside, double-click on the block and a dialog box will open giving information about the block. Check that the name of the object is <name>. If it is not, close the dialog box, deselect and try again. In the central area is some information about the objects position. This lists the objects x, y, and z co-ords, and some info about rotation. These should all read 0,0,0. This is the default position. If in the course of the tutorial you drag the building out of the way by mistake. Don’t panic. Select it open the dialog and reset it to 0,0,0."
"Aside, double-click on the block and a dialog box will open giving information about the block. Check that the name of the object is <name>. If it is not, close the dialog box, deselect and try again. In the central area is some information about the objects position. This lists the objects x, y, and z co-ords, and some info about rotation. These should all read 0,0,0. This is the default position. If in the course of the tutorial you drag the building out of the way by mistake. Don’t panic. Select it open the dialog and reset it to 0,0,0."
</blockquote>


Klinn correctly pointed out:
'''Klinn correctly pointed out:'''
 
<blockquote>
"Unfortunately, trying to reset objects this way can lead to a "dirty mod". The Editor has no way of knowing that you are 'un-doing' an accidental change, so it will still mark that object as modified with the '*' beside it.  
"Unfortunately, trying to reset objects this way can lead to a "dirty mod". The Editor has no way of knowing that you are 'un-doing' an accidental change, so it will still mark that object as modified with the '*' beside it.  
Experienced users of mods will check them out for signs of their being 'dirty' since they know the problems that can cause.  
Experienced users of mods will check them out for signs of their being 'dirty' since they know the problems that can cause.  
If something is marked as changed that does not have anything to do with the mod, e.g. you accidentally moved some wall in some other tavern while checking it out, then they will know something is up and therefore will be less likely to use your mod. So if you want your work appreciated, be sure to keep it clean.
If something is marked as changed that does not have anything to do with the mod, e.g. you accidentally moved some wall in some other tavern while checking it out, then they will know something is up and therefore will be less likely to use your mod. So if you want your work appreciated, be sure to keep it clean.
Always keep backups as you work on your mod. Then if you accidentally move something, it's easy to revert to the last good version without losing too much work. There are ways of using the Details list or possibly other tools (I'm not sure how the Oblivion tools are coming along, there used to be some for Morrowind) to patch up a dirty mod, but it's best to develop working habits to avoid the problem in the first place."
Always keep backups as you work on your mod. Then if you accidentally move something, it's easy to revert to the last good version without losing too much work. There are ways of using the Details list or possibly other tools (I'm not sure how the Oblivion tools are coming along, there used to be some for Morrowind) to patch up a dirty mod, but it's best to develop working habits to avoid the problem in the first place."
 
</blockquote>


Clearly, if you have no intention of releasing a mod, it makes no difference whether it is dirty or not. But it is good practice to follow the advice given and save, save, save. It is also good practice to follow the advice to look at any mods you are downloading, and scan for the changes it is making. A mod that adds a new building should not change any of the existing buildings or objects. If you see that it has altered one of the standard chests, crates or containers, be very wary of that mod. I would also advise you to keep an eye on the changes you are making, and where necessary record them. The above issue where a building was edited by accident and then corrected will mark the mod as dirty. However a well documented Readme.txt explaining why it shows up as edited could be the difference between a mod being loaded or not.
Clearly, if you have no intention of releasing a mod, it makes no difference whether it is dirty or not. But it is good practice to follow the advice given and save, save, save. It is also good practice to follow the advice to look at any mods you are downloading, and scan for the changes it is making. A mod that adds a new building should not change any of the existing buildings or objects. If you see that it has altered one of the standard chests, crates or containers, be very wary of that mod. I would also advise you to keep an eye on the changes you are making, and where necessary record them. The above issue where a building was edited by accident and then corrected will mark the mod as dirty. However a well documented Readme.txt explaining why it shows up as edited could be the difference between a mod being loaded or not.
Anonymous user