Page 1 of 9

[Game] XaEnvironment 11.5 [xaenvironment]

Posted: Fri May 03, 2019 09:48
by AiTechEye
Image

Authors:
AiTechEye (me) textures, sounds, music, code, mods, models / everything
Mr. Rar improvements, models, code, textures
Licenses: code: LGPL-2.1, media: CC BY-SA 4.0
Screenshots
Source
Download
Download stable releases
Log (noticeable changes)
Parkour tutorial
2D mode/ability
Protection (commands)
Special abilities
Quick technology review
Minecart review

As the name "extra Environment" the game aims to contain extra environments and things. The current goal is to create a adventure game full of things to explore.

The game also have api's for code we are repeating, eg plants/trees, tools, furnishings ... this speeds up the modding, also alows "automatic modding" becaouse those api's only needs 1 or 2 textures with a name to generate a bunch of items

Beginning tips: You are starting with a craftguide (or it becomes way to hard to start) Tools can only be crafted by workbench except flint tools (for realistic reasons :) Get sticks from leaves and ground, get flint from sand and craft with sticks to tools.
The recycling mill allows you to "recycle" or decraft the most items, this is the base to get a lot of things and be rich in the game.

You becomes hungry and tirsty, eat fruits or meat and drink fresh water to survive. (drink by punching into water)

The game does not contain gross violence, magic, occultism or any other supernatural phenomena, but monsters (brings some action)

This game is also focusing on parkour and some tricks, like:
backflip, frontflip right/left sideflip, roll, dive roll, kong, wall running, tictac/wall jump, cat leap, wall climbing, crawl and double wall clim (climb between 2 walls)

see the controls at the download page or in game/inventory

Re: [Game] XaEnvironment 2.999 [xaenvironment]

Posted: Fri May 10, 2019 16:32
by AiTechEye
loooots of things has been added, anyone that are willing to try? ... making sure its stabile.

i guess the mobs and coloring are the most impressive to play with

there is bugs in some forspecs but i dont know how to fix them right now, (just dont shift+click the output slots)
fixed

Re: [Game] XaEnvironment 3 [xaenvironment]

Posted: Thu May 16, 2019 16:46
by Joseph16
Looks awesome!

Re: [Game] XaEnvironment 3 [xaenvironment]

Posted: Sat May 18, 2019 03:10
by Lone_Wolf
Nice work!

Re: [Game] XaEnvironment 3.01 [xaenvironment]

Posted: Wed May 22, 2019 18:05
by AiTechEye
thanks :)

Re: [Game] XaEnvironment 4.7 [xaenvironment]

Posted: Sun Jul 07, 2019 11:16
by AiTechEye
I still have lots of ideas to add (those just never ends) but do you have ideas to contribute?

Re: [Game] XaEnvironment 5.01 [xaenvironment]

Posted: Thu Jul 11, 2019 13:33
by AiTechEye
Image

+ quad
you can run fast and in hills, do stunts and flips. (hold use/aux 1 in air)
currently it's uncraftable and unlimited fuel but fun!

Re: [Game] XaEnvironment 5.01 [xaenvironment]

Posted: Thu Jul 11, 2019 14:58
by twoelk
mind giving the quad texture a little noise?

Re: [Game] XaEnvironment 5.01 [xaenvironment]

Posted: Thu Jul 11, 2019 20:10
by AiTechEye
Image

good idea! now it doesn't looks like a toy

Re: [Game] XaEnvironment 5.1 [xaenvironment]

Posted: Fri Jul 12, 2019 10:14
by AiTechEye
Image

Re: [Game] XaEnvironment 5.3 [xaenvironment]

Posted: Tue Jul 16, 2019 00:14
by Chiantos
Deleted message

Re: [Game] XaEnvironment 5.6 [xaenvironment]

Posted: Thu Jul 25, 2019 16:24
by Sokomine
The quad looks very nice. Hope to find one somewhere to drive a bit with it :-) According to the screenshots, it has just the right size for a vehicle.

Re: [Game] XaEnvironment 5.6 [xaenvironment]

Posted: Thu Jul 25, 2019 17:59
by v-rob
I tried this game out a bit. I didn't try it for very long, admittedly, since there was no creative mode, and I like to use that to get a feel for what a game has in it, but the things I did see I liked very much.

I especially like the swimming animation and the ability to crawl with sneak. That's such a useful feature; every game should have it. The textures are quite nice, and the oceans are very pretty.

I'm supposing the mapgen is a Lua one because it's a bit slower to generate and has some quirky rectangular indents.

Once this game gets a little more mature, I'll try it out again.

Re: [Game] XaEnvironment 5.6 [xaenvironment]

Posted: Fri Jul 26, 2019 11:10
by AiTechEye
i starting to realize how much creative is needed, until now i just used unified Inventory for this, and this is also messing while testing.

you can do wallrunning too (run & jump very near a wall)
i would love to add wall/edge climb up too, since i exercising much parkour on my free time... i will try to do it anyway.

What would you prefer, placeable craftguides and as workbench is now, or more like unified Inventory?

And is stairs/slabs needed?

Re: [Game] XaEnvironment 5.6 [xaenvironment]

Posted: Sat Jul 27, 2019 19:13
by v-rob
I tried out wallrunning... O_o I have to say that it's one of the coolest mechanics I've seen in Minetest! It's a little hard to do, but once you master it, there's no end to the possibilities. I already made a secret tree base with a nasty parkour entrance for any curious visitors :-)

