[Mod] Moon realm [0.9.2] [moonrealm]

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

by Krock » Thu Feb 27, 2014 17:19

kpuonyer wrote:Whenever I try to use it, I get this error:
17:11:29: ERROR[main]: ServerError: LuaError: error: ...s\Will\Documents\minetest\bin\..\mods\moonrealm\init.lua:161: attempt to call method 'get_breath' (a nil value)

case 1: 'get_breath' is 'nil' because player is 'nil'
case 2: 'get_breath' got added in a dev version of 0.4.7 (somewhere around there)

I think case 2 happened because you've got an old minetest version. Upgrade.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
kpuonyer
New member
 
Posts: 9
Joined: Fri Sep 13, 2013 18:50

by kpuonyer » Thu Feb 27, 2014 17:30

I am using 0.4.7, so I suppose I should upgrade anyway. Sigh...
Thanks for the help, though.
Last edited by kpuonyer on Thu Feb 27, 2014 17:31, edited 1 time in total.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

by paramat » Fri Feb 28, 2014 15:11

More importantly, all my best mapgens rely on the 'lua voxel manipulator' for fast (1-4 seconds per chunk) generation, that was added in 0.4.8 stable.
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

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

by Inocudom » Fri Feb 28, 2014 17:35

kpuonyer wrote:I am using 0.4.7, so I suppose I should upgrade anyway. Sigh...
Thanks for the help, though.

I would recommend getting the latest development version of Minetest from GitHub.
 

User avatar
Tobunchies
Member
 
Posts: 29
Joined: Sat Apr 12, 2014 23:09
In-game: Tobunchies

by Tobunchies » Mon Apr 14, 2014 23:09

My spacesuit does not work.
This.Is.Dark Souls.
 

mike_dzl
Member
 
Posts: 11
Joined: Sat Apr 05, 2014 22:57

Re: [Mod] Moon realm [0.6.5] [moonrealm]

by mike_dzl » Sat Apr 26, 2014 18:38

Was having fun exploring the moon, and found that if you follow some of the crevasses, and keep going down, eventually you fall right through the bottom and back to earth! LOL....preeeety cool!
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.7.0] [moonrealm]

by paramat » Tue May 27, 2014 01:11

0.7.0
SInglenode realm mode as default, with disabled clouds. This will disable clouds in your minetest.conf file, despite trying to re-enable clouds on leaveplayer they seem to stay disabled (Any ideas why this fails?).
You spawn inside a spawn egg and are provided with a spacesuit, punch your way out.
The search for spawn position searches for smooth terrain to 'land' on.
No falling nodes for the moment as this creates bugs.

We are on the sunlit side of the moon, which i assume is tidally locked, and is also at permanent full moon: opposition from the sun. I guess the moontest guys are on the dark side. 'Black sky with sun' skybox will be added at Minetest 0.4.10 stable.
Last edited by paramat on Tue Jun 10, 2014 02:25, edited 3 times in total.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.7.1] [moonrealm]

by paramat » Tue May 27, 2014 23:16

0.7.1
More equipment is given at spawn, lights are inside the egg as yolk.
Terrain will not overwrite spawn egg, even if it is underground.
Fix time at noon, note time speed may be changed in your minetest.conf file.
Last edited by paramat on Wed Jul 16, 2014 14:12, edited 1 time in total.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.7.1] [moonrealm]

by paramat » Mon Jun 16, 2014 05:20

Version 0.8.0
This is for Minetest 0.4.9 dev after the custom skybox commit.
Auto setting of skybox and light ratio in both singlenode and stacked realm modes. Overridng the light ratio keeps the surface bright independant of server time, essential for the stacked realm mode.
The airglow around the home world in the sky is sampled from it's dawn / dusk skies.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by paramat » Wed Jul 16, 2014 14:36

Version 0.8.1
Minetest 0.4.10 makes the custom skybox and 'override day/night ratio' a part of stable minetest, so this mod is now finally 'complete'.
Code has been updated to use the voxelmanip for spawning appletrees, vacuum and air spread, hydoponic liquid saturation and drying.
The terrain in this mod is the best mapgen i have created.
There is new text in the first post:

"By default a singlenode realm that uses the new custom skybox and 'override day/night ratio': the brightness of the terrain stays constant and is independant of server time in both singlenode or stackes realm modes.
If using as a realm stacked above a normal world, edit YMIN, YMAX and GRADCEN in the init.lua file. You can disable singlenode in the functions.lua file.
You will spawn inside an egg and be provided with a spacesuit and initial equipment. Break your way out of the egg and use the lights inside as your initial supply of lights.
Mine moon stone and build a sealed base, the airlock nodes can be walked through but will not let life support air pass, place the airgen node in the centre of the base and wait for the air to spread. Place hydroponic liquid in at least 2 nodes depth of moon dirt and wait for it to saturate and turn the moon dirt into orange moon 'soil', then plant a sapling, this will only grow in 2 nodes depth of moon soil under a 5x5x6 node volume of air.
The appletree provides apples and leaves for crafting more hydroponic liquid."
Last edited by paramat on Sun Feb 15, 2015 23:37, edited 1 time in total.
 

AnFiadhChu
Member
 
Posts: 13
Joined: Thu Dec 19, 2013 18:16
GitHub: AnFiadhChu
IRC: AnFiadhChu
In-game: AnFiadhChu

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by AnFiadhChu » Thu Jul 31, 2014 19:14

every time I try to start it I get "Error: ~/.minetest/mods/moonrealm/int.lua:176: attempt to call method 'set_sky' (a nil value)
 

User avatar
HeroOfTheWinds
Member
 
Posts: 470
Joined: Wed Apr 23, 2014 23:16
GitHub: HeroOfTheWinds
IRC: WindHero

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by HeroOfTheWinds » Thu Jul 31, 2014 19:26

AnFiadhChu wrote:every time I try to start it I get "Error: ~/.minetest/mods/moonrealm/int.lua:176: attempt to call method 'set_sky' (a nil value)

You need to use Minetest 0.4.10 or later for that function to work. It wasn't in the game yet in Minetest 0.4.9.
Nam ex spatio, omnes res venire possunt.
Why let the ground limit you when you can reach for the sky?
Back to college now, yay for sophomore year schedules. :P
 

WeaGamer1234
Member
 
Posts: 10
Joined: Sat Jul 19, 2014 02:20
GitHub: WeaGamer1234
IRC: WeaGamer1234
In-game: WeaGamer1234

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by WeaGamer1234 » Fri Aug 01, 2014 23:42

Helllpp
___________________________________________________________________________________
-------------
Separator
-------------

Irrlicht log: Irrlicht Engine version 1.8.1
Irrlicht log: Microsoft Windows XP Professional Service Pack 3 (Build 2600)
Irrlicht log: Using renderer: OpenGL 1.1.0
Irrlicht log: GDI Generic: Microsoft Corporation
Irrlicht log: OpenGL driver version is not 1.2 or better.
Irrlicht log: Failed to load OpenGL's multitexture extension, proceeding without.
Irrlicht log: Warning: OpenGL device only has one texture unit. Disabling multitexturing.
Irrlicht log: GLSL not available.
Irrlicht log: Resizing window (800 600)
20:40:06: ERROR[main]: Error loading mod "moonrealm-master": modname does not follow naming conventions: Only chararacters [a-z0-9_] are allowed.
20:40:06: ERROR[main]: Server: Failed to load and run C:\Documents and Settings\Gabriel de sa\Desktop\minetest-0.4.10-win32\bin\..\mods\moonrealm-master\init.lua
20:40:06: ERROR[main]: ModError: ModError: Failed to load and run C:\Documents and Settings\Gabriel de sa\Desktop\minetest-0.4.10-win32\bin\..\mods\moonrealm-master\init.lua
___________________________________________________________________________________
 

User avatar
HeroOfTheWinds
Member
 
Posts: 470
Joined: Wed Apr 23, 2014 23:16
GitHub: HeroOfTheWinds
IRC: WindHero

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by HeroOfTheWinds » Fri Aug 01, 2014 23:52

Rename the mod folder to "moonrealm", not "moonrealm-master". You should never have "-master" after a mod name.
Only modpacks can get away with it, and even then you can have trouble every now and then. Even if you converted the folder name to "moonrealmmaster" to fit the rules, it would break the mod, since it requires the name "moonrealm".

