[0.4.12] Minerealm Server

MagicFab
New member
Posts: 8
Joined: Wed May 21, 2014 00:23

Re: [0.4.9] Minerealm Server V2.0

by MagicFab » Post

I used the standard client in Debian Jessie/Testing (v 0.4.9+repack-5), it took some time to log in but it worked nicely. Thanks for the quick tour and welcome, Don! :)

User avatar
Nicole
Member
Posts: 37
Joined: Fri Jul 26, 2013 19:41
Location: Mericaaaa. Fudge yeahhhh.

Re: [0.4.9] Minerealm Server V2.0

by Nicole » Post

I just got the correct client installed on my main computer. :) It'll be fun seeing all of you guys again.

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [0.4.9] Minerealm Server V2.0

by Don » Post

MagicFab wrote:I used the standard client in Debian Jessie/Testing (v 0.4.9+repack-5), it took some time to log in but it worked nicely. Thanks for the quick tour and welcome, Don! :)
Thanks. Vazon put some new mods on and things are going great! Hope to see you on there lots.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

rommiekerova
Member
Posts: 93
Joined: Thu Nov 21, 2013 10:59
In-game: Andromeda
Location: United Kingdom

Re: [0.4.9] Minerealm Server V2.0

by rommiekerova » Post

Sadly I can't use the windows build as its for 64bit. I have a 32bit win XP. Outdated I know. Can't afford to upgrade.
My Mods: Kerova - viewtopic.php?id=8054
My Server: Kalisae - viewtopic.php?id=9040 <--CLOSED UNTIL FURTHER NOTICE!

Vazon
Member
Posts: 191
Joined: Sat Aug 17, 2013 17:20
IRC: Vazon
In-game: Vazon
Location: Tennessee, U.S

Re: [0.4.9] Minerealm Server V2.0

by Vazon » Post

rommiekerova wrote:Sadly I can't use the windows build as its for 64bit. I have a 32bit win XP. Outdated I know. Can't afford to upgrade.
Its fine, I think there is a 32bit version but I will have to look.

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [0.4.9] Minerealm Server V2.0

by Don » Post

Try this for windows 32 bit. viewtopic.php?id=4547
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

User avatar
DuDraig
Member
Posts: 96
Joined: Sun Sep 28, 2014 17:56
IRC: DuDraig
In-game: DuDraig

Re: [0.4.10] Minerealm Server

by DuDraig » Post

This is a start of a list of bugs or inconsistencies I've observed in playing in Minerealms. I've initially skipped all the mesecons and technic stuff as it is arcane and some of the lack of craft recipes is by design.

This was just a quick run through of the unified_inventory and recipes. I'm sure I've skipped over a lot more. It would seem to indicate that there are inconsistencies and incompatibilities between installed mods that existed initially and have creeped in over time with patches and updates.

I am willing to take on some of these mod projects as I would like to practice my Lua scripting a lot more. I hope you find this helpful.

Inventory and Recipe Related
  • In the unified inventory, many recipes have an ingredient item that has an “unknown item” icon. These might be Minerealms specific additions as either the node name does not appear in, or the additional recipe is not registered in the publicly available mod.
    • castle:roofslate
    • darkage:reinforced_chalk, recipe #1
    • default:ladder, recipe #1
    • dye:black, recipe #16
    • dye:brown, recipe #20
    • dye:cyan, recipe #9
    • dye:dark_green, recipe #9
    • dye:dark_grey, recipe #4
    • dye:green, recipe #12
    • dye:grey, recipe #7
    • dye:magenta, recipe #6
    • dye:pink, recipe #6
    • homedecor:chains, recipe #1 (This would appear to the the standard homedecor recipe that uses
    • homedecor:chainlink_steel but that item does not exist in Minerealms)
    • homedecor:rug_small, recipe #1 (This might be the recipe that uses colored cottons)
    • homedecor:speaker, recipe #1 (This might be the recipe that uses colored cottons)
    • homedecor:speaker_small, recipe #1 (This might be the recipe that uses colored cottons)
    • homedecor:table_lamp_off, recipe #1 (moreblocks:slab_wood)
    • moretrees:coconut_milk, recipe #1, 4, and 5 (moretrees uses a hard-coded table of cutting tools as ingredients, some of which do not exist in Minerealms)
    • tnt:clean_tnt (This appears to be a Minrealms mod of the standard tnt mod)
  • Some items that should be craftable do not show a recipe in the unified inventory. These might be Minerealms specific additions as they are not registered in the publicly available mods.
    • darkage:reinforced_stone_brick
    • default:grass_block
    • homedecor:air_conditioner (The standard homedecor does have two recipes for this)
    • homedecor:wood_table_large_b (The standard homedecor also does not have a recipe)
    • lrfurn:longsofa_right_white
  • Redundant recipes that use a specific member of a group when a group is already used.
    • default:ladder, recipe #2
    • default:rail, recipe #1
    • default:sign_wall, recipe #1
  • Redundant recipes that are exactly the same.
    • default:paper, recipes #1 and 2
  • Redundant recipe that differ only in the number of output items.
    • dye:green, recipes #1 (2) and 2 (4)
    • dye:red, recipes #1 (4 – actually created) and 7 (2)
    • dye:yellow, recipe #1 (2) and 8 (4 – actually created)
  • Recipes that do not have a “Copy to craft grid” section
    • dye:black, recipe #1
    • dye:blue, recipe #1
    • dye:brown, recipe #1
    • dye:green, recipe #1
    • dye:orange, recipe #1
    • dye:red, recipe #1
    • dye:violet, recipe #1
    • dye:white, recipe #1
    • dye:yellow, recipe #1
    • hardenedclay:hardened_clay
  • There are two different types of straw that can not be swapped as recipe ingredents: castle:straw and darkage:straw. For example: castle:straw can only be used with castle:ropes to make castle:bound_straw but can not be used to make darkage:adobe as can darkage:straw. Any straw should be usable in all recipes that require straw.
  • A moreblocks:jungle_stick can only be made from default:junglewood but a default:stick can be made from any member of the wood group including default:junglewood, and from a default:junglesapling. When default:junglewood is actually used, it creates a moreblocks:jungle_stick overriding the wood group recipe. This is good but a default:junglesapling should also only create a moreblocks:jungle_stick. The fact that a more specific recipe will override a group recipe is undocumented and will cause confusion.
  • Outside of the default tools, most other recipes use default:stick instead of group:stick so a moreblocks:jungle_stick can not be used.
  • Homedecor:table_lamp_off, recipe #2 requires the use of stairs:slab_wood for which there is no craft recipe.
  • Despite the fact that the stairs mod is listed as included, none of the stairs recipes appear in the unified_inventory and any recipe that uses a stairs node shows an “unknown item” icon. The recipes are registered and you can make them (like Cobblestone Stairs).
  • In the inventory, if you type return while the focus is in the search text box, the inventory exits instead of performing the search. If you type tab, which changes the focus to the search button, and then return, the search is performed and the inventory does not close. The inventory should not close when return is typed in a one-line text field if there is an action to perform. It appears the formspec code in the standard minetest code does not allow this kind of configuration and would require a change to minetest itself.
