Search found 13 matches

by CaitSith2
Sun Dec 03, 2023 12:24 pm
Forum: Duplicates
Topic: Custom system cursors hides item in hand.
Replies: 1
Views: 303

Custom system cursors hides item in hand.

As seen from these screen shots, a big enough custom system cursor, can make it difficult to see the item in hand and its count. This can make the game more difficult to play correctly. I do not want to have to switch cursor profiles just to be in the game, if there can be some better way to overrid...
by CaitSith2
Thu Aug 10, 2023 3:48 am
Forum: Implemented mod requests
Topic: Custom furnace entity can't be smelted text
Replies: 2
Views: 1161

Custom furnace entity can't be smelted text

TL;DR Custom furnace prototype "can't smelt" localized text What ? A way to specify custom localized "can't be smelted" text for a given furnace prototype, for example, a crusher could say "<item> can't be crushed", or for an incinerator, "<item> can't be incinera...
by CaitSith2
Thu May 04, 2023 9:49 am
Forum: Duplicates
Topic: Same version mod mismatch overrides mod settings mismatch
Replies: 1
Views: 429

Same version mod mismatch overrides mod settings mismatch

Found a case where a mod is exactly the same, but because of how the core system evaluates mod mismatch of same version, it can be possible for a startup setting to cause a same version mod mismatch error. The root cause is if a require is conditional on a startup setting, then the .lua file that wa...
by CaitSith2
Sat Mar 04, 2023 1:11 pm
Forum: Releases
Topic: Version 1.1.77
Replies: 7
Views: 11739

Re: Version 1.1.77

As someone that works on the Archipelago mod, this data dumping is very nice as it just obsoleted https://mods.factorio.com/mod/archipelago-extractor in its entirety.
by CaitSith2
Fri Sep 16, 2022 10:01 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.69] spidertron-remote stack_size inconsistencies between data and control phase
Replies: 1
Views: 1729

[1.1.69] spidertron-remote stack_size inconsistencies between data and control phase

I started playing around with stack size related stuff in the prototypes and have noted that the game is mostly consistent of not letting the mod run when stack sizes of things that should be 1 are not 1. The exception is the spidertron-remote prototype. The game silently clamps the stack_size of sp...
by CaitSith2
Mon Aug 22, 2022 10:10 pm
Forum: Duplicates
Topic: Artillery attack triggers "It stinks and they don't like it" achievment if you don't already have it.
Replies: 1
Views: 710

Artillery attack triggers "It stinks and they don't like it" achievment if you don't already have it.

I was not expecting this achievement to trigger from a retaliation attack of the biters against artillery cannons. (Pollution dissipation was set to 0, so pollution stays in the chunk it was generated in.)
artillery retaliation triggers achievement.png
artillery retaliation triggers achievement.png (455.45 KiB) Viewed 710 times
No idea if this is intentional or not.
by CaitSith2
Mon Aug 08, 2022 12:44 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.65] Integer value settings can accept decimal values
Replies: 1
Views: 2439

[1.1.65] Integer value settings can accept decimal values

1. Change a int setting that has a min value less than or equal to 0 to anything with a decimal point. 2. What I expected was for that value to go red since a decimal point input is not valid for int settings. 2. What I got, as shown in the image, is the red box only for int values that have a min v...
by CaitSith2
Fri Aug 05, 2022 1:45 am
Forum: Resolved Problems and Bugs
Topic: [1.1.64] chest filter bug
Replies: 4
Views: 2586

[1.1.64] chest filter bug

1. Create a filter for one item, such as repair pack https://i.imgur.com/wGWb2sp.png 2. Attempt to insert another item such as iron-plate or uranium-ore 3. Expected result. (as shown by attempting to insert non-repair pack item into a repair-pack filter slot with a cargo wagon) https://i.imgur.com/l...
by CaitSith2
Sun Jul 31, 2022 5:05 am
Forum: Resolved Problems and Bugs
Topic: [boskid] linked chest content voiding inconsistency.
Replies: 1
Views: 1893

[boskid] linked chest content voiding inconsistency.

I found that if a linked-chest is destroyed, then whether or not the contents of the linked chest of matching ID are voided depends on your ghost-time-to-live. With a ghost time to live of zero, no voiding happens at all. On the other hand, if there is even one tick of ghost time to live, then the c...
by CaitSith2
Wed Jul 27, 2022 7:35 am
Forum: Resolved Problems and Bugs
Topic: [boskid][1.1.62] Linked containers with filters do not preserve filters when no containers on map
Replies: 1
Views: 1718

[boskid][1.1.62] Linked containers with filters do not preserve filters when no containers on map

Filters on a linked chest seems to only persist if there is at least ONE other existing chest with the same link ID as the ID you just changed away from. What I expected, was place down linked chest. change its link ID to 1. set a filter for coal, and a filter for iron ore. pick up the chest. set th...
by CaitSith2
Sat Jul 23, 2022 8:05 pm
Forum: Duplicates
Topic: burner inserter and burnt_results
Replies: 1
Views: 715

burner inserter and burnt_results

I was playing around with fuel categories and burner inserters to learn how things are handled in regards to their handling of the burnt fuel results. In particular, I set the burner inserter to accept both chemical and nuclear fuel, set the burnt_inventory size to 1, and waited for the burner inser...
by CaitSith2
Fri Nov 12, 2021 3:13 pm
Forum: Modding help
Topic: Resource Entity Prototypes
Replies: 2
Views: 963

Re: Resource Entity Prototypes

Thanks for the info. I was looking in the wrong place.
by CaitSith2
Wed Nov 10, 2021 8:19 pm
Forum: Modding help
Topic: Resource Entity Prototypes
Replies: 2
Views: 963

Resource Entity Prototypes

Is there any way in game to gain access to the Resource Entity Prototype definitions? I need access to this data in order to extract some relevant information such as how long it takes to mine the resource, the results of this resource when mined, fluids required, etc... Mainly, I am looking to impl...

Go to advanced search