Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F597
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Authored By
stwalkerster
May 12 2016, 10:34 PM
2016-05-12 22:34:30 (UTC+0)
Size
923 B
Referenced Files
None
Subscribers
None
View Options
import os
from common import marker_definitions
from observer import JSObserver
configWorldUnixName = os.environ.get('BUILD_WORLD_UNIX_NAME')
configWorldHumanName = os.environ.get('BUILD_WORLD_NAME')
outputdir = "maps/" + configWorldUnixName
customwebassets = "assets"
processes = 2
observer = JSObserver(outputdir=outputdir, minrefresh=10)
worlds = dict()
worlds[configWorldHumanName] = "worlds/" + configWorldUnixName
world = configWorldHumanName
rendermode = "smooth_lighting"
d_directions = dict(North="upper-left", South="lower-right", East="upper-right", West="lower-left")
renders = dict()
for directionName, directionCode in d_directions:
renders[configWorldUnixName + "-overworld-day-" + directionName] = {
"title": "Day - " + directionName,
"dimension": "overworld",
"northdirection": directionCode,
"renderchecks": "0",
'markers': marker_definitions(),
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
518
Default Alt Text
(923 B)
Attached To
Mode
P28 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment