Page 1 of 2

[Game] SkyFactory [0.2.1a]

Posted: Wed Nov 21, 2018 17:19
by Unarelith
SkyFactory is a Minetest game heavily inspirated by the Feed The Beast: Sky Factory modpacks for Minecraft.

Goal: Build the ultimate factory in the sky, from a single tree.

Downloads
  • Latest "stable" version (0.2.1a): link
Mods

I chose some mods because of their inspirations or similarities with existing Minecraft mods, for example: Current mod list:
Spoiler
bonemeal
elepower
facade
farming
fluid_lib
fromscratch
hopper
intllib
item_drop
melterns
microexpansion
minetest_game
moreblocks
mydoors
protector
quest_lib
sky_islands
skyfactory_quests
unified_inventory
witt
GitHub: https://github.com/Quent42340/SkyFactory
IRC: #skyfactory on irc.freenode.net

Re: [Game] Techtest (FTB-like)

Posted: Wed Nov 21, 2018 19:26
by Mantar
Maybe you could mention what an "FTB-like" is?

Re: [Game] Techtest (FTB-like)

Posted: Wed Nov 21, 2018 21:57
by Unarelith
Sure, I edited my message, I think the goals are a bit clearer now.

Re: [Game] Techtest (FTB-like)

Posted: Wed Nov 21, 2018 23:51
by TumeniNodes
Mantar wrote:Maybe you could mention what an "FTB-like" is?
Feed The Beast https://www.feed-the-beast.com/
https://minecraft.gamepedia.com/Mods/Feed_The_Beast

Re: [Game] Techtest (FTB-like)

Posted: Wed Dec 05, 2018 23:53
by Unarelith
First alpha released here.
There's currently not a lot of quests (only 10) but more will come soon.

Re: [Game] Techtest 0.0.1a (FTB-like)

Posted: Thu Dec 06, 2018 00:35
by TumeniNodes
nvm, ignore this comment... this is not the comment you are looking for

Re: [Game] Techtest 0.1.0a (SkyFactory)

Posted: Thu Dec 06, 2018 00:38
by Unarelith
0.1.0a released!

Download (ZIP)

Changelog:
  • Lots of mods removed, keeping only essential ones
  • item_drop added for Minecraft-like feel
  • skyblock heavily modified to fit the intented gameplay
  • fromscratch updated to last version

Re: [Game] SkyFactory [0.2.1a]

Posted: Wed Dec 12, 2018 03:32
by Unarelith
0.2.1a released!

Download (ZIP)

Changelog:
  • skyblock_levels replaced by quest_lib
  • skyfactory_quests added, contains all the quests for this game (depends on quest_lib)
  • Updated most of the mods to their latest version

Re: [Game] SkyFactory [0.2.1a]

Posted: Wed Dec 12, 2018 19:30
by TechNolaByte
I already have a nearly compleated skyfactory style/clone subgame that i havnt released yet if you might be interested in working with me?

Re: [Game] SkyFactory [0.2.1a]

Posted: Mon Dec 17, 2018 21:42
by TonyF
Is this compatible with stable 0.17.1?

Looks like i get mod errors fireflies / butterflies / melterns - tinkering etc,

Re: [Game] SkyFactory [0.2.1a]

Posted: Mon Dec 17, 2018 23:19
by Unarelith
Unfortunately it's not, but you can get latest dev version here: Windows (ZIP) / Ubuntu

If you have any issue I'm connected to irc.freenode.net on #skyfactory.

Re: [Game] SkyFactory [0.2.1a]

Posted: Mon Dec 17, 2018 23:26
by TonyF
Thanks for the update!

I am on arch linux so from what i can tell i would have to compile myself which is going to be alot of fun :/

Re: [Game] SkyFactory [0.2.1a]

Posted: Mon Dec 17, 2018 23:28
by Unarelith
On archlinux you can use any AUR manager (yaourt, pacaur, etc..) to install latest version automatically. The package is named minetest-git.

Re: [Game] SkyFactory [0.2.1a]

Posted: Mon Dec 17, 2018 23:43
by TonyF
That will teach me for not looking in the AUR hard enough. Compiling now, thanks again.

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 09:57
by texmex
A little issue:

Image

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 14:46
by Unarelith
Yeah it's still the original interface. :/
I'll change it soon don't worry.

In the meantime use the default font or smaller character size for better readability

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 14:55
by texmex
Cool. What do you refer to by "original interface"? Is there an original?

Btw, I looked over at rnd's skyblock type game and while yours is superior, rnd's use of formspec tabs (sfinv) was pretty neat. Perhaps some inspiration. =)

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 15:30
by Unarelith
Yes, this formspec is from the skyblock mod and I almost didn't change it yet.

The code is here: https://github.com/Quent42340/quest_lib
Feel free to contribute if you have ideas for the interface. :)

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 17:42
by texmex
Alright, cool. Let’s look into sfinv formspecs then. :)

Btw I got interested in your game after reading viewtopic.php?f=3&t=21711 . It would be interesting to provide a high quality skyblock experience for Minetest for reasons mentioned in that post…

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 17:55
by Unarelith
I completely agree, but Minetest isn't ready yet, that's why I paused the development of this game to focus on the engine.

And to understand something as big as Minetest, sometimes it's good to try developing your own thing.

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 18:54
by texmex
Unarelith wrote:I completely agree, but Minetest isn't ready yet, that's why I paused the development of this game to focus on the engine.

And to understand something as big as Minetest, sometimes it's good to try developing your own thing.
Ah, I see. What's missing in the MT engine for it to become viable? Do you have something similar to MineClone 2's MISSING_ENGINE_FEATURES? Also, it's a little depressing that nearly all projects come to the same conclusion and abandon development in the MT engine. Some things must be really missing or dysfunctional for that to be the case. :/

Oh wow, a whole new engine? And Lua scripting already added? Impressive!

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 19:04
by Unarelith
No I don't have something like that, but the main points are:
  • Formspecs are terrible (I'll try to refactor the code after 5.0.0 though, to see if something can be easily improved)
  • Node-bound entities should definitely exist
  • The engine should provide a way to remove the horizon to give a full "in the void" experience
texmex wrote:Oh wow, a whole new engine? And Lua scripting already added? Impressive!
I'm using sol so Lua integration wasn't really an issue. :)
However the only thing you can do with it is register items/blocks/crafts, but nothing more yet.

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 20:12
by GamingAssociation39
Unarelith could you also work on a proper quest book for the game? I see that you've started on it already but was wondering if it would eventually be somewhat close to MCs quest book?

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 22:01
by Unarelith
Yes, the goal is to make a similar interface, but currently formspecs are too limited.

Re: [Game] SkyFactory [0.2.1a]

Posted: Fri Jan 04, 2019 22:04
by GamingAssociation39
Yeah... Someone was working on redoing the formspecs so they can be more expendable and it has gotten somewhere but not too far since he disappeared