Page 5 of 6

Re: [MOD 0.16] Vehicle Wagon 1.2.3

Posted: Fri Apr 27, 2018 10:03 pm
by steinio
Supercheese wrote:I'll add a special case for it in the next update.
Very kindly. Thx.

Re: [MOD 0.16] Vehicle Wagon 1.2.4

Posted: Tue May 08, 2018 5:30 pm
by Supercheese
Aforementioned special case added in version 1.2.4, now available.

Re: [MOD 0.16] Vehicle Wagon 1.2.4

Posted: Tue May 08, 2018 5:57 pm
by steinio
Supercheese wrote:Aforementioned special case added in version 1.2.4, now available.
Thank you.

Re: [MOD 0.16] Vehicle Wagon 1.2.4

Posted: Wed May 23, 2018 2:02 pm
by ShinoHarvest
bug if 2 player try load or unload wagon simultaneously

Error while running event Vehicle Wagon::on_tick (ID 0)
LuaEntity API call when LuaEntity was invalid.
stack traceback:
__Vehicle Wagon__/control.lua:174: in function <__Vehicle Wagon__/control.lua:116>

Re: [MOD 0.16] Vehicle Wagon 1.2.4

Posted: Sat Jun 02, 2018 7:17 am
by SuperSandro2000
When unloading the crawler vehicle from angels on a diagonal tile errors and save game closes.

Error while running event Vehicle Wagon::on_tick (ID 0)
__Vehicle Wagon__/control.lua:210: attempt to index local 'wagon' (a nil value)

Re: [MOD 0.16] Vehicle Wagon 1.2.4

Posted: Fri Jun 08, 2018 5:00 pm
by immortal_sniper1
sometimes the lifring item dissapears
note: using all PY mods and i was lifting a pickup truck

Re: [MOD 0.16] Vehicle Wagon 1.2.4

Posted: Sun Jun 17, 2018 9:51 pm
by Supercheese
SuperSandro2000 wrote:When unloading the crawler vehicle from angels on a diagonal tile errors and save game closes.

Error while running event Vehicle Wagon::on_tick (ID 0)
__Vehicle Wagon__/control.lua:210: attempt to index local 'wagon' (a nil value)
I've not had much time for developing my Factorio mods lately, but I incorporated a Pull Request from narc and I stopped the above error from crashing in 1.2.5, freshly released (it now fails gracefully instead).
Try to always have extra rails extended beyond any Vehicle Wagon you're loading or unloading, especially if the rails are diagonal; the crash quoted above occurred when the Vehicle Wagon was at the terminal end of a diagonal rail.

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Mon Jul 16, 2018 9:57 am
by liirge
I think I've found a bug in either this mod or the AAI mod.
I am currently running the AAI mods in conjunction with bobs and angels and I have found a problem when trying to get my car onto a transport wagon.

I am not in the car nor am in the train, but when i have the winch tool in my hand, and I'm in range if I select the car and then the train it says that I cannot load the car whilst there is a passenger on board. There is no passenger on board at all. I have tried emptying both the car and the train, and it makes no difference it still seems to think there is a passenger in the car.

I have not built any of the AAI structures to control vehicles yet or even fiddled with the autonomous vehicle part of that mod yet.


Any idea as to what is going on?

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Tue Jul 17, 2018 6:33 pm
by Hyratel
liirge wrote:I think I've found a bug in either this mod or the AAI mod.
I am currently running the AAI mods in conjunction with bobs and angels and I have found a problem when trying to get my car onto a transport wagon.

I am not in the car nor am in the train, but when i have the winch tool in my hand, and I'm in range if I select the car and then the train it says that I cannot load the car whilst there is a passenger on board. There is no passenger on board at all. I have tried emptying both the car and the train, and it makes no difference it still seems to think there is a passenger in the car.

I have not built any of the AAI structures to control vehicles yet or even fiddled with the autonomous vehicle part of that mod yet.


