MoMods: CoreMod Downloads

Some mods covering weather, texture packs, transport, wind-turbine, reactor, interesting weapons and defense.

Moderator: ludsoe

TastyCyan
Manual Inserter
Manual Inserter
Posts: 1
Joined: Wed Mar 09, 2016 3:21 am
Contact:

Re: MoMods: CoreMod Downloads

Post by TastyCyan »

Hey so I just installed the MoToolBar and am getting this error which is happening with a few other mods

Code: Select all

__motoolbar__/control.lua:13: __motoolbar__/mologiccore/base.lua:68: __motoolbar__/mologiccore/scripts/timer.lua:78: attempt to index global 'game' (a nil value)
Any way I can Fix this?

User avatar
ludsoe
Fast Inserter
Fast Inserter
Posts: 243
Joined: Tue Feb 11, 2014 8:16 am
Contact:

Re: MoMods: CoreMod Downloads

Post by ludsoe »

Motoolbar is a depreciated mod, since newer and admittedly better mods that serve the same purpose came out. But I suppose i can patch it to use the latest Mologiccore version and run on the latest version of factorio. Assuming you want to still use it.

User avatar
kaleb418
Burner Inserter
Burner Inserter
Posts: 8
Joined: Thu Apr 28, 2016 12:32 am
Contact:

Re: MoMods: CoreMod Downloads

Post by kaleb418 »

Not sure what's happening, but I installed the and activated the mods: mopower_0.4.26, motoolbar_0.0.1, motrans_0.1.8, moweather_0.3.71, and mologiccore, and I got this error when trying to open a world:
__motoolbar__/control.lua:13: __motoolbar__/mologiccore/base.lua:68: __motoolbar__/mologiccore/scripts/timer.lua:78: attempt to index global 'game' (a nil value)
Update:
Figured it out. Thanks!
Last edited by kaleb418 on Thu May 05, 2016 9:24 pm, edited 1 time in total.

kyranzor
Filter Inserter
Filter Inserter
Posts: 499
Joined: Fri Oct 31, 2014 4:52 pm
Contact:

Re: MoMods: CoreMod Downloads

Post by kyranzor »

kaleb418 wrote:Not sure what's happening, but I installed the and activated the mods: mopower_0.4.26, motoolbar_0.0.1, motrans_0.1.8, moweather_0.3.71, and mologiccore, and I got this error when trying to open a world:
__motoolbar__/control.lua:13: __motoolbar__/mologiccore/base.lua:68: __motoolbar__/mologiccore/scripts/timer.lua:78: attempt to index global 'game' (a nil value)
You should see the above post by the author. The toolbar doesn't work anymore.

User avatar
kaleb418
Burner Inserter
Burner Inserter
Posts: 8
Joined: Thu Apr 28, 2016 12:32 am
Contact:

Re: MoMods: CoreMod Downloads

Post by kaleb418 »

Question - With the mopower mod, can uranium ore appear in pre-created worlds? Thanks.

kyranzor
Filter Inserter
Filter Inserter
Posts: 499
Joined: Fri Oct 31, 2014 4:52 pm
Contact:

Re: MoMods: CoreMod Downloads

Post by kyranzor »

kaleb418 wrote:Question - With the mopower mod, can uranium ore appear in pre-created worlds? Thanks.
Proper resource spawning needs to be done when you start the game. Only way to add ore from a mod after starting a new game is to spawn ore using the console commands.

BULIGO
Burner Inserter
Burner Inserter
Posts: 19
Joined: Thu Jun 16, 2016 9:36 am
Contact:

Re: MoMods: CoreMod Downloads

Post by BULIGO »

I know I am zombifying this thread but: as of today, I installed the MoPower part of the modpack and was able to find some (miniscule agh!) nodes of uranium ore, far far away from my original spawning point. For fast scouting I used the jet plane from the Airplane mod. And pi$$ed off a horde of mobs which folowed me all the way home, of course. :mrgreen:
Issues:
-had to rename the .zip
-on old save load it threw some LUA error which I ignored since have no idea what it was about but it still worked.
-had to quote out the wind turbine (accumulator registered twice).
Game ver 0.12

