[Game] grail_test:Avalonia [WIP]

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Albion [WIP]

by afflatus » Wed Sep 16, 2015 20:57

It depends on what build of minetest 0.4.13. which version of Grail Test you are running (and is that the same as the one you built them with?) and may also depend on the Irrlicht library version. 0.4.13 is a bit of a watershed and I can't guarantee compatibility yet. I'm having problems specific to my video card at the moment.
Grailtest is sleeping ...
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Albion [WIP]

by afflatus » Wed Sep 16, 2015 21:00

You are welcome to open a ticket on github and attach a relevant portion of debug.txt (debug_level = 3 preferrably).
How does it fare if you create a new world?
Grailtest is sleeping ...
 

User avatar
swordpaint12
Member
 
Posts: 187
Joined: Sat Aug 22, 2015 00:50
In-game: [swordpaint12][Belching_Balladeer]

Re: [Game] grail_test:Albion [WIP]

by swordpaint12 » Tue Oct 06, 2015 16:49

Like I said, the world just... doesn't work. Most of the time minetest would crash... I haven't tried it on my new computer. Also, I don't have a github :S... yet.
Winter Cumicles
God's not dead; remember that!
Yay for MT! No MC here!
I am a human. I'm younger than 100 years old.
I've been playing Minetest since December 2014.
Fruit!

I'm amazed that I haven't been on here in so long! My latest minetest accomplishment was mining by hand (well, as close as you can get in a computer game) a circle 30 blocks in diameter. It took forever but it's pretty cool.
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Albion [WIP]

by afflatus » Thu Oct 15, 2015 02:36

Not enough information, so there is no way I can guess.
Grailtest is sleeping ...
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Albion [WIP]

by afflatus » Sun Oct 25, 2015 14:56

I have started rebuilding grailtest from scratch. The last version (0.3.2, currently in 'testing' repo on GH) is so buggy I don't feel like releasing it.

I'm currently reworking the mapgen, which is doing my head in. Essentially I want to get away from using plantlife and moretrees as they not only slow the mapgen down, but I cannot for the life of me figure how to match the heat / humidity map used by biome_lib to the one used by mapgen. Being able to place l-system trees as decorations would be really helpful right now.
Grailtest is sleeping ...
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Brythonia [WIP]

by afflatus » Wed Nov 04, 2015 22:40

I changed my mind. I have decided to release 0.3.2 - "Brythonia" as it feels cleaner and may be of some use / fun while I rebuild the codebase. This version of Grail Test is an unstable feature release compatible with minetest 0.4.13. It includes a magic system, linked to player development with earnable privs and enchantable items. This is the version which has been running on the server since February 2015, so it has had a lot of player testing. The magic and scorecard systems are still very much WIP.

Features
  • Biome support for mapgen v5 / v7 brought in line with standard decoration system
  • Snowdrift synced with mapgen
  • Tamed fire
  • Improved boats
  • Vessels shelf
  • Unicorn soup recipe
  • Horses, wolves, deer, giraffe, goat, yeti and more npcs if mobs enabled
  • Stone of Fauna - mob spawner
  • Seaplants, onion and coral
  • /sit /sleep /stand chatcommands
  • Notice
  • Magic system based on playereffects; with new magic priv, which can be earned by gaining a high crafting score.
  • /enchant chatcommand
  • Potions and rings
  • Stats system with scorecard and chatcommands /scores, /score and /scores_update
  • Crafting scores
  • Awards (modified for Grail Test with new awards and icons)
  • on_craft and on_protection_violation triggers for awards
  • Throwing - bow - Simplified version with just wooden bows and steel arrows
  • Fishing with crafting for bait worm
  • /tpr - player teleport chatcommands
  • Improved textures

Enjoy!
Grailtest is sleeping ...
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Wed Dec 02, 2015 13:25

Work on the forthcoming 0.4 branch is going well. I have completed the internal reorganisation of mods and I'm reasonably confident that all the code and media complies with DFSG, therefore the game is 100% Free Software and safely distributable. Mapgen has had a complete overhaul to properly support v5 / v7 biomes, so maps made with previous versions will probably break.

