Chocolate World, Hershey, Pa
Mods needed for map so far:
custom
streets
mcnodes
Github:
https://github.com/Gerold55/HersheyPark-Map
Why don't you use the official park map for the planning of the walkways?GamingAssociation39 wrote:Am wanting to start the entrance of the park but am having trouble with figuring out the walkways. Can anyone help?
Maybe this will help. https://rubenwardy.com/minetest_modding ... index.html it's a "how to make a mod" book.GamingAssociation39 wrote:What I really need help on is making the models and the signs for the park and Chocolate World.
Well... unfortunately I can't figure out how to make models either... I can only make ones made out of small cubes. But maybe VannesaE can help with the signs.StarNinjas wrote:GA knows how to make mods:) he just needs help on some models and stuff.
Code: Select all
minetest.register_node("my_mod:cool_model_node", {
description = "My cool model node",
drawtype = "mesh",
mesh = "my_mod_cool_model_node_filename.obj",
tiles = {
"my_mod_cool_model_node_first_material_texture.png",
"my_mod_cool_model_node_second_material_texture.png",
-- ...and so on
},
paramtype = "light",
-- .. and then all the rest of the usual node def. stuff, as necessary for your node
})
Users browsing this forum: No registered users and 0 guests