Page 3 of 4

Posted: 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.

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

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

Posted: 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...

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

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

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

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

Posted: 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!

Posted: 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.

Posted: Sun Jan 12, 2014 21:44
by DigAmy
Now you is my best friend :) thankssssssss

Posted: Tue Jan 14, 2014 15:15
by jojoa1997
News. I am debating whether i will continue this or not. Hopefully i will find the energy and time to do it.

Posted: Sun Jan 19, 2014 13:53
by shaheerziya
ok........ I LOVE THIS GAME! and i am wearing armour but the HUD is not shown :
Image
(i am waering leather armour)
and how does he do it
Image
how does he like see the level of building etc.?

Posted: Sun Jan 19, 2014 15:45
by jedi453
jojoa1997 wrote:News. I am debating whether i will continue this or not. Hopefully i will find the energy and time to do it.
This is great news! It's an awesome mod! Your work so far has been fantastic!

I hope school lightens up for you, I know it can be a pain.

Good luck either way,
jedi453

Posted: Wed Jan 22, 2014 21:57
by wtfsamcrap
Well... I LOVE IT ok i added a food bar thing but still...
and hud is dif but hay it works better then pillsadmas 1

Posted: Sat Feb 22, 2014 14:18
by Zombie471
Hi, do you have Nether? You have Nether Quartz & Glowstone... No Netherrack. Will you make a Nether? + Redstone won't place, and redstone blocks don't power Pistons. The Compass looks like you're switcing items each time it moves+some textures are not Faithful.



Otherwise, Almost Perfect!

+ Could you add some better animations to Sprint(Double W)+Crouch(Shift)?

Posted: Wed Mar 12, 2014 01:51
by IthegeekRS
Please Note: It says A MINCRAFT INSPIRED GAME not A MINECRAFT INSPIRED GAME

Posted: Wed Mar 12, 2014 05:49
by 4aiman
Zombie471 wrote:The Compass looks like you're switcing items each time it moves
There's no way to fix this via lua. I've tried to switch the itemstack, to replace the item and to use some hacky ways to change players inventory.
If it wasn't for this animation, some MC-like bows would've been possible (actually, this animation is the only thing that stops me).

Re: [Game]Overcraft Origins[overcraft_origins][Minecraft-lik

Posted: Fri Jul 18, 2014 09:46
by Thunder Tiger
Can you please add a key to see yourself? Also, I want you to put a different section for mods in the inventory. Bug: The map doesn't show where I really am.Please fix it.

Re: [Game]Overcraft Origins[overcraft_origins][Minecraft-lik

Posted: Fri Jul 18, 2014 16:42
by LionsDen
If you are using version 0.4.10 of minetest, the key is F7 I believe. It jumps between 3 viewing modes.

Re: [Game]Overcraft Origins[overcraft_origins][Minecraft-lik

Posted: Thu Jul 24, 2014 17:00
by Thunder Tiger
LionsDen wrote:If you are using version 0.4.10 of minetest, the key is F7 I believe. It jumps between 3 viewing modes.
Thanks a lot!

Re: [Game] Overcraft Origins [overcraft_origins] – Minecraft

Posted: Fri Sep 12, 2014 01:36
by SAMIAMNOT
Sounds great. Anybody got screenshots?

Re: [Game] Overcraft Origins [overcraft_origins] – Minecraft

Posted: Sun Sep 14, 2014 00:49
by SAMIAMNOT
Anyone know where to find ingredients? We don't know how to craft anything on 2x2. Except Wooden Planks. Also why is there an absence of a real Creative Mode?

Re: [Game] Overcraft Origins [overcraft_origins] – Minecraft

Posted: Sun Sep 14, 2014 01:51
by jojoa1997
SAMIAMNOT wrote:Anyone know where to find ingredients? We don't know how to craft anything on 2x2. Except Wooden Planks. Also why is there an absence of a real Creative Mode?
Ohhh good question. Um let me look in my code. I have forgotten cause I do not play Minetest too much any more. I have to find the exact wording of the command.
So here https://github.com/jojoa1997/overcraft_ ... #L202-L222 is the command. Pretty much in when creative is selected on the main menu then you have to do "/gamemode 1" or "/gamemode c" to enable creative mode. I tried to make it very similar to minecraft.

Code: Select all

minetest.register_chatcommand('gamemode',{
	params = "1, c | 0, s",
	description = 'Switch your gamemode',
	privs = {gamemode = gm_priv},
	func = function(name, param)
		if param == "1" or param == "c" then
			playerdata[name]['gamemode'] = "Creative"
			save_player_data()
			minetest.chat_send_player(name, 'Your gamemode is now: '..playerdata[name]['gamemode'])
			updategamemode(name)
		elseif param == "0" or param == "s" then
			playerdata[name]['gamemode'] = "Survival"
			save_player_data()
			minetest.chat_send_player(name, 'Your gamemode is now: '..playerdata[name]['gamemode'])
			updategamemode(name)
		else
			minetest.chat_send_player(name, "Error: That player does not exist!")
			return false
		end
	end
})

Re: [Game] Overcraft Origins [overcraft_origins] – Minecraft

Posted: Mon Sep 15, 2014 20:04
by CheerfulCherub
Love this game, only got one problem, I can't seem to get the creative mode to work, I type /grant singleplayer gamemode:s, then type gamemode:c, nothing is working for me. any help is greatly appreciated. Excellent game. Using Mintest 4.10.