could you make this in english. i dont understand any of it even with my basic spanish and google translatedeivan wrote:Ok, I have a operational version now. For a easy install I make it in a modpack with all other my mods (tests) but for this one I make a file compacted with only this one. I hope is operational to all of you. Good lucky. :D
http://www.novoseusadosinformatica.com.br/arq/minetest/DOM-modpak-cgmr.zip
Any question please call me. ;)
--[[
DOM:Craft Guide for Mineteste - Rewrite (CGMR)
The original code of the "Craft Guide for Minetest" is from cornernote, Brett O'Donnell <cornernote@gmail.com>
Source Code: https://github.com/cornernote/minetest-craft_guide, License: GPLv3
Version: 1.0 (20130306)
]]--
-- Rotinas
dofile(minetest.get_modpath("cgmr").."/rotinas.lua")
--[[
Forma de coleta das fórmulas a partir da sobreposição da rotina minetest_register_craft o que pode gerar conflitos com
outros módulos com o mesmo procedimento.
]]--
-- Bibliotecas
dofile(minetest.get_modpath("cgmr").."/itens.lua")
dofile(minetest.get_modpath("cgmr").."/biblioteca.lua")
cgmr.carrega_lista_de_itens()
-- Apenas para indicar que este módulo foi completamente carregado.
DOM_log(minetest.get_current_modname().." carregado de "..minetest.get_modpath(minetest.get_current_modname()))
--minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- loaded from "..minetest.get_modpath(minetest.get_current_modname()))
deivan wrote:Comments... I make many comments in my own language but, what is your need in this translations? Is a mod in the middle of the development.
But ok, I translate all comments in the newer versions ASAP.
also what does cgmr mean.Mito551 wrote:deivan wrote:Comments... I make many comments in my own language but, what is your need in this translations? Is a mod in the middle of the development.
But ok, I translate all comments in the newer versions ASAP.
thank you.
22:10:29: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error: .../minetest/craftguide/craft_guide/api_craft_guide.lua:186: attempt to call global 'strinprint' (a nil value)
22:10:29: ERROR[main]: stack traceback:
In thread b6da7700:
/build/buildd/minetestc55-0.4.6/src/main.cpp:1967: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b6da7700:
#0 int main(int, char**)
(Leftover data: #1 Dedicated server branch)
(Leftover data: #2 virtual void ServerMap::save(ModifiedState))
(Leftover data: #3 virtual void ServerMap::saveBlock(MapBlock*))
(Leftover data: #4 void ItemStack::serialize(std::ostream&) const)
sapier wrote:I've updated this mod to work with 0.4.6+
https://github.com/sapier/craftguide
sorry couldn't fix the DOM version as I don't understand the language the comments and variables are written there.
06:32:22: ACTION[ServerThread]: player singleplayer crafts craft_guide:sign_wall
06:32:25: ACTION[ServerThread]: singleplayer places node craft_guide:sign_wall at (-107,20,-1)
In trans_func.
Access violation at 014C7200 write?=0 address=0
In trans_func.
Access violation at 014C7200 write?=0 address=0
In trans_func.
Access violation at 014C7200 write?=0 address=0
06:32:25: ERROR[ServerThread]: ERROR: An unhandled exception occurred: Access violation
In thread 978:
..\..\src\minetest\src\server.cpp:103: ServerThread::Thread: Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD 978:
#0 ServerThread::Thread
(Leftover data: #1 Server::Receive)
(Leftover data: #2 Server::ProcessData)
(Leftover data: #3 ItemStack::serialize)
(Leftover data: #4 ItemStack::deSerialize)
DEBUG STACK FOR THREAD e58:
#0 main
#1 ClientMap::renderMap
(Leftover data: #2 ClientEnvironment::step)
(Leftover data: #3 Client::Receive)
(Leftover data: #4 Client::ProcessData)
(Leftover data: #5 MeshUpdateQueue::addBlock)
DEBUG STACK FOR THREAD 133c:
#0 MeshUpdateThread::Thread
DEBUG STACK FOR THREAD 1474:
#0 EmergeThread::Thread
(Leftover data: #1 ServerMap::emergeBlock: p=(-12,3,3), create_blank=0)
(Leftover data: #2 ServerMap::createSector: p2d=(-14,1))
(Leftover data: #3 ServerMap::loadBlock)
Users browsing this forum: No registered users and 30 guests