ubuntu 11.04 mod help

Scott
Member
 
Posts: 100
Joined: Sun Nov 13, 2011 06:35

ubuntu 11.04 mod help

by Scott » Mon Jan 30, 2012 01:12

hey, im running ubuntu 11.04 and i dont know how to reach my minetest folder to put in mods, nor do i know how to download mods or install them, could someone help me? thanks
ubuntu would be #1, without unity
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Mon Jan 30, 2012 03:15

If you installed it from a ppa, the minetest folder should be a folder named ".minetest" in your home folder. Because of the dot before the name, the folder is hidden; pressing ctrl-h will show hidden files in most file managers. To install a mod, just copy the folder containing the "init.lua" to .minetest/data/mods.
Last edited by Menche on Mon Jan 30, 2012 03:18, edited 1 time in total.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

Scott
Member
 
Posts: 100
Joined: Sun Nov 13, 2011 06:35

by Scott » Mon Jan 30, 2012 03:40

i found this file, but the only folders/reas inside were world, debug.txt and minetest.conf, inside of world, there are only players, auth.txt, env_meta.txt, ipban.txt, map.sqlite, and map_meta.txt.
no data or mod folder
ubuntu would be #1, without unity
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Mon Jan 30, 2012 05:02

Oh, silly me, if you installed from the ppa, the data folder would be in /usr/share/minetest. I compile and run in place, so I'm used to it being in one folder. Anyways, try creating data/mods in the .minetest in your home folder, and putting the mods in like I said. If that doesn't work, then try (as root) putting them in /usr/share/minetest/data/mods.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

Scott
Member
 
Posts: 100
Joined: Sun Nov 13, 2011 06:35

by Scott » Mon Jan 30, 2012 05:13

my usr/share/minetest folder does not have data, only a list of the textures used and the font. is my version outdated?
ubuntu would be #1, without unity
 

User avatar
JSonic
Member
 
Posts: 68
Joined: Fri Jan 13, 2012 17:48

by JSonic » Mon Jan 30, 2012 05:14

Scott, create .minetest/usermods or .minetest/world/worldmods folder in your home. I use the latter and it works just fine.
Also to use use mods you have to install 0.4 version.
Last edited by JSonic on Mon Jan 30, 2012 05:16, edited 1 time in total.
Stairs are cool!
Minetest-c55 for Puppy Linux
Minetest-c55 PPA: daily, stable
 

User avatar
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Mon Jan 30, 2012 05:20

LOL sorry, it's been a really long time since I've actually installed minetest. The run in place version must be really different from the installed version in 0.4.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

Scott
Member
 
Posts: 100
Joined: Sun Nov 13, 2011 06:35

by Scott » Mon Jan 30, 2012 05:23

i created the worldmods folder in the world folder in the .minetest folder in home, the one that has the above stated folders in it. so if i have a texture pack that i want to use, do i just put it in there? im sorry, i realy am a noob to modding
ubuntu would be #1, without unity
 

Scott
Member
 
Posts: 100
Joined: Sun Nov 13, 2011 06:35

by Scott » Mon Jan 30, 2012 05:28

where can i find the 0.4 version for linux, i have installed the one for amd 64 linux
ubuntu would be #1, without unity
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Mon Jan 30, 2012 05:35

Here is the link for 0.4 daily-builds in Ubuntu:
https://code.launchpad.net/~minetestdevs/+archive/daily-builds
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

Scott
Member
 
Posts: 100
Joined: Sun Nov 13, 2011 06:35

by Scott » Mon Jan 30, 2012 05:35

the link you provided will not work for me as i am running ubuntu, and the extraction keeps failing
ubuntu would be #1, without unity
 

User avatar
Splizard
Member
 
Posts: 220
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard

by Splizard » Mon Jan 30, 2012 05:38

Did you add the PPA to your system or are you downloading the .deb file?
Games: The Hungry Games.
Mods: Lifters (Simple Lifts), Snow Biomes and Gates.
Also checkout my texture pack Gridtoon!
View all of them plus more at http://minetest.splizard.com! (may not always be online).
 

Scott
Member
 
Posts: 100
Joined: Sun Nov 13, 2011 06:35

by Scott » Mon Jan 30, 2012 05:38

thanks, but the links not working i mean, im getting there but were i usually click to install, is just regular text
ubuntu would be #1, without unity
 

Scott
Member
 
Posts: 100
Joined: Sun Nov 13, 2011 06:35

by Scott » Mon Jan 30, 2012 05:43

the message below your link, splizard, is intended for jsonic
ubuntu would be #1, without unity
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Mon Jan 30, 2012 07:03

In your home folder, open .minetest - put the mods in a "usermods" folder created inside.
If you want the 0.4 version, you should try the Git version (Main site > Github). Open a terminal, then type this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
sudo apt-get install git-core

Use your admin password to confirm.
Then, this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
git clone https://github.com/celeron55/minetest.git

Then, compile it by following the instructions on the main site (however, do NOT compile using RUN_IN_PLACE, else the user data will not be in .minetest).

If you want to update the git, cd to the minetest's folder then type "git pull". You will have to recompile it.
Last edited by Calinou on Mon Jan 30, 2012 07:06, edited 1 time in total.
 

Scott
Member
 
Posts: 100
Joined: Sun Nov 13, 2011 06:35

by Scott » Mon Jan 30, 2012 15:43

thanks! these are really detailed instructions. but i added the site to my software sources, and did a sudo-apt update and that may or may not have worked. i now go into the .minetest folder and go into world, where this is a data folder, with a mods folder. so in there do i just drop the folder of the mod into there? or is there something else i need to do, and are different textures dropped in as a mod or some other folder still seemingly non-existent to me on my possibly outdated version. i will try these instructions and report back to this thread.
ubuntu would be #1, without unity
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 15 guests

cron