Page 1 of 1
[Modpack]scientific[0.0] [scientific]

Posted:
Fri Jul 19, 2013 06:06
by ch98
This is a plan for making scientific modpack. This is to make a mod starting with every element known to science then simple compounds and complicated ones. This mod should also add new ores for making it as close as possible to our real life science. all elements would have natural source as close as reality and all chemical reactions simple enough for minetest to run. but.....
I need help!!!I need to know how to use github, and to make this complicated of a mod I need a lot of people working on it.
githubPlease share Ideas! we need to start at planning what to do to even start!
Also tell me if you want to help in github (I may know how to)

Posted:
Fri Jul 19, 2013 06:38
by Bas080
I'm a big fan of adding science based mods. I don't think a mod pack is the solutions. Why not have different mods for different disciplines. Then hopefully one day you can make a modpack out of all them science mods. But you can checout and maybe contribute to the chemistry mod that I initiated. Also the terminal mod that i just finished is kinda sciency although it does not explain how things work and how to use. It requires some knowledge of the OS. Maybe extending it may give beginners a nice way to learn command line interfaces and maybe bash scripting.

Posted:
Fri Jul 19, 2013 09:02
by Dan Duncombe
So will this be like MineChem, a Minecraft mod?

Posted:
Fri Jul 19, 2013 11:55
by Thermal_Shock
There's an unimaginable amount of concept work that would go into this.
Let's use helium as an example element. Helium is commonly extracted from natural gas. From that knowledge we need to figure out how we'll spawn natural gas. How to extract the natural gas in the game. Also what other uses natural gas could provide. Then consider how to separate the helium from natural gas in the game. Plus determine what to do with the helium once we have it.
To say it's ambitious is a bit of an understatement.

Posted:
Fri Jul 19, 2013 14:18
by 1244
I am working for few months on chemistry mod. Now I am working to add acceleators.
Link to this mod:
http://forum.minetest.net/viewtopic.php?id=4779I change screenshots soon.

Posted:
Fri Jul 19, 2013 19:50
by ch98
I am planning to use as much of stuff in default mod as possible like anything that uses heat can be done in special container with starting material in it in to furnace makes ending material in special container. These will reduce amount of code and make way less special equipments. Also, for gas that is heavier than air, you can use thin liquid with almost no color and for lighter ones, a clear walk through node that rises not falls. Also, I am planning to make layers of different gas over 5000 m and 15000 m and turn it in to vacuum where it is hazardous to human over 15000 m or so. This mod changes minetest's law of physics a little different too. Also, if I want to keep this a different mod, I need to make every mod dependent to every other mod and develop everything at a time so it is simpler for it to be 1 huge mod pack.

Posted:
Fri Jul 19, 2013 19:58
by ch98
Thermal_Shock wrote:There's an unimaginable amount of concept work that would go into this.
Let's use helium as an example element. Helium is commonly extracted from natural gas. From that knowledge we need to figure out how we'll spawn natural gas. How to extract the natural gas in the game. Also what other uses natural gas could provide. Then consider how to separate the helium from natural gas in the game. Plus determine what to do with the helium once we have it.
To say it's ambitious is a bit of an understatement.
that is why we need to start from tools and work starting at how to make default solid, liquid and gas elements. then start from 1 element (which may take up a whole mod) then work out what is needed for that element to exist. That will make an fairly understandable way of building this mod and continuing it.

Posted:
Fri Jul 19, 2013 20:30
by ch98
also, can someone help me how to use commandline git with github?

Posted:
Fri Jul 19, 2013 20:33
by PilzAdam
ch98 wrote:also, can someone help me how to use commandline git with github?
http://git-scm.com/book

Posted:
Fri Jul 19, 2013 21:09
by ch98
thank you. found out about git gui

Posted:
Sat Jul 20, 2013 02:15
by ch98
Do you think WTFPL is good license for this?

Posted:
Sat Jul 20, 2013 06:10
by Bas080
Dan Duncombe wrote:So will this be like MineChem, a Minecraft mod?
MineChem looks cool. Allot of tedious clicking and reading what exactly is possible in the mod. I preffer my still buggy version because it is simplified but has(can have) a for minetest practical function. It allows to turn nodes into other nodes. So if you know chemistry a bit you can get nodes without having to find the node you are looking for in the world but nodes that contain the elements for the node you want.
I do need some help with registering all the crafts. Help will be appreciated. Plus i could use the fresh perspective of a developer. This mod has potential to be educative. fun and even handy for crafting.
https://github.com/bas080/chemistry

