Minetest Promotional CD

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

Minetest Promotional CD

by jojoa1997 » Fri Dec 06, 2013 02:08

I decided to make a Promotional CD for Minetest. Long story short
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
people school library play Minecraft shown Minetest some interested CD made

Well here is what i made. It has stable Minetest 0.4.8 with 3 extra games, 6 texture packs, 34 mods. There is also a guide and i also added this minetest.conf file. Maybe this could help others test the game.

Minetest.conf:
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
wanted_fps = 60
fps_max = 80
new_style_leaves = true
new_style_water = true
mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons
video_driver = opengl
liquid_loop_max = 10000
screenshot_path = ..\screenshots


File size: 363.53 MB
Download (Filedropper)
Direct Download (Dropbox)

Guide License:
Copyright (C) 2013 jojoa1997
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
Image
Last edited by sfan5 on Fri Dec 06, 2013 15:50, edited 1 time in total.
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

by addi » Fri Dec 06, 2013 04:31

jojoa1997 wrote:Minetest.conf:
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
wanted_fps = 120
fps_max = 180
new_style_leaves = true
new_style_water = true
mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons
video_driver = opengl
liquid_loop_max = 10000
screenshot_path = ../bin/screenshots


some questions.

wanted_fps = 120
fps_max = 180

what sense dose this make?
an "normal" Flatscreen can display at a maximum 60Fps
if you play on a Old CRT its maximum is 50Fps (Europe) so all other is a waste on CPU / GPU

new_style_leaves = true
new_style_water = true
mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons
ok that are good settings

video_driver = opengl
liquid_loop_max = 10000
that are defaults settings arent it?

screenshot_path = ../bin/screenshots
i would prefer
screenshot_path = ..\screenshots
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Fri Dec 06, 2013 04:51

addi wrote:
jojoa1997 wrote:Minetest.conf:
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
wanted_fps = 120
fps_max = 180
new_style_leaves = true
new_style_water = true
mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons
video_driver = opengl
liquid_loop_max = 10000
screenshot_path = ../bin/screenshots


some questions.

wanted_fps = 120
fps_max = 180

what sense dose this make?
an "normal" Flatscreen can display at a maximum 60Fps
if you play on a Old CRT its maximum is 50Fps (Europe) so all other is a waste on CPU / GPU

new_style_leaves = true
new_style_water = true
mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons
ok that are good settings

video_driver = opengl
liquid_loop_max = 10000
that are defaults settings arent it?

screenshot_path = ../bin/screenshots
i would prefer
screenshot_path = ..\screenshots

I agree on both your comments. The fps I changed to
wanted_fps = 60
fps_max = 80
and i also did your suggestion on the screenshots. Thanks for the feedback :-).
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Fri Dec 06, 2013 12:14

Download added.
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Fri Dec 06, 2013 12:39

Filedropper wrote:Please enter the characters you see below

Can't you use something normal like Dropbox, Ubuntu One or box.net?
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Fri Dec 06, 2013 13:08

sfan5 wrote:
Filedropper wrote:Please enter the characters you see below

Can't you use something normal like Dropbox, Ubuntu One or box.net?
no. I tried uploading it to the forums via did file but after ten minutes I saw the little URL bar thing on the bottom of the browser go from (uploading 0%) to (uploading 80-90%). Sfan5 iirc you made an uploading service for minetest right?
[spoiler=Edits1-2]
Edit: I found it but forgot my password and it won't let me get it back.
Edit2: I remembered my password and also realized that there is no email part of sign up so there is not forgot password thing. I will upload it when I get to a real computer. Stupid android doesn't last me upload without root.
[/spoiler]
Edit3: I just tried uploading to http://sfan5.duckdns.org/upload and i think my file is too big. I will try uploading to dropbox.
Last edited by jojoa1997 on Fri Dec 06, 2013 14:15, edited 1 time in total.
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Fri Dec 06, 2013 14:55

I just added a download to dropbox. Feedback is apreciated. BTW it is 363.53 MB
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

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

by rubenwardy » Tue Dec 10, 2013 13:53

jojoa1997 wrote:
addi wrote:
jojoa1997 wrote:Minetest.conf:
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
wanted_fps = 120
fps_max = 180
new_style_leaves = true
new_style_water = true
mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons
video_driver = opengl
liquid_loop_max = 10000
screenshot_path = ../bin/screenshots


some questions.

wanted_fps = 120
fps_max = 180

what sense dose this make?
an "normal" Flatscreen can display at a maximum 60Fps
if you play on a Old CRT its maximum is 50Fps (Europe) so all other is a waste on CPU / GPU

new_style_leaves = true
new_style_water = true
mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons
ok that are good settings

video_driver = opengl
liquid_loop_max = 10000
that are defaults settings arent it?

screenshot_path = ../bin/screenshots
i would prefer
screenshot_path = ..\screenshots

I agree on both your comments. The fps I changed to
wanted_fps = 60
fps_max = 80
and i also did your suggestion on the screenshots. Thanks for the feedback :-).
65 would be better to stop tearing.

What extra games are there?
Last edited by rubenwardy on Tue Dec 10, 2013 13:53, edited 1 time in total.
 


Return to Minetest-Related

Who is online

Users browsing this forum: No registered users and 25 guests

cron