The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 871 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 871 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RockPatch 1.08 - Preview
#1
I (inofficially) announced 1.08 to be released in May, and I think this will be the case.

That's why I'm going to give you a preview of what will be featured:

Definitive features

SuperWeapon Type=NewLightningStorm
You will be able to add lightning storm clones which will be quite customizable.
At this time, you can customize the following (L = "Lightning"):
- LWarhead (Warhead)
- LSBoltExplosion (Anim)
- LSeparation
- LCellSpread
- LDamage
- LSSound (Sound)
- LSText (the warning message, or "Hello World", whatever you want...)
- LSPrintText (yes/no)
- LDeferment
- LHitDelay
- LScatterDelay
- LSDuration
- LightningStrikeSounds
- LSClouds (Anim list)
- LSBolts (Anim list)

I'm not too sure yet whether I'll make the lighting possible, maybe when I'm really really bored, I'll do.
However, if people think (please reply) it is really necessary, I'll implement it.


Additional stringtables
You can place up to 99 stringtableXX.csf files into your YR dir.

Strings will be overwritten or added:
stringtable01.csf will overwrite/add to stringtable00.csf.
stringtable00.csf will overwrite/add to ra2md.csf.


ImmunityTypes
These make it possible to make a unit immune to whatever Warhead.
It will go like this:
Code:
[ImmunityTypes]
0=Anthrax
1=EMP
...

Warhead (example):
--------
ImmunityType=Anthrax

Unit (example):
-----
ImmuneTo=Anthrax
VeteranImmunteTo=Anthrax
EliteImmuneTo=Anthrax,EMP

They aren't coded yet, but it isn't a too difficult hack Wink

The Bounty Logic
Announced as the "surprise feature" of 1.08! Big Grin

The bounty logic is basically what GLA in C&C Generals has as a special:
Your unit kills an enemy unit -> you get money.

The following tags will be added:
Code:
        [CombatDamage] (and per country?):
        ---------------------------------
        BountyCostMult=        ;default Bounty = Cost*this
                        ;default = 0.33
        VeteranBountyCostMult=    ;default VeteranBounty = Cost*this
                        ;default = 0.5
        EliteBountyCostMult=        ;default EliteBounty = Cost*this
                        ;default = 0.75
        BountyAnim
        VeteranBountyAnim
        EliteBountyAnim


        Attacking TechnoType:
        ---------------------
        GetsBounty=yes/no        ;default = no
        BountyAnim=[AnimType]        ;default = none
VeteranBountyAnim
EliteBountyAnim


        Attacked TechnoType:
        ---------------------
        Bounty=            ;default = Cost*BountyMultiplier
        VeteranBounty=        ;default = Cost*VeteranBountyMultiplier
        EliteBounty=        ;default = Cost*EliteBountyMultiplier

This should say it all Wink

Minor additions
For any unit (vehicles, aircraft, whatever) you can use the DontSayUnitLost=yes/no tag. If yes, EVA will shut up when the unit dies, so will the Radar.

On weapons with IsLaser=yes, you can use LaserSize=X.XX.
X.XX will be a floating point value, e.g. 1.0, 0.8.
The tag will modify the laser width.

Bugfixes
- VoiceIFVRepair fixed (caused errors during loadup, even if not used!)
- Nuke Problems fixed


Planned, not sure though
Maybe I can succeed in fixing the "Whiteboy Bug", but I'm not sure whether a) I find time to do it and b) I'll really succeed.
Besides, c) it's not a too important thing that needs to be fixed immidiately.

What I also planned is a complete recoding of the NewInfDeaths feature.
When I made it for 1.00, I had no idea about anything.
Also, the feature is far to complicated, and so is its code <.<
I was thinking of adding InfDeathAnim=[animtype] to warheads, as well as a IsMutation=yes/no tag.
That would make it all MUCH easier and it'd even be much less code...

