Author |
Message |
Topic: cnc-ddraw supports now Red Alert 2 / YR / Tiberian Sun... |
FunkyFr3sh
Replies: 12
Views: 773
|
Posted: Mon Dec 10, 2018 8:17 am Subject:
cnc-ddraw supports now Red Alert 2 / YR / Tiberian Sun...
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Sorry for the late reply, but Alt+Enter is what let me switch out of and back into YR. The behavior is the same as back in the days of XP, for me.
Are you sure you are not confusing Alt+Enter with ... |
Topic: cnc-ddraw supports now Red Alert 2 / YR / Tiberian Sun... |
FunkyFr3sh
Replies: 12
Views: 773
|
Posted: Mon Nov 26, 2018 6:31 pm Subject:
cnc-ddraw supports now Red Alert 2 / YR / Tiberian Sun...
Forum:
Modding Central » Red Alert 2 Editing Forum
|
This one actually seems to be working better for me than ts-ddraw, for some reason. I'm not able to go into windowed mode, but other than that, it's been flawless, including letting me actually switch ... |
Topic: cnc-ddraw supports now Red Alert 2 / YR / Tiberian Sun... |
FunkyFr3sh
Replies: 12
Views: 773
|
Posted: Fri Nov 23, 2018 6:10 pm Subject:
cnc-ddraw supports now Red Alert 2 / YR / Tiberian Sun...
Forum:
Modding Central » Red Alert 2 Editing Forum
|
No, these old versions of DirectDraw were used in games made between 1995-2001, might work for a lot of old games but tiberian twilight is way too new and probably is using direct3d instead |
Topic: cnc-ddraw supports now Red Alert 2 / YR / Tiberian Sun... |
FunkyFr3sh
Replies: 12
Views: 773
|
Posted: Fri Nov 23, 2018 3:13 pm Subject:
cnc-ddraw supports now Red Alert 2 / YR / Tiberian Sun...
Forum:
Modding Central » Red Alert 2 Editing Forum
|
I know, I know... we already got ts-ddraw, I actually added support for 16bit color depth to the good old cnc-ddraw for dune 2000 but it does work with other westwood games too.
If anyone wants to ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sun Sep 09, 2018 8:27 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
GlFinish should not be used by default (unless you enable vsync, but that's probably not a good idea)
glFlush before SwapBuffers shouldn't make any difference since that's what SwapBuffers is doing ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sat Jul 07, 2018 12:34 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Pre-release 1.1.4.2
minimap bug should be fixed.
auto renderer had a bug too that could cause a black screen and it should be fixed now.
https://github.com/CnCNet/ts-ddraw/releases |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sun May 27, 2018 1:14 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
I just tested the latest one, RA2, Win7x64, Win9x compat, Run as Admin... on AMD 7950/R9 280 3gb... and it doesn't work.
It pops up the game on the taskbar, so I see the icon, but never focuses to ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Wed May 23, 2018 6:52 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
thanks for reporting, the color bug should be fixed in the next release.
Problem was that GDI was using RGB555 and OpenGL was using RGB565. Both should be using RGB565 now (it seems to work fine).
... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Tue May 22, 2018 7:50 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Did you do away with the double resolution switching ?
I don't know, I never had this bug and I don't have any win7 pc to test it.
But opengl is using the improvements from the GDI version now wh ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Tue May 22, 2018 4:29 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Pre-release 1.1.3.4
Support for OpenGL and GDI renderers in the same dll.
The renderer will default to OpenGL and fallback to GDI on failure
New options in ddraw.ini - Vsync=(yes|no) and ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sat May 05, 2018 5:05 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Updated to 1.1.3.3, there was a bug that could cause the game to freeze sometimes. |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Mon Apr 30, 2018 8:56 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
I guess you might not even have the scroll patch, not sure if DTA/TI have it enabled.
We are currently trying to find ways to make it smoother, using more than 1 cpu core seems to help quite a bit ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Wed Apr 25, 2018 8:34 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
I was testing on Speeds 4, 5 and 6 (max). I usually play on 4 or 5, and it suffers on both.
In fact yes, IIRC it stutters if I scroll or move the mouse around, I will check it later.
Could be ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Wed Apr 25, 2018 7:34 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
I've done some testing on TI, and sadly your version of TS-DDraw doesn't work as well for me as previous releases.
Pros:
- most of the menus respond very quickly and smoothly
Cons:
- gameplay stut ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Tue Apr 24, 2018 10:14 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
There is now a new pre-release (1.1.3.1) available with optional FPS overlay + experimental stretching support |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Mon Apr 23, 2018 2:25 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
um, why would this be useful?
Do screenshots then also have stretched images with big blocks instead of single pixels?
You can use any resolution with it, it's quite useful. 2x scaling looks ver ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sun Apr 22, 2018 3:37 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Working on stretching currently, first prototype is done
http://cnc.cloudns.pro/Test/index.php?video=TiberianSun_640x400_stretched_1280x800_Campaign.mp4
Not sure yet what to do with the menus, i ... |
Topic: TS-DDraw 1.1.3.0 has been released. |
FunkyFr3sh
Replies: 5
Views: 1056
|
Posted: Sat Apr 21, 2018 10:33 am Subject:
TS-DDraw 1.1.3.0 has been released.
Forum:
PPM Zone » PPM News Network
|
I already know that one of the fixes in this new renderer is that it prevents lagging if there are overnumbered units in-game. But why didn't wrote it in the last release changelog?
This not direct ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Thu Apr 19, 2018 3:34 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
- Windows XP support
Normally, I'd be overjoyed to see the old but gold OS still get support, but this makes me wonder: Anyone ever had RA2/YR NOT run on WinXP or earlier?
Now you can run it in a ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Thu Apr 19, 2018 2:53 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Thanks again for testing!
New release, 1.1.3.0
- New hotkey combo [Ctrl]+[R] to enable a FPS overlay (Shows real rendering rate)
- Allow the renderer to slow the framerate down when the ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sun Apr 15, 2018 8:08 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
In RA2 / YR the game will make the screen resolution match the one from the menu to avoid the black bars. Once the gameplay starts it will switch to the real resolution you chose for playing.Negative. ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sun Apr 15, 2018 7:18 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
I think the "settings 800x600 first before the actual resolution from sun.ini" logic can be safely removed from the EXE
^^ This is what I meant, it doesn't need to exist.
As for the GDI ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sat Apr 14, 2018 8:40 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Could be the same problem as reported by G-E. The game goes into 800x600 mode initially and then after loading it switches to your chosen resolution, I guess that's where it fails.
Y u do dis?
Do ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sat Apr 14, 2018 2:48 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Could be the same problem as reported by G-E. The game goes into 800x600 mode initially and then after loading it switches to your chosen resolution, I guess that's where it fails.
Y u do dis?
I'm ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sat Apr 14, 2018 12:55 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Updated to 1.1.2.0
- Improved scaling performance
- Fixed color issues on main menu (OpenGL + RA2 / YR)
- Cursor is now locked in windowed mode and can be unlocked by opening the menu or pressing ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Thu Apr 12, 2018 2:26 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Thanks again for testing! We got some of the problems mentioned in here fixed and there will be a new release soon.
When running full screen through the client the game tabs to windows after load ... |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Tue Apr 10, 2018 1:29 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Ok cool, about the Alt+Tab issue with OpenGL... Does this also happen when you run the game in a window and minimize it? |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Mon Apr 09, 2018 2:59 am Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Thanks for testing, you guys are talking about Yuri's Revenge, right? Or is it vanilla RA2?
Updated to 1.1.1.0: dkeeton made a faster scaling (e.g. for the cutscenes) |
Topic: New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..) |
FunkyFr3sh
Replies: 70
Views: 6169
|
Posted: Sun Apr 08, 2018 7:59 pm Subject:
New TS-DDraw release (Fixes Windows 8/10 bugs,blackscreen..)
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Looking for testers for a new release of TS-DDraw.
Download: https://github.com/CnCNet/ts-ddraw/releases
Should work for Tiberian Sun, Red Alert 2 and Yuri's Revenge.
For all th ... |
Topic: Render problem |
FunkyFr3sh
Replies: 5
Views: 749
|
Posted: Tue Mar 20, 2018 3:00 am Subject:
Render problem
Forum:
Featured Projects » Twisted Insurrection » Your Input
|
disable display scaling for all executables in the game directory
Example pic i found on google:
http://simplyadvanced.net/blog/wp-content/uploads/2013/06/google-chrome-properties.png |
Topic: Is there anything like ts_client for Tiberian Dawn or Red Al |
FunkyFr3sh
Replies: 1
Views: 1276
|
Posted: Tue Feb 27, 2018 2:45 am Subject:
Is there anything like ts_client for Tiberian Dawn or Red Al
Forum:
Modding Central » Tiberian Sun Editing Forum
|
See here: https://cncnet.org/download
Mods:
Red Dawn: https://forums.cncnet.org/topic/873-red-dawn-ra-1/
Tschokky's Mod: https://forums.cncnet.org/topic/2085-tschokkys-campc-ra-almost-total-conve ... |
Topic: Tiberian Sun Client |
FunkyFr3sh
Replies: 342
Views: 100902
|
Posted: Thu Dec 28, 2017 8:08 pm Subject:
Tiberian Sun Client
Forum:
Modding Central » Tiberian Sun Editing Forum
|
Red Alert 1 has besides the Demo Recording/Playback also a motion capture feature that takes screenshots, I bet TS got that too.
Could patch the game to enable it. It's probably pretty slow though, ... |
Topic: DDrawCompat - Improve game performance and fix win 8/10 bugs |
FunkyFr3sh
Replies: 17
Views: 2593
|
Posted: Fri Nov 10, 2017 4:42 pm Subject:
DDrawCompat - Improve game performance and fix win 8/10 bugs
Forum:
Miscellaneous Forums » Game Chat » Command & Conquer Chat
|
Yep. Does this dll not feature DD hardware emulation?
Nope, I think it's actually even trying to prevent emulation. Emulation can have all kind of side effects like flickering, broken window mode, ... |
Topic: DDrawCompat - Improve game performance and fix win 8/10 bugs |
FunkyFr3sh
Replies: 17
Views: 2593
|
Posted: Wed Nov 08, 2017 6:30 am Subject:
DDrawCompat - Improve game performance and fix win 8/10 bugs
Forum:
Miscellaneous Forums » Game Chat » Command & Conquer Chat
|
The unstable build doesn't crash, but I never see the game screen. I hear the menu music but all I see is my desktop squished down to 800x600. Switch back to aqirt's ddraw and everything comes up fine ... |
Topic: DDrawCompat - Improve game performance and fix win 8/10 bugs |
FunkyFr3sh
Replies: 17
Views: 2593
|
Posted: Tue Nov 07, 2017 6:26 pm Subject:
DDrawCompat - Improve game performance and fix win 8/10 bugs
Forum:
Miscellaneous Forums » Game Chat » Command & Conquer Chat
|
That guest post was me, wasn't logged in I guess lol |
Topic: DDrawCompat - Improve game performance and fix win 8/10 bugs |
FunkyFr3sh
Replies: 17
Views: 2593
|
Posted: Tue Nov 07, 2017 2:32 pm Subject:
DDrawCompat - Improve game performance and fix win 8/10 bugs
Forum:
Miscellaneous Forums » Game Chat » Command & Conquer Chat
|
Well I can confirm this works with my setup on Win7, the other ddraw wrapper thingy would just crash, but I have no idea if it performs better than without, at least on RA2.
Not sure if RA2 got a F ... |
Topic: DDrawCompat - Improve game performance and fix win 8/10 bugs |
FunkyFr3sh
Replies: 17
Views: 2593
|
Posted: Tue Nov 07, 2017 2:17 pm Subject:
DDrawCompat - Improve game performance and fix win 8/10 bugs
Forum:
Miscellaneous Forums » Game Chat » Command & Conquer Chat
|
You are talking about yuris revenge I guess?
I'm not the expert for it but I asked tomsons and bittath, you can start the client and then put the file into your game folder and it should work.
D ... |
Topic: DDrawCompat - Improve game performance and fix win 8/10 bugs |
FunkyFr3sh
Replies: 17
Views: 2593
|
Posted: Tue Nov 07, 2017 12:38 pm Subject:
DDrawCompat - Improve game performance and fix win 8/10 bugs
Forum:
Miscellaneous Forums » Game Chat » Command & Conquer Chat
|
I didn't know where to post it since it actually works with all classic westwood games (td, ra, ts, ra2, dune 2000).
DDrawCompat is a DirectDraw proxy dll just like cnc-ddraw, ts-ddraw, ddwrapper ... |
Topic: Good idea? ccmix windows explorer context menu integration |
FunkyFr3sh
Replies: 7
Views: 1705
|
Posted: Fri Apr 07, 2017 10:38 pm Subject:
Good idea? ccmix windows explorer context menu integration
Forum:
Featured Tools » Community Tools
|
ccmix needs a few fixes for working with RA2 and TS mix files it seems based on issues people have reported, but I have enough on my plate with Thyme and RA++ so I don't have time to look at fixing it ... |
Topic: Good idea? ccmix windows explorer context menu integration |
FunkyFr3sh
Replies: 7
Views: 1705
|
Posted: Mon Apr 03, 2017 7:09 pm Subject:
Good idea? ccmix windows explorer context menu integration
Forum:
Featured Tools » Community Tools
|
I actually tried it with ccmix today and it seems to be too flawed to use it.
Might have a try with the mix tool from sonar later.
Are there any other command line mix tools? |
Topic: Good idea? ccmix windows explorer context menu integration |
FunkyFr3sh
Replies: 7
Views: 1705
|
Posted: Sun Apr 02, 2017 11:35 pm Subject:
Good idea? ccmix windows explorer context menu integration
Forum:
Featured Tools » Community Tools
|
Would someone be using it or XCC Mixer > all
https://imgur.com/a/zAih3 |
Topic: How to host a modded server on CnC Net |
FunkyFr3sh
Replies: 6
Views: 1373
|
Posted: Wed Mar 22, 2017 8:06 am Subject:
How to host a modded server on CnC Net
Forum:
Modding Central » Red Alert 2 Editing Forum
|
In Red Alert 1 you can just copy your mods into the map file and then play it online.
I guess this should work in Red Alert 2 too |
Topic: XCC Mixer patch for windows 10 |
FunkyFr3sh
Replies: 9
Views: 2840
|
Posted: Wed Aug 03, 2016 7:37 pm Subject:
XCC Mixer patch for windows 10
Forum:
Featured Tools » Community Tools
|
For those being impatient, here is all you need to modify blade's version
address for hex editor: 750776 (decimal)
memory address: 0x004B80B7
or just download the file from here:
https://g ... |
Topic: Issue with XCC Mixer |
FunkyFr3sh
Replies: 3
Views: 1408
|
Posted: Wed Aug 03, 2016 7:23 pm Subject:
Issue with XCC Mixer
Forum:
Featured Tools » Community Tools
|
I just had the same problem, check this:
http://www.ppmforums.com/viewtopic.php?t=42412 |
Topic: XCC Mixer patch for windows 10 |
FunkyFr3sh
Replies: 9
Views: 2840
|
Posted: Tue Aug 02, 2016 6:59 pm Subject:
XCC Mixer patch for windows 10
Forum:
Featured Tools » Community Tools
|
Drag and drop does work with admin rights, as far as I know. The issue is just that you can't do it between apps started with dirrerent rights.
Which means, you just need to be dragging from an Exp ... |
Topic: XCC Mixer patch for windows 10 |
FunkyFr3sh
Replies: 9
Views: 2840
|
Posted: Tue Aug 02, 2016 4:38 pm Subject:
XCC Mixer patch for windows 10
Forum:
Featured Tools » Community Tools
|
Tried to get XCC mixer running the other day on windows 10, unfortunately I was running into the following problem:
Running XCC Mixer without admin rights:
- Impossible to set up the game paths, ... |
Topic: The 10 most popular Tiberian Sun crashes (out of 152 known) |
FunkyFr3sh
Replies: 36
Views: 8141
|
Posted: Fri Jul 29, 2016 5:03 pm Subject:
The 10 most popular Tiberian Sun crashes (out of 152 known)
Forum:
Modding Central » Tiberian Sun Editing Forum
|
What are the top crashes after you applied all the crash fixes you did?
Want to know what is the score of crashes now.
Should be the same order as the ones in the first thread, just the "fi ... |
Topic: Alt-tab bug |
FunkyFr3sh
Replies: 11
Views: 1138
|
Posted: Wed Jul 27, 2016 7:55 pm Subject:
Alt-tab bug
Forum:
Modding Central » Red Alert 2 Editing Forum
|
It worked... until my game foze. Not the game, but the image to be presice.
P. S. Made the game run in Borderless Windowed, testing...
EDIT: The game runs well, ALt-tab is perfect, but in the ma ... |
Topic: Alt-tab bug |
FunkyFr3sh
Replies: 11
Views: 1138
|
Posted: Wed Jul 27, 2016 11:44 am Subject:
Alt-tab bug
Forum:
Modding Central » Red Alert 2 Editing Forum
|
Did you try this? - http://www.ppmforums.com/viewtopic.php?t=41633
It should work, but I didn't test it a lot with ra2 though |
Topic: CnCNet $300 Red Alert 1 tournament this weekend |
FunkyFr3sh
Replies: 2
Views: 1159
|
Posted: Thu May 12, 2016 9:26 pm Subject:
CnCNet $300 Red Alert 1 tournament this weekend
Forum:
PPM Zone » PPM News Network » Community News
|
Any Chance for Yuri's revenge?
I don't think ph0t0n would host a tourney for Yuri's Revenge, but maybe someone else will do it at some point. ph0t0n might host a few more Red Alert 1 tournaments in ... |
|