[Game] MineClone2 [0.86]

User avatar
22i
Member
Posts: 22
Joined: Sat May 20, 2017 18:52
GitHub: 22i

Re: [Game] MineClone 2 [0.29.1]

by 22i » Post

GamingAssociation39 wrote:The best rooms will be decided by votes at a later date on a forum post
+1

Kurtzmusch
Member
Posts: 41
Joined: Sat Oct 21, 2017 18:12
In-game: Kurtzmusch

Re: [Game] MineClone 2 [0.29.1]

by Kurtzmusch » Post

I get a flash of the world and then this error:

Code: Select all

2017-10-21 16:30:07: ERROR[Main]: ServerError: AsyncErr: Lua: finishGenOOM error from mod 'mcl_dungeons' in callback environment_OnGenerated(): not enough memory
2017-10-21 16:30:07: ERROR[Main]: Current Lua memory usage: 15 MB
Running on windows mt 0.4.16
Like Puzzles? Escape The Dungeon

User avatar
Lone_Wolf
Member
Posts: 2576
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Game] MineClone 2 [0.29.1]

by Lone_Wolf » Post

Kurtzmusch wrote:I get a flash of the world and then this error:

Code: Select all

2017-10-21 16:30:07: ERROR[Main]: ServerError: AsyncErr: Lua: finishGenOOM error from mod 'mcl_dungeons' in callback environment_OnGenerated(): not enough memory
2017-10-21 16:30:07: ERROR[Main]: Current Lua memory usage: 15 MB
Running on windows mt 0.4.16
Nothing to do with the subgame. Your computer is out of space.
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.29.1]

by GamingAssociation39 » Post

Bug???!!!
Attachments
20171021_195135~2.jpg
20171021_195135~2.jpg (651.57 KiB) Viewed 918 times
Jesus Is Lord and Savior!!!

Kurtzmusch
Member
Posts: 41
Joined: Sat Oct 21, 2017 18:12
In-game: Kurtzmusch

Re: [Game] MineClone 2 [0.29.1]

by Kurtzmusch » Post

Lone_Wolf wrote: Nothing to do with the subgame. Your computer is out of space.
What do you mean? i have 16 GB free in minetest partition and 8GB RAM
Like Puzzles? Escape The Dungeon

User avatar
Lone_Wolf
Member
Posts: 2576
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Game] MineClone 2 [0.29.1]

by Lone_Wolf » Post

Kurtzmusch wrote:
Lone_Wolf wrote: Nothing to do with the subgame. Your computer is out of space.
What do you mean? i have 16 GB free in minetest partition and 8GB RAM
I'm not sure what the error means. I saw another like that one that was caused by low space though. Guess I'm wrong
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
MysticTempest
Member
Posts: 41
Joined: Sun Jul 16, 2017 01:20
GitHub: MysticTempest

Re: [Game] MineClone 2 [0.29.1]

by MysticTempest » Post

Heya,

So, I've been slowly working on a texture pack for MineClone2, & Minetest Game. I'm still a ways off, but I wanted a TP that was true to Minecraft, like Faithful. But, 16x, and CC licensed; so I've been making my own.

Anyways, just recently I decided I wanted a better way of comparing my TP to the original. So, I forked, and modified 'mcimport' to use MineClone2.
But my fork still needs a lot of work. As I still haven't mapped everything (item frames, banners etc...); some nodes need their facedirs fixed(Ex. g. terracotta), and some 2d nodes(stained glass panes, etc...) need their orientations fixed.
But, I updated, and added many blockIDs so that it converts pretty well for basic texture testing, and I'll continue working on it more when I can.

**Only real warning, which is also mentioned in the readme & the code dialogue of my fork of mcimport; is that you need to remove the 'MAPGEN' modpack from MineClone2 while playing the converted world. As it crashes if you don't (I need to look into finding a fix for that later).

So yea; I figured I'd share what I have so far in case it helps anyone else who wants to convert MC maps. Links below.


Test Image Preview:
https://imgur.com/9gehP7a


Map used to test:
SlickNic's Resource Pack Test Map v1.12 - https://www.planetminecraft.com/project ... -test-map/

