Page 2 of 4

PostPosted: Wed Oct 30, 2013 00:45
by LuxAtheris
Also i had this bug when i go on survival and place a block the numbers dont go out.

PostPosted: Wed Oct 30, 2013 00:58
by jojoa1997
neron wrote:A modded client would be epic! New fonts, etc. Also can you upload screenshots?
what do you mean modded client.
LuxAtheris wrote:Also i had this bug when i go on survival and place a block the numbers dont go out.
do you mean the number of items in a stack. And is this with all your blocks not just a single block?

PostPosted: Wed Oct 30, 2013 01:08
by LuxAtheris
jojoa1997 wrote:
neron wrote:A modded client would be epic! New fonts, etc. Also can you upload screenshots?
what do you mean modded client.
LuxAtheris wrote:Also i had this bug when i go on survival and place a block the numbers dont go out.
do you mean the number of items in a stack. And is this with all your blocks not just a single block?

yeah,even the saplings

PostPosted: Sat Nov 02, 2013 03:48
by neron
jojoa1997 wrote:
neron wrote:A modded client would be epic! New fonts, etc. Also can you upload screenshots?
what do you mean modded client.
LuxAtheris wrote:Also i had this bug when i go on survival and place a block the numbers dont go out.
do you mean the number of items in a stack. And is this with all your blocks not just a single block?

A client that is modded to look like the minecraft client. Also, the chat HUD and options would be like minecraft.

PostPosted: Sat Nov 02, 2013 22:42
by jojoa1997
neron wrote:
jojoa1997 wrote:
neron wrote:A modded client would be epic! New fonts, etc. Also can you upload screenshots?
what do you mean modded client.
LuxAtheris wrote:Also i had this bug when i go on survival and place a block the numbers dont go out.
do you mean the number of items in a stack. And is this with all your blocks not just a single block?

A client that is modded to look like the minecraft client. Also, the chat HUD and options would be like minecraft.
Sorry but idk how the client works with lua. Also the chat is done via engine so I can't change it without changing the minetest engine which is a no can do.

PostPosted: Sun Nov 03, 2013 00:07
by jedi453
cHyper wrote:
general3214 wrote:
jojoa1997 wrote:I am sorry but i looked at the code and have no idea what the problem is. Also i should point out that this mod ws made by pilzadam and is a stable version so i dont know how it works and i also know it does work. Can you try with a different build from someone else. It worked on my windows build.

Can you tell me what block you were digging or if you were in gamemode 0 or 1 and if you had the creative setting put to creative.

jojoa, you're talking to the same guy...



https://forum.minetest.net/viewtopic.php?pid=115878#p115878
error fixed !


Is this confirmed fixed?

