# Fort Riggs Overhaul

{% embed url="<https://youtu.be/S_jFFofD9fE>" %}

{% embed url="<https://youtu.be/aGAuJBAbneQ>" %}

**2 new open building  :**

* Native School

  * 1 room (207 props, dynamic)
  * Dynamic interiors (no CreateObject Native, pure R\* Milo Logic) (watch walkthrough)
  * Interactive curtains (can be opened and closed)
  * Interactive chalkboard (12 usable lessons)

* Native General Store
  * 2 rooms (97 props)

* 8 Decorated Tipi

* 5 Decorated Hut

* Fully Decorated Camp

* Custom Door & Fence

* 10 new usable props

* 1030 props in total, including mlo's props (tested on +300 player server without issue)

* Custom door hash for every door (usable with any door lock/housing script)

* Custom Amv, Door Amv & Deferred Probes

* Loader/Unloader for server optimization

{% embed url="<https://alterion-corp.tebex.io/package/fort-riggs-overhaul>" %}

{% embed url="<https://forum.cfx.re/t/mlo-fort-riggs-overhaul/5374184>" %}

## Interactive Curtains & Chalkboard, Dynamic Interiors

{% embed url="<https://youtu.be/aGAuJBAbneQ?si=IzT3mWo_wYd6pHEK&t=515>" %}

You can edit the DDS image from the chalkboard lesson to change lessons to your liking

<figure><img src="/files/jPMWPqOg4zAhBKmSAjI4" alt=""><figcaption></figcaption></figure>

## **Props Name**

```lua
alt_school_bench_01
alt_school_bench_02
alt_school_bench_03

alt_native_totem_05m
alt_native_totem_09l

alt_native_drum_01
alt_native_drum_02
alt_native_drum_03

alt_nat_tower_01
alt_sandbox_01
```

## School desk interactions

```lua
Add those two props to the interactions script you use
'alt_school_bench_01'
'alt_school_bench_02'

offset position : x = 0.0, y = 0.0, z = 0.5, heading = 180.0
```

## **Door Hash**

{% code expandable="true" %}

```lua
-- [hash of Decimal] = {hash of Decimal, modelhash, model name, coords}
[1821187326] = {1821187326,-494116837,"-494116837",-1583.369019,-922.714355,83.549744}, -- school front door
[3719549249] = {3719549249,-494116837,"-494116837",-1572.540161,-926.752991,83.549736},  -- school back door

[1096555523] = {1096555523,-667091646,"-667091646",-1627.322388,-875.392944,89.000977},  -- genstore front door
[3333255990] = {3333255990,-667091646,"-667091646",-1628.234375,-879.980896,89.000519},  -- genstore back door

[4157879171] = {4157879171,-1688289517,"-1688289517",-1599.171021,-874.146973,85.700996}, -- camp front door left
[83614381] = {83614381,770401326,"770401326",-1603.592041,-874.138000,85.700996}, -- camp front door right

[3651339260] = {3651339260,-1688289517,"-1688289517",-1596.319946,-948.604980,84.263000}, -- camp back door left
[1588265267] = {1588265267,770401326,"770401326",-1592.369995,-950.661987,84.263000}, -- camp back door right
```

{% endcode %}

## World Compatibility

Blackwater Church, a random house near Blackwater and Limpany Brewster are impacted; if you have mlo's there, you can open a ticket on our Discord. Making it compatible with those specific buildings will take us less than 10 minutes.&#x20;

## Dependency (included)

{% content-ref url="/pages/mdvLVDxtlH93YQlHdwR0" %}
[Native Tipi & Huts](/props/native-tipi-and-huts.md)
{% endcontent-ref %}

You get a 10% discount if you have already bought [Native Tipi & Huts](/props/native-tipi-and-huts.md) or [Wapiti Overhaul](/mlo/wapiti-overhaul.md)

{% content-ref url="/pages/zT2eMd72LmUnCIwa2IV0" %}
[Alterion Libs](/alterion-libs.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.alterion-corp.com/mlo/fort-riggs-overhaul.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
