TUXDB - LINUX GAMING AGGREGATE
by NuSuey
NEWSFEED
▪️ GAMES
▪️ STEAM DECK ▪️ DEALS ▪️ CROWDFUNDING ▪️ COMMUNITY
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 9 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Arch Toasty][Benedikt][David Martínez Martí]

Steam ImageSteam ImageSteam ImageSteam ImageSteam ImageSteam Image
Friday Facts #279 - Train GUI Modern Spitter

Hello,

FFF motivation


This weeks Friday Facts are a good example of how they serve not only the obvious role ofinforming the community, but also helps us to divide the work into smaller chunks with individual deadlines. As this Friday Facts was scheduled to be about the Train GUI, we had to put special effort into finishing everything planned for the Train GUI, so it can be presented, and we can move to another task and 0.17 comes in reasonable time :).

The train GUI


We introduced the plan and mock-ups for the Train GUI quite some time ago in FFF-212. Many things changed since then, the final GUI style and rules are different now, and we also re-iterated the UX of it. But the main general idea of the layout remained. The train schedule is one big list with stations and conditions all visible, so you don't have to click through the list-box of individual stations to see the conditions.

Drag and drop


Previously, stations and conditions were added after the currently selected station/condition. Since there is no selection now, you just always add to the end. Changing station/condition order is done by drag and drop. The drag and drop was possible in the list-box version as well, but it was quite a hidden feature, as it was the only list-box in the whole game that allowed that, and there was no visual indication of that functionality. We also believe, that the visual feedback of re-arranging is now better than before. https://cdn.factorio.com/assets/img/blog/fff-279-drag-drop-017.webm

Wait condition visualisation


One of the things I always missed in the Train GUI was an indication of how much longer the train going to wait in the station. After some discussions, we decided to give visual feedback to all reasonable conditions by gradually changing the style of the condition frame to green as if it was a progress bar. The question is, how do we calculate the fraction of completeness for individual type of wait conditions?
  • Elapsed time - The most obvious one, as it is known how much time the train has spent in the station, and how much more is remaining.
  • Inactivity time - Also simple, similar to elapsed time.
  • Inventory full - We can calculate the fullness of individual cargo wagons and average it.
  • Inventory empty - Simply (1 - fraction of full) :)
  • Item count - Here it starts to be tricky. If the comparator is > (greater than) or (greater or equal than), we just calculate the amount of that item and divide it by the goal. If the comparator is anything else, I can't show a progress. I know how far I'm from the goal, but I don't know what to compare it to, so in this case, we just show either not completed at all, or fully completed.
  • Fluid condition - Basically the same as Item count.
  • Circuit condition - Here we just show nothing or full, as we can't really know.
The result is quite nice for simple cases: https://cdn.factorio.com/assets/img/blog/fff-279-full-empty-loop.webm And in more complicated cases, it can be a great tool to quickly identify a problem: https://cdn.factorio.com/assets/img/blog/fff-279-train-complex-conditions.webm

Temporary stations


The second most desired feature is temporary stations. The main motivation for them is the usage of trains for personal transportation. When I want to do that now, I have to:
  • Open the map and search where I want to go, and find the nearest station.
  • Remember the station name.
  • Enter the locomotive and add that station (by searching through the list) to the schedule.
  • Confirm some random wait condition.
  • Press the "go to the station" button.
  • When it gets there, delete the station from the schedule again.
With temporary station support, what I do is:
  • Enter the locomotive and find the place where I want to go directly in the map preview.
  • Ctrl+Click nearest rail/station.
Using the control click will select the nearest station or even just a rail, and set it as a target of temporary station. By this action, the temporary station is added in front of the current goal (if there is any) and is ordered to go there. Once the goal is reached, the station is automatically removed from the schedule and the train will continue to the goal it was headed to before adding the temporary station. This means, that I can carelessly hijack any train passing by for my personal travel, as it will continue its schedule once I'm done with it. It also adds some possibilities for when I need to send train from dried out mines into smelting and depots etc.

The modern Spitter