Posted:
Sat Jul 20, 2013 06:20
by Bas080
Thermal_Shock wrote:There's an unimaginable amount of concept work that would go into this.
Let's use helium as an example element. Helium is commonly extracted from natural gas. From that knowledge we need to figure out how we'll spawn natural gas. How to extract the natural gas in the game. Also what other uses natural gas could provide. Then consider how to separate the helium from natural gas in the game. Plus determine what to do with the helium once we have it.
To say it's ambitious is a bit of an understatement.
That's why i think it is important for mods to make use of the existing gameplay and not something completely new. It makes the content of the mod relevant to the players that know the existing gameplay. For example the MineChem mod does not make any sense! Why would i want to mix the chemicals? Does it have a goal in the game? I think not. It's way to much clicking without results.
Save your time and think of something that fits the existing game goals better instead of making own goals. For most people the game is about aquiring nodes. So why not make chemistry mod with which you can aquire all minetest nodes. You can always add new special chemistry nodes later or make an "api" which allows the adding of chemistry nodes.

Posted:
Sat Jul 20, 2013 08:17
by 1244
Mixing chemicals can be useful if we want to create some other items. For example we can change sand to stone and
vice versa.

Posted:
Sat Jul 20, 2013 09:39
by Bas080
1244 wrote:Mixing chemicals can be useful if we want to create some other items. For example we can change sand to stone and
vice versa.
I think you understand what I am trying to say. There are no mods that really allow you to do this for many nodes.

Posted:
Sat Jul 20, 2013 10:22
by 1244
You are right but there are mods which are developed. It's only a matter of time when this mods support more nodes.

Posted:
Sat Jul 20, 2013 10:34
by Bas080
1244, please share your knowledge

Posted:
Sat Jul 20, 2013 14:44
by 1244
For now are 2 chemistry mods:
yours mod:
http://forum.minetest.net/viewtopic.php?id=4758 which is not now developing
And mine:
http://forum.minetest.net/viewtopic.php?id=4779 which I still developing, I add to this liquefied gases soon.
In this mod exist molecular crafting which allow you to change chemistry substances into items.
Additionally you can put cobble to this machine and get random ores because this machine can search and extract atoms of metals from cobble. Also you can make silicon wafers from sand. This mod also allows you to make more ingots from ores. You must only put ores into distiller next break substances in which metals are trapped in acetylene burner. For the end you must put test-tubes with metals into molecular crafting. In this process you can get 2 ingots from 1 ore. This process supports all ores from default game and technic excluding uranium. When I finish acceleators you can make gold from water or anything else. You only must colide two lighter elemnts to get one heavier. But this process requires advanced technology and huge amount of energy.

Posted:
Sat Jul 20, 2013 19:11
by ch98
I was planning to make all 100 and some elements at oneth to start with and an way for people to easily make new compounds from all scientific elements but to do this, I need some extra compounds for element material, tools, and new physics to work. Also I want to make way more ores, and different rocks as a compound and I want to create Heat melting point and boiling point. Heat may damage you or kill you instantly and all nodes has heat values that effect surrounding nodes. Also if possible, there should be different types of lights and radiations we can not see but does effect surrounding environments. If I add pressure values to gasses and make new vacuum node, that acts like air now and appears when there is no node, I may be able to simulate clouds and rains scientifically. (unfortunately, rain may be big blocks of water falling from the sky.)

Posted:
Wed Jul 24, 2013 23:57
by ch98
Few questions.......
1. How do you control gravity? I want to make this scientific so gravity control by high is needed and flipping gravity (floating up) is needed to make science fiction stuff in science fiction setting.
2. Is it possible to make a mirror? I may need some light reflected off an polish metal surface. (maybe invisible player like thing that acts opposite of how we move for every player so it will show what it sees in mirror)
3. Is it possible to make completely new substance (nodes) in world so we wouldn't have to mod all millions of substance making this biggest mod. Maybe randomly choose new substance/alloy's property inside the law of science and store it in a text file every time new substance is made. Also, common chemicals included in text file from start and some other chemical text files for download.

Posted:
Thu Jul 25, 2013 18:57
by hoodedice
And to top it off, I'm working (secretly) on 1244's mod. I think the next best thing is to merge all of them, unless, there is some critical difference in opinion among the mod devs

Posted:
Mon Aug 05, 2013 04:40
by ch98
is it possible to create image with lua or register new node in game?

Posted:
Mon Aug 05, 2013 04:57
by kaeza
ch98 wrote:is it possible to create image with lua or register new node in game?
Short answer: No and no.

Posted:
Wed Aug 14, 2013 05:01
by ch98
How do i put multiple information in a node?

Posted:
Wed Aug 14, 2013 14:35
by LionsDen
ch98 wrote:How do i put multiple information in a node?
Look here:
http://dev.minetest.net/NodeMetaRefget_meta and set_string and such are two of the lua commands you need.

Posted:
Wed Aug 14, 2013 21:12
by ch98
Thank you for the information! This will make wind, pressure, and gas mixture possible in atmosphere, and maybe even real cloud, rain and full water cycle simulation!

Posted:
Sat Aug 24, 2013 18:33
by ch98
How do you create text file in map folder and store /read information in it? also, is it possible to change color of an node?

Posted:
Tue Aug 27, 2013 04:35
by ch98
Also, can someone tell me how to add or remove small amount of water?

Posted:
Tue Oct 01, 2013 14:09
by jojoa1997
Is this still being worked on and how would i make a gas node. Also what settings would i put in it.