> For the complete documentation index, see [llms.txt](https://reddev-development.gitbook.io/reddev-development-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reddev-development.gitbook.io/reddev-development-docs/reddev_devtablet/reddev_housecreator_props.md).

# REDDEV House Creator Props

## Overview

REDDEV House Creator Props is the streamed asset package required by REDDEV House Creator. It contains shells, furniture models, creator props, signs, island assets, decor assets, textures, and item placement files used by the housing system.

## Features

* Streams furniture and housing prop models.
* Loads required `.ytyp` item placement files.
* Registers extra furniture into REDDEV House Creator.
* Provides shell and creator assets used by housing interiors.
* Keeps required model, texture, and stream files available to clients.

## Dependencies

* Required by `reddev_housecreator`.
* Manifest dependency `/assetpacks`.
* Streamed asset files in the `stream/` folder.

## Installation

* Place `reddev_housecreator_props` in `resources/[Reddev-Scripts]/reddev_housecreator_props`.
* Start it before `reddev_housecreator`.
* Do not remove or rename files inside `stream/`.
* Restart both props and House Creator after changing start order.

## Server.cfg Ensure Order

```cfg
ensure reddev_housecreator_props
ensure reddev_housecreator
```

## Configuration

* No editable config file was found.
* Keep streamed file names and model identifiers stable.
* `server/register_furniture.lua` registers furniture data with House Creator.

## Commands

* No chat commands were found.

Public exports detected:

* None found in the scanned files.

Public/admin events detected:

* None documented as customer/admin entry points.

## Items

* No inventory item definitions were found in this props package.

## Permissions

* No ACE, job, gang, identifier, or group checks were found.

## Inventory Support

* No inventory integration was found.

## Framework Support

* Framework independent streamed asset package.

## Target Support

* No target integration was found.

## Database or SQL Setup

* No SQL files were found.

## Troubleshooting

* If props do not appear, confirm the resource is started and starts before `reddev_housecreator`.
* If models are missing, confirm the `stream/` folder still contains the included `.ydr`, `.ytd`, `.ytyp`, `.ymap`, `.meta`, and related files.
* If F8 shows missing model warnings, restore the original stream files and restart both resources.

## FAQ

* **Can I rename streamed files?** The README says not to rename files or model names.
* **Is this optional?** No. It is required by `reddev_housecreator`.
* **Should I also start an old grouped props folder?** No. The README says this replaces the old grouped props folder for this addon.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://reddev-development.gitbook.io/reddev-development-docs/reddev_devtablet/reddev_housecreator_props.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