In the animation below you can see the new high-res spitter walking in 3 levels. As you can see we took the chance to work a bit different the same concept as before but integrating some new details that in my opinion makes them more interesting. https://cdn.factorio.com/assets/img/blog/fff-279-spitter-walk.gif Note: the colors are not necessary final. We keep the modular shell due the familiarity with the biters. Also for convenience with the color tint. The same way the modern Biter moves a bit closer to a spider concept, the Spitters are going more to a woodlouse or a small centipede. The point is it's flexibility at the time of shooting, also they shoot from far away from the target, so there's no need to look specially strong or agile. https://cdn.factorio.com/assets/img/blog/fff-279-spitter-shoot.gif The 'classic' design of the Spitters is based in the idea that they shoot from some height in order to bypass the walls of your factory with their acid spits. This is a nice concept, but at the time of walking it doesn't make much sense to keep standing up. That's why we took the chance of improving this feature, and we divided the modes of the Spitter in two: walking and shooting. Now when shooting, they stand up as before, but for walking they use all the legs. We also added this big mouth claws that open and close when spitting to give a better expression. The rest is pure fun. We have also been with Vaclav on the way they shoot...

Worm and Spitter stream attack (V453000)


With the new high resolution Worms (and now also Spitters), their projectiles started to look even more out of place than before. On top of that, a homing acid projectile makes about as much sense as a homing laser beam. We were quite sure we want Worms and Spitters to spit acid, but closer to how the flamethrower 'stream attack' behaves, so we started with that. https://cdn.factorio.com/assets/img/blog/fff-279-no-prediction.webm While visually it makes much better sense and the acid looks much nicer thanks to the work of Dominik (from the GFX gang, not pipe programmer gang) and Ernestas, the acid stream has a downside - it can easily be dodged. In fact, as long as you keep moving, the stream never hits you. Therefore we added predictive targeting to streams - so Worms, Spitters and Flamethrower turrets can hit the target unless it changes direction.It is still possible for the player to dodge them if they try, but with higher numbers of Worms it becomes a lot harder. https://cdn.factorio.com/assets/img/blog/fff-279-prediction.webm When the target too fast and/or the predicted position is out of range, the prediction is turned off. We will probably tweak this so that the prediction tries to go as close to the border of its range as possible. At some point even the homing projectiles from 0.16 miss so this is not much difference, the threshold probably comes a little earlier though. Where the acid stream hits, it creates an acid splash on the ground. The acid splash does damage to trespassers (currently not buildings), and applies a slow debuff. Enemies are not affected by the acid splash. To make the effect less binary (slow/fast), we added a tapering slow - at first it applies a lot of slowdown, but the effect linearly decreases over a few seconds until it disappears completely. All of the worms have a large enough stream attack that it damages more than one building if they are next to each other. Spitters smaller than behemoth do not possess this ability. https://cdn.factorio.com/assets/img/blog/fff-279-super-trooper.webm Some details and numbers are still being worked on, but with all of the changes combined, it should be more fun to attack biter bases. If you are not a fan of 'combat dancing', you can always just invest a bit more into military technologies and win with brute force. As always, let us know what you think on our forum.


[ 2019-01-25 17:40:42 CET ] [ Original post ]

Factorio
Wube Software LTD. Developer
Wube Software LTD. Publisher
2020-08-14 Release
Game News Posts: 506
🎹🖱️Keyboard + Mouse
Overwhelmingly Positive (164072 reviews)
The Game includes VR Support
Public Linux Depots:
  • Factorio Linux64 [306.86 M]
  • Factorio Linux32 [300.1 M]
Available DLCs:
  • Factorio: Space Age
Factorio is a game in which you build and maintain factories. You will be mining resources, researching technologies, building infrastructure, automating production and fighting enemies. In the beginning you will find yourself chopping trees, mining ores and crafting mechanical arms and transport belts by hand, but in short time you can become an industrial powerhouse, with huge solar fields, oil refining and cracking, manufacture and deployment of construction and logistic robots, all for your resource needs. However this heavy exploitation of the planet's resources does not sit nicely with the locals, so you will have to be prepared to defend yourself and your machine empire.

