Blocklife - fork of Minetest

gibucsoft
Member
 
Posts: 19
Joined: Wed Apr 29, 2015 18:42

Re: Blocklife - fork of Minetest

by gibucsoft » Sun Apr 17, 2016 18:06

@stormchaser3000
I need more informations: Which operating system and which version do you use? Is your computer 32-bit or 64-bit? What is the exact error message? (Preferably from debug.txt)
If you want to try our game you can install binary version meanwhile.
Visit website of Gibucsoft:http://www.gibucsoft.8u.cz/en/. You can download a fork of Minetest, named Blocklife, and some other applications there.
 

User avatar
stormchaser3000
Member
 
Posts: 407
Joined: Sun Oct 06, 2013 21:02

Re: Blocklife - fork of Minetest

by stormchaser3000 » Mon Apr 18, 2016 03:41

the binary did not work properly either and did not give any useful info in the debug.txt (all stuff i had seen before and knew how to fix) anyway ima try to build and run again. and my operating system is arch linux. linux kernel version 4.5.1-ARCH. and i am building a rub in place build. and building with gettext and freetype


EDIT: here is the debug info wanted

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
PNG warning: Interlace handling should be turned on when using png_read_image
PNG warning: Interlace handling should be turned on when using png_read_image
Could not open file of texture: fish_blue_white_mesh.png
Loaded mesh: fish_blue_white.b3d
Loaded mesh: heli.x
PNG warning: Unknown iTXt compression type or method
Could not open file of texture: mob_ostrich_ostrich_mesh.png
Loaded mesh: mob_ostrich_ostrich.b3d
Could not open file of texture: mobf_path_marker.png
Loaded mesh: mobf_path_marker.b3d
Loaded mesh: root.x
Could not open file of texture: character.png
Loaded mesh: wield3d_character.b3d
Loaded texture: /home/stormchaser3000/blocklife-src/textures/base/pack/sunrisebg.png
Font size: 8 16
22:54:05: ERROR[main]: Some exception: "�
22:54:05: ERROR[main]: �"
Quit message received.
AL lib: (EE) alc_cleanup: 1 device not closed


EDIT2: hope that is helpful although from what i can see that doesn't look like much.
 

gibucsoft
Member
 
Posts: 19
Joined: Wed Apr 29, 2015 18:42

Re: Blocklife - fork of Minetest

by gibucsoft » Mon Apr 18, 2016 15:30

Open main.cpp and find this piece of code:
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
#ifdef NDEBUG
      catch(std::exception &e)
      {
         std::string narrow_message = "Some exception: \"";
         narrow_message += e.what();
         narrow_message += "\"";
         errorstream<<narrow_message<<std::endl;
         error_message = narrow_to_wide(narrow_message);
      }
#endif

Then comment this piece of code, recompile the game and send us the new debug info.
Visit website of Gibucsoft:http://www.gibucsoft.8u.cz/en/. You can download a fork of Minetest, named Blocklife, and some other applications there.
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Blocklife - fork of Minetest

by azekill_DIABLO » Sun Apr 24, 2016 09:14

gibucsoft wrote:We have just published Blocklfe 1.6. Since last version we made these changes: Left hand, so you can now use both hands, free inventory fields for hands were added, item or block can be no longer used as a tool, tutorial mode, game mode has to be set during the creation of the world and it can be no longer changed, graphics was improved, some bugs were fixed. So download it, try it and reply us. There are some screenshots of the current version:
Image
Image
Image


Changes made on the engine or by a mod???
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

gibucsoft
Member
 
Posts: 19
Joined: Wed Apr 29, 2015 18:42

Re: Blocklife - fork of Minetest

by gibucsoft » Sun Apr 24, 2016 12:03

@azekill_DIABLO
Tutorial mode is a mod like creative mode but the other changes between versions 1.5 and 1.6 are on the engine.
Visit website of Gibucsoft:http://www.gibucsoft.8u.cz/en/. You can download a fork of Minetest, named Blocklife, and some other applications there.
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Blocklife - fork of Minetest

by azekill_DIABLO » Mon May 02, 2016 11:10

*cries*
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

Diamond knight
Member
 
Posts: 262
Joined: Sun Apr 19, 2015 19:50
In-game: Diamondknight or diamond_knight