As for the craftguide, I like it as a placeable thing because it makes it harder to just craft things anywhere.

Stairs and slabs are useful, but not necessary. IMO, it doesn't matter too much since this game isn't designed to be creative and therefore stairs and slabs have less use.

Re: [Game] XaEnvironment 5.6 [xaenvironment]

Posted: Sat Jul 27, 2019 20:52
by Eran
Hey, I got this error on the version on the master branch. It seems to happen when I press E. Game looks nice otherwise though.

Code: Select all

2019-07-27 22:42:51: ERROR[Main]: ServerError: AsyncErr: environment_Step: Runtime error from mod 'player_style' in callback environment_Step(): ...in/../games/xaenvironment/mods/player_style/init.lua:443: attempt to index field 'hunger' (a nil value)
2019-07-27 22:42:51: ERROR[Main]: stack traceback:
2019-07-27 22:42:51: ERROR[Main]: 	...in/../games/xaenvironment/mods/player_style/init.lua:443: in function 'player_run'
2019-07-27 22:42:51: ERROR[Main]: 	...in/../games/xaenvironment/mods/player_style/init.lua:378: in function '?'
2019-07-27 22:42:51: ERROR[Main]: 	.../minetest/bin/../builtin/game/register.lua:419: in function <.../minetest/bin/../builtin/game/register.lua:399>
2019-07-27 22:42:51: ERROR[Main]: stack traceback:
2019-07-27 22:42:51: ACTION[Server]: singleplayer leaves game. List of players: 
2019-07-27 22:42:51: ACTION[Main]: Server: Shutting down
2019-07-27 22:42:52: ERROR[Main]: Invalid boolean setting in /home/.../minetest/bin/../games/xaenvironment/settingtypes.txt "xaenvironment_thirst (Thirst) bool true
"
2019-07-27 22:42:52: ERROR[Main]: Invalid boolean setting in /home/.../minetest/bin/../games/xaenvironment/settingtypes.txt "xaenvironment_hunger (Hunger) bool true
"
2019-07-27 22:42:52: ERROR[Main]: Invalid boolean setting in /home/.../minetest/bin/../games/xaenvironment/settingtypes.txt "xaenvironment_quadruplet_fall_damage (4x Fall Damage) bool true
"
2019-07-27 22:42:52: ERROR[Main]: Invalid boolean setting in /home/.../minetest/bin/../games/xaenvironment/settingtypes.txt "xaenvironment_itemlosing (Itemlosing / Bones) bool true
"

Re: [Game] XaEnvironment 5.6 [xaenvironment]

Posted: Sun Jul 28, 2019 09:23
by AiTechEye
I just noticed and fixed the annoying fact, that minetest doesn't returns nil settings as true, because those should be true by default, instead those was nil in a bool setting?

so hunger, tirst, black death, 4x falldamage and bones was disbaled by default untill now.

fixed armor & playerstyle crashes

Re: [Game] XaEnvironment 5.6 [xaenvironment]

Posted: Sun Jul 28, 2019 11:52
by JiCeyCraft
I like this game, but....
.....
... you die too easily at the beginning.
Apart that : ok

Re: [Game] XaEnvironment 5.6 [xaenvironment]

Posted: Sun Jul 28, 2019 17:47
by AiTechEye
this game is more challenging then mtg :)

just added walledge/climb up, this means you can climb everywhere., just walk into a wall edge.

this was the point of the hook mod, but it became something else

Re: [Game] XaEnvironment 5.6 [xaenvironment]

Posted: Thu Aug 01, 2019 09:01
by AiTechEye
Image

Re: [Game] XaEnvironment 6.01 [xaenvironment]

Posted: Thu Aug 08, 2019 02:58
by MCL
One of the best Minetest games I played. There are a few problems though. First, it's very easy to die. I know that this game is supposed to be hard, but not too hard - it's a bit unrealistic that a small duck killed me in about 4 seconds when I was at full health. Please add a 0.5 second interval beetwen animal punches (ATTACK - 0.5 SEC DELAY - ATTACK - 0.5 SEC DELAY - ATTACK, etc.). Another problem is that the food and thirst timer is too slightly too fast.

Re: [Game] XaEnvironment 6.02 [xaenvironment]

Posted: Fri Aug 09, 2019 11:44
by AiTechEye
good opinions, but the mobs is not using dalays withile the puching, just randomly, but i halfed the punch chanse for common animals and monsters (you will notice the diference), and yeah, those killed you too fast.

the hunger / thirst is now slower, you can run to half your hungerbar, (10) and be tierd from 8 (0.7 speed & jump instead of 1)

i will make the skeleton aim better too

Re: [Game] XaEnvironment 6.03 [xaenvironment]

Posted: Wed Aug 14, 2019 19:53
by AiTechEye
the new "exatec" or item transporting mod are now working, and works with the most storable blocks.

the idea of the mod are primarily item transporting, but also some kind of mesecons too.

Image

Re: [Game] XaEnvironment 6.1 [xaenvironment]

Posted: Wed Aug 21, 2019 08:09
by AiTechEye
Just fixed wire/gates work unexpected, and added autobow

Image

Re: [Game] XaEnvironment 6.1 [xaenvironment]

Posted: Fri Aug 23, 2019 15:50
by AiTechEye
finnaly a way to get water, without have to hike long ways to find.
this simple wooden barrel collects rainwater, just place one and wait 30s, or leave it until it is reloaded (eg walk 50m away from it) and it is filled,

it works with bottles and punching/drinking by hand

Image