Seasons
Posted: Thu May 03, 2012 3:28 pm
Yay or Nay? I know the tree canopies are an issue for some people for PvP reasons - but they're welcome to use either stump-hack or turn off 'tree canopies' in their own UO directory. I quite like the idea of rotating between the 4-5 options. It doesn't require the players to change anything, or to patch. Simple change in a script.
Following the advice of left-handed eater men, I looked for the description/definitions of the random numbers in the file(in this case mapdefinitions.cs)
Here's the description:
Which relates to
So the 4 before the "Felucca" = season. A quick bit of experimentation found that 0 = spring, 1 = summer, 2 = autumn, 3 = winter, 4 = Desolation(normal Felucca)
Spring

Summer

Autumn

Winter

Desolation

Following the advice of left-handed eater men, I looked for the description/definitions of the random numbers in the file(in this case mapdefinitions.cs)
Here's the description:
Code: Select all
Map newMap = new Map( mapID, mapIndex, fileIndex, width, height, season, name, rules );
Code: Select all
RegisterMap( 0, 0, 0, 7168, 4096, 4, "Felucca", MapRules.FeluccaRules );
Spring

Summer

Autumn

Winter

Desolation
