Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P28
(An Untitled Masterwork)
Active
Public
Actions
Authored by
stwalkerster
on May 12 2016, 10:34 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F597:
May 12 2016, 10:34 PM
2016-05-12 22:34:30 (UTC+0)
Subscribers
None
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
(),
}
Event Timeline
stwalkerster
created this paste.
May 12 2016, 10:34 PM
2016-05-12 22:34:30 (UTC+0)
stwalkerster
created this object with visibility "Public (No Login Required)".
•
import-bot
changed the edit policy from "All Users" to "
Community
(Project)".
Feb 3 2017, 3:03 PM
2017-02-03 15:03:48 (UTC+0)
Log In to Comment