See the full changelog below.
Translation is now possible using the Luanti (Minetest) translator. There are 143 strings.
I am also going to start using the built-in Codeberg wiki. Go there for an explanation of all features.
Download it from the in-game content manager, ContentDB, or Codeberg.
Changelog for v1.1.0
You can view the full changelog document on the Codeberg repo.
Added
-
Cybermen
-
Uses textures and models from Scifi Mobs
-
Thanks to @ShadowOfHassen, there is also a melee version that has a slightly lighter colour texture.
-
The normal one shoots once every 3 seconds, dealing 5 damage. They drop steel ingots.
-
-
@ShadowOfHassen contributed to Mobs Redo API, making a proper “alliance” to stop mobs from attacking each other. This means different variants of Daleks/Cybermen won’t attack each other, using
attack_ignore
. -
Find Biome console unit - Replacing the Travel Factor unit (see under Changed for details), this utilises the API
findbiome
, allowing a Tardis’s pilot to pick and go to a specific biome they would like to travel to. -
Weeping Angels (PLANNED) - The code and model for weeping angels have been added in a separate folder for now, forked from the old
weeping
mod. This will be adapted to work properly and probably released next version. -
Sonic device registration API -
drwho_tardis:register_sonic_device()
-
This allows the creation of sonic devices, not necessarily just screwdrivers. You can also use specific parts of the screwdriver textures, e.g. choose 1,4,3. See API.md for more details.
-
The ‘create sonic’ on the functions console unit uses this API to create them now.
-
-
Tardis exterior registration API -
drwho_tardis:register_tardis_exterior()
-
NOTE: New exteriors are not shown on the exterior selector yet! Only the default ones!
-
See API.md for more details.
-
-
Two more awards - Defeat a Dalek, and defeat a Cyberman.
-
subtitles
support for all sound effects and Dalek voicelines. -
Settings to turn on/off monsters, and to change spawn rates.
-
Luanti (Minetest) translator support so in the future people will be able to translate it. There are currently 143 strings.
Changed
-
Merged several formspecs into one to make piloting a Tardis much easier
-
The X, Y, Z co-ords and Travel Factor are all in one formspec screen now. That screen is currently accessable via the 3 X, Y, and Z console units. In the future other functions will replace those extra units.
-
The travel factor console unit is now the Find Biome one, see above.
-
-
Daleks
-
Now use the
mobs:boom()
function instead of the deprecatedmobs:explosion()
-
The Classic Dalek’s namestring is now
drwho_tardis:dalek_classic
so that both variants’ spawn eggs appear next to each other in the creative inventory.
-