Update
Update Update
This commit is contained in:
Binary file not shown.
BIN
Daedalic Entertainment GmbH/Barotrauma/.Save 16.save.bk2
Normal file
BIN
Daedalic Entertainment GmbH/Barotrauma/.Save 16.save.bk2
Normal file
Binary file not shown.
Binary file not shown.
10
cookother.sh
10
cookother.sh
@@ -1,3 +1,12 @@
|
||||
modify -loglevel INFO '(?-s)capacity="(?<capacity>!num)"(?:!anyslotsperrow="(?<slotsperrow>!num))?' \
|
||||
'capacity=capacity*2
|
||||
if not slotsperrow then return true end
|
||||
slotsperrow=1
|
||||
while slotsperrow * slotsperrow < capacity do
|
||||
slotsperrow = slotsperrow + 1
|
||||
end' \
|
||||
'**/*.xml'
|
||||
|
||||
modify \
|
||||
'<Containable!any(\s?excludeditems="[^"]+")' \
|
||||
'print(s1) s1=""' \
|
||||
@@ -15,7 +24,6 @@ modify \
|
||||
|
||||
modify -loglevel INFO 'reward="!num' '*4' '**/Missions.xml'
|
||||
modify -loglevel INFO 'maxstacksize="!num' '*2' '**/containers.xml' '**/tools.xml'
|
||||
modify -loglevel INFO '(?-s)capacity="(?<capacity>!num)"!anyslotsperrow="(?<slotsperrow>!num)' 'capacity=capacity*2 slotsperrow=1 while slotsperrow * slotsperrow < capacity do slotsperrow = slotsperrow + 1 end' '**/containers.xml' '**/*.xml'
|
||||
modify -loglevel INFO '(blocks="[^"]+")' 's1=""' '**/TalentTrees.xml'
|
||||
modify -loglevel INFO '(?-s)LightComponent!anyrange="(!num)"' '*4' '**/*.xml'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user