[MOD 1.1] Squeak Through 1.8.2
Re: [MOD 0.17] Squeak Through 1.3.0
Just saw that and your request...
- Attachments
-
- squeak through.png (569.73 KiB) Viewed 13649 times
Re: [MOD 0.17] Squeak Through 1.3.0
i *think* that Squeak Through doesn't work with the 0.17 Rocket Silo.
- ChurchOrganist
- Filter Inserter
- Posts: 256
- Joined: Sun Apr 17, 2016 12:45 pm
- Contact:
Re: [MOD 0.17] Squeak Through 1.3.0
Discovered a problem with Yuoki's YI_Engines mod.
With Squeakthrough enabled it's impossible to connect a pipe to the Small electric motor.
This clip is without Squeakthrough enabled And this is with Squeakthrough enabled
With Squeakthrough enabled it's impossible to connect a pipe to the Small electric motor.
This clip is without Squeakthrough enabled And this is with Squeakthrough enabled
Want to know where the biters chewing your power plant have come from??
Wondering where your next iron is going to come from??
You need Long Range Radar
Wondering where your next iron is going to come from??
You need Long Range Radar
-
- Filter Inserter
- Posts: 841
- Joined: Mon Sep 14, 2015 7:40 am
- Contact:
Re: [MOD 0.17] Squeak Through 1.4.0
New version, 1.4.0! This update is courtesy of Foxite who submitted the new features in a PR: https://github.com/Suprcheese/Squeak-Through/pull/8
I have not been playing nor modding Factorio for quite a bit, so it's nice to have continuing community-driven interest in refining old mods.
Squeak Through will now look for the entity prototype value "squeak_behaviour", which if set to false will mean the entity is excluded from having its bounding box adjusted. Simply adding
in the relevant entity prototype should suffice.
Also included is a new setting to refine mod behavior. The default "blacklist"/"Opt-out" behavior is where collision boxes will be edited unless explicitly excluded in the manner described above. A "whitelist"/"Opt-in" option is where only entities specifically included will be edited. Finally, there is also an option to ignore all exclusions/inclusions and edit all entities.
While this alone will not immediately address mod compatibility issues, it does provide an easier step than before.
For future compatibility issues, feature requests, bug reports, etc. I would direct all interested parties primarily to GitHub: https://github.com/Suprcheese/Squeak-Through
I have not been playing nor modding Factorio for quite a bit, so it's nice to have continuing community-driven interest in refining old mods.
Squeak Through will now look for the entity prototype value "squeak_behaviour", which if set to false will mean the entity is excluded from having its bounding box adjusted. Simply adding
Code: Select all
squeak_behaviour = false
Also included is a new setting to refine mod behavior. The default "blacklist"/"Opt-out" behavior is where collision boxes will be edited unless explicitly excluded in the manner described above. A "whitelist"/"Opt-in" option is where only entities specifically included will be edited. Finally, there is also an option to ignore all exclusions/inclusions and edit all entities.
While this alone will not immediately address mod compatibility issues, it does provide an easier step than before.
For future compatibility issues, feature requests, bug reports, etc. I would direct all interested parties primarily to GitHub: https://github.com/Suprcheese/Squeak-Through
Re: [MOD 0.17] Squeak Through 1.4.0
Would it be possible to have Squeak Through not allow passage through gates that were closed? Walls are not passable, but I think the base game does that.
I have a train crossing that prevents passage if a train is coming, so gates need to block passage for it to work.
Should I submit this as an 'issue' in git?
I have a train crossing that prevents passage if a train is coming, so gates need to block passage for it to work.
Should I submit this as an 'issue' in git?
- GlassDeviant
- Fast Inserter
- Posts: 170
- Joined: Wed Feb 11, 2015 1:51 am
- Contact:
Re: [MOD 0.17] Squeak Through 1.4.0
The most awesome mod I never knew I absolutely needed!
- GD
Sorry if my posts are becoming difficult to read, my typing ability is rapidly deteriorating due to a nerve disorder. I try to clean them up before posting but don't always get every last typo.
Sorry if my posts are becoming difficult to read, my typing ability is rapidly deteriorating due to a nerve disorder. I try to clean them up before posting but don't always get every last typo.
Re: [MOD 0.17] Squeak Through 1.4.0
15 months ago i posted a thread in your mod's discussion, suggesting you should check for a prototype flag like "ignore_squeak_through = true" so you don't need to add support for every mod and we don't have to rely on you providing support, but you didn't answer.
maybe you didn't answer because you thought what i suggested was not possible, but it is:
maybe you didn't answer because you thought what i suggested was not possible, but it is:
- Attachments
-
- test2_0.17.1.zip
- (763 Bytes) Downloaded 224 times
-
- test1_0.17.1.zip
- (758 Bytes) Downloaded 227 times
mods.factorio.com/user/ownlyme
My requests: uiAbove||Grenade arc||Blueprint allies||Creeps forget command/ don't get removed||Player Modifiers||textbox::selection||Better Heat IF||Singleplayer RCON||tank bug w/ min_range >= projectile_creation_distance
My requests: uiAbove||Grenade arc||Blueprint allies||Creeps forget command/ don't get removed||Player Modifiers||textbox::selection||Better Heat IF||Singleplayer RCON||tank bug w/ min_range >= projectile_creation_distance
-
- Filter Inserter
- Posts: 841
- Joined: Mon Sep 14, 2015 7:40 am
- Contact:
Re: [MOD 0.17] Squeak Through 1.4.0
Uhh, is this not the same behavior that was added in 1.4.0 version of Squeak Through?ownlyme wrote: ↑Mon Jan 20, 2020 10:46 pm 15 months ago i posted a thread in your mod's discussion, suggesting you should check for a prototype flag like "ignore_squeak_through = true" so you don't need to add support for every mod and we don't have to rely on you providing support, but you didn't answer.
maybe you didn't answer because you thought what i suggested was not possible, but it is:
cf. viewtopic.php?p=461453#p461453
-
- Inserter
- Posts: 23
- Joined: Tue Jan 29, 2019 7:15 pm
- Contact:
Re: [MOD 0.18] Squeak Through 1.8.0
I'm getting a failed to load on 0.18.3:
Error while running setup for entity prototype "roboport-interface-scanner" (radar): Entity must be minable when next_upgrade is set.
This is true for Nanobots, Enhanced_Map_Colors, and ST.
I'll let the others know as well.
Thank you for this awesome mod!
FIXED WITH NANOBOTS - https://github.com/Nexela/Nanobots/issues/104
Error while running setup for entity prototype "roboport-interface-scanner" (radar): Entity must be minable when next_upgrade is set.
This is true for Nanobots, Enhanced_Map_Colors, and ST.
I'll let the others know as well.
Thank you for this awesome mod!
FIXED WITH NANOBOTS - https://github.com/Nexela/Nanobots/issues/104
Re: [MOD 0.18] Squeak Through 1.8.0
Do you know if it is possible to have this type of functionality in a scenario (e.g. not a mod)?
I know there are limitations to scenarios that they can't extend / modify the data object.
thanks
I know there are limitations to scenarios that they can't extend / modify the data object.
thanks
-
- Fast Inserter
- Posts: 183
- Joined: Sun Feb 21, 2016 6:33 pm
- Contact:
Re: [MOD 0.18] Squeak Through 1.8.0
I would like to request a more fair Squeak Through. - A spin-off if you will.
The mod would basically work the same, but it would slow down players by 25% in forests and by 50% while jumping pipes and in between buildings.
Frankly, I have always felt ST was overpowered. I do like the freedom of movement, but I think it should come at a cost in speed. Just like it would irl.
Thank you.
The mod would basically work the same, but it would slow down players by 25% in forests and by 50% while jumping pipes and in between buildings.
Frankly, I have always felt ST was overpowered. I do like the freedom of movement, but I think it should come at a cost in speed. Just like it would irl.
Thank you.
Re: [MOD 0.18] Squeak Through 1.8.0
please update the mod for 1.1.x
-
- Filter Inserter
- Posts: 841
- Joined: Mon Sep 14, 2015 7:40 am
- Contact:
Re: [MOD 1.1] Squeak Through 1.8.1
Thanks to all the fine folk who confirmed the mod works fine in the current game version, especially voidus & zomis on GitHub. The mod has been updated for 1.1.
I don't have as much time to mod Factorio as I used to and I very much appreciate testing/merge requests/bug reports.
I don't have as much time to mod Factorio as I used to and I very much appreciate testing/merge requests/bug reports.
-
- Filter Inserter
- Posts: 841
- Joined: Mon Sep 14, 2015 7:40 am
- Contact:
Re: [MOD 1.1] Squeak Through 1.8.2
Thanks to nickkeane for submitting a compatibility fix for Industrial Revolution 2; the mod has been updated to v1.8.2 which should resolve the reported error.
- Attachments
-
- Squeak Through_1.8.2.zip
- (39.02 KiB) Downloaded 267 times
- Metamorpher
- Burner Inserter
- Posts: 9
- Joined: Fri Jan 27, 2017 4:45 pm
- Contact:
Re: [MOD 1.1] Squeak Through 1.8.2
Hi there, any chances to get it work on IR3 (Industrial Revolution 3)?
<[Immortality is a Form of Live over Death]>
Re: [MOD 1.1] Squeak Through 1.8.2
Requesting IR3 support
-
- Manual Inserter
- Posts: 2
- Joined: Tue Apr 23, 2024 3:58 am
- Contact:
Re: [MOD 1.1] Squeak Through 1.8.2
Any plans to update this for Space Age?
Re: [MOD 1.1] Squeak Through 1.8.2
I second this request, the first mod we immediately missed on our new adventure
-
- Manual Inserter
- Posts: 2
- Joined: Tue Apr 23, 2024 3:58 am
- Contact:
Re: [MOD 1.1] Squeak Through 1.8.2
Thanks!
My filter was not allowing me to see that version. Works great.
My filter was not allowing me to see that version. Works great.