The last thing I might eventually do is another RMG improvement, so that you can customize the BuildingTypes being used for Urban Areas.
Also, I might enable the Abandoned Areas (tents and stuff).
I also want Urban Areas to be an option in the RMG itself, as a checkbox. It would be my first dialog experiment, and really cool!
And still, there are lighting options for random desert maps missing. Maybe I'll come around to adding them.


K, that's it for the preview Wink
I'll not set an official release date yet, but it looks like I'll be finishing it till end of May / begin of June.
over and out
[Image: jsfml.png]


Messages In This Thread
RockPatch 1.08 - Preview - by pd - 04.05.2006, 10:29:51
RE: RockPatch 1.08 - Preview - by DCoder - 04.05.2006, 11:41:44
RE: RockPatch 1.08 - Preview - by TheMan - 04.05.2006, 19:01:29
RE: RockPatch 1.08 - Preview - by DCoder - 05.05.2006, 08:26:11
RE: RockPatch 1.08 - Preview - by Bobingabout - 05.05.2006, 09:38:50
RE: RockPatch 1.08 - Preview - by pd - 05.05.2006, 11:44:18
RE: RockPatch 1.08 - Preview - by DCoder - 07.05.2006, 07:43:43
RE: RockPatch 1.08 - Preview - by AlliedG - 08.05.2006, 02:16:38
RE: RockPatch 1.08 - Preview - by Lee - 08.05.2006, 19:07:49
RE: RockPatch 1.08 - Preview - by Guest - 09.05.2006, 10:02:20
RE: RockPatch 1.08 - Preview - by Bobingabout - 09.05.2006, 10:13:27
RE: RockPatch 1.08 - Preview - by AlliedG - 09.05.2006, 14:29:41
RE: RockPatch 1.08 - Preview - by Bobingabout - 12.05.2006, 16:01:10
RE: RockPatch 1.08 - Preview - by AlliedG - 12.05.2006, 19:10:56
RE: RockPatch 1.08 - Preview - by pd - 12.05.2006, 19:30:33
RE: RockPatch 1.08 - Preview - by Tratos - 13.05.2006, 00:50:59
RE: RockPatch 1.08 - Preview - by DCoder - 13.05.2006, 05:57:53
RE: RockPatch 1.08 - Preview - by Tratos - 15.05.2006, 01:14:42
RE: RockPatch 1.08 - Preview - by Renegade - 15.05.2006, 03:24:04
RE: RockPatch 1.08 - Preview - by Bobingabout - 13.05.2006, 20:17:10
RE: RockPatch 1.08 - Preview - by Bobingabout - 15.05.2006, 09:51:50
RE: RockPatch 1.08 - Preview - by pd - 15.05.2006, 14:05:52
RE: RockPatch 1.08 - Preview - by OmegaBolt - 15.05.2006, 19:24:37
RE: RockPatch 1.08 - Preview - by Guest Jeeves - 18.05.2006, 13:20:36
RE: RockPatch 1.08 - Preview - by Bobingabout - 18.05.2006, 14:01:21
RE: RockPatch 1.08 - Preview - by Balle - 18.05.2006, 17:23:59
RE: RockPatch 1.08 - Preview - by Bobingabout - 18.05.2006, 17:49:32
RE: RockPatch 1.08 - Preview - by ChuCHu - 29.05.2006, 14:30:38
RE: RockPatch 1.08 - Preview - by Nighthawk - 25.05.2006, 20:21:24
RE: RockPatch 1.08 - Preview - by pd - 25.05.2006, 22:23:10
RE: RockPatch 1.08 - Preview - by Bobingabout - 26.05.2006, 09:29:05
RE: RockPatch 1.08 - Preview - by pd - 26.05.2006, 11:27:42
RE: RockPatch 1.08 - Preview - by Bobingabout - 26.05.2006, 14:45:56
RE: RockPatch 1.08 - Preview - by Bobingabout - 30.05.2006, 01:02:22
RE: RockPatch 1.08 - Preview - by Nighthawk - 08.06.2006, 20:07:13
RE: RockPatch 1.08 - Preview - by pd - 21.06.2006, 08:17:15
RE: RockPatch 1.08 - Preview - by DCoder - 21.06.2006, 08:48:52
RE: RockPatch 1.08 - Preview - by Bobingabout - 21.06.2006, 09:28:55
RE: RockPatch 1.08 - Preview - by Blade - 21.06.2006, 13:18:32
RE: RockPatch 1.08 - Preview - by Marshall - 21.06.2006, 14:02:54
RE: RockPatch 1.08 - Preview - by pd - 21.06.2006, 14:29:27
RE: RockPatch 1.08 - Preview - by Guest - 21.06.2006, 21:30:27
RE: RockPatch 1.08 - Preview - by pd - 21.06.2006, 22:47:22
RE: RockPatch 1.08 - Preview - by Marshall - 21.06.2006, 22:55:13
RE: RockPatch 1.08 - Preview - by DCoder - 22.06.2006, 19:00:29
RE: RockPatch 1.08 - Preview - by Bobingabout - 22.06.2006, 09:30:46
RE: RockPatch 1.08 - Preview - by pd - 22.06.2006, 20:15:55
RE: RockPatch 1.08 - Preview - by Marshall - 23.06.2006, 00:09:44
RE: RockPatch 1.08 - Preview - by DCoder - 23.06.2006, 05:54:56
RE:  RockPatch 1.08 - Preview - by VK - 23.06.2006, 12:05:38
RE: RockPatch 1.08 - Preview - by pd - 23.06.2006, 07:19:34
RE: RockPatch 1.08 - Preview - by Renegade - 23.06.2006, 14:25:42
RE: RockPatch 1.08 - Preview - by Bobingabout - 23.06.2006, 16:25:28
RE: RockPatch 1.08 - Preview - by DCoder - 24.06.2006, 06:06:32
RE: RockPatch 1.08 - Preview - by Bobingabout - 26.06.2006, 10:01:24
RE: RockPatch 1.08 - Preview - by Renegade - 24.06.2006, 14:21:28
RE: RockPatch 1.08 - Preview - by pd - 25.06.2006, 10:00:10
RE: RockPatch 1.08 - Preview - by Blade - 25.06.2006, 12:30:53
RE: RockPatch 1.08 - Preview - by pd - 25.06.2006, 12:44:16
RE: RockPatch 1.08 - Preview - by Marshall - 25.06.2006, 15:28:06
RE: RockPatch 1.08 - Preview - by DJBREIT - 25.06.2006, 16:19:17
RE: RockPatch 1.08 - Preview - by Blade - 25.06.2006, 17:20:02
RE: RockPatch 1.08 - Preview - by Nikola_Tesla - 26.06.2006, 03:58:12
RE: RockPatch 1.08 - Preview - by pd - 26.06.2006, 08:51:39
RE:  RockPatch 1.08 - Preview - by VK - 26.06.2006, 10:01:58
RE: RockPatch 1.08 - Preview - by Bobingabout - 26.06.2006, 10:09:56
RE: RockPatch 1.08 - Preview - by pd - 26.06.2006, 10:05:45
RE:  RockPatch 1.08 - Preview - by VK - 26.06.2006, 10:12:13
RE: RockPatch 1.08 - Preview - by Bobingabout - 26.06.2006, 10:31:08
RE: RockPatch 1.08 - Preview - by DCoder - 26.06.2006, 10:53:20
RE: RockPatch 1.08 - Preview - by Bobingabout - 26.06.2006, 11:14:30
RE: RockPatch 1.08 - Preview - by Guest - 26.06.2006, 13:47:11
RE: RockPatch 1.08 - Preview - by Renegade - 26.06.2006, 14:36:57
RE: RockPatch 1.08 - Preview - by Marshall - 26.06.2006, 14:42:48
RE: RockPatch 1.08 - Preview - by Blade - 26.06.2006, 19:16:19
RE: RockPatch 1.08 - Preview - by Nikola_Tesla - 28.06.2006, 00:56:02
RE: RockPatch 1.08 - Preview - by DJBREIT - 28.06.2006, 03:16:43
RE: RockPatch 1.08 - Preview - by pd - 28.06.2006, 09:57:28
RE: RockPatch 1.08 - Preview - by Bobingabout - 28.06.2006, 16:06:52
RE: RockPatch 1.08 - Preview - by Marshall - 28.06.2006, 20:17:23
RE: RockPatch 1.08 - Preview - by pd - 28.06.2006, 21:45:19
RE: RockPatch 1.08 - Preview - by Marshall - 28.06.2006, 21:54:34
RE: RockPatch 1.08 - Preview - by pd - 28.06.2006, 22:21:57
RE: RockPatch 1.08 - Preview - by DJBREIT - 28.06.2006, 22:40:09
RE: RockPatch 1.08 - Preview - by Marshall - 28.06.2006, 23:59:48
RE:  RockPatch 1.08 - Preview - by VK - 30.06.2006, 13:19:36
RE: RockPatch 1.08 - Preview - by Blade - 29.06.2006, 00:55:14
RE: RockPatch 1.08 - Preview - by Renegade - 29.06.2006, 00:55:37
RE: RockPatch 1.08 - Preview - by Guest - 30.06.2006, 09:44:33
RE: RockPatch 1.08 - Preview - by pd - 30.06.2006, 12:22:43
RE: RockPatch 1.08 - Preview - by Blade - 30.06.2006, 22:15:08
RE: RockPatch 1.08 - Preview - by pd - 01.07.2006, 14:11:43
RE: RockPatch 1.08 - Preview - by DCoder - 01.07.2006, 17:11:28
RE: RockPatch 1.08 - Preview - by pd - 01.07.2006, 18:16:20
RE:  RockPatch 1.08 - Preview - by VK - 01.07.2006, 19:13:04
RE: RockPatch 1.08 - Preview - by Blade - 01.07.2006, 19:16:49
RE: RockPatch 1.08 - Preview - by pd - 01.07.2006, 20:25:42
RE: RockPatch 1.08 - Preview - by Blade - 02.07.2006, 04:52:26
RE: RockPatch 1.08 - Preview - by pd - 02.07.2006, 05:05:27
RE: RockPatch 1.08 - Preview - by FS-21 - 02.07.2006, 06:51:08
RE: RockPatch 1.08 - Preview - by pd - 02.07.2006, 06:57:17
RE: RockPatch 1.08 - Preview - by Marshall - 02.07.2006, 11:10:11
RE:  RockPatch 1.08 - Preview - by VK - 02.07.2006, 15:11:31
RE: RockPatch 1.08 - Preview - by TheMan - 02.07.2006, 16:59:53
RE: RockPatch 1.08 - Preview - by Blade - 02.07.2006, 18:00:34
RE: RockPatch 1.08 - Preview - by pd - 02.07.2006, 19:37:07
RE: RockPatch 1.08 - Preview - by VK - 02.07.2006, 22:23:41
RE: RockPatch 1.08 - Preview - by Renegade - 03.07.2006, 13:04:47
RE: RockPatch 1.08 - Preview - by VK - 08.07.2006, 11:09:10
RE: RockPatch 1.08 - Preview - by pd - 08.07.2006, 11:28:43
RE: RockPatch 1.08 - Preview - by VK - 08.07.2006, 11:38:28
RE: RockPatch 1.08 - Preview - by Blade - 08.07.2006, 15:43:03
RE: RockPatch 1.08 - Preview - by pd - 08.07.2006, 16:52:43
RE:  RockPatch 1.08 - Preview - by VK - 08.07.2006, 17:12:02
RE: RockPatch 1.08 - Preview - by Blade - 08.07.2006, 19:04:19
RE: RockPatch 1.08 - Preview - by pd - 08.07.2006, 18:55:38
RE: RockPatch 1.08 - Preview - by VK - 08.07.2006, 21:03:14
RE: RockPatch 1.08 - Preview - by TheMan - 11.07.2006, 00:06:59
RE: RockPatch 1.08 - Preview - by pd - 11.07.2006, 00:09:24
RE: RockPatch 1.08 - Preview - by Tratos - 11.07.2006, 01:27:36
RE: RockPatch 1.08 - Preview - by Blade - 11.07.2006, 03:57:16
RE: RockPatch 1.08 - Preview - by Carnivean - 13.07.2006, 23:37:48
RE: RockPatch 1.08 - Preview - by Renegade - 14.07.2006, 00:17:55
RE: RockPatch 1.08 - Preview - by Guest - 17.07.2006, 21:44:38
RE: RockPatch 1.08 - Preview - by Renegade - 17.07.2006, 22:14:30
RE: RockPatch 1.08 - Preview - by pd - 18.07.2006, 09:24:11
RE: RockPatch 1.08 - Preview - by Bobingabout - 18.07.2006, 09:33:30
RE: RockPatch 1.08 - Preview - by DCoder - 18.07.2006, 15:04:04
RE: RockPatch 1.08 - Preview - by VK - 18.07.2006, 12:08:41
RE: RockPatch 1.08 - Preview - by Bobingabout - 18.07.2006, 13:38:48
RE: RockPatch 1.08 - Preview - by Bobingabout - 18.07.2006, 15:18:04
RE: RockPatch 1.08 - Preview - by AlliedG - 18.07.2006, 16:22:21
RE: RockPatch 1.08 - Preview - by VK - 18.07.2006, 17:08:57
RE: RockPatch 1.08 - Preview - by Bobingabout - 18.07.2006, 20:55:23
RE: RockPatch 1.08 - Preview - by Blade - 18.07.2006, 22:12:06
RE: RockPatch 1.08 - Preview - by VK - 18.07.2006, 22:13:42
RE: RockPatch 1.08 - Preview - by Blade - 18.07.2006, 22:17:33
RE:  RockPatch 1.08 - Preview - by VK - 18.07.2006, 22:29:22
RE: RockPatch 1.08 - Preview - by Marshall - 18.07.2006, 22:21:20
RE: RockPatch 1.08 - Preview - by DJBREIT - 18.07.2006, 23:32:05
RE: RockPatch 1.08 - Preview - by pd - 18.07.2006, 23:33:02
RE: RockPatch 1.08 - Preview - by Blade - 19.07.2006, 00:42:57
RE: RockPatch 1.08 - Preview - by pd - 19.07.2006, 01:15:09
RE: RockPatch 1.08 - Preview - by VK - 19.07.2006, 05:58:19
RE: RockPatch 1.08 - Preview - by Marshall - 19.07.2006, 09:17:00
RE: RockPatch 1.08 - Preview - by Bobingabout - 19.07.2006, 09:38:30
RE: RockPatch 1.08 - Preview - by pd - 19.07.2006, 10:09:12
RE: RockPatch 1.08 - Preview - by Blade - 19.07.2006, 13:33:22
RE: RockPatch 1.08 - Preview - by Bobingabout - 19.07.2006, 14:24:53
RE: RockPatch 1.08 - Preview - by VK - 19.07.2006, 17:20:35
RE: RockPatch 1.08 - Preview - by TheMan - 22.07.2006, 02:46:50
RE: RockPatch 1.08 - Preview - by Guest - 22.07.2006, 05:02:33
RE: RockPatch 1.08 - Preview - by Marshall - 22.07.2006, 10:37:13
RE: RockPatch 1.08 - Preview - by Kiith-Sa - 22.07.2006, 12:43:03
RE: RockPatch 1.08 - Preview - by VK - 22.07.2006, 14:02:45
RE: RockPatch 1.08 - Preview - by TheMan - 22.07.2006, 14:13:50
RE: RockPatch 1.08 - Preview - by Blade - 22.07.2006, 15:30:55
RE: RockPatch 1.08 - Preview - by DCoder - 22.07.2006, 19:32:04
RE: RockPatch 1.08 - Preview - by VK - 22.07.2006, 20:51:26
RE: RockPatch 1.08 - Preview - by DCoder - 23.07.2006, 07:18:12
RE: RockPatch 1.08 - Preview - by Marshall - 22.07.2006, 21:07:52
RE: RockPatch 1.08 - Preview - by VK - 22.07.2006, 21:33:18
RE: RockPatch 1.08 - Preview - by Guest - 22.07.2006, 23:37:12
RE: RockPatch 1.08 - Preview - by VK - 23.07.2006, 12:32:15
RE: RockPatch 1.08 - Preview - by Mad Ivan - 23.07.2006, 13:12:15
RE: RockPatch 1.08 - Preview - by DJBREIT - 23.07.2006, 16:33:47
RE: RockPatch 1.08 - Preview - by Bobingabout - 24.07.2006, 11:03:16
RE:  RockPatch 1.08 - Preview - by DJBREIT - 24.07.2006, 22:29:43
RE: RockPatch 1.08 - Preview - by VK - 24.07.2006, 17:13:56
RE: RockPatch 1.08 - Preview - by Guest - 24.07.2006, 17:26:09
RE: RockPatch 1.08 - Preview - by VK - 24.07.2006, 21:51:25
RE: RockPatch 1.08 - Preview - by TheMan - 25.07.2006, 00:55:09
RE: RockPatch 1.08 - Preview - by Bobingabout - 25.07.2006, 09:52:02
RE: RockPatch 1.08 - Preview - by Marshall - 26.07.2006, 00:01:35
RE: RockPatch 1.08 - Preview - by VK - 25.07.2006, 16:53:05
RE: RockPatch 1.08 - Preview - by Marshall - 25.07.2006, 18:37:26
RE: RockPatch 1.08 - Preview - by VK - 25.07.2006, 21:54:37
RE: RockPatch 1.08 - Preview - by Marshall - 25.07.2006, 23:11:54
RE: RockPatch 1.08 - Preview - by Guest - 25.07.2006, 23:20:18
RE: RockPatch 1.08 - Preview - by VK - 26.07.2006, 11:38:14
RE: RockPatch 1.08 - Preview - by DCoder - 26.07.2006, 12:04:49
RE: RockPatch 1.08 - Preview - by Marshall - 26.07.2006, 13:35:41
RE: RockPatch 1.08 - Preview - by pArtizAn - 26.07.2006, 16:24:32
RE: RockPatch 1.08 - Preview - by VK - 26.07.2006, 21:03:39
RE: RockPatch 1.08 - Preview - by Marshall - 26.07.2006, 23:36:48
RE: RockPatch 1.08 - Preview - by pArtizAn - 27.07.2006, 10:17:28
RE: RockPatch 1.08 - Preview - by Bobingabout - 27.07.2006, 12:54:05
RE: RockPatch 1.08 - Preview - by pArtizAn - 27.07.2006, 15:24:47
RE: RockPatch 1.08 - Preview - by Bobingabout - 27.07.2006, 15:50:57
RE:  RockPatch 1.08 - Preview - by pArtizAn - 27.07.2006, 16:16:35
RE: RockPatch 1.08 - Preview - by VK - 27.07.2006, 16:20:39
RE:  RockPatch 1.08 - Preview - by pArtizAn - 27.07.2006, 16:27:48
RE: RockPatch 1.08 - Preview - by VK - 27.07.2006, 16:41:27
RE:  RockPatch 1.08 - Preview - by pArtizAn - 27.07.2006, 17:15:04
RE: RockPatch 1.08 - Preview - by VK - 27.07.2006, 22:35:49
RE: RockPatch 1.08 - Preview - by Nighthawk - 28.07.2006, 12:49:08
RE: RockPatch 1.08 - Preview - by Bobingabout - 28.07.2006, 15:54:27
RE: RockPatch 1.08 - Preview - by VK - 28.07.2006, 22:01:43
RE: RockPatch 1.08 - Preview - by Marshall - 28.07.2006, 22:44:13
RE: RockPatch 1.08 - Preview - by Tratos - 28.07.2006, 23:04:21
RE:  RockPatch 1.08 - Preview - by pArtizAn - 29.07.2006, 14:47:59
RE: RockPatch 1.08 - Preview - by Marshall - 29.07.2006, 10:13:29
RE: RockPatch 1.08 - Preview - by DCoder - 29.07.2006, 16:05:51
RE: RockPatch 1.08 - Preview - by VK - 29.07.2006, 14:09:23
RE: RockPatch 1.08 - Preview - by TheMan - 29.07.2006, 21:21:18
RE: RockPatch 1.08 - Preview - by VK - 29.07.2006, 21:59:31
RE: RockPatch 1.08 - Preview - by Gangster - 29.07.2006, 22:16:45
RE: RockPatch 1.08 - Preview - by VK - 29.07.2006, 22:29:55
RE: RockPatch 1.08 - Preview - by Bobingabout - 29.07.2006, 23:10:57
RE: RockPatch 1.08 - Preview - by VK - 30.07.2006, 13:09:54
RE: RockPatch 1.08 - Preview - by Bobingabout - 31.07.2006, 10:24:40
RE: RockPatch 1.08 - Preview - by Nighthawk - 30.07.2006, 13:43:49
RE: RockPatch 1.08 - Preview - by pd - 30.07.2006, 20:13:46
RE: RockPatch 1.08 - Preview - by VK - 30.07.2006, 22:11:50
RE: RockPatch 1.08 - Preview - by TheMan - 30.07.2006, 23:46:09
RE: RockPatch 1.08 - Preview - by DCoder - 31.07.2006, 12:11:36
RE: RockPatch 1.08 - Preview - by VK - 31.07.2006, 12:47:29
RE: RockPatch 1.08 - Preview - by DCoder - 31.07.2006, 13:10:33
RE: RockPatch 1.08 - Preview - by Bobingabout - 31.07.2006, 14:08:16
RE: RockPatch 1.08 - Preview - by Banshee - 31.07.2006, 19:47:24
RE: RockPatch 1.08 - Preview - by DCoder - 31.07.2006, 20:03:02
RE: RockPatch 1.08 - Preview - by Banshee - 31.07.2006, 22:45:01
RE: RockPatch 1.08 - Preview - by VK - 31.07.2006, 22:14:56
RE: RockPatch 1.08 - Preview - by Marshall - 01.08.2006, 08:47:31
RE: RockPatch 1.08 - Preview - by Bobingabout - 01.08.2006, 09:53:34
RE: RockPatch 1.08 - Preview - by Marshall - 01.08.2006, 13:39:40
RE: RockPatch 1.08 - Preview - by Bobingabout - 01.08.2006, 13:54:23
RE: RockPatch 1.08 - Preview - by TheMan - 01.08.2006, 15:21:26
RE:  RockPatch 1.08 - Preview - by DJBREIT - 01.08.2006, 23:00:26
RE: RockPatch 1.08 - Preview - by VK - 01.08.2006, 16:49:53
RE: RockPatch 1.08 - Preview - by Bobingabout - 01.08.2006, 17:05:59
RE: RockPatch 1.08 - Preview - by VK - 01.08.2006, 21:16:31
RE:  RockPatch 1.08 - Preview - by pArtizAn - 01.08.2006, 23:02:35
RE: RockPatch 1.08 - Preview - by Guest - 02.08.2006, 03:34:34
RE: RockPatch 1.08 - Preview - by Pyromeleon - 02.08.2006, 21:10:08
RE: RockPatch 1.08 - Preview - by VK - 02.08.2006, 21:46:59
RE: RockPatch 1.08 - Preview - by Guest - 02.08.2006, 22:02:30
RE: RockPatch 1.08 - Preview - by Bobingabout - 03.08.2006, 10:05:48
RE: RockPatch 1.08 - Preview - by pd - 03.08.2006, 10:15:30
RE: RockPatch 1.08 - Preview - by Bobingabout - 03.08.2006, 10:33:02
RE: RockPatch 1.08 - Preview - by Marshall - 03.08.2006, 13:42:50
RE: RockPatch 1.08 - Preview - by Bobingabout - 03.08.2006, 13:57:01
RE: RockPatch 1.08 - Preview - by Marshall - 03.08.2006, 14:05:01
RE: RockPatch 1.08 - Preview - by VK - 03.08.2006, 14:28:55
RE: RockPatch 1.08 - Preview - by TheMan - 03.08.2006, 15:52:03
RE: RockPatch 1.08 - Preview - by VK - 03.08.2006, 16:06:20
RE: RockPatch 1.08 - Preview - by Bobingabout - 03.08.2006, 16:18:56
RE: RockPatch 1.08 - Preview - by VK - 03.08.2006, 16:27:43
RE: RockPatch 1.08 - Preview - by Bobingabout - 03.08.2006, 17:29:49
RE: RockPatch 1.08 - Preview - by VK - 03.08.2006, 17:42:50
RE: RockPatch 1.08 - Preview - by pArtizAn - 05.08.2006, 00:12:54
RE: RockPatch 1.08 - Preview - by VK - 05.08.2006, 13:45:31
RE: RockPatch 1.08 - Preview - by Blade - 05.08.2006, 15:23:35
RE: RockPatch 1.08 - Preview - by Bobingabout - 05.08.2006, 16:44:16
RE: RockPatch 1.08 - Preview - by pd - 05.08.2006, 16:55:31
RE: RockPatch 1.08 - Preview - by Vinifera7 - 05.08.2006, 19:56:35
RE: RockPatch 1.08 - Preview - by VK - 05.08.2006, 21:32:48
RE: RockPatch 1.08 - Preview - by ZombyDragon - 06.08.2006, 05:08:16
RE: RockPatch 1.08 - Preview - by Guest - 06.08.2006, 05:33:19
RE: RockPatch 1.08 - Preview - by VK - 06.08.2006, 13:52:01
RE: RockPatch 1.08 - Preview - by Nighthawk - 08.08.2006, 12:12:53
RE: RockPatch 1.08 - Preview - by ZombyDragon - 08.08.2006, 17:32:26
RE: RockPatch 1.08 - Preview - by Pyromeleon - 10.08.2006, 08:53:47
RE: RockPatch 1.08 - Preview - by ZombyDragon - 11.08.2006, 00:00:12
RE: RockPatch 1.08 - Preview - by Pyromeleon - 12.08.2006, 09:15:46
RE: RockPatch 1.08 - Preview - by Bobingabout - 12.08.2006, 15:32:14
RE: RockPatch 1.08 - Preview - by pd - 13.08.2006, 10:16:09
RE: RockPatch 1.08 - Preview - by DCoder - 13.08.2006, 10:25:50
RE: RockPatch 1.08 - Preview - by pd - 13.08.2006, 10:28:43
RE: RockPatch 1.08 - Preview - by VK - 13.08.2006, 11:57:11
RE: RockPatch 1.08 - Preview - by pd - 13.08.2006, 13:00:10
RE: RockPatch 1.08 - Preview - by Blade - 13.08.2006, 13:55:03
RE: RockPatch 1.08 - Preview - by pd - 13.08.2006, 14:25:23
RE: RockPatch 1.08 - Preview - by Bobingabout - 13.08.2006, 15:39:17
RE: RockPatch 1.08 - Preview - by pd - 13.08.2006, 15:55:07
RE: RockPatch 1.08 - Preview - by Guest - 13.08.2006, 17:16:58
RE: RockPatch 1.08 - Preview - by pd - 13.08.2006, 17:23:01



Users browsing this thread: 1 Guest(s)