Further improvements:
  • New lichen textures and abms to grow on stone.
  • Improved woodsoils to support more biomes.
  • Added sunflower seeds and mistletoe.
  • Fixed stone brick textures - the previous ones were great, but based on a non-free texture.
  • Plantlife and snowdrift are now automatically compatible with mapgen, so they scale with biome sizes.
  • Integrated simplyslopes by Delroyas.
  • Added Sokomine's table, bench and storage shelf from cottages mod.
  • Replaced throwing with Napiophelios's basic_bow - much better.
  • Removed fishing for now, until I figure out why it doesn't work in multiplayer.
  • Added fachwerk (with improved recipes), pictures and itemframes.
  • Added beaker to vessels; it is now possible to fill and empty barrrels using buckets.
  • I'm experimenting with some new sounds from Ingar, which are much less harsh.

I have temporarily moved experience, fauna, magic, technology and weather into separate modpacks for ease of development. I intend to re-integrate them when they're done. The game is quite playable as it is, it just lacks some of the features of 0.3.2.
Grailtest is sleeping ...
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Wed Dec 02, 2015 23:39

Image

Image

Image

Image
Grailtest is sleeping ...
 

User avatar
tulenitata
Member
 
Posts: 67
Joined: Mon Nov 09, 2015 17:30
In-game: ulmo

Re: [Game] grail_test:Brythonia [WIP]

by tulenitata » Wed Feb 17, 2016 07:19

How work rings? And what they do?
excuse the bad English Thanks
It is my subgame viewtopic.php?f=50&t=13986
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Brythonia [WIP]

by afflatus » Wed Feb 17, 2016 21:30

Rings, staffs and tools made with gems can all be enchanted using the /enchant command.
You have to earn magic privs first, which you can gain through experience.
See /scores in-game.

As this is a new world no-one has got that far yet.

Without enchantment, rings give a small armour boost if you wear them as armour.
Grailtest is sleeping ...
 

User avatar
tulenitata
Member
 
Posts: 67
Joined: Mon Nov 09, 2015 17:30
In-game: ulmo

Re: [Game] grail_test:Brythonia [WIP]

by tulenitata » Fri Feb 19, 2016 09:04

afflatus wrote:Rings, staffs and tools made with gems can all be enchanted using the /enchant command.
You have to earn magic privs first, which you can gain through experience.
See /scores in-game.

As this is a new world no-one has got that far yet.

Without enchantment, rings give a small armour boost if you wear them as armour.


how this privilege can be obtained on your server Grail Test?
excuse the bad English Thanks
It is my subgame viewtopic.php?f=50&t=13986
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Brythonia [WIP]

by afflatus » Fri Feb 19, 2016 12:45

By building and crafting.
Grailtest is sleeping ...
 

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

Re: [Game] grail_test:Brythonia [WIP]

by azekill_DIABLO » Tue Feb 23, 2016 17:49

at all where is the grail?

lol i'm kiding
nice work :)
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 !!!
 

User avatar
tulenitata
Member
 
Posts: 67
Joined: Mon Nov 09, 2015 17:30
In-game: ulmo

Re: [Game] grail_test:Brythonia [WIP]

by tulenitata » Wed Feb 24, 2016 10:33

It is probably a mistake on your server!
Attachments
screenshot_20160223_200638.png
screenshot_20160223_200638.png (184.56 KiB) Viewed 2310 times
excuse the bad English Thanks
It is my subgame viewtopic.php?f=50&t=13986
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Brythonia [WIP]

by afflatus » Wed Feb 24, 2016 21:59

Yes, there are a few anomalies left over from the oregen bug which has recently been fixed.

If you see any more anomalies, or for other issues with the server, please post on the server forum:
viewtopic.php?f=10&t=13127
or even better /mail me in-game with the (x,y,z) position.

