Advanced Combat Construction Mod

2»

Comments

  • in DefaultGame.cs
    line 1360
    add in :

    if (%victimname $= "")
    %victimname = "Zombie";

    that should fix the problem
  • Blnukem might have already edited defaultgame.cs. You may want to use a more accurate pointer rather than line number.

    And you may want to change the string to "A Zombie".
  • Might I remind everyone that blnukem's IP is 68.197.172.74:28000 and is patched by Thyth's LAN Patcher so you can join him, even when he's playing LAN! :)
  • in the function DefaultGame::displayDeathMessages()

    put it here :

    ............some crap.................
    %victimName = %clVictim.name;
    %killerName = %clKiller.name;

    >>>>>>>>>>>>>RIGHT HERE<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

    if(%damageType == $DamageType::Explosion)
    {
    .............some crap in here
    }
  • :eek:

    Lookie what I've found! :D
  • Ooollddd school.

    The good old days.
  • Dayum... 2007... Didn't think it was that long ago...
  • Dayum... 2007... Didn't think it was that long ago...

    Wierd eh.

    Time seems to fly by. I graduated that year, and i've been 3 years out of school.

    I miss T2. I miss happily playing/coding ACCM and all those good mods. I miss being helpful and really IMPROVING things.
  • Ahhh... mem'ries. I miss ACCM.
  • lmao... Edited some of the original posts. :p
  • I did...?
  • I did...?

    You did what now?
  • I did...?

    Hes saying he did. I was about to too a few times (Add in Code text blocks) but Im on Alviss, and cant edit my old accounts newby posts. :'(
  • Hes saying he did. I was about to too a few times (Add in Code text blocks) but Im on Alviss, and cant edit my old accounts newby posts. :'(


    doit.jpg
Sign In or Register to comment.