Page 1 of 1

CALLING TOMMYCD1

Posted: Thu Feb 19, 2015 8:32 am
by Kennedy
Tom!

i want ask u this........

how to activate rain.
and the mysterious of Guardian To AMRTS(If u know how to convert of course)

TommyCD1 to the resuce.

Posted: Thu Feb 19, 2015 9:01 am
by TommyCD1
The rain is a bit tricky. You have to go into the game.cfg and where it says

Rain();

And replace it with this:

Code: Select all

  Rain()
  {
    RainType("rain")
    {
      BlockSize(30.000000);
      Grids(8);
      Count(4);
      Width(0.040000);
      Height(5.000000);
      Scale(1.000000);
      Speed(25.000000);
      Color(222, 222, 222, 255);
      Texture("engine_rain.tga");
      Blend("modulate");
      MinDist(0.200000);
      MaxDist(0.000000);
      Direction(0.000000, -0.809017, 0.587785);
      ChanceOfStrike(0.010000);
      Sound("engine_rain.wav");
      GroundSplat("groundDef");
      WaterSplat("waterDef");
    }

    SplatType("groundDef")
    {
      Type("Ground");
      Count(128);
      Color(255, 255, 255, 255);
      Texture("engine_rain_splash.tga");
      Blend("modulate");
      Centered(0);
      Offset(0.060000);
      MinWidth(0.080000);
      MinHeight(0.020000);
      MaxWidth(0.500000);
      MaxHeight(1.000000);
      LifeSpan(0.200000);
      MinDist(1.000000);
    }

    SplatType("waterDef")
    {
      Type("Water");
      Count(64);
      Color(0, 255, 255, 255);
      Texture("engine_rain_ring.tga");
      Blend("modulate");
      Centered(1);
      Offset(0.060000);
      MinWidth(0.100000);
      MinHeight(0.100000);
      MaxWidth(3.000000);
      MaxHeight(3.000000);
      LifeSpan(0.500000);
      MinDist(1.000000);
    }
  }
Don't ask me what any of it means though, I just use the Dark Reign 2 studio to make rain and then copy the info in the game.cfg. idk

And the jda_guardian.god file does not work because it was made for DR2 and doesn't run in Army Men unless you remove all the animations.

Re: CALLING TOMMYCD1

Posted: Sun Feb 22, 2015 12:10 pm
by Kennedy
okey

Re: CALLING TOMMYCD1

Posted: Sat Apr 11, 2015 12:47 pm
by Kennedy
[HdKo]Alfonso wrote:Tom!

i want ask u this........

how to activate rain.
and the mysterious of Guardian To AMRTS(If u know how to convert of course)

Ups.. sorry i was wrong rhe question was how to make Snow fallen


i dont know why i say Rain

Re: CALLING TOMMYCD1

Posted: Sat Apr 11, 2015 1:20 pm
by Petas
That I've also tried in my map 8 Train Snowy
and I do not work idk :PB

Re: CALLING TOMMYCD1

Posted: Sat Apr 11, 2015 2:13 pm
by DreadedGhoul575
Tommy to the rescue :zZz:

Re: CALLING TOMMYCD1

Posted: Sat Apr 11, 2015 5:11 pm
by TommyCD1
Okay, I may have been unhelpful last time, so I'm gonna try again.

Step 1) Open your Dark Reign 2 studio.

Step 2) Click on the Tools tab then click on Weather
Image

Step 3) Click on Create and then name your rain however you wish.
Image
Image

Step 4) Adjust sliders and options as seen here or however you see fit.
Image

Step 5) Copy your newly created game.cfg into your mission.

Step 6) Add these files into your mission.
rain.zip
(155.56 KiB) Downloaded 176 times
rain.zip
(155.56 KiB) Downloaded 176 times
Hope this helps. ;)

Re: CALLING TOMMYCD1

Posted: Sun Apr 12, 2015 6:54 am
by Petas
thanks tommy