[HELP] NightVision and Skils - Source CodexPo

Results 1 to 4 of 4
  1. #1
    Newbie pala3 is offline
    MemberRank
    Jan 2014 Join Date
    10Posts

    sad [HELP] NightVision and Skils - Source CodexPo

    Friends, I have a bug in my Night Vision, it is no texture, if anyone knows how to solve puddle and help me post below, I will post a image of how it is
    Im using Source of CodexPo

    http://prntscr.com/5g05uo

    ------------------------------------------------------------------------------------------------------------------------------------------------

    And I'm with another bug of skills, the first row of skills do not give to get, I'll leave my r3dlog below

    http://pastebin.com/Xca4HQeY


  2. #2

    Re: [HELP] NightVision and Skils - Source CodexPo

    Quote Originally Posted by pala3 View Post
    Friends, I have a bug in my Night Vision, it is no texture, if anyone knows how to solve puddle and help me post below, I will post a image of how it is
    Im using Source of CodexPo

    http://prntscr.com/5g05uo

    ------------------------------------------------------------------------------------------------------------------------------------------------

    And I'm with another bug of skills, the first row of skills do not give to get, I'll leave my r3dlog below

    http://pastebin.com/Xca4HQeY
    Show the code where we are attempting to learn that skill.
    However the nightvision should be able to be fixed inside your Studio Editor. Go ahead and load in the map editor for that map. Then look at look at all the settings and there is a nightvision setting which you can properly change it back to the green overlay again.

  3. #3
    ¿ aLca is offline
    Grand MasterRank
    Apr 2013 Join Date
    /dev/nullLocation
    549Posts

    Re: [HELP] NightVision and Skils - Source CodexPo

    Use g00gl3 "fix nightvivison codex" --> problem solved.

    About the Skills; Check the Database, all skills are skilled there (can't remember where - just got told so), after u removed that, u need to synch the XP from each skill with the Database and the Ingame value.
    Last edited by aLca; 12-12-14 at 07:12 PM.

  4. #4
    Banned MUIT0L0K0 is offline
    BannedRank
    Jan 2014 Join Date
    Colorado V2Location
    110Posts

    Re: [HELP] NightVision and Skils - Source CodexPo

    change the color of night vision in the studio and follow this tutorial

    Search
    WarZ.sln

    BOOL obj_Player::Update()


    repair to

    BOOL obj_Player::Update()
    {
    R3DPROFILE_FUNCTION("obj_Player::Update");


    if(!NetworkLocal) // for local already done in UpdateLocalPlayerMovement
    parent::Update();

    /*if (r_hud_filter_mode->GetInt()==HUDFilter_NightVision)
    {
    int itemID = CurLoadout.Items[7].itemID;
    if(itemID != 20188 && itemID != 20187 && itemID != 20067 ) // fix night vision -mt
    r_hud_filter_mode->SetInt(HUDFilter_Default);
    }*/


    after that test in the game if it worked :)



Advertisement