Gentlemen of the Row

So this might be a dumb question or answered somewhere else, but I didn't see it in the various readme's with the mod so I'll ask anyway.

What does the vanilla patch do? The patch.vpp_pc file created is a different size from the same file in the Steam folder for the game, it's bigger. Is the version of the file downloaded from Steam good to go or does the vanilla patch fix bugs still in the Steam version?

Also, the game seems to draw a lot of power from the computer, way more than newer games even. Is there any fix for this or do I just need a better computer?

It's bigger because it includes all the language files that were missing from certain regional releases. It does not contain fixes at all. If you don't care about that stuff just verify integrity on Steam.
 
Also, the game seems to draw a lot of power from the computer, way more than newer games even. Is there any fix for this or do I just need a better computer?

Turning off Motion Blur and HDR in the game's Options menu stops the game from drawing a lot of power from the CPU.
SR2_pc 2016-04-16 09-57-22-31.png
 
How did you get Aisha? I didn't know she had an NPC model. She only appears in cutscenes. She shouldn't have one. She should only have an snpc model..
 
How to unlock indiana jones outfit and wallet chain 3?
If you already installed GOTR that stuff is already unlocked. Go to the mall to one of the stores and you'll find the Indiana Jones outfit among others.
 
How did you get Aisha? I didn't know she had an NPC model. She only appears in cutscenes. She shouldn't have one. She should only have an snpc model..

Add this to your homies.xtbl file then save.

Code:
<Homie>
        <Name>Aisha</Name>
        <Display_Name>Aisha</Display_Name>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <Vehicles>
            <Vehicle_Entry>
                <Vehicle>car_4dr_luxury01</Vehicle>
                <Vehicle_Variant>Bling</Vehicle_Variant>
                <Weight>100</Weight>
                </Vehicle_Entry>
            </Vehicles>
        <Available_Foley>cell phone</Available_Foley>
        <Not_Available_Foley>group - recruit denied attempt</Not_Available_Foley>
        <Humans>
            <Human>
                <Character>npc_aisha</Character>
                </Human>
            </Humans>
        <Flags>
            </Flags>
        <Image_name>ui_menu_cell_hom_aisha</Image_name>
        <Persona>SP_AISHA</Persona>
        </Homie>
 
How to unlock indiana jones outfit and wallet chain 3?
Trail blazing level 3.

Add this to your homies.xtbl file then save.

Code:
 (bunch of code!!

Volition made different models for npc's in cutscenes. These models are called "snpc" whiles the models in-game are called "npc". Since Aisha only appears in cutscenes she should only have a snpc model. I'm curious why she has and npv model
 
Last edited by a moderator:
Volition made different models for npc's in cutscenes. These models are called "snpc" whiles the models in-game are called "npc". Since Aisha only appears in cutscenes she should only have a snpc model. I'm curious what IdolNinja used for her homie.

Read the code it should tell you lol.
 
Back
Top