The Riftbreaker

The Riftbreaker

Build multi-layered walls at once
20 Comments
ponomaryow.dmitry  [author] 24 Aug @ 11:04am 
Version 1.11
Updating to Riftbreaker 2.0.
ponomaryow.dmitry  [author] 26 Jun @ 9:31am 
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 19 Jun @ 10:27pm 
Please update this it is a very nice qol mod thank you
ponomaryow.dmitry  [author] 21 Jun, 2024 @ 11:02am 
Version 1.10
Adding Chinese description from Steam comments.
Update mod to DLC3 and WE3.
ponomaryow.dmitry  [author] 8 Jan, 2024 @ 10:29am 
Version 1.9
Moving "selector.lua" script to new separate SelectorScriptImprovements mod.
ponomaryow.dmitry  [author] 3 Dec, 2023 @ 12:02am 
Version 1.8
Updating the algorithm for finding the location of new walls.
ponomaryow.dmitry  [author] 2 Jul, 2023 @ 1:35am 
Version 1.7
Changing selector images.
Pimpin Pippin 12 Jun, 2023 @ 4:49am 
I think it is working a lot better now, thank you for improving it!
ponomaryow.dmitry  [author] 12 Jun, 2023 @ 4:27am 
@Pimpin Pippin
Could you please test Walls Construction now?
ponomaryow.dmitry  [author] 12 Jun, 2023 @ 4:26am 
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  [author] 7 Jun, 2023 @ 9:46am 
@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 6 Jun, 2023 @ 6:55am 
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 5 Jun, 2023 @ 8:51pm 
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  [author] 5 Jun, 2023 @ 2:34pm 
@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 5 Jun, 2023 @ 1:53pm 
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 3 Jun, 2023 @ 10:52am 
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  [author] 29 May, 2023 @ 1:03pm 
Version 1.5
Fixed bug with ugly ghost wall entity when overriding walls.
Update mod to DLC2.
ponomaryow.dmitry  [author] 18 Mar, 2023 @ 10:07am 
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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2893151510
RunForRest 18 Feb, 2023 @ 5:40am 
Amazing
Should be by defualt in the game if u ask me
饼干 14 Feb, 2023 @ 6:36am 
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”-空单元格