Github code:
https://github.com/MysticTempest/mcimpo ... MineClone2

---------
Edit: Screenshot updated to reflect nodes that convert now(like doors). 10-23-17
And, edited where I mentioned that G. Terracotta, and Big Mushrooms don't spawn, or partially spawn. That's been fixed, but their facedirs need work now.

2nd Edit for new screenshot showing that mushrooms & vines are properly rotated now; chests too. And, removed my REFI textures, so there's no mixup in how MineClone2's default looks like.
And, stuff like iron bars, basic glass panes have a partial/hacky fix for their orientations. See my fork for the full changelog. 11-23-17
Last edited by MysticTempest on Fri Nov 24, 2017 04:08, edited 2 times in total.

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Game] MineClone 2 [0.29.1]

by Inocudom » Post

Lone_Wolf wrote:
Kurtzmusch wrote:
Lone_Wolf wrote: Nothing to do with the subgame. Your computer is out of space.
What do you mean? i have 16 GB free in minetest partition and 8GB RAM
I'm not sure what the error means. I saw another like that one that was caused by low space though. Guess I'm wrong
I think Wuzzy needs to be made aware of this. Otherwise, it will never get fixed.

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.29.1]

by GamingAssociation39 » Post

MysticTempest wrote:Heya,

So, I've been slowly working on a texture pack for MineClone2, & Minetest Game. I'm still a ways off, but I wanted a TP that was true to Minecraft, like Faithful. But, 16x, and CC licensed; so I've been making my own.

Anyways, just recently I decided I wanted a better way of comparing my TP to the original. So, I forked, and modified 'mcimport' to use MineClone2. But my fork still needs a lot of work.
As I still haven't mapped everything(nodes with specific facedirs[like glazed terracotta] partially spawn, because I haven't mapped all their facedirs yet, big mushrooms, etc...), and a lot of 2d nodes(panes, bars, vines, etc...) need their orientations fixed.
But, I updated, and added many blockIDs so that it converts pretty well for basic texture testing, and I'll continue working on it more when I can.

**Only real warning, which is also mentioned in the readme & the code dialogue; is that you need to remove the 'MAPGEN' modpack from MineClone2 while playing the converted world. As it crashes if you don't (I need to look into finding a fix for that later).

So yea; I figured I'd share what I have so far in case it helps anyone else. Links below.


Test Image Preview: (There's a mix of PixelPerfection, & my own textures in the Minetest screenshot.)
https://imgur.com/M4DCovF

Map used to test:
SlickNic's Resource Pack Test Map v1.12 - https://www.planetminecraft.com/project ... -test-map/

Github code:
https://github.com/MysticTempest/mcimpo ... MineClone2
I've also been working on a texture pack for MineClone 2 been working with a couple of people from the community to create it.
Jesus Is Lord and Savior!!!

User avatar
Wuzzy
Member
Posts: 4786
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Game] MineClone 2 [0.29.1]

by Wuzzy » Post

For your interest: I still read all your messages here. :-)
I'm just not active in MCL2 at the moment. Unfortunately, I can't really predict when I will start with MCL2 again.

About the texture pack: Remember there's a small Python script in the tools directory (but it is incomplete, some textures still need manual intervention, but it still saves you a lot of time). Read the comment in the file itself to learn how it works. If you have questions, I'll be there in IRC (see 1st post).

About woodland mansion: Wow, this sounds awesome! The woodland mansion will obviously be a lot of work. If you want to contribute own rooms, maybe as schematic files, that would be greatly appreciated. Here's a mod to make the creation of schematics easy: viewtopic.php?f=9&t=18515
Note I want the woodland mansion not to be an identical copy, just to be kinda similar. But the room sizes should be the same. Note I probably won't take 1:1 copies of Minecraft rooms. But the general structure of the whole building and the used algorithms will probably be based on what the Minecraft Wiki says, like most other things in MCL2. :-)

nvrsbr
Member
Posts: 57
Joined: Fri Jun 05, 2015 19:42

Re: [Game] MineClone 2 [0.29.1]

by nvrsbr » Post

