Page 13 of 18

Re: [MOD 0.12.x] The Fat Controller. Remote train management

Posted: Thu Apr 28, 2016 1:20 am
by Vas
Choumiko wrote:
Vas wrote:Would there be a way for you to add a different kind of train? One that when you get in, your UI shows some buttons of train stops named for personal transport.
That's not what Fat Controller aims to do. Maybe this is what you are looking for?
Ah, yea I guess that does work, though it would be nice to not need a "shuttle" specific train to do it. I'll use that for now.

By the way, three things:
I'm having trouble figuring out which train does what in the list of trains. Can you add a button to name a train? Or hide trains from that menu? Or both.
I've tried out a Smart Train's mod, but it doesn't seem to be working, I can't make trains leave only when "full" or "empty".
I'd like to be able to set custom times, not just max out at 200 seconds.

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.13

Posted: Thu Apr 28, 2016 4:27 am
by Lucky_Evie
Oh my god I just realized that in the "The Fat Controller", "FAT" isn't an acronym. I guess I haven't watched enough Thomas the Tank Engine to get that reference right away...

Re: [MOD 0.12.x] The Fat Controller. Remote train management

Posted: Thu Apr 28, 2016 7:45 pm
by Choumiko
Vas wrote:By the way, three things:
I'm having trouble figuring out which train does what in the list of trains. Can you add a button to name a train? Or hide trains from that menu? Or both.
I've tried out a Smart Train's mod, but it doesn't seem to be working, I can't make trains leave only when "full" or "empty".
I'd like to be able to set custom times, not just max out at 200 seconds.
You can filter the displayed trains by the station in their schedule ("s" button at the top)
Already working on renaming (the textfield will disappear after you set a name, just need to find a good spot to display the name without the gui getting to long)
Image
For full/empty to work the trains need to be assigned to a line, and to really only leave when full/empty wait forever has to be checked

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.13

Posted: Fri Apr 29, 2016 2:52 pm
by Dashie
base 12.29
+ various mods
MODS
i tested TheFatController_0.4.11 , 12 and 13
i get this error

Error occurs while pressing "c" to spectate the train
Error is :
Gui.lua 18
Gui.lua 34
Image

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.13

Posted: Tue May 03, 2016 11:42 pm
by lopezcesar26
Dashie wrote:base 12.29
+ various mods
MODS
i tested TheFatController_0.4.11 , 12 and 13
i get this error

Error occurs while pressing "c" to spectate the train
Error is :
Gui.lua 18
Gui.lua 34
Image

Ive been trying to find a solution for this problem as well...with no luck

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.13

Posted: Tue May 03, 2016 11:47 pm
by Roktaal
lopezcesar26 wrote:
Dashie wrote:base 12.29
+ various mods
MODS
i tested TheFatController_0.4.11 , 12 and 13
i get this error

Error occurs while pressing "c" to spectate the train
Error is :
Gui.lua 18
Gui.lua 34
Image

Ive been trying to find a solution for this problem as well...with no luck
The problem is caused by my Mod Iconizer. Update it following the instructions (Important notice) in first post at viewtopic.php?f=92&t=23680

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.13

Posted: Wed May 04, 2016 1:27 pm
by Redstylt
The french transaltion :)
fr.cfg
(1.07 KiB) Downloaded 162 times

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.13

Posted: Thu May 05, 2016 3:15 am
by lopezcesar26
Ive got it working now...needed to update bothe mods.....thanks for your help

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.13

Posted: Wed May 11, 2016 2:46 pm
by mrflib
Hey there, love your mod.

I'm having the following issue and wonder if you can help:

I've saved the game whilst in a train, when I load the game back up, wait for the train to stop and attempt to get out I get the following error which crashes the game:

Error while running the event handler:
__TheFatController__/TrainList.lua:105:
LuaTrain API call when LuaTrain was invalid.

Any ideas? Cheers

Re: [MOD 0.12.x] The Fat Controller. Remote train management

Posted: Thu May 12, 2016 6:29 pm
by Choumiko
Updated to The Fat Controller 0.4.14
  • suppress no fuel warning for 1 minute for new trains
  • fix error with invalid train (158578)
  • french translation by Redstylt
mrflib wrote:I've saved the game whilst in a train, when I load the game back up, wait for the train to stop and attempt to get out I get the following error which crashes the game:

Error while running the event handler:
__TheFatController__/TrainList.lua:105:
LuaTrain API call when LuaTrain was invalid.
I really have no idea how in that particular line a train could be invalid, since it's in a function that's suppossed to remove all invalid trains.. :D For now the fix is to not crash and try to go on.

Re: [MOD 0.12.x] The Fat Controller. Remote train management