Thanks for letting me know. I will fix that asap.
Grailtest is sleeping ...
 

User avatar
Napiophelios
Member
 
Posts: 752
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [Game] grail_test:Brythonia [WIP]

by Napiophelios » Wed Feb 24, 2016 22:14

I finally got a chance to visit this server and I must say It looks very good.
I didnt do much but take a tour,but still its pretty awesome.
And your Wiki/website is very cool.
I love the back story you have there,
gives a breath of life to it all.
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Wed Feb 24, 2016 22:37

Apart from a few mapgen anomalies on the server, grailtest is getting rather stable, particularly since paramat helped chase down a pernicious oregen problem, which was causing regular crashes. From here I can't see any release blockers, so I'm going to do a feature freeze, tidy up the repo, fix some texture details and shiny up the UI and presentaion a bit in preparation. If you want to try it at home, be aware that grailtest now depends on the latest -dev version of minetest. As the game now has an active userbase, after a year of development, I might declare the project in beta.

Minimap for Grailtest:Avalonia

  • 0.4.0 aiming for soon after the release of minetest-0.4.14
  • 0.4.1 Add Magic modpack
  • 0.4.2 Add Experience modpack

Any other major features and functionality will go into separate mods from that point.

Some of the best testers have been enthusiastic younger players on hand-held devices. I am very grateful to all of you who have put this game through its paces and shown me what can be done with it.
Grailtest is sleeping ...
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Wed Feb 24, 2016 22:58

Napiophelios wrote:I finally got a chance to visit this server and I must say It looks very good.
I didnt do much but take a tour,but still its pretty awesome.
And your Wiki/website is very cool.
I love the back story you have there,
gives a breath of life to it all.


I'm glad you liked it, I have you to thank for some of the best looking details. The textures in the repo are all freely licensed and credited. :-) Do tell me if I got the details wrong.

The story is really important. And true! Well ... kind of. The rule is that everything which happens in the game world must have an in-game explanation, so the story has built up over the last year. There is more to add now, because more survivors from Bramble Haven have found the new colony and some new settlers have joined. The town is now large enough to need a Mayor and a Town Clerk and host a Miner's Guild and a Gardening Association. We've got a new landlady for the Miner's Arms and next week we start interviewing for the Town Guard.
Grailtest is sleeping ...
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Wed Mar 23, 2016 11:03

I'm timing the release of Grailtest 0.4.0 "Avalonia" to coincide with Minetest 0.4.14
Development of this branch is frozen, so I'm in process of squashing bugs and tidying up the docs.

I'd appreciate some beta-testing - the game can be downloaded from https://github.com/0-afflatus/grailtest
It requires the latest development version of minetest.
It would also be useful if anyone feels like looking through the licenses, credits and copyright info in the READMEs and notifying me if anything needs adding or correcting.

If you come across any bugs, it would be really useful if you report them here: https://github.com/0-afflatus/grailtest/issues
You are welcome to post feature requests too, they just won't be worked on immediately.

Development has reached the stage where I could really use some help on the coding side, particularly to maintain the core of the game so I can get on with coding new features, but also just for a bit of perspective. I'm looking to drop the WIP tag as I feel Grailtest is as playable as minetest_game now. All feedback is potentially useful and will be gratefully received.
Grailtest is sleeping ...
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Mon Mar 28, 2016 16:11

I'm very pleased to announce the release of grailtest-0.4.0. This is the first proper release for five months as it's a complete rewrite from the ground up, featuring a total overhaul of the mapgen, to support v5, v6, v7, valleys, flat and fractal mapgens. This is the core game; Experience, Fauna, Magic and Technology have been separated out and are currently being developed as separate mods, some of which will be included in future releases. This has had two months rigorous testing on a live server and has proved pretty reliable.

https://github.com/0-afflatus/grailtest/releases
Requires the latest development version of minetest or >= 0.4.14