Phantum
Long Handed Inserter
Long Handed Inserter
Posts: 62
Joined: Sat Jun 11, 2016 12:20 am
Contact:

Re: MoMods: CoreMod Downloads

Post by Phantum »

does mopower not work anymore? not getting anything off of the thermal generators. o.o
---
I am a Streamer,
Fallen Sun Gaming by Name,
Factorio is Sometimes my Game.
For Some Goodness
Join me
on http://www.twitch.tv/fallensungaming

FSG may or may not be subliminally implanted in this signature

cartmen180
Filter Inserter
Filter Inserter
Posts: 358
Joined: Fri Jul 25, 2014 2:53 pm
Contact:

Re: MoMods: CoreMod Downloads

Post by cartmen180 »

Phantum wrote:does mopower not work anymore? not getting anything off of the thermal generators. o.o
MoLogicCore requires an update ^^
Check out my mods

Berkys32
Fast Inserter
Fast Inserter
Posts: 113
Joined: Mon Mar 07, 2016 9:17 am
Contact:

Re: MoMods: CoreMod Downloads

Post by Berkys32 »

Hi, does anybody know how to properly remove MoWeather? Deleting .zip file cause time to stop, and i dont want to starz new game. I didnt know that this mod is dead when i decided to try this one...

User avatar
steinio
Smart Inserter
Smart Inserter
Posts: 2632
Joined: Sat Mar 12, 2016 4:19 pm
Contact:

Re: MoMods: CoreMod Downloads

Post by steinio »

you need to set freeze daytime to false

http://lua-api.factorio.com/0.13.9/LuaS ... ze_daytime

/c game.surfaces[1].freeze_daytime = false
Image

Transport Belt Repair Man

View unread Posts

Berkys32
Fast Inserter
Fast Inserter
Posts: 113
Joined: Mon Mar 07, 2016 9:17 am
Contact:

Re: MoMods: CoreMod Downloads

Post by Berkys32 »

Thank you very much, sir!

EDIT: It doesnt work:

*here was picture with error message*

Berkys32
Fast Inserter
Fast Inserter
Posts: 113
Joined: Mon Mar 07, 2016 9:17 am
Contact:

Re: MoMods: CoreMod Downloads

Post by Berkys32 »

Ok, Im not coder, I dont understand much, but I was able (after hour or so) to find mistake - working command is:

/c game.surfaces[1].freeze_daytime(false)

Thanks again, Steinio, for your help. You saved my save ;)

User avatar
steinio
Smart Inserter
Smart Inserter
Posts: 2632
Joined: Sat Mar 12, 2016 4:19 pm
Contact:

Re: MoMods: CoreMod Downloads

Post by steinio »

Oh I'm very sorry. Maybe because I was writing from mobile counts as excuse but had to read the Lua command more carefully.
Image

Transport Belt Repair Man

View unread Posts

Berkys32
Fast Inserter
Fast Inserter
Posts: 113
Joined: Mon Mar 07, 2016 9:17 am
Contact:

Re: MoMods: CoreMod Downloads

Post by Berkys32 »

steinio wrote:Oh I'm very sorry. Maybe because I was writing from mobile counts as excuse but had to read the Lua command more carefully.
Dont apologize, thanks to you I now know that "freeze :: boolean" means change "freeze" to "true" or "false". Few more research and maybe Ill try to code myself ;)

Budderwillwin
Manual Inserter
Manual Inserter
Posts: 1
Joined: Tue Nov 15, 2016 11:28 pm
Contact:

Re: MoMods: CoreMod Downloads

Post by Budderwillwin »

When I added MoPower to my game one of the errors I get on login are "Error while loading entity prototype 'wind-turbine' (accumulator): Prototype 'wind-turbine' registered twice Modifications: MoPower" I've tried looking the Wind Turbine Section of the config but I don't see a problem I am using the MoPower_0.4.26 on Factorio 0.12.33 if anyone knows what the problem is could you please tell me.

Post Reply

Return to “MoMods”