[MOD 0.12.20+] Homeworld

Topics and discussion about specific mods
Post Reply
ljdp
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Wed Jul 01, 2015 12:33 am
Contact:

[MOD 0.12.20+] Homeworld

Post by ljdp »

Image
Image
Description
Pictures
Licence
Last edited by ljdp on Mon May 02, 2016 1:42 pm, edited 12 times in total.

seronis
Fast Inserter
Fast Inserter
Posts: 225
Joined: Fri Mar 04, 2016 8:04 pm
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by seronis »

Why such an outdated factorio version ?

ljdp
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Wed Jul 01, 2015 12:33 am
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by ljdp »

seronis wrote:Why such an outdated factorio version ?
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
Fast Inserter
Fast Inserter
Posts: 225
Joined: Fri Mar 04, 2016 8:04 pm
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by seronis »

Thanks for clarification

JDCollie
Burner Inserter
Burner Inserter
Posts: 5
Joined: Thu Jul 23, 2015 8:06 pm
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by JDCollie »

This gives me a strong Anno 2070 vibe for some reason.

ljdp
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Wed Jul 01, 2015 12:33 am
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by ljdp »

JDCollie wrote:This gives me a strong Anno 2070 vibe for some reason.
:D thats no mistake. I started making the first version of this at the sane time I started playing Anno 2070 last year.

seronis
Fast Inserter
Fast Inserter
Posts: 225
Joined: Fri Mar 04, 2016 8:04 pm
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by seronis »

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.

ljdp
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Wed Jul 01, 2015 12:33 am
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by ljdp »

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.
I know, but I'm lazy and don't want to keep editing the OP. 8-)

NekoDwarf
Inserter
Inserter
Posts: 25
Joined: Tue Mar 29, 2016 1:32 pm
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by NekoDwarf »

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.

mooklepticon
Fast Inserter
Fast Inserter
Posts: 237
Joined: Wed Mar 02, 2016 10:09 pm
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by mooklepticon »

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.

ljdp
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Wed Jul 01, 2015 12:33 am
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by ljdp »

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

Xelephant
Long Handed Inserter
Long Handed Inserter
Posts: 57
Joined: Sat Mar 26, 2016 6:58 pm
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by Xelephant »

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

ljdp
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Wed Jul 01, 2015 12:33 am
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by ljdp »

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?
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
Long Handed Inserter
Long Handed Inserter
Posts: 57
Joined: Sat Mar 26, 2016 6:58 pm
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by Xelephant »

Sure can do. Send you a link via PM.

alexgor
Burner Inserter
Burner Inserter
Posts: 15
Joined: Sun Jan 03, 2016 8:15 am
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by alexgor »

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

Code: Select all

    player.insert{
        name = "homeworld_portal",
        count = 1
   }
when ill try to perfrom this code in console, ill get error

ljdp
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Wed Jul 01, 2015 12:33 am
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by ljdp »

alexgor 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 code

Code: Select all

    player.insert{
        name = "homeworld_portal",
        count = 1
   }
when ill try to perfrom this code in console, ill get error
to add it via console you want

Code: Select all

/c game.local_player.insert{name = "homeworld_portal", count=1}
.
Alien tech also unlocks the recipe to create more portals.

ljdp
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Wed Jul 01, 2015 12:33 am
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by ljdp »

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?
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.

alexgor
Burner Inserter
Burner Inserter
Posts: 15
Joined: Sun Jan 03, 2016 8:15 am
Contact:

Re: [MOD 0.12.20+] Homeworld v1

Post by alexgor »

ljdp wrote:
alexgor 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 code

Code: Select all

    player.insert{
        name = "homeworld_portal",
        count = 1
   }
when ill try to perfrom this code in console, ill get error
to add it via console you want

Code: Select all

/c game.local_player.insert{name = "homeworld_portal", count=1}
.
Alien tech also unlocks the recipe to create more portals.
thank you, thats work, portal belong to us :)

tetryon
Fast Inserter
Fast Inserter
Posts: 190
Joined: Wed Nov 04, 2015 2:49 am
Contact:

Re: [MOD 0.12.20+] Homeworld

Post by tetryon »

Is this MP-safe?

ljdp
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Wed Jul 01, 2015 12:33 am
Contact:

Re: [MOD 0.12.20+] Homeworld

Post by ljdp »

tetryon wrote:Is this MP-safe?
I haven't tested it in MP, but I did design it to be MP safe.

Post Reply

Return to “Mods”