[Mod] Craft Guide Mod Renewed [cgmr]

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Sat Apr 20, 2013 21:10

Sometimes the form don't is loaded, I don't know the cause. Catch back the pc and deploy again to solve this. Occur some times here, even in chests... :-/
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Sat Apr 20, 2013 21:54

Ok, I added a loop in the function who create forms then, maybe, this question about formspecs don't repeat, or the mod is trapped in a endless loop... I don't know... Well, if someone found a question please report. :D
 

keyxmakerx
Member
 
Posts: 104
Joined: Mon Apr 08, 2013 23:53

by keyxmakerx » Mon Apr 22, 2013 21:37

deivan wrote:Craft Guide Mod Renewed [cgmr]
I rewrite some of the code from the original craft guide (Copyright (C) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>, License: GPLv3) for resolve some problems here in my game and the mod is operational now. I think.
I make some changes in the core and in the interface.

I don't see any problem and stay using the GPL licence.

Like the original the mod load all items and all recipes for each item.

I make some screen shots of the current version...
Screenshots
Image
Image
Image
Image

Credits
The Original craft guide (Copyright (C) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>, License: GPLv3), found in this topic: http://forum.minetest.net/viewtopic.php?id=2334

Download
http://www.novoseusadosinformatica.com.br/arq/minetest/DOM-modpak-cgmr.zip (Version 20130420)

License: GPL

Dependencies:
default
domb (my own library of utility functions)

domb is here: http://www.novoseusadosinformatica.com.br/arq/minetest/DOM-modpak-domb.zip

To do...
Fix bugs...

Bugs:
Sometimes you found unknown item images, I will make a default unknown item symbol but now you see the default if
found a item invalid or without face.

Configuration:
By the chat command /cgmr
/cgmr reload


It's not letting me download it. It gives me a page not found error. Also I removed one of the mods and it's saying it's still there. That's after i reloaded the mod.
 

CryAngel
Member
 
Posts: 68
Joined: Thu Apr 04, 2013 10:56

by CryAngel » Mon Apr 22, 2013 22:58

keyxmakerx wrote:It's not letting me download it. It gives me a page not found error.

deivan really need make github account and put code in repo :)
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon Apr 22, 2013 23:10

I had a general fail of my server... Now is all online again.
-*-
The git idea already is in my plans. :D
Last edited by deivan on Mon Apr 22, 2013 23:11, edited 1 time in total.
 

CryAngel
Member
 
Posts: 68
Joined: Thu Apr 04, 2013 10:56

by CryAngel » Mon Apr 22, 2013 23:23

deivan wrote:The git idea already is in my plans.  :D

when you start use it, you will love it, believe me :)
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Tue Apr 23, 2013 15:09

Git version released of my modpack.
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Tue Apr 23, 2013 15:28

When ever i move something from the output spot to the bin it crashes. Maybe just have a button for each item so it just shows the recipe like UI
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Tue Apr 23, 2013 15:44

I solved this bug a some time ago... Maybe I rewrite some in the wrong way. Ok, I try solve this ASAP.
-*-
Some days ago I see the way of the UI for this but I see a motivation to stay in the current method, but I don't remember any more... I will test again and see what is possible.
-*-
I tested and don't have this bug in the actual version of the mod, maybe you have a old version... I will try update it again in my file server and git...
Last edited by deivan on Tue Apr 23, 2013 17:26, edited 1 time in total.
 

LazyJ
Member
 
Posts: 479
Joined: Wed Sep 12, 2012 12:29

by LazyJ » Tue Apr 30, 2013 12:37

I'm having trouble with parts of the mod.

The computer block will produce a craft guide menu when clicked upon.

The sign block doesn't do anything.

There an "unknown" block that appears in the inventory when CGMR is installed.

When I unpacked the mod and the dependencies, two folders were produced, "DOM" and "DOM (2)". - Perhaps renaming one of them before zipping would reduce some possbile confusion.

You mentioined earlier about a Github repository for this mod. What is the URL? Is it the most up-to-date version?

Thanks for continuing the work on this "must have" mod!
.: Minetest 0.4.14 ~ Linux Mint ~ A moka pot, a French press, a dirty coffee cup, and a spoiled-rotten kitty :.
Visit our Minetest server at: LinuxGaming2.com, port 30000
Screenshots, overview maps, and server info at: http://forum.minetest.net/viewtopic.php?f=10&t=5684
My blog: http://lazyjminetest.blogspot.com/
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Tue Apr 30, 2013 14:38

Hum...

1)The computer block will produce a craft guide menu when clicked upon.
Yes, is correct.

2) The sign block doesn't do anything.
Is a visual item, if is visible is what this block do then, is correct.

3) There an "unknown" block that appears in the inventory when CGMR is installed.
The unknown block is fix to blocks with wrong display but I don't have this implemented at this point of the development.