Features
  • New /welcome screen
  • New default sounds (by Ingar)
  • Mapgen auto compatibility
  • Stamina (Sofar's rewrite of Blockmen's hunger)
  • Sunflower seeds, mistletoe, blue mushroom
  • New stone brick textures and Red stone tiles
  • Decorative bones
  • Adapted version of xdecor (by kilbith and others)
  • Simplyslopes (by Delaroyas)
  • Fachwerk - timber framed nodes
  • Equipment_modpack including itemframes and pictures
  • Basic bow (by Napiophelios) replaces throwing
  • Barrel and vessels work together to ferment and dispense drinks
  • Variety of metal and wooden fences
  • Steel trapdoor
  • Written books
Grailtest is sleeping ...
 

User avatar
Napiophelios
Member
 
Posts: 752
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [Game] grail_test:Avalonia [WIP]

by Napiophelios » Tue Mar 29, 2016 00:42

The depends.txt for plantlife has the old
plants_lib? instead of biome_lib listed
probably wont matter I guess as a soft depends
just thought I would mention it.

And there are a lot of empty folders:
biome_lib
moretrees
plantlife_modpack
simplyslopes
stamina
weather_modpack

I noticed this happening with other subgames too,
Is this just a side effect of downloading from a windows machine?

Also Napophelois is a socialist, skirt wearing, pill popping, kiddie diddler;
The word is he is just a hack making his way on the hard work of others.
I wouldn't use anymore of his textures for your releases.
Just sends out the wrong message to the community.
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Wed Mar 30, 2016 00:57

And there are a lot of empty folders:


Is this in the .zip or did you git clone it?

EDIT: Just looked it's the zip. Well that's useless isn't it?
So I just spent the last month learning how to use submodules for nothing.
meh.

Also I don't know where this depends.txt for plantlife_modpack is that you're looking at. It's a modpack, so it doesn't have a depends.txt

Kiddie diddler :D sure, but great textures ...
Grailtest is sleeping ...
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Wed Mar 30, 2016 17:04

OK, I've removed the submodules and repacked it.

https://github.com/0-afflatus/grailtest ... v0.4.0.zip should now include the whole thing.
Please test. :-)
Grailtest is sleeping ...
 

User avatar
linushsao
Member
 
Posts: 331
Joined: Mon Jan 27, 2014 12:56
IRC: linushsao
In-game: linus

Re: [Game] grail_test:Avalonia [WIP]

by linushsao » Tue Apr 05, 2016 11:24

after download game in "game folder",i create new world an try to test.
i got many error msg,i did something wrong?

