Gunz Widget

Results 1 to 16 of 16
  1. #1
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    idea Gunz Widget

    Hello guys, i added to gunz options more options like MapTexture level, the normal High,Normal And Low so i added Clean...now how i can make it realy go to Clean map = 8 texture level, i have it as a command but i want to done it as an option, so i need a C++ code to done that,i tryed this but it's missy codes...
    Code:
    		pWidget = (MComboBox*)pResource->FindWidget("EffectLevel");
    		if(pWidget)	{
    			pWidget->SetSelIndex(ZGetConfiguration()->GetVideo()->nEffectLevel);
    		}
    Code:
    		int TexLevel = 0;
    		DWORD flag = 0;
    		int EffectLevel = 0;
    		int nTextureFormat = 0;
    
    		if(pWidget)	{
    
    			TexLevel = pWidget->GetSelIndex();
    
    			if( ZGetConfiguration()->GetVideo()->bTerrible ){
    				ZGetConfiguration()->GetVideo()->nCharTexLevel = TexLevel;
    				if( TexLevel == 2 )
    					SetObjectTextureLevel(TexLevel+2);
    				else
    					SetObjectTextureLevel(TexLevel);
    
    				flag |= RTextureType_Object;
    			}
    			else if( ZGetConfiguration()->GetVideo()->nCharTexLevel != TexLevel ) {
    				ZGetConfiguration()->GetVideo()->nCharTexLevel = TexLevel;
    				SetObjectTextureLevel(TexLevel);
    				flag |= RTextureType_Object;
    			}
    		}
    All what i need only one fully code to done it
    Last edited by qet123; 08-01-12 at 08:35 PM.


  2. #2
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Gunz Widget

    Simple, anyway you have my Like.

    Thank you !!

  3. #3
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Gunz Widget

    Quote Originally Posted by ForceGFX View Post
    Simple, anyway you have my Like.

    Thank you !!
    lol at least help meee

  4. #4
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: Gunz Widget

    Im not that good in c++ as you, but i am practising it every day

  5. #5
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Gunz Widget

    Quote Originally Posted by ForceGFX View Post
    Im not that good in c++ as you, but i am practising it every day
    Lol fine, guys i need help please

  6. #6
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Gunz Widget

    Please guys help me

  7. #7
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Gunz Widget

    If you're using the GunZ source, look for the Background image quality options, copy paste the code, and a new value, set the change to 8 and done. Other than that, I don't know C++ to help you.

  8. #8
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Gunz Widget

    already looked, those source are from it... but it's very buggy/missy words!

  9. #9
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Gunz Widget

    Please guys HELP ?

  10. #10
    Account Upgraded | Title Enabled! jewness12 is offline
    MemberRank
    Aug 2009 Join Date
    213Posts

    Re: Gunz Widget

    -_- *sigh* Dear god.

    You have the gunz source yet you can't simply add a button.

  11. #11
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Gunz Widget

    Quote Originally Posted by jewness12 View Post
    -_- *sigh* Dear god.

    You have the gunz source yet you can't simply add a button.
    Just help please, i already tryed but failed

  12. #12
    Aristrum Mark is offline
    MemberRank
    Aug 2007 Join Date
    United KingdomLocation
    474Posts

    Re: Gunz Widget

    Quote Originally Posted by qet123 View Post
    Just help please, i already tryed but failed
    Actually go out and learn C++. (NOTE: Copy/pasting sources [or begging for them in PMs, right qet123?] and then hacking at the code to make it work doesn't mean you actually know the language.)

    Then come back and look at the problem.

    You're not going to get spoon-fed here.

  13. #13
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Gunz Widget

    Quote Originally Posted by Mark View Post
    Actually go out and learn C++. (NOTE: Copy/pasting sources [or begging for them in PMs, right qet123?] and then hacking at the code to make it work doesn't mean you actually know the language.)

    Then come back and look at the problem.

    You're not going to get spoon-fed here.
    who said i'm C++ expert? and when i wanted your help guys you went mad and yes i prefer 2007 on 2011 just help please

  14. #14
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: Gunz Widget

    Anything other than the 2011 SRC code is no longer supported by the GunZ developers and is considered "Legacy" products. You may still continue to use them, but there will be no assistance or developments made on them aside from core bug fixes and patches.


    -General comical stereotypical response.

  15. #15
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Gunz Widget

    Quote Originally Posted by Dawson View Post
    Anything other than the 2011 SRC code is no longer supported by the GunZ developers and is considered "Legacy" products. You may still continue to use them, but there will be no assistance or developments made on them aside from core bug fixes and patches.


    -General comical stereotypical response.
    can't you just help me with this?

  16. #16
    Gunz General Develop Gun[Lengend] is offline
    MemberRank
    Jan 2010 Join Date
    Gunz Viet NamLocation
    312Posts

    Re: Gunz Widget

    I'm noob developer and sometimes i need help.
    But i know what anything i must do by myself. You should like me, ok ?
    I'm sure that only C++ Coder here can help you, but they never give the tutorial to help in this forum.
    Good luck to you, man :D



Advertisement