Skip to content

Commit

Permalink
Update DTA EditorRules.ini and FileManagerConfig.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Rampastring committed Feb 3, 2025
1 parent 01e05ba commit 0018273
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 26 deletions.
53 changes: 36 additions & 17 deletions src/TSMapEditor/Config/EditorRules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RenderInEditor=no
[RAAPWR_S]
RenderInEditor=no

[Gems]
Color=Purple

; Hide editor-only overlay and terrain objects from map previews
[IMOV]
InvisibleInGame=yes
Expand Down Expand Up @@ -102,54 +105,70 @@ EditorZAdjust=8
[INPURPLAMP]
EditorZAdjust=8

; Increase depth of alpha light posts because their graphics go far outside of their logical foundation
; Remove outline image from alpha light posts
[INALITE1]
EditorZAdjust=300
EditorZAdjust=8 ;300
Image=INLITE

[INALITE2]
EditorZAdjust=550
EditorZAdjust=8 ;550
Image=INLITE

[INALITE3]
EditorZAdjust=1024
EditorZAdjust=8 ;1024
Image=INLITE

[INALITE4]
EditorZAdjust=1680
EditorZAdjust=8 ;1680
Image=INLITE

[INACLITE]
EditorZAdjust=300
;EditorZAdjust=300
Image=INLITE

[CLLAMP1]
EditorZAdjust=1680
;EditorZAdjust=1680
Image=none

[CLLAMP2]
EditorZAdjust=1680
;EditorZAdjust=1680
Image=none

[CRLAMP1]
EditorZAdjust=300
; EditorZAdjust=300
Image=none

[CRLAMP2]
EditorZAdjust=300
; EditorZAdjust=300
Image=none

[CRLAMP3]
EditorZAdjust=300
; EditorZAdjust=300
Image=none

[CRLAMP4]
EditorZAdjust=300
; EditorZAdjust=300
Image=none

[CRLAMP5]
EditorZAdjust=300
; EditorZAdjust=300
Image=none

[CRLAMP6]
EditorZAdjust=300
; EditorZAdjust=300
Image=none

[CRLAMP7]
EditorZAdjust=300
; EditorZAdjust=300
Image=none

[CRLAMP8]
EditorZAdjust=300
; EditorZAdjust=300
Image=none

[CRLAMP9]
EditorZAdjust=300
; EditorZAdjust=300
Image=none

; Increase depth of AI Naval Yard Node because its graphics go far outside of their logical foundation
[NODE]
Expand Down
13 changes: 4 additions & 9 deletions src/TSMapEditor/Config/FileManagerConfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@
; Special values are supported to load additional MIX files. These are always optional.
; The valid options are $TSECACHE, $RA2ECACHE, $TSELOCAL, $RA2ELOCAL, $EXPAND, $EXPANDMD.
[MIXFiles]
0=Cache.mix,1
1=Local.mix,1
0=RampaCache.mix,0
1=$TSECACHE
2=Conquer.mix,1
3=ECache00.mix,0
4=ECache01.mix,0
5=ECache02.mix,0
6=ECache03.mix,0
7=ECache04.mix,0
8=ECache05.mix,0
9=RampaCache.mix,0
3=Local.mix,1
4=Cache.mix,1

0 comments on commit 0018273

Please sign in to comment.