Others
  • When you use the home teleport, you are sunk one block down into the surface and must jump to get out.
  • The default:sign_wall accepts multi-line input and initially shows it but will lose all the new-lines and show one continuous word-wrapped line when you next login.

Vazon
Member
Posts: 191
Joined: Sat Aug 17, 2013 17:20
IRC: Vazon
In-game: Vazon
Location: Tennessee, U.S

Re: [0.4.10] Minerealm Server

by Vazon » Post

DuDraig wrote:This is a start of a list of bugs or inconsistencies I've observed in playing in Minerealms. I've initially skipped all the mesecons and technic stuff as it is arcane and some of the lack of craft recipes is by design.

This was just a quick run through of the unified_inventory and recipes. I'm sure I've skipped over a lot more. It would seem to indicate that there are inconsistencies and incompatibilities between installed mods that existed initially and have creeped in over time with patches and updates.

I am willing to take on some of these mod projects as I would like to practice my Lua scripting a lot more. I hope you find this helpful.

Inventory and Recipe Related
  • In the unified inventory, many recipes have an ingredient item that has an “unknown item” icon. These might be Minerealms specific additions as either the node name does not appear in, or the additional recipe is not registered in the publicly available mod.
    • castle:roofslate
    • darkage:reinforced_chalk, recipe #1
    • default:ladder, recipe #1
    • dye:black, recipe #16
    • dye:brown, recipe #20
    • dye:cyan, recipe #9
    • dye:dark_green, recipe #9
    • dye:dark_grey, recipe #4
    • dye:green, recipe #12
    • dye:grey, recipe #7
    • dye:magenta, recipe #6
    • dye:pink, recipe #6
    • homedecor:chains, recipe #1 (This would appear to the the standard homedecor recipe that uses
    • homedecor:chainlink_steel but that item does not exist in Minerealms)
    • homedecor:rug_small, recipe #1 (This might be the recipe that uses colored cottons)
    • homedecor:speaker, recipe #1 (This might be the recipe that uses colored cottons)
    • homedecor:speaker_small, recipe #1 (This might be the recipe that uses colored cottons)
    • homedecor:table_lamp_off, recipe #1 (moreblocks:slab_wood)
    • moretrees:coconut_milk, recipe #1, 4, and 5 (moretrees uses a hard-coded table of cutting tools as ingredients, some of which do not exist in Minerealms)
    • tnt:clean_tnt (This appears to be a Minrealms mod of the standard tnt mod)
  • Some items that should be craftable do not show a recipe in the unified inventory. These might be Minerealms specific additions as they are not registered in the publicly available mods.
    • darkage:reinforced_stone_brick
    • default:grass_block
    • homedecor:air_conditioner (The standard homedecor does have two recipes for this)
    • homedecor:wood_table_large_b (The standard homedecor also does not have a recipe)
    • lrfurn:longsofa_right_white
  • Redundant recipes that use a specific member of a group when a group is already used.
    • default:ladder, recipe #2
    • default:rail, recipe #1
    • default:sign_wall, recipe #1
  • Redundant recipes that are exactly the same.
    • default:paper, recipes #1 and 2
  • Redundant recipe that differ only in the number of output items.
    • dye:green, recipes #1 (2) and 2 (4)
    • dye:red, recipes #1 (4 – actually created) and 7 (2)
    • dye:yellow, recipe #1 (2) and 8 (4 – actually created)
  • Recipes that do not have a “Copy to craft grid” section
    • dye:black, recipe #1
    • dye:blue, recipe #1
    • dye:brown, recipe #1
    • dye:green, recipe #1
    • dye:orange, recipe #1
    • dye:red, recipe #1
    • dye:violet, recipe #1
    • dye:white, recipe #1
    • dye:yellow, recipe #1
    • hardenedclay:hardened_clay
  • There are two different types of straw that can not be swapped as recipe ingredents: castle:straw and darkage:straw. For example: castle:straw can only be used with castle:ropes to make castle:bound_straw but can not be used to make darkage:adobe as can darkage:straw. Any straw should be usable in all recipes that require straw.
  • A moreblocks:jungle_stick can only be made from default:junglewood but a default:stick can be made from any member of the wood group including default:junglewood, and from a default:junglesapling. When default:junglewood is actually used, it creates a moreblocks:jungle_stick overriding the wood group recipe. This is good but a default:junglesapling should also only create a moreblocks:jungle_stick. The fact that a more specific recipe will override a group recipe is undocumented and will cause confusion.
  • Outside of the default tools, most other recipes use default:stick instead of group:stick so a moreblocks:jungle_stick can not be used.
  • Homedecor:table_lamp_off, recipe #2 requires the use of stairs:slab_wood for which there is no craft recipe.
  • Despite the fact that the stairs mod is listed as included, none of the stairs recipes appear in the unified_inventory and any recipe that uses a stairs node shows an “unknown item” icon. The recipes are registered and you can make them (like Cobblestone Stairs).
  • In the inventory, if you type return while the focus is in the search text box, the inventory exits instead of performing the search. If you type tab, which changes the focus to the search button, and then return, the search is performed and the inventory does not close. The inventory should not close when return is typed in a one-line text field if there is an action to perform. It appears the formspec code in the standard minetest code does not allow this kind of configuration and would require a change to minetest itself.
