mod reviews/commentary..

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

here is episode 4: http://www.youtube.com/watch?v=sFgBXLF05U4 i tried to be..more fun :P
Last edited by jordan4ibanez on Mon Jan 16, 2012 03:55, edited 1 time in total.
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

Almost done with all the stuff on my server and with the pack and all. I may be ready (if internet is up) by the end of this week.

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

here is episode 5:
http://www.youtube.com/watch?v=GbLytbNbBjI
this will show you how to install mods :)
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

Finally, internet. Now, gotta upload a few things, but my server should be up via remobo.

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

today i will be showing an easier tutorial on how to mod the src
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

here is episode 6! (how to work with minetest in netbeans)
http://www.youtube.com/watch?v=7oq6MQCaXmw
hello, am program. do language in rust. make computer do. okay i go now.

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

Thanks for your Tutorial, i'll use NetBeans for Programming Minetest from now
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

no problem! and if anyone has any other suggestions they should tell me
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
RAPHAEL
Member
Posts: 627
Joined: Tue Nov 01, 2011 09:09
Location: Earth

by RAPHAEL » Post

My only suggestion is more reviews of the mods out there. Lots and lots of mods.
"Before you speak, ask yourself: Is it kind, is it true, is it necessary, does it improve upon the silence?"
My mods: http://goo.gl/n4kpn
(Currently Various, Industrial, Fakeblocks, Jail, MoarCraft, Christmas, Replicator, minetest dev installer for linux, bash mod installer, windows mod installer)

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

I could probably help with a few mod reviews.....my internet is back up. We just reset the router and stuff, and it works great. So, what about we find a time to make a video?

User avatar
Hackeridze
Member
Posts: 310
Joined: Thu Nov 03, 2011 13:35

by Hackeridze » Post

Why we need that?
Here the ONE command, that download all and compile it and run it:

Code: Select all

sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev && wget https://github.com/celeron55/minetest/tarball/master -O master.tar.gz && tar xf master.tar.gz && cd celeron55-minetest* && cmake . && make -j2 && cd bin && ./minetest
My game: RTMG
GENTOO USER

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

Hackeridze wrote:Why we need that?
Here the ONE command, that download all and compile it and run it:

Code: Select all

sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev && wget https://github.com/celeron55/minetest/tarball/master -O master.tar.gz && tar xf master.tar.gz && cd celeron55-minetest* && cmake . && make -j2 && cd bin && ./minetest
faster dev..it allows you to debug...it shows you any code that doesnt work..allows you to test faster..automatically builds after any code is changed when you click play..its easier to develop in netbeans
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
dannydark
Member
Posts: 428
Joined: Fri Aug 12, 2011 21:28
Location: Manchester, UK

by dannydark » Post

jordan4ibanez wrote:
Hackeridze wrote:Why we need that?
Here the ONE command, that download all and compile it and run it:

Code: Select all

sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev && wget https://github.com/celeron55/minetest/tarball/master -O master.tar.gz && tar xf master.tar.gz && cd celeron55-minetest* && cmake . && make -j2 && cd bin && ./minetest
faster dev..it allows you to debug...it shows you any code that doesnt work..allows you to test faster..automatically builds after any code is changed when you click play..its easier to develop in netbeans
Yeah netbeans is one of the best free IDE's, however, pretty much all IDE's can do this both free and paid ^_^ I use Visual Studio 2010 (well Visual Studio 11 developer preview atm) which can do the same as what netbeans does the only downsides are its only for Windows and you have to pay for it (I luckily didn't have to as my work bought a license for each developer).

But I guess its what your comfortable with really as even with VS and a few other products on my systems capable of compiling code sometimes running make is just much simpler and usually quicker as you only have to open a terminal and type a few characters rather than some chunky program.

EDIT: Also you don't have to click run to compile it you can just click build ^_^ which will compile the code without running it.
Last edited by dannydark on Fri Jan 20, 2012 19:36, edited 1 time in total.

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

welp heres episode 7..its un-edited because kdenlive broke my codecs http://www.youtube.com/watch?v=hsdGZLnf86k
this video is on 0.4 latest dev
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
dannydark
Member
Posts: 428
Joined: Fri Aug 12, 2011 21:28
Location: Manchester, UK

by dannydark » Post

jordan4ibanez wrote:welp heres episode 7..its un-edited because kdenlive broke my codecs http://www.youtube.com/watch?v=hsdGZLnf86k
this video is on 0.4 latest dev
Nice video, I haven't updated my local copy yet and was wondering how the inventory changes looked (i.e. the drag and drop etc) thanks ^_^

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

dannydark wrote:
jordan4ibanez wrote:welp heres episode 7..its un-edited because kdenlive broke my codecs http://www.youtube.com/watch?v=hsdGZLnf86k
this video is on 0.4 latest dev
Nice video, I haven't updated my local copy yet and was wondering how the inventory changes looked (i.e. the drag and drop etc) thanks ^_^
no problem! i just installed xubuntu and should have a new video out today :D
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

i was too tired to do a talking commentary today..so here is episode 8:
http://www.youtube.com/watch?v=sARFtlcvlBw (it is a simple video)

and heres music i made for the game:
http://www.youtube.com/watch?v=Bmsys_vvodU
hello, am program. do language in rust. make computer do. okay i go now.

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

jordan4ibanez wrote:
dannydark wrote:
jordan4ibanez wrote:welp heres episode 7..its un-edited because kdenlive broke my codecs http://www.youtube.com/watch?v=hsdGZLnf86k
this video is on 0.4 latest dev
Nice video, I haven't updated my local copy yet and was wondering how the inventory changes looked (i.e. the drag and drop etc) thanks ^_^
no problem! i just installed xubuntu and should have a new video out today :D
yay! XUBUNTU!!!

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

because the new distros have royally f***ed up openshot and record my desktop i have reverted to ubuntu 10.10..and it is VERY VERY nice compared to todays distros..new video officially tomorrow

also i am looking for a new channel intro! :D
hello, am program. do language in rust. make computer do. okay i go now.

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

jordan4ibanez wrote:because the new distros have royally f***ed up openshot and record my desktop i have reverted to ubuntu 10.10..and it is VERY VERY nice compared to todays distros..new video officially tomorrow

also i am looking for a new channel intro! :D
Do you know how to add Titles with OpenShot, i can't get it working
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

sfan5 wrote:
jordan4ibanez wrote:because the new distros have royally f***ed up openshot and record my desktop i have reverted to ubuntu 10.10..and it is VERY VERY nice compared to todays distros..new video officially tomorrow

also i am looking for a new channel intro! :D
Do you know how to add Titles with OpenShot, i can't get it working
yes..install blender
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

here is episode 9 http://www.youtube.com/watch?v=kzr4TGV31D0 the first attempt at a lets play
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

Just a question, but does anyone know a good screen recorder for Windows? I can't find any that work

User avatar
jordan4ibanez
Member
Posts: 1923
Joined: Tue Sep 27, 2011 18:44
GitHub: jordan4ibanez
IRC: jordan4ibanez
In-game: jordan4ibanez

by jordan4ibanez » Post

nothing works if you are on a medium/older pc ..trust me..i tried for over a year
hello, am program. do language in rust. make computer do. okay i go now.

User avatar
IPushButton2653
Member
Posts: 666
Joined: Wed Nov 16, 2011 22:47
Location: Mississippi
Contact:

by IPushButton2653 » Post

I'm positive I have a almost brand new laptop it is lenovo and is running on Windows 7

Post Reply

Who is online

Users browsing this forum: No registered users and 22 guests