my system:
[linus@archlinux games]$ minetest --version
Minetest 0.4.13
Using Irrlicht 1.8.3
Build info: VER=0.4.13 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=0 STATIC_SHAREDIR="/usr/share/minetest"

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
2016-04-05 19:21:01: ACTION[main]: MOD[fire]: [Loaded]
2016-04-05 19:21:01: ACTION[main]: MOD[default]: [Loaded]
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'desert'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'tundra'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna_swamp'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland_swamp'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna_swamp'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland_swamp'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna_swamp'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland_swamp'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna_swamp'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland_swamp'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna_swamp'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland_swamp'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna_swamp'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'desert'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'desert'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'rainforest'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'tundra'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'tundra_ocean'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe_ocean'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland_ocean'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland_swamp'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'mountain'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'tundra'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'tundra_ocean'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'taiga_ocean'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'steppe_ocean'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland_ocean'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'alpine'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'mountain'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland_ocean'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland_swamp'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'savanna_swamp'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'rainforest_swamp'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'sandy_shore'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'grassland'
2016-04-05 19:21:01: ERROR[main]: get_biome_list: failed to get biome 'woodland'
2016-04-05 19:21:01: ERROR[main]: register_decoration: couldn't get all biomes
2016-04-05 19:21:01: ACTION[main]: MOD[plant]: [Loaded]
2016-04-05 19:21:01: ACTION[main]: MOD[mineral]: [Loaded]
[Plantlife] WARNING: mg_biome_np_heat not set; using defaults!
[Plantlife] WARNING: mg_biome_np_humidity not set; using defaults!
[Biome Lib] Loaded
[Mod] Ferns Checking horsetail item strings
[Mod] Ferns Checking lady fern item strings
[Mod] Ferns Checking tree fern item strings
[Mod] Ferns [0.2.0] [ferns] Loaded...
2016-04-05 19:21:01: ACTION[main]: MOD[tree]: [Loaded]
[Moretrees] Loaded (2013-02-11)
2016-04-05 19:21:01: ACTION[main]: MOD[material]: [Loaded]
2016-04-05 19:21:01: ACTION[main]: MOD[tool]: [Loaded]
[MOD] SimplySlopes loaded
2016-04-05 19:21:01: ACTION[main]: MOD[equipment]: [Loaded]
2016-04-05 19:21:01: ACTION[main]: MOD[decor]: [Loaded]
[Vines] Loaded!
[Mod] Trunks [0.1.4] [trunks] Loaded...
[Mod] Wood Soils [0.0.9] [woodsoils] Loaded...
[Flowers] Loaded.
[Mod] Along the Shore [0.0.4] [along_shore] Loaded...
[Mod] Grasses [0.1.5] [dryplants] Loaded...
[Mod] Fishing - Mossmanikin's version [0.2.3] [fishing] Loaded...
2016-04-05 19:21:01: ACTION[main]: MOD[bucket]: [Loaded]
2016-04-05 19:21:01: ERROR[main]: ========== ERROR FROM LUA ===========
2016-04-05 19:21:01: ERROR[main]: Failed to load and run script from
2016-04-05 19:21:01: ERROR[main]: /home/linus/.minetest/games/grailtest/mods/food/init.lua:
2016-04-05 19:21:01: ERROR[main]: /home/linus/.minetest/games/grailtest/mods/food/mobs.lua:130: '}' expected near 'plant'
2016-04-05 19:21:01: ERROR[main]: stack traceback:
2016-04-05 19:21:01: ERROR[main]:    [C]: in function 'dofile'
2016-04-05 19:21:01: ERROR[main]:    ...e/linus/.minetest/games/grailtest/mods/food/init.lua:331: in main chunk
2016-04-05 19:21:01: ERROR[main]: ======= END OF ERROR FROM LUA ========
2016-04-05 19:21:01: ERROR[main]: Server: Failed to load and run /home/linus/.minetest/games/grailtest/mods/food/init.lua
2016-04-05 19:21:01: ERROR[main]: ModError: ModError: Failed to load and run /home/linus/.minetest/games/grailtest/mods/food/init.lua
2016-04-05 19:21:01: ERROR[main]: Error from Lua:
2016-04-05 19:21:01: ERROR[main]: /home/linus/.minetest/games/grailtest/mods/food/mobs.lua:130: '}' expected near 'plant'
2016-04-05 19:21:01: ERROR[main]: stack traceback:
2016-04-05 19:21:01: ERROR[main]:    [C]: in function 'dofile'
2016-04-05 19:21:01: ERROR[main]:    ...e/linus/.minetest/games/grailtest/mods/food/init.lua:331: in main chunk
2016-04-05 19:21:01: ERROR[main]: Check debug.txt for details.


 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Thu Apr 07, 2016 08:55

Thanks for your report linushao.

The only thing I can see you are doing "wrong" from what you say - is trying to run grailtest-0.4.0 on the stable version of minetest. You need to get a recent development version from github https://github.com/minetest/minetest .

However, this looks like a different issue that I introduced when I repackaged it.
I have just fixed this.

Please try downloading a fresh version of https://github.com/0-afflatus/grailtest ... tag/v0.4.0 and let me know if that fixes the problem.
Grailtest is sleeping ...
 

User avatar
linushsao
Member
 
Posts: 331
Joined: Mon Jan 27, 2014 12:56
IRC: linushsao
In-game: linus

Re: [Game] grail_test:Avalonia [WIP]

by linushsao » Thu Apr 07, 2016 09:56