Any way to stop the constant footsteps sound from the mobs?
Also I am where there is snow and no matter where you are or what depth you are at its a constant sound of something walking on snow.
It is VERY annoying :(

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.29.1]

by GamingAssociation39 » Post

I keep getting a place where it rains then it snows so...
Jesus Is Lord and Savior!!!

User avatar
Walker
Member
Posts: 1816
Joined: Tue Oct 03, 2017 09:22
In-game: Walker
Contact:

Re: [Game] MineClone 2 [0.29.1]

by Walker » Post

can anyone ad a simple mod with flat colored decolamps ?
can be crafted by glowstone and colored glas or what ever ;)

german:
kann jemand eine einfache Mod entwerfen mit flachen farbigen Dekolampen ?
können mit Glowstone und farbigen Glas erstellt werden oder so :D

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.29.1]

by GamingAssociation39 » Post

That should be pretty easy dm me and we can work on it.
Jesus Is Lord and Savior!!!

User avatar
Wuzzy
Member
Posts: 4786
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Long overdue bugfix update 0.29.2!

by Wuzzy » Post

Bugfixes in the new version 0.29.2:
  • Fix crash when players joined with compass and the static_spawnpoint setting had a specific format
  • Make floating vines decay
  • Fix item frames being able to duplicate tons and tons of items
  • Fix armor stands repairing damaged armor
  • Fix Nether achievement description
  • Update Mobs Redo (1.40) and mobs_mc
  • Ocelots now flee when attacked, instead of attacking back

zargulthewizard
Member
Posts: 249
Joined: Wed Jul 26, 2017 18:10
In-game: zargul

Re: [Game] MineClone 2 [0.29.2]

by zargulthewizard » Post

Downloaded. Looks awesome! Can hardly wait to try out!

... Wait.Wuzzy? Is that you?

You're a contributory member of the communities of both my favourite open source cross platform games!

You are gifted. And as far as I can see, you are using it wisely.
May God be with you, always.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Game] MineClone 2 [0.29.2]

by azekill_DIABLO » Post

^ seriously good and nice commentary
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

u19503

Re: [Game] MineClone 2 [0.29.2]

by u19503 » Post

zargulthewizard wrote:Downloaded. Looks awesome! Can hardly wait to try out!

... Wait.Wuzzy? Is that you?

You're a contributory member of the communities of both my favourite open source cross platform games!

You are gifted. And as far as I can see, you are using it wisely.
Hahaha yeh this guy XD
But seriously something about this comment was quite heartwarming :)

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.29.2]

by GamingAssociation39 » Post

Which one do you like better?

Image

Image
Attachments
xifO3TP.png
xifO3TP.png (589.42 KiB) Viewed 918 times
Screenshot_2017-11-08-20-59-10.png
Screenshot_2017-11-08-20-59-10.png (463.65 KiB) Viewed 918 times
Jesus Is Lord and Savior!!!

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Game] MineClone 2 [0.29.2]

by azekill_DIABLO » Post

Wha daa fuk

the new ones look awful! What da hell did they do...
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.29.2]

by GamingAssociation39 » Post

They made the new horses look blockier because the original horses weren't theirs
Jesus Is Lord and Savior!!!

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Game] MineClone 2 [0.29.2]

by azekill_DIABLO » Post

GamingAssociation39 wrote:They made the new horses look blockier because the original horses weren't theirs
They look closer of pigs naw
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.29.2]

by GamingAssociation39 » Post

azekill_DIABLO wrote:
GamingAssociation39 wrote:They made the new horses look blockier because the original horses weren't theirs
They look closer of pigs naw
Yeah because the original horses were from the mo' creatures mod originally.
Jesus Is Lord and Savior!!!

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Game] MineClone 2 [0.29.2]

by azekill_DIABLO » Post

Yep, i heard that... but the models really look wierd with that face especially!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.29.2]

by GamingAssociation39 » Post

azekill_DIABLO wrote:Yep, i heard that... but the models really look wierd with that face especially!
Yeah a number of people don't like the design of it.
Jesus Is Lord and Savior!!!

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 3 guests