Skip to content

Commit 1b06d5b

Browse files
committed
do cam_to_brush after loading a multibrush, so the camera is not reset
to the origin all the time.
1 parent 84b3595 commit 1b06d5b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Common/Cmds/LoadMultibrush.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
load_group
2+
cam_to_brush

Common/Cmds/LoadMultibrushEx.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
;Newdark only
2+
load_group_ex
3+
cam_to_brush

Common/MENUS.CFG

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ menu_nvdifficulty_4 None:quest_delete DebugDifficulty
181181
menu_mbrush S&tore Group... (Shift+D):store_group|S&elect Group...:pick_group_name
182182
menu_mbrush_1 Remove Empty Groups:remove_empty_groups|&Dissolve Group (Ctrl+D):dissolve_group
183183
menu_mbrush_2 Dissolve Unnamed Groups:dissolve_unnamed_groups|Dissolve All Groups:dissolve_all_groups
184-
menu_mbrush_3 sep|&Load Group...:load_group
185-
menu_mbrush_4 Load Group and Textures...:load_group_ex ;Newdark only
184+
menu_mbrush_3 sep|&Load Group...:run .\cmds\LoadMultibrush.cmd
185+
menu_mbrush_4 Load Group and Textures...:run .\cmds\LoadMultibrushEx.cmd
186186
menu_mbrush_5 &Save Group... (Alt+B):save_group
187187
menu_mbrush_6 sep|&Toggle Brush Relative (Ctrl+Q):brush_relative
188188
menu_mbrush_7 sep|&Add Brush to Group...:add_brush_num @@
@@ -243,8 +243,8 @@ menu_textures_1 Replace Texture...:texture_change @@<OldTexID#>,<NewTexID#>|sep
243243
menu_textures_2 Compress All:compress_family all|Compress Family...:compress_family @@
244244
menu_textures_3 sep|Add Single Texture...:load_a_texture @@
245245
menu_textures_4 Remove Single Texture...:remove_a_texture @@ |sep
246-
menu_textures_5 Add Thief1 Family A-M:menu_tex|Add Thief1 Family N-Z:menu_tex2
247-
menu_textures_6 Add Thief Gold Family:menu_tex3
246+
menu_textures_5 ;Add Thief1 Family A-M:menu_tex|Add Thief1 Family N-Z:menu_tex2
247+
menu_textures_6 ;Add Thief Gold Family:menu_tex3
248248
menu_textures_7 Add Thief2 Family A-M:menu_tex4|Add Thief2 Family N-Z:menu_tex5
249249
menu_textures_8 ;Add SS2 Family A-O:menu_tex6 | Add SS2 Family O-Z:menu_tex7 ;SS2 only
250250
menu_textures_9 sep|Add dev Family:add_family dev

0 commit comments

Comments
 (0)