2024-05-25 06:21:54 -04:00
2024-05-25 06:19:22 -04:00
2024-05-15 06:04:02 -04:00
2024-05-15 06:05:21 -04:00
2024-04-19 01:50:57 -04:00
2024-05-09 02:37:44 -04:00
2024-05-25 06:20:05 -04:00
2024-05-09 01:25:43 -04:00
2024-05-15 06:05:46 -04:00
2024-05-08 04:46:38 -04:00
2024-05-25 06:19:22 -04:00
2024-04-17 10:41:44 -04:00
2023-11-08 19:13:00 -05:00
2023-11-14 05:55:34 -05:00
2024-05-25 06:21:54 -04:00
2024-04-15 02:14:05 -04:00
2024-05-25 06:19:22 -04:00
2024-04-18 02:51:23 -04:00

Forgotten Lands

A minetest game written in TypeScript because I felt like it.

This be for minetest 5.9.0-dev (or 5.9.0 release) and if you use 5.8.0 anything it'll probably blow up.

Using TS with this thing

If you want to mess with this or maybe you would want to use TS for your minetest things.

First you need node, if you're on ubuntu it's super outdated so get it here https://github.com/nodesource/distributions#ubuntu-versions

If you don't want to do the following manually, simply run install_npm_deps.sh

Next you need TypeScriptToLua

npm install -D typescript-to-lua typescript

Next you need Lua types for TS or else the compiler doesn't know what's going on.

npm install -D lua-types

(if you want my minetest helper thing)

npm install -D minetesthelper 

I HIGHLY recommend you use make. It automates a BUNCH of things. There's even make clean to see if everything is working.

No make automation scripts created for windows yet though. It's cause I'm very lazy.


Texture pack:

https://content.minetest.net/packages/MysticTempest/refi_textures/

Name: REFI Textures

Creator: MysticTempest

License: CC-BY-SA-4.0


Sounds

Sound credits are documented in the sounds mod folder.


Join my discord to see me ramble like a maniac: https://discord.gg/7DhNQFP3fv

Description
No description provided
Readme Multiple Licenses 88 MiB
Languages
TypeScript 83.6%
Shell 11.9%
Batchfile 4%
Makefile 0.5%