Skip to content

Releases: aMediocreDad/litm

v27

17 Nov 19:13
df07bea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v26...v27

v26

26 Aug 05:50
ce950fc
Compare
Choose a tag to compare
v26

What's Changed

Full Changelog: v25...v26

v25

26 Jul 21:12
d8bb03d
Compare
Choose a tag to compare
v25

What's Changed

Full Changelog: v24...v25

v24 - Oops I broke Challenges

23 Jul 20:22
89eeef9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v23...v24

v23 - V12 Deprecations

26 Jul 20:51
f520dd5
Compare
Choose a tag to compare

This fix was mainly necessitated by a V12 change that made the welcome journal not render. Once you open an existing game the welcome scene, journal and chat message will be rendered again. Deleting the "Legend in the Mist" scene no longer causes it to be created anew.

What's Changed

Full Changelog: v22...v23

v22 - Create Tags directly from character sheet

23 Jul 07:20
98050cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v21...v22

Alpha V21 — Some important fixes

07 May 06:10
9b881cb
Compare
Choose a tag to compare

Release contains some important fixes to oversights in how the roll dialog should work.

What's Changed

Full Changelog: v20...v21

Alpha V20 - German

04 May 19:09
c2d1615
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v19...v20

Alpha V19 - Chinese & Norwegian

29 Apr 22:20
84b0486
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v18...v19

Alpha V18 - Configurable

20 Apr 21:34
ae5c5ec
Compare
Choose a tag to compare
  • Settings: Both settings were made into client settings as opposed to world settings. In addition the "Skip GM Moderation" setting is now the authority on whether the "Skip GM Moderation"-box is ticked by default or not (regardless of whether you are a GM or Player).
  • Challenges: Challenges now have the same suggestions as Themes do for Challenge types. These Challenge types are based on the ones in the Tinderbox Demo.
  • Rolls: Rolls are now made by the correct player when the GM approves a roll (no longer rolled by the gm).
  • Config: For those who like to mod stuff. The config object now takes a theme_src property as well that lets you config custom theme borders. E.g.
CONFIG.litm.theme_levels = {
	...CONFIG.litm.theme_levels,
		shadow: [
			"civilization",
			"wilderness",
			"mixed",
			"corrupted",
			"utter-darkness"
		]
	}
	CONFIG.litm.theme_src = {
		shadow: 'modules/mists-of-symbar/assets/shadow'
	}
  • Other bug fixes and smaller improvements