Any idea as to what is going on?
if the vehicle has In-use colors, you might need to turn it off completely - either get in or use the Vehicle Remote and click the [power logo] button till it turns Red to disable all Autonomous features. if this doesn't work, then it's something else going on.

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Sun Aug 26, 2018 1:49 pm
by jokru
Is it intentional that the wagon cannot exceed speeds of about 372,6 km/h with nuclear fuel?
It's really annoying to have to go almost half as slow as I could because I want my vehicle(s) with me :(

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Tue Aug 28, 2018 4:30 am
by Supercheese
jokru wrote:Is it intentional that the wagon cannot exceed speeds of about 372,6 km/h with nuclear fuel?
It's really annoying to have to go almost half as slow as I could because I want my vehicle(s) with me :(
Vehicle wagons should have exactly the same speed properties as vanilla cargo wagons, since the code simply copies its baseline data from vanilla, and does not touch the maximum speed property.

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Fri Aug 31, 2018 6:09 pm
by jokru
Supercheese wrote:
jokru wrote:Is it intentional that the wagon cannot exceed speeds of about 372,6 km/h with nuclear fuel?
It's really annoying to have to go almost half as slow as I could because I want my vehicle(s) with me :(
Vehicle wagons should have exactly the same speed properties as vanilla cargo wagons, since the code simply copies its baseline data from vanilla, and does not touch the maximum speed property.
How could I make it copy a mod items properties instead?
Nvm, I just added a max speed multiplier to the wagons, that seems to work.
Now do you know how I could edit the existing artillery wagon (as it has the same issue)? I'd rather not replace it fully.

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Sat Jan 19, 2019 7:45 pm
by HammerPiano
Hi,
I found a bug, where the winch can disappear sometimes.
Steps to reproduce:
1. fill inventory so there is no more space in main inventory
2. try to use the winch (load/unload)
3. Winch will disappear

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Sat Jan 19, 2019 7:46 pm
by steinio
HammerPiano wrote:
Sat Jan 19, 2019 7:45 pm
Hi,
I found a bug, where the winch can disappear sometimes.
Steps to reproduce:
1. fill inventory so there is no more space in main inventory
2. try to use the winch (load/unload)
3. Winch will disappear
It drops to the ground.

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Sun Mar 03, 2019 9:04 am
by MisterFister
Is this mod actively supported? Should we anticipate v0.17 compatibility in the future?

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Tue Mar 05, 2019 9:20 pm
by brokenshakles
Earendel has not yet completed the AAI 0.17 update, considering this is dependent on that, you will have to wait for the prerequisite.

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Tue Mar 05, 2019 9:24 pm
by dgw
brokenshakles wrote:
Tue Mar 05, 2019 9:20 pm
Earendel has not yet completed the AAI 0.17 update, considering this is dependent on that, you will have to wait for the prerequisite.
This is incorrect.

Vehicle Wagon works with AAI, but does not require it. (Source: I do not have AAI in my 0.16 map, but Vehicle Wagon is installed and works just fine.)

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Tue Mar 05, 2019 10:50 pm
by brokenshakles
Forgive me, I thought it was a strict dep. I stand corrected.

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Fri Mar 08, 2019 7:31 pm
by julius1701
I wrote an quick update for 0.17. It is working but for some reason it unequibs the winch after clicking the car. You must have 2 winches in your inventory.

Re: [MOD 0.16] Vehicle Wagon 1.2.5

Posted: Sun Mar 31, 2019 2:18 pm
by robot256
Looks like this code was posted on the Mod Portal as Vehicle Wagon 2 by Artanis_Mattias, is that you julius1701? There are some major bugs left that I'd like to help sort out, since the mod's operation is very similar to my Multiple Unit Train Control mod. But where should we host the source and where should we post the results on the Mod Portal? Has anyone heard from SuperCheese lately? I know the license is MIT, but I don't want to make a yet another fork if I can help it.

Edit: Just noticed he was active on GitHub a month ago. julius1701, you might send your update as a pull request to kick things off.