Posted: Thu May 12, 2016 7:46 pm
by steinio
Choumiko wrote:Updated to The Fat Controller 0.4.14
  • suppress no fuel warning for 1 minute for new trains
Wow thats really luxury.

Thanks.

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.14

Posted: Tue May 17, 2016 4:28 am
by blizgerg
So, I noticed something strange while playing just now. I am using The Fat Controller version 0.4.14 and Smart Trains 0.3.82, and I noticed that sometimes, when I filtered trains by station, not all of them showed up. Here is a screen shot showing what I mean.
screenshot
Notice that Smart trains says that I have 7 trains on the Factory Iron line. which consists of stations Smeltery Iron and Factory Iron Unload. I have the fat controller filtered by the Smeltery Iron station and it only shows 3 of them.

Expected behavior is to show all 7 of them.

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.14

Posted: Tue May 17, 2016 7:36 am
by Choumiko
blizgerg wrote:Notice that Smart trains says that I have 7 trains on the Factory Iron line. which consists of stations Smeltery Iron and Factory Iron Unload. I have the fat controller filtered by the Smeltery Iron station and it only shows 3 of them.

Expected behavior is to show all 7 of them.
That is a bit odd. But looking at the code maybe it isn't.. Does FatController display the correct number of trains in the unfiltered view? Could be that the stations the missing trains are on have not been upated.
I'll try and see if i can reproduce and fix it.
Until then using /c remote.call("fat", "find_trains") in the console should fix it.

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.13

Posted: Thu May 19, 2016 8:16 pm
by creekz
Lucky_Evie wrote:Oh my god I just realized that in the "The Fat Controller", "FAT" isn't an acronym. I guess I haven't watched enough Thomas the Tank Engine to get that reference right away...
I thought FAT was "Far Away Train", as in The far away train controller. x)

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.14

Posted: Thu May 19, 2016 9:49 pm
by blizgerg
Choumiko wrote: Does FatController display the correct number of trains in the unfiltered view?
Yes.

*edited*

I have had a chance to try the command /c remote.call("fat", "find_trains") and it did not add the trains to the filter. I still saw fewer trains than I expected to see. Does it matter that there are more than 1 station with the name I am filtering?

*edit*

I think I might know how to reproduce it.
  • Have both smart trains and the fat controller installed.
  • Setup a line.
  • Add a new train, and select the active checkbox for the line on that train, do not add any stations to the schedule (smart trains will do this when you start it).
  • Start the train.
Now that train will not show up on any filter for any of the stations it has in its schedule, even though those stops show up on its schedule once it starts moving.

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.14

Posted: Fri May 20, 2016 7:42 am
by Choumiko
blizgerg wrote:
  • Have both smart trains and the fat controller installed.
  • Setup a line.
  • Add a new train, and select the active checkbox for the line on that train, do not add any stations to the schedule (smart trains will do this when you start it).
  • Start the train.
Now that train will not show up on any filter for any of the stations it has in its schedule, even though those stops show up on its schedule once it starts moving.
Ah, makes sense.. how dare SmartTrains changing a schedule without telling TFC about it :D I'll fix it tomorrow.

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.15

Posted: Tue May 24, 2016 9:55 pm
by Choumiko
Updated to The Fat Controller 0.4.15
  • Trains can be renamed, option to toggle displaying the name
  • fixed stations not getting updated (160777)
  • Most of the GUI text can now be localised
How to rename trains

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.15

Posted: Tue May 31, 2016 3:36 pm
by Mooncat
Hi Choumiko, thx for the mod.

But when I tried to start a new game with Klonan's Creative Mode, it prompted the following error then quit:

Code: Select all

Error while running the event handler:
...Data/Roaming/Factorio/temp/currently-playing/control.lua:38:Error while running the event handler:
__TheFatController__/control.lua:73: attempt to concatenate field 'version' (a nil value)
So, after studying a little bit about modding, I added a nil-checking on the 73th line of your control.lua such that it doesn't concatenate global.version if it is nil.
Now it shows an error message on the console:

Code: Select all

Error in FatController
__TheFatController__/GUI.lua:273: attempt to index local 'player_gui' (a nil value)
But at least the game is running now.

I am using v0.4.15 of your mod. Can you please take a look on it when you have time? :)

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.15

Posted: Tue May 31, 2016 5:21 pm
by Choumiko

Re: [MOD 0.12.x] The Fat Controller. Remote train manager 0.4.15

Posted: Thu Jun 02, 2016 2:24 pm
by Mooncat
Choumiko wrote:Fixed if you use this: https://github.com/Choumiko/TheFatContr ... ontrol.lua
Thx for the fix! It is working without any error message. :D