Join forces with other players in cooperative Multiplayer, create huge factories, collaborate and delegate tasks between you and your friends. Add mods to increase your enjoyment, from small tweak and helper mods to complete game overhauls, Factorio's ground-up Modding support has allowed content creators from around the world to design interesting and innovative features. While the core gameplay is in the form of the freeplay scenario, there are a range of interesting challenges in the form of the Scenario pack, available as free DLC. If you don't find any maps or scenarios you enjoy, you can create your own with the in-game Map Editor, place down entities, enemies, and terrain in any way you like, and even add your own custom script to make for interesting gameplay.

Discount Disclaimer: We don't have any plans to take part in a sale or to reduce the price for the foreseeable future.

What people say about Factorio


  • No other game in the history of gaming handles the logistics side of management simulator so perfectly. - Reddit
  • I see conveyor belts when I close my eyes. I may have been binging Factorio lately. - Notch, Mojang
  • Factorio is a super duper awesome game where we use conveyor belts to shoot aliens. - Zisteau, Youtube

MINIMAL SETUP
  • OS: Linux (tarball installation)
  • Processor: Dual core 3Ghz+Memory: 4 GB RAM
  • Memory: 4 GB RAM
  • Graphics: OpenGL 3.3 core. DirectX 10.1 capable GPU with 512 MB VRAM - GeForce GTX 260. Radeon HD 4850 or Intel HD Graphics 5500
  • Storage: 3 GB available space
RECOMMENDED SETUP
  • OS: Linux (tarball installation)
  • Processor: Quad core 3GHz+Memory: 8 GB RAM
  • Memory: 8 GB RAM
  • Graphics: OpenGL 4.3 core. DirectX 11 capable GPU with 2 GB VRAM - GeForce GTX 750 Ti. Radeon R7 360
  • Storage: 3 GB available space
GAMEBILLET

[ 6102 ]

8.89$ (78%)
20.99$ (16%)
16.59$ (17%)
16.57$ (17%)
16.79$ (16%)
24.89$ (17%)
16.99$ (15%)
49.79$ (17%)
2.22$ (78%)
33.17$ (17%)
16.01$ (11%)
41.49$ (17%)
42.47$ (15%)
8.78$ (12%)
15.12$ (11%)
12.59$ (16%)
25.19$ (16%)
34.79$ (13%)
2.22$ (78%)
11.56$ (11%)
5.87$ (16%)
15.47$ (14%)
4.24$ (-42%)
8.39$ (16%)
22.24$ (11%)
26.39$ (12%)
4.44$ (78%)
16.96$ (15%)
13.34$ (11%)
25.49$ (15%)
GAMERSGATE

[ 764 ]

8.5$ (66%)
1.7$ (91%)
9.41$ (69%)
1.45$ (79%)
4.25$ (83%)
2.25$ (91%)
5.0$ (50%)
1.28$ (91%)
6.99$ (30%)
0.43$ (91%)
0.84$ (58%)
6.8$ (66%)
6.38$ (57%)
2.21$ (83%)
11.04$ (45%)
1.91$ (87%)
0.34$ (91%)
0.5$ (49%)
3.19$ (79%)
8.49$ (58%)
9.34$ (53%)
0.6$ (92%)
2.04$ (83%)
0.53$ (92%)
35.99$ (10%)
1.0$ (80%)
0.64$ (87%)
0.75$ (92%)
1.95$ (90%)
0.85$ (91%)

FANATICAL BUNDLES

Time left:

12 days, 10 hours, 43 minutes


Time left:

19 days, 10 hours, 43 minutes


Time left:

8 days, 10 hours, 43 minutes


Time left:

5 days, 10 hours, 43 minutes


Time left:

13 days, 10 hours, 43 minutes


Time left:

15 days, 10 hours, 43 minutes


Time left:

36 days, 10 hours, 43 minutes


Time left:

356461 days, 2 hours, 43 minutes


Time left:

18 days, 10 hours, 43 minutes


Time left:

47 days, 10 hours, 43 minutes


Time left:

33 days, 10 hours, 43 minutes


HUMBLE BUNDLES

Time left:

0 days, 4 hours, 43 minutes


Time left:

2 days, 4 hours, 43 minutes


Time left:

7 days, 4 hours, 43 minutes


Time left:

9 days, 4 hours, 43 minutes


Time left:

14 days, 4 hours, 43 minutes

by buying games/dlcs from affiliate links you are supporting tuxDB
🔴 LIVE