From what I can see the error appears to be in "overcraft_origins-1.0.0/mods/default/mapgen.lua", "default:iron" and "default:gold" do not exist ( at least not as blocks... I believe they should be replaced with "default:stone_with_iron" and "default:stone_with_gold", respectively.

Is this what you changed cHyper + jojoa1997?

I didn't see this change on GitHub, but I'm new to GitHub and Minetest, so this all may be a misunderstanding...

I've included an updated version of "overcraft_origins-1.0.0/mods/default/mapgen.lua" that appears to fix the issue for me.

Thanks for the Awesome mod PilzAdam and jojoa1997!

EDIT: Looks like I missed the file... Re-attached

PostPosted: Sun Nov 03, 2013 20:50
by mmstick
jedi453 wrote:
cHyper wrote:
general3214 wrote:jojoa, you're talking to the same guy...



https://forum.minetest.net/viewtopic.php?pid=115878#p115878
error fixed !


Is this confirmed fixed?

From what I can see the error appears to be in "overcraft_origins-1.0.0/mods/default/mapgen.lua", "default:iron" and "default:gold" do not exist ( at least not as blocks... I believe they should be replaced with "default:stone_with_iron" and "default:stone_with_gold", respectively.

Is this what you changed cHyper + jojoa1997?

I didn't see this change on GitHub, but I'm new to GitHub and Minetest, so this all may be a misunderstanding...

I've included an updated version of "overcraft_origins-1.0.0/mods/default/mapgen.lua" that appears to fix the issue for me.

Thanks for the Awesome mod PilzAdam and jojoa1997!

EDIT: Looks like I missed the file... Re-attached


This does indeed fix the issue. This mapgen.lua needs to get uploaded to the git of Overcraft Origins.

These mods should get added as well:

ambience (for ambient music/sfx like Minecraft)
homedecor (obvious reasons)
moretrees (for additional tree types much like Minecraft has)
plantlife (needed for moretrees)
moreblocks (can't hurt to have more options)
moreores (same)
mobs

PostPosted: Mon Nov 04, 2013 00:56
by jojoa1997
No this game is sent to be a minecraft game in minetest. Also the mobs will wait till the ,on api and I will most likely use the mapgen mod that uses mgv7.
Edit: I won't be working on this for a while since school is getting hard. You might see a small update here and there but if you want something added make a pull request and pm me. That would be the most effective way.

PostPosted: Mon Nov 04, 2013 14:53
by mmstick
Saplings will not grow with this mod. There's an error with the default mod in your game.

PostPosted: Mon Nov 04, 2013 17:56
by jedi453
mmstick wrote:Saplings will not grow with this mod. There's an error with the default mod in your game.


Replacing overcraft_origins-1.0.0/mods/default/nodes.lua with the included file should fix the problem.

It looks like this version of Overcraft was created before the "soil" group was created, or at least, the soil group wasn't used.

Please let me know if this works for you mmstick and/or if it causes any issues.

Thanks,
jedi453

PostPosted: Tue Nov 05, 2013 15:05
by jojoa1997
jedi453 wrote:
mmstick wrote:Saplings will not grow with this mod. There's an error with the default mod in your game.


Replacing overcraft_origins-1.0.0/mods/default/nodes.lua with the included file should fix the problem.

It looks like this version of Overcraft was created before the "soil" group was created, or at least, the soil group wasn't used.

Please let me know if this works for you mmstick and/or if it causes any issues.

Thanks,
jedi453
jedi453 wrote:
cHyper wrote:
general3214 wrote:jojoa, you're talking to the same guy...



https://forum.minetest.net/viewtopic.php?pid=115878#p115878
error fixed !


Is this confirmed fixed?

From what I can see the error appears to be in "overcraft_origins-1.0.0/mods/default/mapgen.lua", "default:iron" and "default:gold" do not exist ( at least not as blocks... I believe they should be replaced with "default:stone_with_iron" and "default:stone_with_gold", respectively.

Is this what you changed cHyper + jojoa1997?

I didn't see this change on GitHub, but I'm new to GitHub and Minetest, so this all may be a misunderstanding...

I've included an updated version of "overcraft_origins-1.0.0/mods/default/mapgen.lua" that appears to fix the issue for me.

Thanks for the Awesome mod PilzAdam and jojoa1997!

EDIT: Looks like I missed the file... Re-attached

Fixed both and github updated

PostPosted: Tue Nov 05, 2013 18:23
by jedi453
jojoa1997 wrote:Fixed both and github updated


Thanks jojoa1997! I'll try to figure out git/GitHub when I get the chance. Unfortunately though, I have school to contend with at the moment as well...

PostPosted: Wed Nov 06, 2013 01:25
by jojoa1997
jedi453 wrote:
jojoa1997 wrote:Fixed both and github updated


Thanks jojoa1997! I'll try to figure out git/GitHub when I get the chance. Unfortunately though, I have school to contend with at the moment as well...
Wow! Same here! Isn't school a ***** I mean pain.

PostPosted: Wed Nov 06, 2013 03:16
by jedi453
jojoa1997 wrote:
jedi453 wrote:
jojoa1997 wrote:Fixed both and github updated


Thanks jojoa1997! I'll try to figure out git/GitHub when I get the chance. Unfortunately though, I have school to contend with at the moment as well...
Wow! Same here! Isn't school a ***** I mean pain.


Oh ya... A real joy... ;) Luckily midterms are over though :)

I just can't wait for finals... /sarcasm...

PostPosted: Wed Nov 06, 2013 11:58
by jojoa1997
jedi453 wrote:
jojoa1997 wrote:
jedi453 wrote:
Thanks jojoa1997! I'll try to figure out git/GitHub when I get the chance. Unfortunately though, I have school to contend with at the moment as well...
Wow! Same here! Isn't school a ***** I mean pain.


Oh ya... A real joy... ;) Luckily midterms are over though :)

I just can't wait for finals... /sarcasm...
luckily for you. The program I am in means tons of homework every night.

PostPosted: Mon Nov 11, 2013 18:09
by viv100
great but lacks the hearts of foods

PostPosted: Sat Nov 16, 2013 17:08
by Nore
You might like this for a less buggy crafting table: https://gist.github.com/Novatux/7172171 (feel free to use it however you like)

PostPosted: Sat Nov 16, 2013 18:29
by viv100
He really misses the hearts of hunger

