# Infinite Randomizer Framework

Infinite Randomizer Framework picks up where frameworks like 4x/8x Poster / Magazine Frameworks left off.\
It is available on [GitHub](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/infinite-randomizer-framework) and Soon Nexus.

Instead of relying on removal and readdition of nodes via ArchiveXL which is fragile, inflexible and creates conflicts between mods implementing the framework IRF replaces resource paths as they load.\
This change of the approach fixes all major issues present in the existing frameworks and has added benefits like the replaced nodes being different every time they are loaded creating a more dynamic and variable environment. IRF supports `.mi` (decals), `.ent` and `.mesh` resources which are directly loaded by streaming sectors.

IRFs benefits as a list:

* Implementing Mods Don't Conflict
* Version Independent
* Different Randomization On Every Load
* Weighted Distribution
* Supports Modded Streaming Sectors
* Supports `.mi` (decals), `.ent` and `.mesh` resources
* Configurable Source And Replacement Pools
* Easy To Implement (Doesn't Force Any Project Structure, Resources Just Need To Be Registered)
* Backwards Compatible (Mods Made For Existing Frameworks Will Work With IRF)

For Implementation Guidelines see [variant-pool](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/infinite-randomizer-framework/variant-pool "mention") and [category](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/infinite-randomizer-framework/category "mention").


---

# 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://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/infinite-randomizer-framework.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.
