mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
* bumps tools to modern versions, adds DMM merge driver hooks for automatic map merging * mapping guidelines update * Update .github/CONTRIBUTING.md Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * aa review * these somehow got ignored? force adding * Apply suggestions from code review Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
12 lines
328 B
Bash
12 lines
328 B
Bash
# This file has all the information on what versions of libraries are thrown into the code
|
|
# For dreamchecker
|
|
export SPACEMANDMM_TAG=suite-1.7.1
|
|
# For TGUI
|
|
export NODE_VERSION=12
|
|
# Byond Major
|
|
export BYOND_MAJOR=514
|
|
# Byond Minor
|
|
export BYOND_MINOR=1566
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.7.9
|