PostPosted: Sun Nov 17, 2013 09:39
by issa
very cool mod but :

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
10:36:18: ACTION[main]: [DOM]watch is ready.
10:36:19: ACTION[main]:         .__               __                   __   
10:36:19: ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
10:36:19: ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
10:36:19: ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
10:36:19: ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
10:36:19: ACTION[main]:       \/        \/     \/          \/     \/       
10:36:19: ACTION[main]: World at [/home/issa/games/shader/minetest_GLSLshaders-master/bin/../worlds/ll]
10:36:19: ACTION[main]: Server for gameid="overcraft_origins-master" listening on port 63122.
10:36:19: ACTION[ServerThread]: singleplayer [127.0.0.1] joins game. List of players: singleplayer
10:36:27: ERROR[main]: generateImage(): Could not load image "farming_tool_steelhoe.png" while building texture
10:36:27: ERROR[main]: generateImage(): Creating a dummy image for "farming_tool_steelhoe.png"
10:36:27: ERROR[main]: generateImage(): Could not load image "farming_potato_baked.png" while building texture
10:36:27: ERROR[main]: generateImage(): Creating a dummy image for "farming_potato_baked.png"
Font size: 8 15
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (156,-81,-261) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (156,-81,-262) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (156,-81,-263) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (156,-81,-264) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (156,-81,-265) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (156,-81,-266) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (156,-81,-267) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (156,-81,-268) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (156,-81,-269) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (156,-81,-270) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (156,-81,-271) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (156,-81,-272) (block (9,-6,-17))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "ignore" at (156,-81,-273) (block (9,-6,-18))
10:36:46: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "ignore" at (156,-81,-274) (block (9,-6,-18))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (208,-87,-193) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (208,-87,-194) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (208,-87,-195) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (208,-87,-196) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (208,-87,-197) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (208,-87,-198) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (208,-87,-199) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (208,-87,-200) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (208,-87,-201) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (208,-87,-202) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:bedrock" at (208,-87,-203) (block (13,-6,-13))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (227,-97,-269) (block (14,-7,-17))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (227,-97,-268) (block (14,-7,-17))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (227,-97,-267) (block (14,-7,-17))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (227,-97,-266) (block (14,-7,-17))
10:36:49: ERROR[EmergeThread0]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:stone" at (227,-97,-265) (block (14,-7,-17))
10:36:56: ACTION[ServerThread]: singleplayer digs default:sand at (110,15,-146)
10:36:57: ACTION[ServerThread]: singleplayer places node default:sand at (110,16,-153)
10:37:04: ACTION[ServerThread]: singleplayer damaged by 11 hp at (124.818,4.551,-166.511)
10:37:08: ACTION[ServerThread]: singleplayer digs default:sandstone at (125,5,-162)
10:37:12: ACTION[ServerThread]: singleplayer digs default:sandstone at (125,4,-162)
10:37:13: ACTION[ServerThread]: singleplayer punches object 9: LuaEntitySAO at (124.893,3.78022,-161.884)
10:37:13: ACTION[ServerThread]: singleplayer punches object 8: LuaEntitySAO at (125.233,3.78254,-161.767)



i have some textures issues :

Image

Image
please add some monsters like dragone and other things will be good to fight :)

PostPosted: Sun Nov 17, 2013 17:21
by viv100
it does not work that it marks

inventory/api.lua 59 hud_set_hotbar_image

PostPosted: Sun Nov 17, 2013 17:39
by Dan Duncombe
viv100 wrote:it does not work that it marks

inventory/api.lua 59 hud_set_hotbar_image

It says, in big red letters, that you need a dev version.

PostPosted: Sun Nov 17, 2013 17:41
by viv100
can you give me the

PostPosted: Tue Nov 26, 2013 18:33
by viv100
not apple .

PostPosted: Thu Nov 28, 2013 09:02
by Matsetes
I tryed the game, but I cannot find ores... Only coal. I found glowstone underground but it does not drop...

PostPosted: Wed Dec 11, 2013 23:40
by Gabrielgomes
Im havin' a "undefined item" with my cotton seed! how can i fix it!

PostPosted: Thu Dec 12, 2013 13:16
by jojoa1997
I am sorry but I have lost the time and will to continue this.

PostPosted: Tue Dec 24, 2013 17:22
by viv100
it would be cool that the next version would animals

PostPosted: Mon Dec 30, 2013 10:22
by hansuke123
I like this game :D :D :D :D

PostPosted: Sat Jan 11, 2014 15:38
by sirber
jojoa1997 wrote:I am sorry but I have lost the time and will to continue this.


Please don't give up! You've come this far, the hard parts are behind you!

PostPosted: Sat Jan 11, 2014 16:01
by sirber
Matsetes wrote:I tryed the game, but I cannot find ores... Only coal. I found glowstone underground but it does not drop...


So far I only goind coal and quartz (1 block). I think I reach the bottom of the map, there's some dark blocks I can't get.