Page 1 of 1

Ore config for Qatmore.

Posted: Sat Oct 23, 2021 10:57 pm
by Qatavin
Attached is the config file I've prepared for my fluorite ore.
qatmore.lua
(394 Bytes) Downloaded 190 times
And here is the bit in mainconfig. Nothing special.

Code: Select all

    if game.active_mods["qatmore"] then
        fillQatmoreConfig(config)
    end
Thanks in advance!

Re: Ore config for Qatmore.

Posted: Mon Oct 25, 2021 11:13 pm
by orzelek
I've added the config and tried to load mods but was greeted by this:

Code: Select all

   3.129 Error ModManager.cpp:1577: Failed to load mod "qatmore": __qatmore__/data-updates.lua:359: attempt to index field 'action_delivery' (a nil value)
stack traceback:
	__qatmore__/data-updates.lua:359: in main chunk
It seems that your mod and Rampant or Rampant Arsenal are not friends.

I have added the config and released 6.2.10 with it.

Re: Ore config for Qatmore.

Posted: Tue Oct 26, 2021 4:29 pm
by Qatavin
Thanks a lot!

That's an issue with Rampant Arsenal, having to do with a change to the effects of a land mine which messed up one of my changes. I'll fix that in the next version, it's no big deal. They're not really meant to be used together anyway. Too much overlap.

Re: Ore config for Qatmore.

Posted: Sun Feb 27, 2022 11:32 pm
by Qatavin
I have an update. A couple more optional ores that are designed to be rare.
qatmore.lua
(2.12 KiB) Downloaded 89 times
They aren't in the current release of my mod, though. This is for the next version. They're designed with RSO in mind, because in vanilla there's a lower limit to how rare a resource can be.

Re: Ore config for Qatmore.

Posted: Mon Feb 28, 2022 9:11 pm
by orzelek
Let me know when you release new version of mod and I will add the config.

Re: Ore config for Qatmore.

Posted: Wed Mar 09, 2022 7:04 am
by Qatavin
The new version has been released. Later than expected, but some things just weren't working out.

The new ores are disabled by default, behind the Special Rare Ores setting.

Re: Ore config for Qatmore.

Posted: Sun Mar 13, 2022 4:04 pm
by Qatavin
Sorry to bother, but the new config file hasn't been added to RSO yet.

Re: Ore config for Qatmore.

Posted: Mon Mar 14, 2022 10:58 pm
by orzelek
Qatavin wrote:
Sun Mar 13, 2022 4:04 pm
Sorry to bother, but the new config file hasn't been added to RSO yet.
I'm a bit busy for next few days - will get an update out near the weekend or during it.

Re: Ore config for Qatmore.

Posted: Fri Mar 18, 2022 8:57 pm
by orzelek
Released 6.2.14 with updated config.

Re: Ore config for Qatmore.

Posted: Wed Mar 23, 2022 3:55 am
by Qatavin
Thank you very much.