General rule of thumb: the folder should be named after the mod in the forum title, usually found in square brackets.
Nam ex spatio, omnes res venire possunt.
Why let the ground limit you when you can reach for the sky?
Back to college now, yay for sophomore year schedules. :P
 

User avatar
Esteban
Member
 
Posts: 872
Joined: Sun Sep 08, 2013 13:26
GitHub: Esteban-
IRC: Esteban
In-game: Esteban

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by Esteban » Wed Oct 08, 2014 18:36

This has to be from the best mods you made paramat! Though, there is one thing I would like to see. I would added myself, but I don't know:

-The air gen is awesome, but if by accident or during PvP events a wall is broken, the air will leak out. The air keeps spreading and lags the map.

Is it possible to add something that within an amount of time, the moonrealm:air turns into default:air? I would rather have that moonrealm:vacuum fill in and replace the default:air if anything happened instead of never-ending spread of air.

Thanks for an awesome mod!
EDIT: added more info
 

User avatar
AMMOnym
Member
 
Posts: 682
Joined: Tue Sep 10, 2013 14:18
IRC: AMMOnym
In-game: AMMOnym

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by AMMOnym » Wed Oct 08, 2014 18:49

Esteban wrote:This has to be from the best mods you made paramat! Though, there is one thing I would like to see. I would added myself, but I don't know:

-The air gen is awesome, but if by accident or during PvP events a wall is broken, the air will leak out. The air keeps spreading and lags the map.

Is it possible to add something that within an amount of time, the moonrealm:air turns into default:air? I would rather have that moonrealm:vacuum fill in and replace the default:air if anything happened instead of never-ending spread of air.

Thanks for an awesome mod!
EDIT: added more info


Or that air generator will place air to longer size and this air will not generate other air nodes. And air generator could be compatible with pipeworks mod too. I like this mod so much. SpaceBase server could be awesome.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by paramat » Thu Oct 09, 2014 00:06

The life support air uses node metadata to limit it's spread, it will expand in vacuum to create a bubble of air but won't spread further. This feature was added to fix the endless spread of life support air that mauvebic and i experienced early on in development.

This mod needs a furnace replacement, i'm considering adding a mod electric furnace powered by nearby solar panel nodes, instead of the default furnace powered by mese.
Then, all the air, machines and survival code will be ported into my 'asteroid' mod.
Last edited by paramat on Thu Oct 09, 2014 05:58, edited 1 time in total.
 

User avatar
DarkgarX
Member
 
Posts: 25
Joined: Fri Oct 03, 2014 03:00
In-game: DarkgarX

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by DarkgarX » Thu Oct 09, 2014 03:15

I gave it a test, love it :) Good work bro.
 

User avatar
Esteban
Member
 
Posts: 872
Joined: Sun Sep 08, 2013 13:26
GitHub: Esteban-
IRC: Esteban
In-game: Esteban

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by Esteban » Thu Oct 09, 2014 12:53

paramat wrote:The life support air uses node metadata to limit it's spread, it will expand in vacuum to create a bubble of air but won't spread further. This feature was added to fix the endless spread of life support air that mauvebic and i experienced early on in development.

Thanks. I saw it spread, but I didn't knew it would stop eventually. Also I noticed that buildings must be closed squares or else the air leaks. Ex. If you try to build a sphere like building, you had to make like two layers to avoid leaks.

This mod needs a furnace replacement, i'm considering adding a mod electric furnace powered by nearby solar panel nodes, instead of the default furnace powered by mese.
Then, all the air, machines and survival code will be ported into my 'asteroid' mod.[/quote]
I will keep an eye to that mod! :)
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.8.1] [moonrealm]

by paramat » Thu Oct 09, 2014 21:49

Esteban wrote:Also I noticed that buildings must be closed squares or else the air leaks. Ex. If you try to build a sphere like building, you had to make like two layers to avoid leaks.


At one point life support air only spread through cube faces to avoid that, but that method was slower, i also decided that air pressure requires a really strong thick container and that edge- or corner- connected nodes should therefore be considered not good enough.

The custom furnace is going to be difficult for me, if only mauvebic was here ...
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.8.2] [moonrealm]

