Fog, dynamic fog, metadata etc.
Posted: Sun Nov 18, 2012 4:27 am
A long time ago, a few updates prior in terms of pyspades, I was capable of setting the fog in the metadata so that I didn't have to log in and set it every time. Was this defunct in a newer release? Do I need the new script for it or something? Or is my metadata set wrong perhaps?
Here's what mine looks like.
name = 'deepspace'
version = '1.0'
author = 'Sasquatch'
description = ('Some alien docking stations and more...')
extensions = {
'arena': True,
'arena_blue_spawn' : (140, 238, 30),
'arena_green_spawn' : (373, 238, 30),
'arena_gates': ((145, 232, 32), (143, 245, 32), (370, 245, 32), (368, 232, 32)),
'water_damage' : 25
}
fog = (000, 000, 000)
Particularly it is the last line that is in question here.
Here's what mine looks like.
name = 'deepspace'
version = '1.0'
author = 'Sasquatch'
description = ('Some alien docking stations and more...')
extensions = {
'arena': True,
'arena_blue_spawn' : (140, 238, 30),
'arena_green_spawn' : (373, 238, 30),
'arena_gates': ((145, 232, 32), (143, 245, 32), (370, 245, 32), (368, 232, 32)),
'water_damage' : 25
}
fog = (000, 000, 000)
Particularly it is the last line that is in question here.