[Game] MiniTest

Games that have been abandoned and no longer work properly with the latest version of Minetest.
Minetest #1
Member
Posts: 15
Joined: Sun Feb 17, 2013 15:22
Location: Omega

by Minetest #1 » Post

WHAT DOES THE Lua~ means? or do? or both!

Matsetes
Member
Posts: 70
Joined: Tue Sep 11, 2012 23:36

by Matsetes » Post

PilzAdam wrote:
Matsetes wrote:I noticed some kind of bugs with the workbench.
I'm not very good with english so I made a video to show what kind of bugs I found,

http://www.youtube.com/watch?v=XXDNb2Jz ... e=youtu.be
Better you post that on the topic of the workbench mod.
Ok, thanks

neron
Member
Posts: 82
Joined: Sat Dec 22, 2012 20:22

by neron » Post

Hello PilzAdam,
I really like how this modpack is coming along! Also, Notch puts his stamp of approval on using as shown in the page's first paragraph. I figured if you had this, maybe you could make the modpack even more like minecraft? Keep up the good work - I know some of my friends will use minetest if it clones minecraft accurately.

Jasmine Mika
New member
Posts: 7
Joined: Sun Mar 10, 2013 18:51

by Jasmine Mika » Post

How do you use the bow?

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

Jasmine Mika wrote:How do you use the bow?
I think it's from PilzAdam's throwing mod. I didn't read all, but think you could use post 1 and 10:

http://forum.minetest.net/viewtopic.php ... 418#p38418

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Does anyone want to continue this project?
I could give you access to my repo.

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

I'll take a look at this. If I think it has potential, I'll maintain it if you'd like :3

EDIT: How behind are the mods included?
Last edited by Traxie21 on Fri Mar 22, 2013 15:15, edited 1 time in total.

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Traxie21 wrote:I'll take a look at this. If I think it has potential, I'll maintain it if you'd like :3

EDIT: How behind are the mods included?
The mods in here are very outdated. Also Id like this to be up to date with the latest Minetest version, so you could use the common mods etc.
Do you have any Lua and git experience?

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

Lua... is grass green?
Git..
https://github.com/Traxie21/ServerExtended--Unstable-
I could use a tutorial on how to compile the latest version on windows.. I have yet to find a download for it.

EDIT: So I've updated most of the mods in this, and made it compatable with the common game, but one problem: The textures are now default. How would one fix this without a seperate texture pack?
Last edited by Traxie21 on Fri Mar 22, 2013 16:51, edited 1 time in total.

User avatar
YoYoBuddy
Member
Posts: 247
Joined: Sun Jan 27, 2013 00:49
Location: New York City

by YoYoBuddy » Post

Pilzadam, why the fuck didn't you credit Markus Person for REVOLUTIONIZING this video game genre?
“People are more difficult to work with than machines. And when you break a
person, he can't be fixed."

-Rick Riordan

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

Who the hell is Markus Person?

Oh, you mean Markus Alexej "Notch" Persson

User avatar
Mito551
Member
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Post

YoYoBuddy wrote:Pilzadam, why the fuck didn't you credit Markus Person for REVOLUTIONIZING this video game genre?
WOW dude, c'mon. he didn't create anything NEW. He just POLISHED it.

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

Changes:

Code: Select all

*Uses common pseudo-game now for default reliability.
*Fixed digging texture
*Added minecraft textures for farming items where they have minecraft counterparts
*Added minecraft textures for obsidian and junglegrass
*Added minecraft textures for TNT
*Mese_In_Stone, Mese Block, Mese_Crystals, and Mese_Crystal_Fragments have been replaced with
Diamond_In_Stone, Diamond_Block, Diamonds, and Diamond Fragments.
*Mese Pickaxe is now Diamond Pickaxe, Diamond toolset added.  
*Removed particles mod, as it is redundant. 
*Removed animated torches and liquids. They are in the default game.
*All mods have been updated to the latest versions.
*Removed Herobrine.
Last edited by Traxie21 on Sat Mar 23, 2013 21:56, edited 1 time in total.

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Traxie21, the next thing to do is dont include default from common and copy all the stuff that default does to the minitest mod (also change the prefix from "default:" to "minitest:").
We need to remove the loop that is in inventory/init.lua:18 because its too slow. Just copy stack_max = 64 to each node and craftitem definition.
Then create a new file called alias.lua in minitest and alias all the old nodenames that prefix "default:".

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

Wow.. all that to set the stack limit?
Is there another reason to do that, other than more modification control?

I'll do it, it's just that it dosn't seem like the highest priority.

The soonest I can get back to work on this is Monday.

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Traxie21 wrote:Wow.. all that to set the stack limit?
Is there another reason to do that, other than more modification control?

I'll do it, it's just that it dosn't seem like the highest priority.

The soonest I can get back to work on this is Monday.
There are also other things that need to be tweaked. E.g. the crafting of sticks, not jumpable fences and other stuff (dunno, you play MC :-) ).

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

Yeah, I was going to add fences next, and then *maybe* work on mobs.
Last edited by Traxie21 on Sat Mar 23, 2013 20:39, edited 1 time in total.

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Traxie21 wrote:Yeah, I was going to add fences next, and then *maybe* work on mobs.
No, dont work on mobs. Wait until mobs are in the main game.
Last edited by PilzAdam on Sat Mar 23, 2013 21:47, edited 1 time in total.

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

Okay. In that case, fences and workbenches.
Then torch and water animations.

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

Traxie21 wrote:Okay. In that case, fences and workbenches.
Then torch and water animations.
If you need support at this Traxie, let me know. I'm on this topic too (see my mods).

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

Heh, I was going to add your fences/glowstone after I took a look at them.
(Can I make a few modifications to them please?)

User avatar
YoYoBuddy
Member
Posts: 247
Joined: Sun Jan 27, 2013 00:49
Location: New York City

by YoYoBuddy » Post

Mito551 wrote:
YoYoBuddy wrote:Pilzadam, why the fuck didn't you credit Markus Person for REVOLUTIONIZING this video game genre?
WOW dude, c'mon. he didn't create anything NEW. He just POLISHED it.
I said revolutionized, not invented, and yes traxie, i meant Perrson.
“People are more difficult to work with than machines. And when you break a
person, he can't be fixed."

-Rick Riordan

User avatar
YoYoBuddy
Member
Posts: 247
Joined: Sun Jan 27, 2013 00:49
Location: New York City

by YoYoBuddy » Post

Tetris was the first one.
“People are more difficult to work with than machines. And when you break a
person, he can't be fixed."

-Rick Riordan

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Dont feed this troll.

User avatar
BlockMen
Developer
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen
Location: Germany

by BlockMen » Post

Traxie21 wrote:Heh, I was going to add your fences/glowstone after I took a look at them.
(Can I make a few modifications to them please?)
Sure, go ahead.

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests