Sword Effect Color

Results 1 to 15 of 15
  1. #1
    Member iHateFackers is offline
    MemberRank
    Aug 2010 Join Date
    72Posts

    Sword Effect Color

    Credits to DelPa

    Code:
    Enchant fire.
    004D8393  |. C700 6666FF4F  MOV DWORD PTR DS:[EAX],4FFF6666
    004D8399  |. C740 04 6666FF>MOV DWORD PTR DS:[EAX+4],0FFF6666
    
    Enchant ice.
    004D83A8  |. C700 FF66664F  MOV DWORD PTR DS:[EAX],4F6666FF
    004D83AE  |. C740 04 FF6666>MOV DWORD PTR DS:[EAX+4],0F6666FF
    
    Enchant light.
    004D83BD  |. C700 FFFF664F  MOV DWORD PTR DS:[EAX],4F66FFFF
    004D83C3  |. C740 04 FFFF66>MOV DWORD PTR DS:[EAX+4],0F66FFFF
    
    Enchant poison.
    004D83D2  |. C700 66FF664F  MOV DWORD PTR DS:[EAX],4F66FF66
    004D83D8  |. C740 04 66FF66>MOV DWORD PTR DS:[EAX+4],0F66FF66
    
    No enchant.
    004D83E2  |> C700 FFFFFF4F  MOV DWORD PTR DS:[EAX],4FFFFFFF
    004D83E8  |. C740 04 FFFFFF>MOV DWORD PTR DS:[EAX+4],0FFFFFFF
    Examples of fire.
    Code:
    004D8393  |. C700 6666FF4F  MOV DWORD PTR DS:[EAX],4FFF6666
    004D8399  |. C740 04 6666FF>MOV DWORD PTR DS:[EAX+4],0FFF6666
    4FFF6666, 0FFF6666
    I think "4F" and "0F" is color depth but I ignore it.

    4FFF6666, 0FFF6666
    FF6666 is RGB. FF(Red.) 66(Green.) 66(Blue.) in Hex. 255, 102, 102...

    I will try yellow.
    FFFF66 (255, 255, 102.).

    Code:
    004D8393     C700 66FFFF4F  MOV DWORD PTR DS:[EAX],4FFFFF66
    004D8399     C740 04 66FFFF>MOV DWORD PTR DS:[EAX+4],0FFFFF66
    I get this.


    Dark blue.
    0000FF (0, 0, 255).

    Code:
    004D8393     C700 FF00004F  MOV DWORD PTR DS:[EAX],4F0000FF
    004D8399     C740 04 FF0000>MOV DWORD PTR DS:[EAX+4],0F0000FF


    And...?




  2. #2
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Sword Effect Color

    This is great. Thanks a lot.

  3. #3
    Banned RevolutioN is offline
    BannedRank
    Jun 2010 Join Date
    United KingdomLocation
    440Posts

    Re: Sword Effect Color

    Thanks, it's a Beuty!

  4. #4
    Member azatain is offline
    MemberRank
    May 2009 Join Date
    68Posts

    Re: Sword Effect Color

    which files?

  5. #5
    Member iHateFackers is offline
    MemberRank
    Aug 2010 Join Date
    72Posts

    Re: Sword Effect Color

    Sorry it's for 07.

  6. #6
    Music<3 Katsuro is offline
    MemberRank
    Oct 2006 Join Date
    Kailua-Kona, HILocation
    1,051Posts

    Re: Sword Effect Color

    Now this is useful. ;D

  7. #7
    Software Engineer Evil[]Power is offline
    MemberRank
    Apr 2010 Join Date
    Look behind...Location
    1,191Posts

    Re: Sword Effect Color

    Good tutorial ! Thanks!

  8. #8
    Member Tankadius is offline
    MemberRank
    Aug 2010 Join Date
    66Posts

    Re: Sword Effect Color

    Caused me a lot of lag. :/

  9. #9
    FGunZ Developer StephanW is offline
    MemberRank
    Dec 2008 Join Date
    The NetherlandsLocation
    743Posts

    Re: Sword Effect Color

    Very nice that you found this but I like the original effects the way they are.

  10. #10
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Re: Sword Effect Color

    I like this. It's pretty cool !

  11. #11
    Member WitchKoder is offline
    MemberRank
    Sep 2010 Join Date
    RaGEZONELocation
    78Posts

    Re: Sword Effect Color

    Nice dude.

  12. #12
    Banned random idiot is offline
    BannedRank
    Jul 2010 Join Date
    Under the MoonLocation
    901Posts

    Re: Sword Effect Color

    gotta learn asm to understand this xD.

  13. #13
    Account Upgraded | Title Enabled! llMafiall is offline
    MemberRank
    Dec 2009 Join Date
    SumwhereeLocation
    610Posts

    Re: Sword Effect Color

    Try with an asm edit, to add some effects while you're dancing or bow.

  14. #14
    Account Upgraded | Title Enabled! ManyBlackPpl is offline
    MemberRank
    Mar 2009 Join Date
    CanadaLocation
    336Posts

    Re: Sword Effect Color

    interesting release. Don't think I've seen anything like this before. I had always thought that the sword slash colour could just easily be edited by some random image file in the sfx.mrs though.

  15. #15
    Gunz League owner Hakurah is offline
    MemberRank
    Dec 2006 Join Date
    Rio de JaneiroLocation
    602Posts

    Re: Sword Effect Color

    DelPa and his amazing mods.



Advertisement