Re: Blocklife - fork of Minetest

by Diamond knight » Sat May 28, 2016 15:05

this is an epic game with dual weilding, but the default game is unplayably laggy due to an exess of mods
I can never get enough MESE!!!!!!!!!

my subgame: https://forum.minetest.net/viewtopic.php?f=50&t=11901
 

gibucsoft
Member
 
Posts: 19
Joined: Wed Apr 29, 2015 18:42

Re: Blocklife - fork of Minetest

by gibucsoft » Sun May 29, 2016 15:17

@Diamond knight
We are happy, that you like the dual wielding. We know that our game is laggy but how would you suggest to improve it? You wrote about excess of mods, so do you thing that implementing the functions in less mods would help? Because if the problem isn't in number of mods but length of code, we can't do anything about it because we want do add more things in our game.
Visit website of Gibucsoft:http://www.gibucsoft.8u.cz/en/. You can download a fork of Minetest, named Blocklife, and some other applications there.
 

Diamond knight
Member
 
Posts: 262
Joined: Sun Apr 19, 2015 19:50
In-game: Diamondknight or diamond_knight

Re: Blocklife - fork of Minetest

by Diamond knight » Sun May 29, 2016 21:12

the cause for lag is a mistake i made way too much during my first subgames...


hoarding mods

there are three ways to fix this

sacrifice some mods

or do some core development to make a more efficient api

lastly make the game 100% c++ like voxellands (the best choice if you like to have toooons of "mods")

i suggest you take a look at my realtest+ and vanessae's realtest revamped for inspiration on how to get a good simplicity to realism ratio

and make several versions for different computers

blocklife_game_deluxe - the current one, also the laggyest

blocklife_game+, remove a few of the really laggy mods

blocklife_game (normal), more mod removals to make it a bearable lag (like the lag on vanessae's creative)

blocklife_game_lite (not very laggy)

blocklife_game_ultralite (very little lag)

blocklife_game_simple (very few mods exept moddified default)
I can never get enough MESE!!!!!!!!!

my subgame: https://forum.minetest.net/viewtopic.php?f=50&t=11901
 

gibucsoft
Member
 
Posts: 19
Joined: Wed Apr 29, 2015 18:42

Re: Blocklife - fork of Minetest

by gibucsoft » Tue May 31, 2016 16:38

@Diamond knight
Thank you for telling us about your experiences. They will help us to make the next version better.
Visit website of Gibucsoft:http://www.gibucsoft.8u.cz/en/. You can download a fork of Minetest, named Blocklife, and some other applications there.
 

User avatar
Minetestforfun
Member
 
Posts: 936
Joined: Tue Aug 05, 2014 14:09
GitHub: Darcidride
IRC: Darcidride + MinetestForFun
In-game: Darcidride + MinetestForFun

Re: Blocklife - fork of Minetest

by Minetestforfun » Tue May 31, 2016 19:48

I like the 2 hands concept, keep up the good work ! :)
 

User avatar
wilkgr76
Member
 
Posts: 680
Joined: Wed Feb 18, 2015 02:44
GitHub: wilkgr76
IRC: wilkgr
In-game: wilkgr

Re: Blocklife - fork of Minetest

by wilkgr76 » Tue May 31, 2016 21:54

Minetestforfun wrote:I like the 2 hands concept, keep up the good work ! :)

Who doesn't? :P
I do not care.
 

gibucsoft
Member
 
Posts: 19
Joined: Wed Apr 29, 2015 18:42

Re: Blocklife - fork of Minetest

by gibucsoft » Fri Jun 03, 2016 19:20

@Minetestforfun
We are glad to hear you like our game.
Visit website of Gibucsoft:http://www.gibucsoft.8u.cz/en/. You can download a fork of Minetest, named Blocklife, and some other applications there.
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Blocklife - fork of Minetest

by azekill_DIABLO » Sat Jun 04, 2016 07:36

wilkgr76 wrote:
Minetestforfun wrote:I like the 2 hands concept, keep up the good work ! :)

Who doesn't? :P

true! i love it too!
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

Previous

Return to Minetest-Related

Who is online

Users browsing this forum: No registered users and 39 guests

cron