工人与资源:苏维埃共和国 Workers & Resources: Soviet Republic

工人与资源:苏维埃共和国 Workers & Resources: Soviet Republic

102 个评价
pile of gravel and 5 stacks of wood
   
奖励
收藏
已收藏
取消收藏
Building
Buildings (by category): Passenger station, Storage
文件大小
发表于
更新日期
1.022 MB
2020 年 5 月 31 日 上午 5:36
2021 年 5 月 9 日 上午 8:17
5 项改动说明 ( 查看 )

订阅以下载
pile of gravel and 5 stacks of wood

描述
small non effective pile of gravel
+ tiny useless open storage
+ little low-cost bus stop (60 passengers)

added heliport connection to gravel and bus stop
heliport connected to bus stop work only with Heli-CO, can't be assigned to passenger helicopter route.
热门讨论 查看全部(1)
4
2020 年 6 月 2 日 上午 9:43
I WAS JUST THINKING ABOUT THIS
Crackhood
22 条留言
Basolisk 3 月 21 日 下午 2:05 
would like a exit conveyor connection for the gravel pile...
Laki 2023 年 8 月 9 日 上午 3:56 
I modified the low cost distribution office to work as a single vehicle CO to help ferry workers around. Here is the code. Feel free to include this in your mod. Since there is only one spot for a vehicle I'm not sure if you can fill the fuel storage if a vehicle is parked. I never really supply fuel to these so never wound up testing it.

$NAME_STR "Low cost construction office"

$TYPE_CONSTRUCTION_OFFICE

$RESOURCE_SOURCE_WORKERS
$RESOURCE_SOURCE_GRAVEL
$RESOURCE_SOURCE_ASPHALT
$RESOURCE_SOURCE_CONCRETE
$RESOURCE_SOURCE_OPEN
$RESOURCE_SOURCE_OPEN_BRICKS
$RESOURCE_SOURCE_OPEN_PANELS
$RESOURCE_SOURCE_OPEN_BOARDS
$RESOURCE_SOURCE_COVERED
$RESOURCE_SOURCE_COVERED_ELECTRO

$WORKING_VEHICLES_NEEDED 1

$STORAGE_FUEL RESOURCE_TRANSPORT_OIL 2
Cyranth 2022 年 9 月 24 日 上午 9:58 
Hi Lac_m, Love this mod. fyi, if you reverse the $CONNECTION_ROAD values the road connection is fixed.

$CONNECTION_ROAD
6.40 0.00 0.0
6.90 0.00 0.0

should be

$CONNECTION_ROAD
6.90 0.00 0.0
6.40 0.00 0.0
Lac_M  [作者] 2022 年 4 月 10 日 下午 1:25 
Looks like bus stop can't be connected to road in v 0.8.7.x. I tried to make it no collision, but it don't help, so it may be removed or replaced by something more standard which may cause some compatibility issues later.
Laki 2022 年 3 月 5 日 上午 7:57 
I'm not in a rush since I have already modded them for myself :) Posting them to you if you wish to expand on your mod. I believe it is better for all of these to be part of your original mod rather than begin multiple separate workshop items.

Thank you for your hard work.
Lac_M  [作者] 2022 年 2 月 27 日 上午 4:47 
Laki It will be faster if you release it as your own mod.
Laki 2022 年 2 月 5 日 上午 11:57 
Modded open storage to act as container facility. Feel free to use:

$NAME Tiny_container

$TYPE_CONTAINER_FACILITY
$WORKERS_NEEDED 6

$HELIPORT_AREA 5.0

-------

$COST_WORK SOVIET_CONSTRUCTION_GROUNDWORKS 0.0

$COST_WORK_BUILDING_NODE polySurfaceShape278

$COST_WORK_VEHICLE_STATION_ACCORDING_NODE polySurfaceShape278

$COST_RESOURCE workers 5
-------

$STORAGE_IMPORT RESOURCE_TRANSPORT_GENERAL 40
$STORAGE_EXPORT RESOURCE_TRANSPORT_VEHICLES 15

$STORAGE_PACKCONTAINERS_FROM_STORAGE 0

$RESOURCE_VISUALIZATION 0
position -5.0 0.0 3.2
rotation 0.0
scale 1 1 1
numstepx 2.3 5
numstept 4.8 1

$RESOURCE_VISUALIZATION 1
position -5.0 0.0 3.2
rotation 0.0
scale 3 4 4
numstepx 4.8 1
numstept 2.5 1

$VEHICLE_STATION
6.3 0.00 -2.3
-6.3 0.00 -2.3

$CONNECTION_ROAD
6.3 0.00 0.0
5.3 0.00 0.0

$CONNECTION_CONNECTION
0.0 0.0 6.3
0.0 0.0 5.3

$HEATING_DISABLE


end
Laki 2022 年 2 月 5 日 上午 11:57 
Modded bus stop to act as distribution office. Feel free to use:

$NAME 1dist

$TYPE_DISTRIBUTION_OFFICE

-------

$COST_WORK SOVIET_CONSTRUCTION_GROUNDWORKS 0.0

$COST_WORK_BUILDING_NODE polySurfaceShape278

$COST_WORK_VEHICLE_STATION_ACCORDING_NODE polySurfaceShape278

$COST_RESOURCE workers 5
-------

$WORKING_VEHICLES_NEEDED 1

$ROADVEHICLE_NOTFLIP

$VEHICLE_PARKING
6.3 0.00 -1.3
-6.3 0.00 -1.3

--$CONNECTION_ROAD
--6.3 0.00 0.0
--5.3 0.00 0.0

$CONNECTION_ROAD
6.40 0.00 0.0
6.90 0.00 0.0

$CONNECTION_PEDESTRIAN
4.4611 0 -3.51
4.4611 0 -3.01

$CONNECTION_PEDESTRIAN
4.4611 0 3.51
4.4611 0 3.01

$STATION_NOT_BLOCK
$STATION_NOT_BLOCK_DETOUR_POINT 6.90 0.00 0.0


end
Lac_M  [作者] 2020 年 11 月 24 日 下午 11:29 
bus stop added, road connection is behind building, you have to build road trough.
Laki 2020 年 11 月 17 日 上午 9:56 
I don't think i can edit the earlier post, but I just noticed the code i pasted still had an unnecessary factory connection in it.