How do I begin

JohnQN
New member
 
Posts: 3
Joined: Tue May 31, 2016 17:03
In-game: JohnQN

How do I begin

by JohnQN » Tue May 31, 2016 17:33

Hello, i'm new here.I'm ten and want to start programming Minetest.
I really need help how to begin with downloading minetest at all in LinuxMint!

Thank you! ;- )
Last edited by JohnQN on Wed Jun 08, 2016 16:45, edited 2 times in total.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: How do I begin

by rubenwardy » Tue May 31, 2016 17:42

Take a look at the Minetest modding book
 

User avatar
TumeniNodes
Member
 
Posts: 1335
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes

Re: How do I begin

by TumeniNodes » Wed Jun 01, 2016 02:51

JohnQN wrote:Hello, i'm new here.I'm ten and want to start programming Minetest.
I really need help how to begin with download at LinuxMint!

Thank you! ;- )


Did you get to install it yet?
Flick?... Flick who?
 

User avatar
jbb
Member
 
Posts: 72
Joined: Tue Dec 09, 2014 17:16
GitHub: JBBgameich
IRC: JBB
In-game: JBB

Re: How do I begin

by jbb » Mon Jun 06, 2016 16:55

Install the Minetest version wich is provied by Linux Mint is easy: open your package mangement (for example synaptic) and search for minetest. Or install it using a terminal: open a terminal like xterm and run "sudo apt-get install minetest" then tipp your password and answer all questions with Y.

If you want to use the latest version try adding the Minetest launchpad sources to your system:
open a terminal again and run "sudo nano /etc/apt/sources.list", then mark the code from my post and paste it using your middle mouse button into the terminal. Save changes by using ctl + O.
Depending on your Linux Mint Version try this too sources:
(for 2016 releases:)
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
deb http://ppa.launchpad.net/minetestdevs/daily-builds/ubuntu wily main
deb-src http://ppa.launchpad.net/minetestdevs/daily-builds/ubuntu wily main

If the first one gives an error when updating minetest try this:
(for 2015 releases)
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
deb http://ppa.launchpad.net/minetestdevs/daily-builds/ubuntu xenial main
deb-src http://ppa.launchpad.net/minetestdevs/daily-builds/ubuntu xenial main

then use "sudo apt-get update; sudo apt-get dist-upgrade" and you will have the latest minetest version.

If you want to start making texturepacks or Mods, read the Wikis and watch existing mod's sourcecode or the texturepacks folder.

I hope I could help you.
Minetest runs better on Linux. So I'm using Linux.
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

by Hybrid Dog » Tue Jun 07, 2016 11:53

jbb, instead of manually editing sources.list, you could add the ppa by using the command $ sudo apt-add-repository ppa:minetestdevs/daily-builds, can't you?
 

JohnQN
New member
 
Posts: 3
Joined: Tue May 31, 2016 17:03
In-game: JohnQN

Re: How do I begin

by JohnQN » Wed Jun 08, 2016 17:27

I did evry thing that jbb told . now I have this:
Processing triggers for initramfs-tools (0.103ubuntu4.3) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-37-generic
Warning: No support for locale: pt_BR.utf8
Processing triggers for libreoffice-common (1:4.2.8-0ubuntu4) ...
What do I do now?????? (º_º)
 

User avatar
jbb
Member
 
Posts: 72
Joined: Tue Dec 09, 2014 17:16
GitHub: JBBgameich
IRC: JBB
In-game: JBB

Re: How do I begin

by jbb » Sat Jun 11, 2016 18:38

I forgot: run apt-get upgrade. But do not abort this process which runs now! @HybridDog I don't now which version if Mint he uses. If its LMDE this is the best way, because it works on every Debian distribution.
Minetest runs better on Linux. So I'm using Linux.
 

JohnQN
New member
 
Posts: 3
Joined: Tue May 31, 2016 17:03
In-game: JohnQN

Re: How do I begin

by JohnQN » Tue Jun 14, 2016 17:34

My linuxmint version is 17.1 I need help to open minetest on terminal.
( ͡° ͜ʖ ͡°)
 

User avatar
ExeterDad
Member
 
Posts: 1121
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad

Re: How do I begin

by ExeterDad » Tue Jun 14, 2016 17:59

If you installed the package, you just type minetest into the terminal and hit enter.

My two sons are near your age and have been studying rubenwardy's book and are having great luck understanding and creating stuff. Highly recommended.
٩(̾●̮̮̃̾•̃̾)۶

Kibbie and I have a beautiful public server now! HOMETOWN
 

User avatar
TG-MyinaWD
Member
 
Posts: 355
Joined: Thu May 08, 2014 21:22
GitHub: Maddie-Myina
IRC: Maddie-Myina
In-game: .

Re: How do I begin

by TG-MyinaWD » Wed Jun 15, 2016 13:43

Welcome, to the Minetest Family (Yours forever family till no more tests... THERE IS NO WAY OUT!) I'm a Minetest player for longest of times. I have create things here and there.

Other then being a Minetest player.. I love to write, draw, code websites..
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
<?php echo mytext('PHP FTW!'); ?>

I do to some other things. But right now I'm building a Minetest 101 site. (Leaked about it over on InchraIRC).

I'm very well known to be very friendly. And I'm sometimes Become a Admin or a Moderator on most servers.

But yeah feel free to ask if stuck on something, this community always happy to help.
~John (AngelWD; WidDos).
I'm a Transgender no shame about it.
I prefer to be considered as a "Girl/Lady/Miss/Madam/Female" for now on.
 

User avatar
srifqi
Member
 
Posts: 508
Joined: Sat Jun 28, 2014 04:31
GitHub: srifqi
IRC: srifqi
In-game: srifqi

Re: How do I begin

by srifqi » Wed Jun 15, 2016 15:56

Hi, and welcome to Minetest!

If you want to start programming, the first thing is to think and plan what will you build in Minetest and read as many resources and existing code as you can. Like you were first playing Minetest.

Other members already give you all of thing I said before. Good luck!
I'm from Indonesia! Saya dari Indonesia!
Terjemahkan Minetest!
Mods by me. Modifikasi oleh saya.

Pronounce my nick as in: es-rifqi (IPA: /es rifˈki/)
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 12 guests

cron