- Minor features
- Included the ghost/god controller movement in the latency hiding.
- Changes
- Research notifications are only printed to players of the same force.
- Removed the /team command, chat is team only by default, added /shout (/s) command to speak to everyone.
- Tweaked the /help command, so it prints just the list of commands, and it is required to write /help <command> to get details
- Don't allow to deconstruct tiles that have nothing under it.
- Scripting
- Added read/write of LuaPlayer::tag. This tag is added to the player username in chat and on map.
- Added LuaEntityPrototype::logistic_mode read.
- Added a 4th (optional) parameter to LuaGameScript::write_file to write only for a specific player (or the server).
- Bugfixes
- Fixed crash when entities are migrated across types while in blueprints. (31984)
- Fixed crash when setting filters in the map editor. (32082)
- Additional desync fix related to selection of trains. (32102)
- Fixed crash when canceling deconstruction of tiles of other force.
- Fixed crash related to reconnecting to a game after 3 desyncs
- Fixed crash when using quickbar shortcuts in ghost mode in multiplayer. (32144)
- Fixed crash when changing player's controller in multiplayer while the player opens entity GUI with inventory. (32139)
- Fixed crash when opening entities that only exist in the latency hiding. (32141)
- Additional latency state fixes related to lag spikes and latency changes.
- Fix of one way (hopefully the only one), the ghost player could appear.
- Fixed freeze with specific modded recipes. (32048)
- Fixed LuaForce::research_progress could return invalid values in specific cases. (32047)
- Fixed error when manually calling LuaGameScript::raise_event(). (32039)
- Added additional inventory defines: car_fuel, car_trunk, car_ammo, and cargo_wagon. (32100)
- Fixed that the server commands didn't work when there was noone online and the autostop was on (again) (32112)
- Fixed that LuaUnitGroup::set_command wouldn't update the command of its members.
- Fixed that mod GUIs would get left behind if the mod was disabled due to an invalid factorio_version. (32196)
- Fxied that the Lua console would ignore first pressed key if the "toggle console" control was bound to a mouse button. (32093)
- Fixed wrong fonts used for languages using non-latin characters. (32061)
- Fixed crash on blueprint placement with rail signals with connected wires. (32002)
Version 0.14.4
- FactorioBot
- Factorio Staff
- Posts: 417
- Joined: Tue May 12, 2015 1:48 pm
Version 0.14.4
Re: Version 0.14.4
Yay Awesome Job on the Production Challenge!!!! and team chat by default even better!!!
-
- Long Handed Inserter
- Posts: 74
- Joined: Sat Sep 03, 2016 12:00 am
- Contact:
Re: Version 0.14.4
viewtopic.php?t=32102
"Also, we added additional info to crc, so it desyncs more reliable when something else is selected, which might feel like it "desyncs even more", but it is better for us, so we can find the problems faster." - Kovarex
this is a good thing to make aware
"Also, we added additional info to crc, so it desyncs more reliable when something else is selected, which might feel like it "desyncs even more", but it is better for us, so we can find the problems faster." - Kovarex
this is a good thing to make aware
3Ra Gaming Owner
join us on discord @ http://www.3RaGaming.com/discord
join us on discord @ http://www.3RaGaming.com/discord
- aubergine18
- Smart Inserter
- Posts: 1264
- Joined: Fri Jul 22, 2016 8:51 pm
- Contact:
Re: Version 0.14.4
Another fantastic update! The modding API just keeps getting better and better!!!
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.
Re: Version 0.14.4
Headless server crashes after connecting to it?
Edit I tried to have a 14.4 map and still the same issue
Code: Select all
0.000 2016-09-06 10:54:06; Factorio 0.14.4 (build 24514, linux64, headless)
0.108 Operating system: Linux (Debian 8.5)
0.108 Not rotating logs.
0.108 Program arguments: "factorio/bin/x64/factorio" "--start-server" "factorio/_autosave3.zip" "--server-settings" "factorio/data/server-settings.json" "--autosave-interval" "10"
0.108 Read data path: /opt/factorio/data
0.108 Write data path: /opt/factorio
0.108 Binaries path: /opt/factorio/bin
0.133 Running in headless mode
0.139 Loading mod core 0.0.0 (data.lua)
0.149 Loading mod base 0.14.4 (data.lua)
0.313 Checksum for core: 1620335853
0.313 Checksum for mod base: 574141439
0.785 Info PlayerData.cpp:47: Local player-data.json unavailable
0.785 Info PlayerData.cpp:52: Cloud player-data.json unavailable
0.786 Custom inputs active: 0
0.787 Factorio initialised
0.789 Info ServerSynchronizer.cpp:27: nextHeartbeatSequenceNumber(0) initialized Synchronizer nextTickClosureTick(0).
0.789 Info ServerMultiplayerManager.cpp:625: mapTick(-1) changing state from(Ready) to(PreparedToHostGame)
0.789 Info ServerMultiplayerManager.cpp:625: mapTick(-1) changing state from(PreparedToHostGame) to(CreatingGame)
0.789 Loading map /opt/factorio/_autosave3.zip
0.820 Info Scenario.cpp:148: Map version 0.14.3-0
2.688 Checksum for script /opt/factorio/temp/currently-playing/control.lua: 900459546
2.723 Info PosixUDPSocket.cpp:50: Opening socket at port 34197
2.724 Hosting game at port 34197
2.724 Info ServerMultiplayerManager.cpp:625: mapTick(1260001) changing state from(CreatingGame) to(InGame)
8.418 ConnectionRequestReplyConfirm (type(ConnectionRequestReplyConfirm) ) from(XXX:59181)
8.418 Info ServerRouter.cpp:418: Replying to connectionRequest for address(XXX:59181).
8.420 Info ServerSynchronizer.cpp:504: nextHeartbeatSequenceNumber(0) adding peer(1)
8.427 Info ServerMultiplayerManager.cpp:625: mapTick(1260001) changing state from(InGame) to(InGameSavingMap)
8.489 Info ServerMultiplayerManager.cpp:701: mapTick(1260001) received stateChanged peerID(1) oldState(Ready) newState(ConnectedWaitingForMap)
Killed
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Version 0.14.4
viewtopic.php?f=51&t=32252
What have you done to me!!!
I'll just go fix my mod to work with the changes
If the error is a result of an added feature, fair enough, keep up the good work.
What have you done to me!!!
I'll just go fix my mod to work with the changes
If the error is a result of an added feature, fair enough, keep up the good work.
Re: Version 0.14.4
So many bugs fixed! Thanks a lot.
Please submit bug report here, especially if the bug can be reproduced.Jayz536 wrote:Headless server crashes after connecting to it?
Yes, I encountered this problem from your mod too. I think they have forgotten to add this in the changelog.bobingabout wrote:viewtopic.php?f=51&t=32252
What have you done to me!!!
Re: Version 0.14.4
I see my yesterday's bugreport about fluids with altered temperatures being ignored in recipes was moved to "resolved" but I can't see it in the changelog here. Was it simply a minor change that wasn't worth mentioning? I sure hope it didn't disappear somewhere
I haven't updated yet to test if it was fixed. I'm also not sure if I even can test it easily as the mod author that altered the temperature of fluids changed some stuff on their side as well.
I haven't updated yet to test if it was fixed. I'm also not sure if I even can test it easily as the mod author that altered the temperature of fluids changed some stuff on their side as well.
Re: Version 0.14.4
I tested for you.hoho wrote:I see my yesterday's bugreport about fluids with altered temperatures being ignored in recipes was moved to "resolved" but I can't see it in the changelog here. Was it simply a minor change that wasn't worth mentioning? I sure hope it didn't disappear somewhere
I haven't updated yet to test if it was fixed. I'm also not sure if I even can test it easily as the mod author that altered the temperature of fluids changed some stuff on their side as well.
In 0.14.3, both Nitrogen and Oxygen could not enter the chemical plant if I changed their temperature with boiler.
In 0.14.4, they could enter the chemical plant.
The weird part is that the bug only happened on modded fluids. Water and petroleum gas don't have such issue during the test in 0.14.3.
Anyway, the bug has been fixed.
-
- Filter Inserter
- Posts: 310
- Joined: Fri Nov 07, 2014 3:46 am
- Contact:
Re: Version 0.14.4
Can we get an alias for shout that's /all ?
- ChurchOrganist
- Filter Inserter
- Posts: 256
- Joined: Sun Apr 17, 2016 12:45 pm
- Contact:
Re: Version 0.14.4
Awesome job by the devs here
Multiplayer is so much more stable
I can get in a train now without wondering whether I'm gonna desync
Multiplayer is so much more stable
I can get in a train now without wondering whether I'm gonna desync
Want to know where the biters chewing your power plant have come from??
Wondering where your next iron is going to come from??
You need Long Range Radar
Wondering where your next iron is going to come from??
You need Long Range Radar
Re: Version 0.14.4
this happens to me all the time in summer in german trains, oh wait... you talk about factorio, right!?ChurchOrganist wrote:...I can get in a train now without wondering whether I'm gonna desync
Re: Version 0.14.4
You leave your body if you enter a train here in germany? You should go to a doctor...thats not normalfishycat wrote: this happens to me all the time in summer in german trains, oh wait... you talk about factorio, right!?
Update runs smoothly so far great work thanks ;D
Re: Version 0.14.4
It is totally normal, you just melt out of itillmaren wrote:You leave your body if you enter a train here in germany? You should go to a doctor...thats not normalfishycat wrote: this happens to me all the time in summer in german trains, oh wait... you talk about factorio, right!?
Update runs smoothly so far great work thanks ;D
Re: Version 0.14.4
Masterfox wrote:It is totally normal, you just melt out of itillmaren wrote:You leave your body if you enter a train here in germany? You should go to a doctor...thats not normalfishycat wrote: this happens to me all the time in summer in german trains, oh wait... you talk about factorio, right!?
Update runs smoothly so far great work thanks ;D
I have a smiley suggestion: maybe a sign with "joke" on it, could be helpful sometimes...
and yes, it was a bad melting joke