Search found 8 matches
- Sun Jul 21, 2024 6:28 pm
- Forum: Technical Help
- Topic: Game crash when Hosting multiplayer
- Replies: 1
- Views: 328
Game crash when Hosting multiplayer
I hostet a game to play with friends, a few seconds after i got a recoverable error. No mods where used. Error didn not precist or repeat, I'm not sire how or if this chash can be reproduced
- Mon May 01, 2023 12:14 pm
- Forum: Minor issues
- Topic: [1.1.80] Trains with short joint distance and long connection distance won't connect
- Replies: 1
- Views: 865
Re: [1.1.80] Trains with short joint distance and long connection distance won't connect
Also, in case that matters:
System:
-CPU: AMD Ryzen 5 3600
-GPU: NVIDIA GeForce RTX 3060
-RAM: 16GB DDR4
-Windows 10
-The game is installed on an SSD
System:
-CPU: AMD Ryzen 5 3600
-GPU: NVIDIA GeForce RTX 3060
-RAM: 16GB DDR4
-Windows 10
-The game is installed on an SSD
- Mon May 01, 2023 10:22 am
- Forum: Minor issues
- Topic: [1.1.80] Trains with short joint distance and long connection distance won't connect
- Replies: 1
- Views: 865
[1.1.80] Trains with short joint distance and long connection distance won't connect
So I'm developing a mod ( https://mods.factorio.com/mod/Space_trains is the latest public version, https://drive.google.com/drive/folders/14fJWAX_wIA-FGI6VOwpD5nYXvsvUoluy?usp=share_link has both a zipped and unzipped version of the mod (the in-development version, with the train that is causing the ...
- Tue Nov 08, 2022 12:08 pm
- Forum: Modding help
- Topic: Any Chance to animate Locomotives ...
- Replies: 9
- Views: 5371
Re: Any Chance to animate Locomotives ...
Hi, a whie ago i made this proff of concept mod that uses a custem srcipt to make trains animateble, if you want i can explain you how it works. https://mods.factorio.com/mod/Animated_trains It's not perfect, but it doese work.
- Mon Aug 15, 2022 6:51 am
- Forum: Modding help
- Topic: Add custom Train driving animation
- Replies: 5
- Views: 1251
Re: Add custom Train driving animation
i tried making a simple scrip that should print directio but it only returns "unkonwn key 0"
. Is ther a problem with my code or where is the problem?
Code: Select all
script.on_event(defines.events.on_tick , function(event) game.print(defines.riding.direction) end)
- Mon Aug 15, 2022 6:24 am
- Forum: Modding help
- Topic: Add custom Train driving animation
- Replies: 5
- Views: 1251
Re: Add custom Train driving animation
But is there a way to create a script that gets the rotation and speed of the locomotive, and then places a animated image on top of the locomotive?
- Sun Aug 14, 2022 6:02 pm
- Forum: Modding help
- Topic: Diffence between WorkingAnimation and Animation
- Replies: 1
- Views: 797
Re: Diffence between WorkingAnimation and Animation
Based on some research of the prototype documentation form the official wiki (wiki.factorio.com/Prototype/Lab and https://wiki.factorio.com/Prototype/AssemblingMachine), the assembling machine has a animation for working (when it is crafting something) and idle animation witch is identical to the ...
- Sun Aug 14, 2022 1:48 pm
- Forum: Modding help
- Topic: Add custom Train driving animation
- Replies: 5
- Views: 1251
Add custom Train driving animation
So i want to make a mod that contains steam engins with animated siderods. i tried to make the train switch throgh several test animations, but everything i try just prevents the game from loading. i thoght about coding a custmo script that replaces renders an animation on top of the train, but i ...