Explosive Ice

  • yew101
    28th Sep 2010 Member 0 Permalink
    my mother just forced me to wake up
  • Finalflash50
    28th Sep 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • Finalflash50
    28th Sep 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • tutut125
    28th Sep 2010 Member 0 Permalink
    see pilojo mod works not yew
  • yew101
    28th Sep 2010 Member 0 Permalink
    if u get a missing mscvr100d.DLL
    ike tutut125 here i found out what to do
    download and extract these files,
    http://www.megaupload.com/?d=SACQU2YM
    then copy and paste them whereit says in this tutorial
    http://www.digital-prodigy.com/forum/showthread.php?t=3895


    hopefully that works
  • tutut125
    28th Sep 2010 Member 0 Permalink
    it dont
  • pilojo
    28th Sep 2010 Member 0 Permalink
    I have it PERFECT, except it doesn't glow.
  • yew101
    28th Sep 2010 Member 0 Permalink
    pilojo upload latest and i will make glow but upload whole folder including directories,debug,ipch-everything even project
  • pilojo
    28th Sep 2010 Member 0 Permalink
    just tell me the line and what to put. I have it to explode into CFLM under pressure and in higher heat than the ice is at.
  • yew101
    28th Sep 2010 Member 0 Permalink
    else if(t==PT_HICE) -----------------------line 1028
    {
    for(nx=-2; nx<3; nx++)
    for(ny=-2; ny<3; ny++)
    if(x+nx>=0 && y+ny>0 &&
    x+nx<XRES && y+ny<YRES && (nx || ny))
    {
    r = pmap[y+ny][x+nx];
    if((r>>8)>=NPART || !r)
    continue;
    if((r&0xFF)==PT_GROW && 1>(rand()%250))
    {
    t = parts[i].type = PT_HICE;
    parts[r>>8].type = PT_HICE;
    }
    else if((r&0xFF)==PT_CFRE&& 3>(rand()%250))
    {
    parts[i].life = 400;
    t = parts[i].type = PT_CFRE;
    }
    //if(t==PT_SNOW && (r&0xFF)==PT_WATR && 15>(rand()%1000))
    //t = parts[i].type = PT_WATR;
    }
    }