ThePython10110 / ExchangeClone

Equivalent Exchange/ProjectE for Minetest Game and MineClone2/Mineclonia
https://github.com/ThePython10110/ExchangeClone/wiki
GNU General Public License v3.0
3 stars 2 forks source link

[Feature Request] support Exile game #22

Open programmerjake opened 7 months ago

programmerjake commented 7 months ago

I think supporting Exile would be awesome, some of the crafting ingredients will need to change, e.g. lava is basically unobtainable due to heat damage, and iron is basically the only traditional ore that exists. otoh chests in the abandoned city underground is a great place for random ExchangeClone items to appear instead of or in addition to having crafting recipes, such as the philosophers stone. It appears as though you can use megamorph.register_loot for that.

programmerjake commented 7 months ago

see also https://codeberg.org/Mantar/Exile/issues/773

ThePython10110 commented 7 months ago

Honestly, this isn't likely in the near future, for a few reasons:

  1. I know nothing about Exile, although of course I could easily change that.
  2. Another game means updating a lot of things, even if Exile's APIs are basically the same as MTG (again, I don't know).
  3. Another game means more testing every time I add or change anything.
  4. I haven't been doing much with ExchangeClone lately (I've been working on Minecraft Commands).
programmerjake commented 7 months ago

would you be open to a PR adding Exile support?

programmerjake commented 7 months ago
  1. I know nothing about Exile, although of course I could easily change that.

I'd recommend trying it out when you have time, though because it is quite difficult, you may want to also use Research N' Duplicate when you first try it, so you don't have to spend as huge an amount of time looking for resources just to survive...though it is kinda cheating. most the interesting stuff is waay underground in the underground abandoned city. You could try creative mode, but I find I end up skipping the majority of the content that way...

ThePython10110 commented 7 months ago

If you plan to write a PR, please base it on the dev branch.