Others
  • When you use the home teleport, you are sunk one block down into the surface and must jump to get out.
  • The default:sign_wall accepts multi-line input and initially shows it but will lose all the new-lines and show one continuous word-wrapped line when you next login.
DuDraig: Thanks for this list of bugs i will start fixing them as soon as I get the time, I should have time this weekend.

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: [0.4.10] Minerealm Server

by maikerumine » Post

I just played this server for about 4 hours last night, had a great time! Just about ZERO lag and no deaths yet at -200meters. I love the schist textures, haven't seen them before and thought they were pleasing to the eyes. I crafted a travelnet station and was wondering how to find out the "network" to connect to?
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

rommiekerova
Member
Posts: 93
Joined: Thu Nov 21, 2013 10:59
In-game: Andromeda
Location: United Kingdom

Re: [0.4.10] Minerealm Server

by rommiekerova » Post

You can put whatever number you like into that space to make your own unique network but you must write it down so you don't forget or any more travelnets you make won't sync.
My Mods: Kerova - viewtopic.php?id=8054
My Server: Kalisae - viewtopic.php?id=9040 <--CLOSED UNTIL FURTHER NOTICE!

Sokomine
Member
Posts: 4276
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: [0.4.10] Minerealm Server

by Sokomine » Post

rommiekerova wrote: You can put whatever number you like into that space to make your own unique network but you must write it down so you don't forget or any more travelnets you make won't sync.
Not only numbers. I usually use names like "work" or "Sightseeing" for my travelnet networks. Best settle on a name and use that for all your travelnets - unless you want to set up diffrent networks (i.e. private and public).
A list of my mods can be found here.

bitsflashing
Member
Posts: 18
Joined: Wed Jul 30, 2014 18:31
In-game: bitsflashing
Location: Texas, USA

Re: [0.4.10] Minerealm Server

by bitsflashing » Post

I noticed that I couldn't connect to the server anymore? Is there a reason that it's been down?
The little unremembered acts of kindness and love are the best parts of a person's life.
-William Wordsworth

Better to remain silent and be thought a fool than to speak out and remove all doubt.

-Abraham Lincoln

Vazon
Member
Posts: 191
Joined: Sat Aug 17, 2013 17:20
IRC: Vazon
In-game: Vazon
Location: Tennessee, U.S

Re: [0.4.10] Minerealm Server

by Vazon » Post

Srry about that i was gone for a while the server should be back up

nolan
Member
Posts: 298
Joined: Tue Jun 25, 2013 04:52
Location: ohio

Re: [0.4.12] Minerealm Server

by nolan » Post

hey vazon :D.

Post Reply

Who is online

Users browsing this forum: No registered users and 22 guests