I have created a translation file which contains the line
But when I do
Exception.Notify(FW_LOG, "$INITIALIZED{" + NameOfMod + "}")it outputs
What am I missing here?
If you don't mind reviewing my little mod here is the link: Favor Return Overhaul. I recommend to start a new game or talk to people with the mentioned quests where you didn't already did a favor for them.
They are because the local map is just a snapshot of all contents of the cell minus actors and objects which have 'Hide On Local Map' checked. The planes are placed so high that they can cover everything below in black, hence the name. If they would lie on the floor, they just would hide the floor tiles but everything above would be visible.
Black planes are used to hide areas from the local map. For example if you enter a dungeon which has a shortcut exit after the boss fight, without black planes you would see the shortcut. But since they placed them there you will only see the shortcut tunnel when you go through the shortcut tunnel.
Another usage is to hide floor or ceiling tiles. So you created an interior, placed your walls but you just want to place the walls at the middle of the floor tile. Without black planes everyone would see this on the local map.
If you are using the CK while having many mods installed it will crash more often because all the highres textures, high-poly meshes and incorrect texture size files all will be loaded into the CK.
If you don't have get Mod Organizer and create a development profile where you just have the base installation of Skyrim + the mods your mod is depending on. Then your chance is pretty it will never crash. At least with that setup it never crashed again for me.
Nah, Papyrus is really easy to learn yet hard to master. The thing is, if you are coming from another language like C# you are used to some programming standards. Those are existing here too, but some are implemented in a different way.
Do you want a different mesh? Then this might be helpful. If you want to replace the texture then this is probably not gonna work because there are some issues switching the textures on the fly.