Seasons

Moderators: Benn, Calix, senji

Post Reply
Calix
MOTODEAMON
Posts: 6109
Joined: Sat Dec 27, 2003 10:05 am

Seasons

Post by Calix »

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:

Code: Select all

Map newMap = new Map( mapID, mapIndex, fileIndex, width, height, season, name, rules );
Which relates to

Code: Select all

RegisterMap( 0, 0, 0, 7168, 4096, 4, "Felucca",		MapRules.FeluccaRules );
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
Image

Summer
Image

Autumn
Image

Winter
Image

Desolation
Image

Mercury
[Trial, I-C]
Posts: 1063
Joined: Sat Nov 13, 2004 3:34 pm

Re: Seasons

Post by Mercury »

yes

Angus
Posts: 1750
Joined: Mon Dec 13, 2004 5:10 pm

Re: Seasons

Post by Angus »

Yes.
[img]http://img.photobucket.com/albums/v235/lazzaro306/WoodySig1.jpg[/img]
[url=http://gamingheroes.proboards42.com/index.cgi/]4tw Clan Forums[/url]

Fatalist
POO ELEMENTAL
Posts: 2540
Joined: Wed Feb 11, 2004 8:15 pm

Re: Seasons

Post by Fatalist »

SNOW FALLS IN SQUARES
Down with Scotland

Belgarion
FISSURE OF WOE
Posts: 325
Joined: Fri Sep 30, 2005 7:54 am

Re: Seasons

Post by Belgarion »

If you would like to be even more creative, create zones which are affected differently.
"mid strip" to have constant spring/summer, beyond that, lots of spring/summer, bit of winter, and beyond that again, even more winter.

A bitch to code, maybe, but innovative?
Image
I-Cers about my joining I-C:
Clx: "risk", "what? dont", "I`ll object"
Future: "fucked up"
Villa: "dirty and unclean"
senj: "guildhopper"

Calix
MOTODEAMON
Posts: 6109
Joined: Sat Dec 27, 2003 10:05 am

Re: Seasons

Post by Calix »

It kinda works like that anyway - areas that shouldn't get autumn/winter (fire isle, trin-jungle) don't.

Post Reply