Search found 6 matches

by CruelCow
Thu Nov 26, 2020 10:04 am
Forum: Logistic Train Network
Topic: Update for 1.1
Replies: 4
Views: 2202

Re: Update for 1.1

Will this cause problems when the mod is officially updated? Or will it just be replaced by the mod manager without incident? I'm no expert on this, but I think it will be fine. As far as I understand, factorio doesn't realize that we changed the mod. So when an update comes, that update will have ...
by CruelCow
Wed Nov 25, 2020 8:31 pm
Forum: Logistic Train Network
Topic: Update for 1.1
Replies: 4
Views: 2202

Update for 1.1

EDIT: Official version has been uploaded to the mod portal (with nearly identical changes :) ), so this isn't needed anymore, simply update in the mod manager. If you're impatient like me, here are the modifications you need to make in order to have LTN work under 1.1 Disclaimer: This is was created...
by CruelCow
Thu Jun 29, 2017 4:31 pm
Forum: Resolved Problems and Bugs
Topic: [0.15.24] Selecting a campaign does not update the preview
Replies: 1
Views: 624

[0.15.24] Selecting a campaign does not update the preview

In 0.15.24 if you select a scenario, the preview window on the right does not update.

No mods
Still worked in 0.15.23.

Possibly the same bug as in: viewtopic.php?f=7&t=50345
by CruelCow
Thu Jun 29, 2017 3:04 pm
Forum: Resolved Problems and Bugs
Topic: [0.15.24] Can't copy train station names
Replies: 2
Views: 1121

[0.15.24] Can't copy train station names

Previously you could click another station name in the rename dialog to copy the name to the current station. This doesn't work anymore.

Tested without mods.
Still worked in 0.15.23
by CruelCow
Sun May 21, 2017 6:21 am
Forum: Modding help
Topic: [0.15.12] on_entity_died and friends never give any info
Replies: 2
Views: 991

Re: [0.15.12] on_entity_died and friends never give any info

You are right, thanks for the help and sorry for the false report
by CruelCow
Sun May 21, 2017 5:51 am
Forum: Modding help
Topic: [0.15.12] on_entity_died and friends never give any info
Replies: 2
Views: 991

[0.15.12] on_entity_died and friends never give any info

I'm trying to make a mod that reacts to certain player deaths. However, I cannot extract any information about deaths. Here is my current code on_entity_died = function ( entity, cause, force ) s = "" if ((not entity == nil) and (entity.valid)) then s = s .. entity.name else s = s .. "...

Go to advanced search