4) When I unpacked the mod and the dependencies, two folders were produced, "DOM" and "DOM (2)". - Perhaps renaming one of them before zipping would reduce some possbile confusion.
This second folder "DOM (2)" is created by your program, you used a program do unpack it. If your program found the same folder then a second foul is generated with a index (2 in this case) and for each new unpacked file with the same folder name a new index is generated (2, 3, 4...).
Then, after unpack, put all files inside a single DOM folder, or get my modpack with all in a single pack.

5) You mentioined earlier about a Github repository for this mod. What is the URL? Is it the most up-to-date version?
Yes, is the same version of the download of each of my mods in a single file, the modpack.

6)Thanks for continuing the work on this "must have" mod!
Is a pleasure. ;)
 

vktRus
Member
 
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Wed May 01, 2013 07:27

I made a sign. How to open a Guide?
I click the left button is removed sign. I click the right button - nothing.
Minetest 0.4.6
Last edited by vktRus on Wed May 01, 2013 07:36, edited 1 time in total.
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Wed May 01, 2013 11:27

The sign is only a sign... Is part of the recipe from the craft guide, need it to make the pc:
x sign x
x glass x
x wood x

x = nothing.
 

vktRus
Member
 
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Fri May 03, 2013 08:50

Nothing. How to craft — empty.
http://i022.radikal.ru/1305/cc/384336603df2.jpg
Last edited by vktRus on Fri May 03, 2013 08:56, edited 1 time in total.
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon May 06, 2013 14:10

Maybe you have a fault version, I will check it. Sorry for this delay... I'm sick. :-/
 

vktRus
Member
 
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Mon May 06, 2013 14:28

Ubuntu 12.04 LTS, minetestc55 0.4.6
From this site:
launchpad.net/~minetestdevs/+archive/stable?field.series_filter=precise
Maybe creative mode ON?
I am set creative mode OFF.
Last edited by vktRus on Mon May 06, 2013 14:29, edited 1 time in total.
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon May 06, 2013 14:29

I started a new game, copied from the download link the mod and the library (domb). All working with the ladder in the first test. Maybe you have a old version of the mod, please, download again.
-*-
A fault version of the mod...
Download from here:
http://www.novoseusadosinformatica.com.br/arq/minetest/DOM-modpak-cgmr.zip
http://www.novoseusadosinformatica.com.br/arq/minetest/DOM-modpak-domb.zip
Last edited by deivan on Mon May 06, 2013 14:33, edited 1 time in total.
 

vktRus
Member
 
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Mon May 06, 2013 14:32

I am use DOM [DOM-modpack-all]
Version 20130422.
My server 217.112.36.179
Last edited by vktRus on Mon May 06, 2013 14:33, edited 1 time in total.
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon May 06, 2013 14:33

Hum... Maybe this version have a fault, I will check. Thanks.
Is it, problem solved. Please, test again.
Last edited by deivan on Mon May 06, 2013 14:36, edited 1 time in total.
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon May 06, 2013 15:57

All mods updated today. Including the modpack-all.
 

vktRus
Member
 
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Mon May 06, 2013 16:20

I am redownload. Don't work.
Sorry, but i am install original Craft guid. Nice work.
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon May 06, 2013 17:13

Strange... No fails?
 

vktRus
Member
 
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Mon May 06, 2013 17:21

No errors.
Do a project on github.com
Last edited by vktRus on Mon May 06, 2013 17:23, edited 1 time in total.
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon May 06, 2013 17:27

A project in the github.com don't help me to solve this bug... You don't see any recipe but don't have errors, correct?
Last edited by deivan on Mon May 06, 2013 17:28, edited 1 time in total.
 

sapier
Member
 
Posts: 763
Joined: Tue Aug 16, 2011 18:17

by sapier » Mon May 06, 2013 18:01

Ok I assume this is more correct thread for error reports.

Current (20130506) main post version of cgmr and domb
minetest-0.4.6 stable
only minetest_game and common mods (not quite sure which version)

result --> not even opening craftguide menu on rightclick
DON'T mention coding style!
(c) sapier all rights reserved
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon May 06, 2013 18:07

Is a game engine bug... I think. Sometimes happen. Try get the item back and add again to the same place.
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon May 06, 2013 19:56

I have the same issue with the windows version running with the wine, I will search the cause of it. Working...
 

vktRus
Member
 
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Mon May 06, 2013 19:59

Guys, make a one stable version, pls )
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon May 06, 2013 20:12

Well, last time I start translating things and my stable versions become a unstable version... Sorry, but I am working to find the problem and solve it. Don't worry, a stable versions is ready ASAP.
 

deivan
Member
 
Posts: 452
Joined: Fri Feb 15, 2013 10:16

by deivan » Mon May 06, 2013 20:57

Ok, problem found and already solved, I need some time to make a dual version (compatible with Windows and GNU Linux versions of the game). I update soon.
 

PreviousNext

Return to Mod Releases

Who is online

Users browsing this forum: No registered users and 5 guests

cron