[mod] Time Travel [time_travel]

Post Reply
Red_King_Cyclops
Member
Posts: 324
Joined: Sun Jun 16, 2019 20:17
Location: x=123, y=120, z=534

[mod] Time Travel [time_travel]

by Red_King_Cyclops » Post

Image

Time Travel

Spoiler
Image
Metamese ore
Image
Four time machines, each set to a different time period; from left to right: Dinosaur Age, Ice Age, Prehistoric Australia, Water Age
Image
A stegosaurus, Dinosaur Age
Image
A woolly mammoth, Ice Age
Image
A procoptodon and a thylacoleo, Prehistoric Australia
Image
A dunkleosteus, Water Age
This mod adds in a craftable time machine that can be used to time travel to different time periods of Earth’s history. You can now see paleotest’s mobs in their natural habitats.

Wiki
https://git.minetest.land/Red_King_Cycl ... ravel/wiki

Making the time machine
Deep underground, there is a new rare ore called Metamese (purple mese). Metamese can be crafted into a time core, and a time core can be crafted into an inactive time machine. Once placed down, the inactive time machine can be right clicked by certain items to activate the time machine and set it to a particular time period. Jungle grass sets it to the Dinosaur Age, snow sets it to the Ice Age, a dead shrub sets it to Prehistoric Australia, and a coral skeletion sets it to the Water Age. Upon activating a time machine, the player is given one green mese block that, if placed in another time period, can send the player back to the present. If the time machine is one end of the portal, the green mese is the other end. To deactive a time machine, mine it and place it again. Time machines have protection support (untested) and can be used with mesecons (if active).
Spoiler
Image
Time core
Image
Time machine
Dimension information
At the moment there are 4 time periods: Dinosaur Age, Ice Age, Prehistoric Australia, and Water Age. The dinosaur age is set in the Mesozoic era, the Ice Age is set in Illinois during the last Ice Age, Prehistoric Australia is set in Australia during the Pleistocene, and the Water Age is set in the early Paleozoic era (Cambrian through Devonian periods). The Dinosaur Age has 10 animals, the Ice Age has 4, Prehistoric Australia has 2, and the Water Age has 1. The Water Age is a work in progress and it is very incomplete.

It is possible to survive in every time period except for the incomplete Water Age. The Dinosaur Age, the Ice Age, and Prehistoric Australia all have trees, water, dirt, and ores. In Prehistoric Australia, if red dirt touches water, after a maximum of 5 seconds it will become normal dirt. The Dinosaur Age has jungle grass and normal grass, so the player can get wheat and cotton seeds without importing them from the present.

Important things to know
This mod is not compatible with space mods at the moment.

To-do list
  • Create a future dimension
  • Improve the Water Age dimension
Dependencies
default
mobs
paleotest
multidimensions
optional: mesecons

The mod depends on paleotest, mobs_redo, multidimensions, and default. Mesecons is an optional dependency. Several nodes have been taken from the australia mod, but the australia mod is not a dependency. Paleotest and mobs redo are used to fill the dimensions with prehistoric animals. Multidimensions is used to make the dimensions (the time periods) and the time machine’s teleportation action. Nodes from default and australia have been used for the dimensions. Thanks a lot to ElCeejo, TenPlus1, AiTechEye, the Minetest development team, demon_boy, and Jeija for making these mods.

Licence
This mod is licenced as LGPL-2.1-or-later for the code and CC-BY-SA-3.0 for the media. This mod was made by Red_King_Cyclops (me), but much of the code and textures came from other mods. The australian nodes’ textures, node registrations, and associated crafting recipes were taken from the australia mod. The metamese textures are modified mese textures from default (however, the time core texture was made by myself). The time machine textures are modified versions of the steel block texture from default. The tree lbm and the teleportation code, protection support code, and mesecon support code for the time machine nodes are modified code taken from multidimensions. If there is a licence incompatibility between the overall licence and a licence from one of the used mods, please tell me.

Repository
https://git.minetest.land/Red_King_Cyclops/time_travel

Download
https://git.minetest.land/Red_King_Cycl ... master.zip
Last edited by Red_King_Cyclops on Mon Sep 23, 2019 22:18, edited 6 times in total.
Currently working on new mods.

User avatar
runs
Member
Posts: 3225
Joined: Sat Oct 27, 2018 08:32

Re: [mod] Time Travel [time_travel]

by runs » Post

Oh, cool. I love dinosaurs :-D

