Search found 1328 matches

by Twinsen
Mon Sep 18, 2023 1:03 pm
Forum: Minor issues
Topic: [1.1.87] [1.1.91] FPS issues with Nintendo Switch JoyCon Charging Grip connected
Replies: 1
Views: 502

Re: [1.1.87] [1.1.91] FPS issues with Nintendo Switch JoyCon Charging Grip connected

Seems to be happening every time when I use the Charging Grip. Since the only side effect is that the game freezes for a few seconds(3 in my case) and the log file gets spammed, I consider this a minor issue. It's likely something weird with SDL's USB implementation that should be fixed in a future ...
by Twinsen
Thu Sep 14, 2023 11:44 am
Forum: Ideas and Suggestions
Topic: Controller suggestions around driving
Replies: 6
Views: 742

Re: Controller suggestions around driving

Would having an option in the settings to drive the car in relative mode on keyboard work for you? Meaning that pressing W will turn and drive north(up on the screen), pressing S and D will drive South-East, etc. It would mean only 8 possible directions, which might not be enough. Another option wou...
by Twinsen
Wed Sep 13, 2023 11:12 am
Forum: Off topic
Topic: Which Switch is best?
Replies: 1
Views: 1436

Re: Which Switch is best?

All Nintendo Switch versions have the same processing power. Regarding battery life "normal" and OLED version both have the same battery life, lite has lower battery life. https://www.nintendo.com/switch/compare/ Note that the "normal" version got a silent upgrade at some point w...
by Twinsen
Tue Sep 12, 2023 3:10 pm
Forum: Resolved Problems and Bugs
Topic: [Twinsen][1.1.90] Making a selection with "copy" immediately pastes it in controller mode
Replies: 1
Views: 885

Re: [Twinsen][1.1.90] Making a selection with "copy" immediately pastes it in controller mode

Thanks for the report.
This happens when you move the cursor after confirming the selection. Since the Steam Deck trackpad is quite jittery, it's almost guaranteed to happen.
Now it requires you to release the mouse button(trackpad) and press again.

Fixed in 1.1.91.
by Twinsen
Fri Sep 08, 2023 1:49 pm
Forum: Resolved Problems and Bugs
Topic: [Twinsen][1.1.80][Switch] Cannot place equipment when changing "Build" button
Replies: 1
Views: 1017

Re: [Twinsen][1.1.80][Switch] Cannot place equipment when changing "Build" button

Thanks for the report.

Due to technical limitations, gui interactions like that need to be bound to either A or Y(Nintendo Switch button names).
106721

So I fixed it by only allowing those buttons to be used.
by Twinsen
Thu Sep 07, 2023 3:07 pm
Forum: Releases
Topic: Version 1.1.90
Replies: 6
Views: 8912

Re: Version 1.1.90

