The Riftbreaker 银河破裂者

The Riftbreaker 银河破裂者

Build multi-layered walls at once
20 条留言
ponomaryow.dmitry  [作者] 8 月 24 日 上午 11:04 
Version 1.11
Updating to Riftbreaker 2.0.
ponomaryow.dmitry  [作者] 6 月 26 日 上午 9:31 
The new version of the mod will be released when Riftbreaker 2.0 is officially released.

I can't make a beta-only version of the mod.
Diepie2635 6 月 19 日 下午 10:27 
Please update this it is a very nice qol mod thank you
ponomaryow.dmitry  [作者] 2024 年 6 月 21 日 上午 11:02 
Version 1.10
Adding Chinese description from Steam comments.
Update mod to DLC3 and WE3.
ponomaryow.dmitry  [作者] 2024 年 1 月 8 日 上午 10:29 
Version 1.9
Moving "selector.lua" script to new separate SelectorScriptImprovements mod.
ponomaryow.dmitry  [作者] 2023 年 12 月 3 日 上午 12:02 
Version 1.8
Updating the algorithm for finding the location of new walls.
ponomaryow.dmitry  [作者] 2023 年 7 月 2 日 上午 1:35 
Version 1.7
Changing selector images.
Pimpin Pippin 2023 年 6 月 12 日 上午 4:49 
I think it is working a lot better now, thank you for improving it!
ponomaryow.dmitry  [作者] 2023 年 6 月 12 日 上午 4:27 
@Pimpin Pippin
Could you please test Walls Construction now?
ponomaryow.dmitry  [作者] 2023 年 6 月 12 日 上午 4:26 
Version 1.6
Updating the algorithm for finding the location of new walls due to a changes in EXOR's basic algorithm for finding a path between two points.
The new EXOR basic algorithm bypasses obstacles.
During the construction of the walls, the initial location of the player is indicated by a blue marker.
The direction of adding new walls depends on the initial location of the player.
ponomaryow.dmitry  [作者] 2023 年 6 月 7 日 上午 9:46 
@Pimpin Pippin
Yes.
I have tested the construction of walls in caves and it is hell.
I have a lot of work to redo the positions of the additional walls.
I will have to completely redo the mod algorithm.
Pimpin Pippin 2023 年 6 月 6 日 上午 6:55 
For example, your mod "Build many buildings at once" places buildings perfectly.
Always flawless rectangle-like shape of placing buildings.
I think the Multi-Walls are struggling because Riftmaker devs made Wall placement "smart" by it trying to path around obstacles, and by making walls try to form an "r" shape (two lines of walls, one 90 degrees to another).
If the multi-walls were able to be placed just like your "Build many buildings at once" mod it would be perfect - simple rectangular field of walls that the player can stretch.
Pimpin Pippin 2023 年 6 月 5 日 下午 8:51 
Here are 6 screenshots on this imgur link.
Please let me know if there is a problem accessing the screenshots.
Thank you for testing.
https://imgur.com/a/HbQn50a
ponomaryow.dmitry  [作者] 2023 年 6 月 5 日 下午 2:34 
@Pimpin Pippin
Could you please make screenshot with thicker walls?
I tested the construction of walls and could not reproduce the strange behavior.
Pimpin Pippin 2023 年 6 月 5 日 下午 1:53 
To add to the previous comment, i think the jittery (hard to control) thick walls may be caused by having some un-buildable terrain or buildings in the way of the thick walls aiming blueprint.
Its like the game is trying to path the walls around those un-buildable locations, and that is not working well with the thicker walls.
Pimpin Pippin 2023 年 6 月 3 日 上午 10:52 
This is a great mod, thank you very much.
However when targeting the thicker walls become really jittery & hard to control where the walls will be placed.
If you can please consider somehow making the aiming of thick walls more stable & straight.
Your other mod "Build many buildings at once" has perfect aiming so i am hoping this Multi-Layered Walls mod can have something similar.
ponomaryow.dmitry  [作者] 2023 年 5 月 29 日 下午 1:03 
Version 1.5
Fixed bug with ugly ghost wall entity when overriding walls.
Update mod to DLC2.
ponomaryow.dmitry  [作者] 2023 年 3 月 18 日 上午 10:07 
Version 1.4

Multi Layered Wall building now works with other custom walls from other mods.
For example, with walls from the Expanded Arsenal mod.

Mod Expanded Arsenal Author WirawanMYT [MY]
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2893151510
RunForRest 2023 年 2 月 18 日 上午 5:40 
Amazing
Should be by defualt in the game if u ask me
饼干 2023 年 2 月 14 日 上午 6:36 
Mod修改墙建筑。

mod允许您立即构建多层墙(实心墙和有间隙的墙)。



墙层数由鼠标滚轮更改。



壁层的最大数量为6(6-11个单元)。



也:

“selector.rua”脚本中的更改将保存所有楼层类型的楼层大小。



“selector.rua”脚本中的更改将保存所有工具(Picker和Sell tools除外)的大小。



更改的文件:

lua/misc/ghost_building_line.lua

lua/misc/selector.lua



图层顺序:

"1",



-- 2

"11",



-- 3

"101",

"111",



-- 4

"1011",

"1111",



-- 5

"10101",

"11111",



-- 6

"101011",

"111111",



-- 7

"1010101",



-- 8

"10101011",



-- 9

"101010101",



-- 10

"1010101011",



-- 11

"10101010101",



“1”-墙

“0”-空单元格