Red_King_Cyclops
Member
Posts: 324
Joined: Sun Jun 16, 2019 20:17
Location: x=123, y=120, z=534

Re: [mod] Time Travel [time_travel]

by Red_King_Cyclops » Post

runs wrote:Oh, cool. I love dinosaurs :-D
Thanks. ElCeejo made the dinosaurs, I just gave them a habitat.
Currently working on new mods.

Red_King_Cyclops
Member
Posts: 324
Joined: Sun Jun 16, 2019 20:17
Location: x=123, y=120, z=534

Re: [mod] Time Travel [time_travel]

by Red_King_Cyclops » Post

Over 500 downloads on Content DB.
Currently working on new mods.

User avatar
Extex
Member
Posts: 245
Joined: Wed Mar 14, 2018 23:14
GitHub: Extex101
In-game: Extex

Re: [mod] Time Travel [time_travel]

by Extex » Post

Code: Select all

2022-03-31 15:31:59: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: time_travel:metamese_block
2022-03-31 15:31:59: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: time_travel:time_machine_dinosaur_age
2022-03-31 15:31:59: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: time_travel:time_machine_ice_age
2022-03-31 15:31:59: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: time_travel:time_machine_prehistoric_australia
2022-03-31 15:31:59: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: time_travel:time_machine_water_age
2022-03-31 15:31:59: ERROR[Main]: ModError: Failed to load and run script from /storage/emulated/0/Android/data/net.minetest.minetest/files/Minetest/mods/time_travel/init.lua:
2022-03-31 15:31:59: ERROR[Main]: Unknown node: paleotest:Horsetails
2022-03-31 15:31:59: ERROR[Main]: stack traceback:
2022-03-31 15:31:59: ERROR[Main]: 	[C]: in function 'get_content_id'
2022-03-31 15:31:59: ERROR[Main]: 	...est.minetest/files/Minetest/mods/multidimensions/api.lua:67: in function 'register_dimension'
2022-03-31 15:31:59: ERROR[Main]: 	....minetest/files/Minetest/mods/time_travel/dimensions.lua:16: in main chunk
2022-03-31 15:31:59: ERROR[Main]: 	[C]: in function 'dofile'
2022-03-31 15:31:59: ERROR[Main]: 	...netest.minetest/files/Minetest/mods/time_travel/init.lua:2: in main chunk
2022-03-31 15:31:59: ERROR[Main]: Check debug.txt for details.
2022-03-31 15:31:59: ACTION[Main]: Server: Shutting down
Creator of jelys_pizzaria and motorbike, and player of persistent kingdoms. RIP

Podo
Member
Posts: 29
Joined: Mon Jul 12, 2021 08:02

Re: [mod] Time Travel [time_travel]

by Podo » Post

Extex wrote:
Thu Mar 31, 2022 22:36

Code: Select all

2022-03-31 15:31:59: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: time_travel:metamese_block
2022-03-31 15:31:59: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: time_travel:time_machine_dinosaur_age
2022-03-31 15:31:59: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: time_travel:time_machine_ice_age
2022-03-31 15:31:59: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: time_travel:time_machine_prehistoric_australia
2022-03-31 15:31:59: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: time_travel:time_machine_water_age
2022-03-31 15:31:59: ERROR[Main]: ModError: Failed to load and run script from /storage/emulated/0/Android/data/net.minetest.minetest/files/Minetest/mods/time_travel/init.lua:
2022-03-31 15:31:59: ERROR[Main]: Unknown node: paleotest:Horsetails
2022-03-31 15:31:59: ERROR[Main]: stack traceback:
2022-03-31 15:31:59: ERROR[Main]: 	[C]: in function 'get_content_id'
2022-03-31 15:31:59: ERROR[Main]: 	...est.minetest/files/Minetest/mods/multidimensions/api.lua:67: in function 'register_dimension'
2022-03-31 15:31:59: ERROR[Main]: 	....minetest/files/Minetest/mods/time_travel/dimensions.lua:16: in main chunk
2022-03-31 15:31:59: ERROR[Main]: 	[C]: in function 'dofile'
2022-03-31 15:31:59: ERROR[Main]: 	...netest.minetest/files/Minetest/mods/time_travel/init.lua:2: in main chunk
2022-03-31 15:31:59: ERROR[Main]: Check debug.txt for details.
2022-03-31 15:31:59: ACTION[Main]: Server: Shutting down
same problem :/
cdb_2049351dc8e7

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 57 guests