afflatus wrote:Thanks for your report linushao.
....
However, this looks like a different issue that I introduced when I repackaged it.
Could you try removing the file mods/food/mobs.lua and let me know if that makes a difference?


it works!!!

all i have done is "comment line 331 of init.lua ,to disable dofile mobs.lua'

here is the git status of minetest. tomake.sh is created by me,so it seems that minetest code is latest?

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
[linus@archlinux minetest_0.4.13]$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        tomake.sh

nothing added to commit but untracked files present (use "git add" to track)


or is the problem about my complie option?

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
[linus@archlinux minetest_0.4.13]$ minetestserver --version
Minetest 0.4.13
Build info: VER=0.4.13 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=0 USE_SOUND=0 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=0 STATIC_SHAREDIR="/usr/share/minetest"




following is the screnshoot of grail_test's which is successful running .

Image
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Thu Apr 07, 2016 10:12

Great!

Thanks for testing that.
I have corrected the problem in the download now.

Your compile options look fine, but you may experience some problems because you are using an old (stable) version of minetest.

What texture pack are you using?
Grailtest is sleeping ...
 

User avatar
linushsao
Member
 
Posts: 331
Joined: Mon Jan 27, 2014 12:56
IRC: linushsao
In-game: linus

Re: [Game] grail_test:Avalonia [WIP]

by linushsao » Thu Apr 07, 2016 15:43

afflatus wrote:Great!

Thanks for testing that.
I have corrected the problem in the download now.

Your compile options look fine, but you may experience some problems because you are using an old (stable) version of minetest.

What texture pack are you using?


i think that you are right,my minetest code must be stable.i re-pull minetest & minetest_game code from github,--version info following:
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
[linus@archlinux src]$ ./minetestserver-latest --version
Minetest 0.4.13-dev-c3993f6
Build info: VER=0.4.13-dev-c3993f6 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREETYPE=1 USE_LUAJIT=1 STATIC_SHAREDIR="/usr/local/share/minetest"


and i also re-pull grail_test game,now it works fine. and the texture-pack i use is johnsmith.
viewtopic.php?t=5383

grailtest's website is awesome,the map looks very great. is it possible to release the world's folder?,it will be very great.

good job,afflatus.
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: [Game] grail_test:Avalonia [WIP]

by afflatus » Thu Apr 07, 2016 20:53

linushsao wrote:and i also re-pull grail_test game,now it works fine. and the texture-pack i use is johnsmith.
viewtopic.php?t=5383

grailtest's website is awesome,the map looks very great. is it possible to release the world's folder?,it will be very great.

good job,afflatus.


Thank you!
A few players use the johnsmith texture pack, it's one that I would recommend if you don't like the defaults so much.
I'm sorry, the world db is too big to host anywhere (around 1GB) and also it is the work of many people, so I don't plan to release it.
I'm very grateful for your feedback, now I know the 0.4,0 release is good I can move on to start adding new features.
I hope you enjoying playing it as much as I have enjoyed making it.
Grailtest is sleeping ...
 

User avatar
linushsao
Member
 
Posts: 331
Joined: Mon Jan 27, 2014 12:56
IRC: linushsao
In-game: linus

Re: [Game] grail_test:Avalonia [WIP]

by linushsao » Fri Apr 08, 2016 00:31

afflatus wrote:
Thank you!
A few players use the johnsmith texture pack, it's one that I would recommend if you don't like the defaults so much.
I'm sorry, the world db is too big to host anywhere (around 1GB) and also it is the work of many people, so I don't plan to release it.
I'm very grateful for your feedback, now I know the 0.4,0 release is good I can move on to start adding new features.
I hope you enjoying playing it as much as I have enjoyed making it.


yes it is,1GB map really too BIG!! i believe you have spend much time to make the wonderful map.

Grailtest is awesome,even your game website is too. waiting for your work update& finish.
 

Previous

Return to WIP Subgames

Who is online

Users browsing this forum: No registered users and 27 guests

cron