by paramat » Fri Apr 10, 2015 02:17

Version 0.8.2
Big update, bugfixes and new licenses.

Version changes:

Shell drops nothing
Simpler appletree with vi = vi + 1 optimisation, more apples
New licences
paramtype = "light" for light sources
No longer override day night ratio on joinplayer to avoid darkness
Set SPAWNEGG in functions.lua to enable spawnegg spawning in moonrealm
Moonrealm mese glows and drops default:mese
Shorten lines, cleanup code, fix undeclared globals
Noise objects created only once
 

User avatar
Dopium
Member
 
Posts: 233
Joined: Sat Jun 09, 2012 15:43

Re: [Mod] Moon realm [0.8.2] [moonrealm]

by Dopium » Fri Apr 10, 2015 03:49

Nice update, great work as always paramat
 

User avatar
Doriphore
Member
 
Posts: 22
Joined: Mon Nov 11, 2013 20:21

Re: [Mod] Moon realm [0.8.2] [moonrealm]

by Doriphore » Fri Apr 10, 2015 22:01

This mod is gorgeous and very nice to play.

But I have problems getting hydroponics source.
I try to put leaves with waterice in the middle of the grid, and get nothing
All I have is "apple leaves", though. How do you get moonrealm:leaves ?

What's the use of the moonrealm:sapling recipe ? (with default:sapling + mese crystal.) When you collect leaves, it seems you get moonrealm:sapling, and apple leaves.

I hope I made myself clear (english is not my first language, sorry.)
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.9.1] [moonrealm]

by paramat » Sat Apr 11, 2015 00:10

Version 0.9.1

Version changes:

Call this 0.9.1, 0.8.2 should have been called 0.9.0
GRADCEN = 1 for terrain consistent with previous versions
Use default ice texture
Mod is now for singlenode mapgen only
Move spawnplayer function to init.lua, avoids duplication of parameters
Cleanup crafting code
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.9.1] [moonrealm]

by paramat » Sat Apr 11, 2015 00:16

Sorry, the crafting recipe for hlsource has an error, it should have 'moonrealm:appleleaf', i will fix soon.

The recipe for moonrealm:sapling is left over from when this mod was to be used in core mapgen, the player would have to craft moonrealm:saplings before travelling. This needs to be deleted and will be soon.

This mod needs work and will have improved air and vacuum behaviour.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.9.2] [moonrealm]

by paramat » Sat Apr 11, 2015 01:57

Version 0.9.2

Version changes:

Hlsource crafting bugfix.
Remove moonrealm:sapling crafting.
Moonrealm:appleleaf drops more saplings.
More items given on spawn.
Cleanup code.
 

User avatar
Doriphore
Member
 
Posts: 22
Joined: Mon Nov 11, 2013 20:21

Re: [Mod] Moon realm [0.9.2] [moonrealm]

by Doriphore » Sat Apr 11, 2015 09:16

Thanks for all that work, it's really a good mod, I enjoy playing it.
 

User avatar
Doriphore
Member
 
Posts: 22
Joined: Mon Nov 11, 2013 20:21

Re: [Mod] Moon realm [0.9.2] [moonrealm]

by Doriphore » Sun Apr 12, 2015 13:12

I think I might have found a bug.

When you are outside with your spacesuit, the bubbles that indicates there is no air never decrease. This meaning you can stay outside forever.
So is this a bug or a feature ? ;-)
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] Moon realm [0.9.2] [moonrealm]

by paramat » Sun Apr 12, 2015 20:58

A feature, the spacesuit is worn by having it in your inventory, it provides an endless amount of air to allow you to explore and mine. If you remove it from your inventory you will suffocate.
 

death
Member
 
Posts: 14
Joined: Sun Apr 12, 2015 20:58
In-game: death

Re: [Mod] Moon realm [0.9.2] [moonrealm]

by death » Sun Apr 12, 2015 21:04

[url]OldCoder's server[/url] Like that?
builder123: death -- you can set up shops now..
death: ????? Builder think your drunk?????
 

PreviousNext

Return to Mod Releases

Who is online

Users browsing this forum: Bing [Bot] and 27 guests

cron