• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Mod request -- swap locations of Jen and Rekt

avalonnn

New member
A streamer tonight has titled her stream "Getting away from Rekt ASAP #thefunpimps #creatorprogam" and I would like to be able to swap the locations of Jen and Rekt -- Rekt in the burned forest, and Jen in the nice forest. This is a mod request b/c I understand why Rekt fits in the pine forrest thematically (he sells food grown there) and Jen in the burned forest (people need meds in the burned forest).

 
Here's your code, in the top two lines, exactly as I changed them (simply swapping the two red "jen" and "rekt") words in the default rwgmixer.xml file in the main game folder. 

You could also just switch the "forest" biomeTag with the "burntforest" tag instead, if you wish; it will give you the same result.

    <prefab_spawn_adjust partial_name="trader_jen" biomeTags="forest" bias="20" min_count="2" max_count="4"/>    (was "trader_rekt")
    <prefab_spawn_adjust partial_name="trader_rekt" biomeTags="burntforest" bias="20" min_count="2" max_count="4"/>    (was "trader_jen")
    <prefab_spawn_adjust partial_name="trader_bob" biomeTags="desert" bias="20" min_count="2" max_count="4"/>
    <prefab_spawn_adjust partial_name="trader_hugh" biomeTags="snow" bias="20" min_count="2" max_count="4"/>
    <prefab_spawn_adjust partial_name="trader_joel" biomeTags="wasteland" bias="20" min_count="2" max_count="4"/>
    <prefab_spawn_adjust partial_name="sawmill_01" biomeTags="forest,snow,burntforest" />
    <prefab_spawn_adjust partial_name="rural_outdoor_wedding_01" biomeTags="forest,burntforest,snow" />

It was that simple BUT it means starting a new map for it to take effect. I would also suggest doing it as a mod in the Mods folder, to prevent it getting wiped in any upcoming update. 
pj

 
Back
Top