kidmondo wrote:Ah, but is there anyone with a link?
Maybe not exactly what you had in mind, Kilarin's Explorer toold mod perhaps:
viewtopic.php?f=11&t=9050
kidmondo wrote:Ah, but is there anyone with a link?
jans wrote:For the purpose of gameplay recording or Lets Plays, it would be cool to have a video-mod:
- you would be able to craft a Camera
- it could be placed somewhere in the world
- you could record a timelapse of your builds
- monitor an area (and display it on a bigass screen ingame)
- maybe sound recording would be nice too
--- so yeah, I'm neither a programmer, nor a videoproducer and I have no idea what I'm asking for.
leeminer wrote:I don't think it is currently possible. I've asked a similar question. I think the c++ source would have to be modified by the crew...
kidmondo wrote:leeminer wrote:I don't think it is currently possible. I've asked a similar question. I think the c++ source would have to be modified by the crew...
couldn't there just be a block that takes a screen shot for you? like you set a delay time?
Casimir wrote:You could also run a second minetest game and record from there. There are no changes for the engine needed for that and no mod.
minetest.register_chatcommand("gravity", {
params="<0 to 1>",
description="Sets gravity from 0 to 1",
func = function(name,param)
param=tonumber(param)
local playerOne = minetest.get_player_by_name("singleplayer")
minetest.chat_send_all(playerOne:get_player_name())
playerOne:set_physics_override({gravity=param})
minetest.chat_send_all(name)
end,
})nanepiwo wrote:The more info can easily be adapted from death_messages to show on the bones. I can write the code, if you want me too. As for textures, I can't help you much.
philipbenr wrote:I say there should be a nodebox for bones. Now that Ruben has the nodebox editor working pretty well, I can make some good looking MT bones.
Defending against computer-controlled enemies
Aryandil wrote:What about movie mods, like Minecraft does? I want to be able to make videos set in How to Train Your Dragon/Frozen/Narnia/Lord of the Rings or that sort of thing, but there are no mods for that and I don't even know how to make a mod. I have no coding skills whatsoever. :(
(If someone can tell me how to use existing mods to create these worlds, that would be very much appreciated. I'm new here, so.... yeah.)
Users browsing this forum: No registered users and 8 guests