Is this possible?

Results 1 to 15 of 15
  1. #1
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Is this possible?

    To make an button in options, or anywhere with:

    Blood Effects [ON/OFF]

    Is that possible?

    YES: How?
    NO: Ok, Thank you for posting.


  2. #2
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: Is this possible?

    Of course anything is possible but its not easy :P

  3. #3
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Re: Is this possible?

    Quote Originally Posted by eele View Post
    Of course anything is possible but its not easy :P
    And, do you know how?

  4. #4
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: Is this possible?

    Not really sorry :P

  5. #5
    -- Nayr438 is offline
    MemberRank
    May 2008 Join Date
    241Posts

    Re: Is this possible?

    its asm work

  6. #6
    Account Upgraded | Title Enabled! Asumi is offline
    MemberRank
    Aug 2008 Join Date
    209Posts

    Re: Is this possible?

    Almost everything like that is asm work...

  7. #7
    Unleashed jumparound is offline
    MemberRank
    Feb 2008 Join Date
    UtrechtLocation
    499Posts

    Re: Is this possible?

    jup so next time when u think.. is this possible... you know the answer! anything is possible with asm =)

  8. #8
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Is this possible?

    ya its possible and it should be ASM and xml tweaking.

  9. #9
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: Is this possible?

    The easiest way I can think of doing this would be adding the checkbox with some xml editing(easy). Then, with a dll, hook the save function of the options dialog and check whether the checkbox is checked. This would probably be an option where you would have to restart Gunz when you change this option. When your dll loads again you can either point Gunz in the direction of the right sfx.mrs file, or edit the incoming sfx file yourself.

  10. #10
    Account Upgraded | Title Enabled! CobraCom is offline
    MemberRank
    Jul 2008 Join Date
    382Posts

    Re: Is this possible?

    Quote Originally Posted by ThievingSix View Post
    The easiest way I can think of doing this would be adding the checkbox with some xml editing(easy). Then, with a dll, hook the save function of the options dialog and check whether the checkbox is checked. This would probably be an option where you would have to restart Gunz when you change this option. When your dll loads again you can either point Gunz in the direction of the right sfx.mrs file, or edit the incoming sfx file yourself.
    Save it. You're talking to xml-editors.

  11. #11
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: Is this possible?

    Oh? Because I thought I outlined that a pretty big chunk of the work wouldn't be at the easy xml level.

  12. #12
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Re: Is this possible?

    Quote Originally Posted by ThievingSix View Post
    The easiest way I can think of doing this would be adding the checkbox with some xml editing(easy). Then, with a dll, hook the save function of the options dialog and check whether the checkbox is checked. This would probably be an option where you would have to restart Gunz when you change this option. When your dll loads again you can either point Gunz in the direction of the right sfx.mrs file, or edit the incoming sfx file yourself.
    Maybe could you make it if you have time for it? And then release it or something, i heard you was pro at coding o,O

  13. #13
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: Is this possible?

    Nah, I don't have anything Gunz related on my computer anymore. =P

  14. #14
    Account Upgraded | Title Enabled! Bartjehh is offline
    MemberRank
    Oct 2008 Join Date
    The netherlandsLocation
    448Posts

    Re: Is this possible?

    Quote Originally Posted by ThievingSix View Post
    Nah, I don't have anything Gunz related on my computer anymore. =P
    Ooh ok ;)

  15. #15
    Account Upgraded | Title Enabled! x1nixmzeng is offline
    MemberRank
    Nov 2007 Join Date
    England, UKLocation
    240Posts

    Re: Is this possible?

    default.mrs/Option.xml
    (Check that Misc tab for space, and use the button "Custom1ButtonLook")

    You can hook the save function by calling a DLL export as part of the ZGetSaveOptionButtonListener click event and modifying the relevant MRS (if thats how the blood effect works) before prompting a restart.

    Quite a bit harder than XML IMHO.



Advertisement