The Urban Goose
SMSatisfactory Modding
•Created by The Urban Goose on 10/24/2024 in #help-developing-mods
Can't adjust Truck Camera relative location
33 replies
SMSatisfactory Modding
•Created by The Urban Goose on 10/22/2024 in #help-developing-mods
Client side code only works for host in MP
84 replies
SMSatisfactory Modding
•Created by The Urban Goose on 10/22/2024 in #help-developing-mods
Train skeletal mesh replacement breaks derailment and coupling
This is a very odd one.
I'm using an SCS hook to add a component to trains that simply changes the skeletal mesh the skeletal mesh component (M Mesh) on the locomotive to a custom one.
The custom skeletal mesh has the exact same setup as the original (as far as I can tell), other than one additional material, and a slightly modified mesh. It also uses the exact same skeleton as the original (not newly imported, it actually points towards the original skeleton)
Animations and all that work fine, but when a new locomotive is placed, no new freight cars can be coupled, and train derailments (the locomotives just stop dead)
I'm currently under the assumption it's something to do with how the skeletal mesh is used by coupling and derailments in the original locomotive BP, but that's pretty much all I have right now.
The train BP is mostly C++, which I'm not too familiar with, so if someone here knows how the code for trains works, your help would be highly appreciated.
35 replies
SMSatisfactory Modding
•Created by The Urban Goose on 10/20/2024 in #help-developing-mods
Train skeleton exporting incorrectly
4 replies
SMSatisfactory Modding
•Created by The Urban Goose on 10/18/2024 in #help-developing-mods
Override base game static mesh
As the title says, I'm trying to figure out how to replace a base game static mesh with a custom one, but I can't seem to find a way to do this in the documentation.
Is this not possible, or am I just being dumb?
141 replies
SMSatisfactory Modding
•Created by The Urban Goose on 10/13/2024 in #help-using-mods
Keybind a Chat Command by Andre Aquila crashes game in MP
I'm playing on Linux Mint 22 Cinnamon, and my partner is playing on Windows 10.
We both had only "Halflings" (https://ficsit.app/mod/TunnelSignals) and "Keybind a chat command" (https://ficsit.app/mod/KeysForAll) installed, and when he tried to join my game, his game hard crashed with an access violation error
Removing "Keybind a chat command" fixed the error.
4 replies