|
|
|
|
|
Re: ENVIRONMENT_THEME and ground [message #59275 is a reply to message #59274] |
Mon, 06 September 2010 08:44 |
|
JohnDoe
Messages: 3007 Registered: October 2007
|
Retired
|
|
|
I'm sorry, I thought you'd be able to put it together with a little bit of searching. I should have known that you wouldn't search, so clearly, that's my bad.
There isn't a REGION entry for creature_hub because the creature_hub doesn't use one. So, you open up the FinalAlbion.WLD with a text editor like notepad, scroll down to the regions, find the creature_hub region, it's 123. In the RegionDef ""; line, type in the name of a REGION entry between the quotes, or make your own new entry, which would be better.
So, if you wanted it to have the same environment as the FrescoDome region, that line would look like RegionDef "REGION_FRESCO_DOME";.
Now, to change the environment, you go to and open REGION_FRESCO_DOME in FableExplorer (or whatever entry you'll be using), in it will be a link to an ENVIRONMENT_THEME_DAY entry. Change which ENVIRONMENT_THEME_DAY entry the REGION entry uses and the change will take place in the creature_hub.
Again, I suggest making a new REGION entry so that you don't have to edit an entry that's already being used.
|
|
|
|