Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CzBuCHi committed Jul 28, 2024
1 parent 5c8b05a commit 1dd80c2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This mod is useless on its own, but it is allowing other mods to extend car insp
* Download `CarInspectorResizer-VERSION.zip` from the releases page
* Install with [Railloader]([https://www.nexusmods.com/site/mods/21](https://railroader.stelltis.ch/))

## Warning
This mod is not compatible with any mod that modified CarInspector window height.

## Instructions for modders:
1. Add reference to this mod (duh)
Expand All @@ -31,12 +33,6 @@ internal static class CarInspectorPatches {
// this will expand car inspector window by 50 units when Road mode on orders tab is selected
windowAutoHeight.ExpandOrders(AutoEngineerMode.Road, 50);
// this will expand car inspector window by 100 units when Yard mode on orders tab is selected
windowAutoHeight.ExpandOrders(AutoEngineerMode.Yard, 100);
// update window height
windowAutoHeight.UpdateWindowHeight();
}
}
```
Expand Down

0 comments on commit 1dd80c2

Please sign in to comment.