- Name: Homeworld
- Factorio-Version: 0.12.20+
- Description: Supply resources to your homeworld so that civilization can be restored.
- License: MIT License.
- Release: 2016-April-05
- Dependencies: None.
- Category: Gameplay / Vanilla+
- Tags: Mod
- Download-Url: https://github.com/perky/factorio-homeworld/releases
- Website: https://github.com/perky/factorio-homeworld/
- Contributors: Stray_Pyramid
- Incompatible with: Decorations Mod
[MOD 0.12.20+] Homeworld
[MOD 0.12.20+] Homeworld
Description
Pictures
Licence
Last edited by ljdp on Mon May 02, 2016 1:42 pm, edited 12 times in total.
Re: [MOD 0.12.20+] Homeworld v1
Why such an outdated factorio version ?
Re: [MOD 0.12.20+] Homeworld v1
I'm just assuming it will work for that version onwards as my previous release broke somewhere between 0.12.12-0.12.20.seronis wrote:Why such an outdated factorio version ?
Re: [MOD 0.12.20+] Homeworld v1
Thanks for clarification
Re: [MOD 0.12.20+] Homeworld v1
This gives me a strong Anno 2070 vibe for some reason.
Re: [MOD 0.12.20+] Homeworld v1
thats no mistake. I started making the first version of this at the sane time I started playing Anno 2070 last year.JDCollie wrote:This gives me a strong Anno 2070 vibe for some reason.
Re: [MOD 0.12.20+] Homeworld v1
https://github.com/perky/factorio-homew ... _1.0.0.zip
Would be far more useful for the download link to actually be a download link instead of just having the website link listed twice.
Would be far more useful for the download link to actually be a download link instead of just having the website link listed twice.
Re: [MOD 0.12.20+] Homeworld v1
I know, but I'm lazy and don't want to keep editing the OP.seronis wrote:https://github.com/perky/factorio-homew ... _1.0.0.zip
Would be far more useful for the download link to actually be a download link instead of just having the website link listed twice.
Re: [MOD 0.12.20+] Homeworld v1
This mod have conflicts with mods like Bob's & Yuoki ?
P.S. Sorry for my English.
P.P.S : Bob , Yuoki , Angel I love you.
P.P.S : Bob , Yuoki , Angel I love you.
-
- Fast Inserter
- Posts: 245
- Joined: Wed Mar 02, 2016 10:09 pm
- Contact:
Re: [MOD 0.12.20+] Homeworld v1
This is a great idea! I'm fascinated to see you give it an endgame, even if it's just "build 1 solar rejuvinator and send through the portal." Even if the result (build 1 mega item) is the same, the feel is different.
Re: [MOD 0.12.20+] Homeworld v1
New patch out v1.0.1. Fixes some bugs and includes some balance changes to the needs.
https://github.com/perky/factorio-homew ... tag/v1.0.1
https://github.com/perky/factorio-homew ... tag/v1.0.1
Re: [MOD 0.12.20+] Homeworld v1
I tried this mod in combination of other mods. But as soon as i put down the portal the Game freezes completely and i have to force close it. The Mod by itself works fine. Is there a known incompatibility?
The Mods i used
Re: [MOD 0.12.20+] Homeworld v1
I'll have to do a binary search with those mods to find the incompatibility, I don't suppose you could PM a zip file with all those mods?Xelephant wrote:I tried this mod in combination of other mods. But as soon as i put down the portal the Game freezes completely and i have to force close it. The Mod by itself works fine. Is there a known incompatibility?
Re: [MOD 0.12.20+] Homeworld v1
Sure can do. Send you a link via PM.
Re: [MOD 0.12.20+] Homeworld v1
Is it possible to insert to inventory ( or to cheset) homevorld portal
I just downloaded you mod, but dont want to start game from scratch, want to continue my game
But, as i see, portal inserted to player on game init via code
when ill try to perfrom this code in console, ill get error
I just downloaded you mod, but dont want to start game from scratch, want to continue my game
But, as i see, portal inserted to player on game init via code
Code: Select all
player.insert{
name = "homeworld_portal",
count = 1
}
Re: [MOD 0.12.20+] Homeworld v1
to add it via console you wantalexgor wrote:Is it possible to insert to inventory ( or to cheset) homevorld portal
I just downloaded you mod, but dont want to start game from scratch, want to continue my game
But, as i see, portal inserted to player on game init via codewhen ill try to perfrom this code in console, ill get errorCode: Select all
player.insert{ name = "homeworld_portal", count = 1 }
Code: Select all
/c game.local_player.insert{name = "homeworld_portal", count=1}
Alien tech also unlocks the recipe to create more portals.
Re: [MOD 0.12.20+] Homeworld v1
So it's the decorations_0.1.0 mod that is causing the game to crash when you place the portal, no idea why. I'll mention it on the OP.Xelephant wrote:I tried this mod in combination of other mods. But as soon as i put down the portal the Game freezes completely and i have to force close it. The Mod by itself works fine. Is there a known incompatibility?
Re: [MOD 0.12.20+] Homeworld v1
thank you, thats work, portal belong to usljdp wrote:to add it via console you wantalexgor wrote:Is it possible to insert to inventory ( or to cheset) homevorld portal
I just downloaded you mod, but dont want to start game from scratch, want to continue my game
But, as i see, portal inserted to player on game init via codewhen ill try to perfrom this code in console, ill get errorCode: Select all
player.insert{ name = "homeworld_portal", count = 1 }
.Code: Select all
/c game.local_player.insert{name = "homeworld_portal", count=1}
Alien tech also unlocks the recipe to create more portals.
Re: [MOD 0.12.20+] Homeworld
Is this MP-safe?
Re: [MOD 0.12.20+] Homeworld
I haven't tested it in MP, but I did design it to be MP safe.tetryon wrote:Is this MP-safe?