Is it really not possible to have the option back? :( Unfortunately I can't see a good way to implement it. It's mostly related to SDL2's input handling. I would need to make changes to the mouse handling SDL2 internal drivers on all platforms. https://forums.factorio.com/viewtopic.php?f=48&t=1...
by Twinsen
Wed Sep 06, 2023 5:10 pm
Forum: Implemented Suggestions
Topic: [1.1.89] Delayed transitions between joystick & mouse input modes (steam deck)
Replies: 4
Views: 1508

Re: [1.1.89] Delayed transitions between joystick & mouse input modes (steam deck)

I implemented this pretty much as suggested. Moving the mouse(touching the touchpad) will switch to "mouse mode". "Mouse mode" will be disabled when right stick is touched, or when left stick is touched and a window is open(so you can navigate the gui with a stick and also move t...
by Twinsen
Mon Sep 04, 2023 5:28 pm
Forum: Implemented Suggestions
Topic: [1.1.89] Delayed transitions between joystick & mouse input modes (steam deck)
Replies: 4
Views: 1508

Re: [1.1.89] Delayed transitions between joystick & mouse input modes (steam deck)

Moved to Ideas and Suggestions as this is not a bug.

But the suggestion makes sense, I will test it and think if there are any edge cases and see how it goes.
by Twinsen
Mon Aug 21, 2023 3:40 pm
Forum: Minor issues
Topic: [1.1.88] Cursor jumps when switching from gamepad to mouse (Steam Deck "Gamepad with Mouse Trackpad")
Replies: 6
Views: 3472

Re: [1.1.88] Cursor jumps when switching from gamepad to mouse (Steam Deck "Gamepad with Mouse Trackpad")

Unfortunately I had to revert this fix also as this method broke touch screen input.
I might look into other alternatives but it looks like this will have to stay as minor issue.
by Twinsen
Thu Aug 03, 2023 1:56 pm
Forum: Minor issues
Topic: [1.1.88] Cursor jumps when switching from gamepad to mouse (Steam Deck "Gamepad with Mouse Trackpad")
Replies: 6
Views: 3472

Re: [1.1.88] Cursor jumps when switching from gamepad to mouse (Steam Deck "Gamepad with Mouse Trackpad")

Turns out the previously mentioned fix didn't work because of some technicalities of how SDL handles mouse teleporting.

I fixed it by adding an option which is on by default on Steam Deck but off by default on PC.
Capture.PNG
Capture.PNG (26.84 KiB) Viewed 3264 times
by Twinsen
Fri Jul 28, 2023 4:38 pm
Forum: Technical Help
Topic: [1.1.87][switch] Can't join multiplayer game
Replies: 4
Views: 752

Re: [1.1.87][switch] Can't join multiplayer game

Name: Factorio Protocol: TCP+UDP (or UDP) WAN Host IP Address: 0.0.0.0 ~ 255.255.255.255 (or your external IP address shown on https://whatismyipaddress.com/ for example) LAN Host: The IP address of your Nintendo Switch, shown in System Setting -> Internet -> IP address WAN Port: 34197 ~ 34197 LAN H...
by Twinsen
Fri Jul 28, 2023 4:23 pm
Forum: Minor issues
Topic: [1.1.88] Cursor jumps when switching from gamepad to mouse (Steam Deck "Gamepad with Mouse Trackpad")
Replies: 6
Views: 3472

Re: [1.1.88] Cursor jumps when switching from gamepad to mouse (Steam Deck "Gamepad with Mouse Trackpad")

In the end I solved it by moving the system cursor. It will only happen when the window is focused and the system cursor is inside the game window. This should avoid most of the annoyances related to the game moving the system cursor.

Fixed in Version: 1.1.89
by Twinsen
Fri Jul 28, 2023 2:09 pm
Forum: Minor issues
Topic: [1.1.88] Cursor jumps when switching from gamepad to mouse (Steam Deck "Gamepad with Mouse Trackpad")
Replies: 6
Views: 3472

Re: [1.1.88] Cursor jumps when switching from gamepad to mouse (Steam Deck "Gamepad with Mouse Trackpad")

What is happening is that there are 2 mouse cursors: 1. The system cursor. 2. The game's virtual cursor. When using the trackpad, both cursors are moved. More precisely, the virtual cursor always follows the system cursor as it moves. When using the right stick, only the virtual cursor is moved. It ...
by Twinsen
Fri Jul 28, 2023 1:40 pm
Forum: Technical Help
Topic: [1.1.87][switch] Can't join multiplayer game
Replies: 4
Views: 752

Re: [1.1.87][switch] Can't join multiplayer game

Unfortunately since multiplayer is peer to peer you might have problems connecting to some players depending on you ISP.

Try forwarding port 34197 in your router.
https://wiki.factorio.com/Multiplayer
by Twinsen
Wed Jul 19, 2023 11:39 am
Forum: Gameplay Help
Topic: Nintendo Switch Blueprints
Replies: 3
Views: 1526

Re: Nintendo Switch Blueprints

You need to research the "Construction robotics" technology. This should unlock the buttons so they are no longer greyed out. "Robotics" is not enough.
by Twinsen
Thu Jul 13, 2023 12:40 pm
Forum: Releases
Topic: Version 1.1.87
Replies: 10
Views: 14902

Re: Version 1.1.87

This release was just marked as stable, so you will now be on the latest version.
by Twinsen
Wed Jun 28, 2023 12:18 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.85] "Toggle filter" does not work unless bound to a mouse button
Replies: 2
Views: 1226

Re: [1.1.85] "Toggle filter" does not work unless bound to a mouse button

Because of code limitations, the fix for this was to not allow binding some actions like this one to anything other than mouse.
For controller it means some actions can only be bound to 2 buttons(usually A and X on xbox controller).

Fixed in Version: 1.1.86
by Twinsen
Wed Jun 28, 2023 9:09 am
Forum: Resolved Problems and Bugs
Topic: Steam Deck demo has no official controller settings
Replies: 1
Views: 700

Re: Steam Deck demo has no official controller settings

This should be fixed since a few weeks ago.
by Twinsen
Mon Jun 19, 2023 1:17 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.85] "Toggle filter" does not work unless bound to a mouse button
Replies: 2
Views: 1226

Re: [1.1.85] "Toggle filter" does not work unless bound to a mouse button

Developer note: Because of controller support, mouse-only limitation was removed from most(all controls). All controls that were mouse only need to trigger on any "controller button" so technically they should trigger correctly for any "keyboard button" also. The fix should be th...
by Twinsen
Sun Jun 18, 2023 6:33 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.83] Changed 'Craft' keybind is also used in assembly machines
Replies: 6
Views: 2050

Re: [1.1.83] Changed 'Craft' keybind is also used in assembly machines

Thanks for the report. The behavior change was by accident so the old behavior was restored.
Fixed in Version: 1.1.86.

Go to advanced search