-
Posts
849 -
Joined
-
Last visited
Everything posted by pichorra
-
Reserved. I will try to get All cells ID and somehow post here
-
C&C95 cell replacer. Use it at your own risk! ALWAYS BACKUP YOUR MAPS! THE TOOL ITSELF DOES NOT CREATE ANY BACKUP Usage: open a command prompt on the folder that the cell_replacer is. then you can use it typing: cell_replacer -f MAPFILE.BIN -w ID firstcell secondcell... example: cell_replacer -f bogusmap.bin -w 0500 67 68 135 4095 That will replace the IDs of cell 67, 68, 135 and 4095 with 0500 (Water rock in Temperate). Getting the Cell number: XCC: CCWMAP: Easy, huh Download HERE. Get the binary for your operating system. If you are crazy like me and like to use an older Windows version (such as 98), there is a DOS binary there too . You can edit the source the way you want too. Bugs: Post here. If you want to post an enhancement of this application, fell free. TODO list: - Replace all X cells with Y ID with Z id. - Add better memory managment. The fixed Array is pretty unsecure and it will crash the application if you give anything bigger than 8kb. C&C95 bin maps are always 8kb, so, there won't be problem with it. DONE - Add Sole Survivor and Red Alert Support. This application will also be the base for an .bin fixer. It will replace all cell ID that crash the map editor and replace it with an neutral cell. Currently know cell IDs (they are all in Hexadecimal): 0500: Water Rock. (Temperate) 5A00: Passable Cell, but Unbuildable. (Temperate) This is awesome for Multiplayer maps. Stop those base-rush guys! FFFF: Normal Cell. (Temperate). Those IDs can also work for other theaters, but the cell itself can be all black, crashing when opened in map-editor. cell_replacer2.zip
-
I can see that you can build CONC in that version. You can put CONC in a map by adding it at overlay in the .ini
-
It can be the pre-relase of the Mac version. I've saw similar icons in the pre-relase of the Nintendo 64 version too. Hey! Nyerguds: you've hacked the Nintendo 64 C&C, did you found those icons there? they always forget garbage on the cartidges.
-
Dude + Close spawn = Defeat. Time zones is a crap. Dunno what we could do with'em. I've kicked out of the last tournament because I had no time to play, Was to busy with school. It was to be all July the tornament. Then it was about november and it was still running.
-
seems weird. what happens if you launch RA95.hires..... -w 640 -h 400 ? what videocard do you use? [edit] you can and *MUST* use the hires with the cnc-ddraw. Anyway, if you are only getting this issue with ddraw, you can disable it by deleting ddraw.dll, and add Win98 compatibility with the game to avoid crash. *DO NOT EVER* use compatibility with cnc-ddraw.
-
disable "Allow hardware filled blits" in RASetup.exe
-
I personally recommend maxfps = 120. It avoid vertical desyncronisation ( at least your eyes wont note it). But if in 120 the scrollspeed is so fast, then put it lower
-
I should take new ScreenShots
-
I don't think so. Westwood chat have a lot of issues when running in Wine. But if we are going to use CnCQM, I can't see the problem. Or even an packet injector with the settings.
-
Why you Downloaded the Linux build in a Windows machine? Get this one! http://download.virtualbox.org/virtualbox/4.1.8/VirtualBox-4.1.8-75467-Win.exe
-
Try this: http://cnc-comm.com/community/index.php?topic=1770.0 if fails, Try VMWare, If it fails too, sorry, but you are out of luck we really need to port the DirectDraw 7 to OpenGL to fix it. We need someone with good GDI+ Emulating skills.
-
Never saw those images before... Seems it is before they rewrote all sidebar code. Looks nice trough Well, if I could get my hands on those Hi-def dos-like icons, it could be nice
-
EagleEye: About the No-NOCD: It will always give priority to files in Hard Drive Disc. Anyway, As far i can Rememer, C&C95 use GENERAL.MIX, CONQUER.MIX, SCORES.MIX and MOVIES.MIX from the CD. I do have the N64 manual, but I don't have the Scan. I can take photos for you if i Find mine Photo machine (or something like that). .PAK is Dune2 right? I have no idea how PAK files is handled.
-
Always... It seems to be different issues... Anyway, if it still relate with Power, you can get into your drivers manager, and select somewhere "Full Performance" instead of "Power Saver". I remember that of my Broken notebook (It was a Radeon 9200).
-
About the Prise: We will need to ask to the donators about that. The money is for Maintence. If they agree, then i can't see a problem, but if not... Anyway, we should wait for the next vacations. I probably will not get time to even connect here back in this year.
-
Just fix the problems with the language stuff, and we will be happy
-
I've already succeded in that. Just forgot to posting it. 00045e22 E9 53 05 00 00. Just a Jumper, nothing more than that. I've talked with Hyper yesterday, and he told me that if there is space left, there is a way to launch another DLL instead of Thipx32.dll (in this case, a cncnet.dll). There IS space left for coding if we remove the Westwood's chat launching, so we can probably use it for cncnet. I dunno if it will break WWchat support of C&C95. We still can use it if we launch C&C95, minimize it and launch WWChat after it. When the DDE is send, C&C95 will enter in Internet Mode. Heya! i'm just getting this thing!
-
take a look here: http://cnc-comm.com/community/index.php?topic=1770.0
-
If you change: [HKEY_LOCAL_MACHINE\Software\Westwood\Wchat\] "InstallPath"= to any other directory\filename, This can make C&C95 launch an external application trough the Internet button. So, i've done a script in C to kill C&C95.exe, and launch cncnet.exe after it. It is dirty, i know but then i made some more research in C&C95.EXE: in 00455A15, we get the Main menu switch. somewhere in 00455BEC, we get the Network button. Due my still poor skills, i'm not able to do it, but i'm sure that there's a way to link the Internet Button to the lan lobby. and more, if it needs to launch an external executable to hook into something, there is some code near of it. i'm not sure about the andresses, since i've put a lot of Breakpoints in it. Hope this is usefull to something.
-
I think it is better I get my stuff back from 4shared. If it go down too, i will lose a lot of suff.
-
This map is easy to block the other players. Get the middle and the game is yours.
-
and also, the C&C95/RA95 Source code has been lost. What we got is the Machine code left in C&C95.EXE. This mean it is all x86 Assembly. Porting a C++ algorythm to Assembly would take centurys.