Jump to content

FunkyFr3sh

Administrator
  • Posts

    3684
  • Joined

Everything posted by FunkyFr3sh

  1. Your ban was lifted. From now on we will save all chat logs on the server, if people keep reporting you again we will be able to post the logs in here to avoid finger pointing. Calm down, play and have some fun
  2. Yes, the problem is well known. I added a possible fix for it to CnCNet the other day (Skirmish/Online/LAN) and that's probably why skirmish works for you. The download will be updated soon with the same fix for single player, until that, open your game folder and set the compatibility mode for dune2000.exe to "Windows XP (Service Pack 2)" Everything was working fine before, but microsoft seems to keep pushing updates to break support for programs. Maybe they want people to move on to windows 10...
  3. this function to scale .wsa to fullscreen high res works in both ra and cnc95 CALL(0x005B30F0, _scale_vqa); // ra CALL(0x459CF7, _scale_vqa); // cnc95 void scale_vqa(char *src, char *dst, int src_h, int src_w, int bufsiz) { float scale = (ScreenWidth / src_w > ScreenHeight / src_h) ? (float)ScreenHeight / src_h: (float)ScreenWidth / src_w; int dst_w = (int)(src_w * scale); int dst_h = (int)(src_h * scale); int dst_x = (ScreenWidth - dst_w) / 2; int dst_y = (ScreenHeight - dst_h) / 2; for (int x = 0; x < dst_w; x++) { for (int y = 0; y < dst_h; y++) { dst[(x + dst_x) + (ScreenWidth * (y + dst_y))] = src[(unsigned int)(x / scale) + (src_w * (unsigned int)(y / scale))]; } } }
  4. Oh, didn't see your message! The menu bug is related to ts-ddraw, it was never finished but still good to use in online games since we bypass the menus there Alt+Tab / windows key is broken on windows 8 / 10, there is no proper solution yet that works for everyone so you'll have to live with that Do you mean the name in online games? You can choose it at the login screen
  5. Try to install different versions of the nvidia driver, a lot people had this problem before, i'm not sure if they have fixed in their latest versions so you might need to try some older ones too Edit: try version 337.88
  6. What windows do you have? Do you have a nvidia graphics card? Check if there is a file named ddraw.dll inside of your red alert 2 folder
  7. The installer will also apply the fix for singleplayer, give it a try Not sure if I'm right on this one, I can never remember without looking, but try deleting RA2MD.ini That won't help The error is related to the lack of admin rights, the game failed to register the blowfish.dll and now it cannot read the .mix files. The installer will add the needed registry key to get the blowfish.dll working
  8. FunkyFr3sh

    No go !!!

    start the game, then minimize and open the task manager, look for the process of the game (game.exe for ra2 and gamemd.exe for yuri), right click and set cpu affinity to cpu0 (make sure all others are unchecked) This works for all the other games which have the same random freeze problem. I didn't test it with red alert 2 but it's worth a try
  9. Did you install CnCNet? I added a fix to the installer that should take care of this problem You can get it here: http://cncnet.org/yuris-revenge
  10. Not a bad idea, you should join our IRC channel and hang around there Do you know our patching systems? We turn the exe into an object file and compile our own asm/c/c++ to separate object files and afterwards link it all together
  11. I started to rewrite some of his patches in nasm source files, but it's a pain in the ass and takes ages to port Plan is to jump out and run his code in newly added sections to keep it clean and being able to modify it with ease. I made cdecl -> watcall wrapper to be able to rewrite stuff in C too http://funkyfr3sh.cncnet.org/files/temp/cnc95-v107.exe
  12. If you stop spamming the lobby with the same repeating messages and stop being disrespectful to everyone then there might be a chance of you getting unbanned. Apparently you are still pointing fingers, which just tells you think you are allowed to do that and therefore I cannot remove your ban since you would just continue to do the same things The other thread has been closed cause you didn't respond anymore and other people started to hijack it
  13. We updated the wrapper with the latest wineskin + wine versions, the download should now be fully working on the new OSX El Capitan and hopefully runs more stable than the previous one. Please let us know if there are any problems! Download link is below: http://funkyfr3sh.cncnet.org/freeware/CnCNet_Wineskin_Mac_OSX.zip
  14. Wrapper was updated, you can get the test version here: http://funkyfr3sh.cnc-comm.com/files/CnCNet.dmg
  15. Um, what? Not sure how you're getting that from He has been sending that to us via IRC
  16. Most of us were neutral Acid since we were not even there when it all started... But now you promised to attack CnCNet if you are not getting exactly what you want within 48hours. No one of us likes terrorism... This thread will be closed now
  17. We knew about the problem, this sadly happened for everyone Good news are, the guys over at wineskin have fixed the problem, you can find all information here: http://wineskin.urgesoftware.com/tiki-view_blog_post.php?postId=82 Now we just need someone to take care of the update so we can update our wrapper
  18. Ladder will be ready soon, there is not much left that needs to be done but i was busy with other things. Until that, check out the tournament on the weekend, you can register here: http://challonge.com/CnCNetTournament Countdown: http://www.timeanddate.com/countdown/generic?iso=20151010T11&p0=136&msg=Red+Alert+1+Tournament&font=cursive&csz=1&swk=1 Test ladder stats are here: http://tahj.cncnet.org/#/leaderboard/ra
  19. Not yet, but we will have to update it soon since it doesn't work anymore at all on the latest mac os x version Did you try my link? would be nice to know if it works with crossover
  20. Try to play around with the settings, TS-DDraw could solve it (try the other ones too)
  21. Don't worry, it is just a false positive detection. You can report the false positive to your anti virus provider and they are going to fix it up (Except you have norton, these guys won't fix up anything)
  22. After 5minutes it was slow again? Your test was still awesome, at least it showed that it is possible to start the game up quickly. I'm sure there is a way to fix it properly If you have enough ram it might even be possible to turn the pagefile off totally
  23. It also starts slow if you start it manually via the game .exe?
  24. You could try to go to your game folder and start the game manually with a double click rather than using the launchers. For the full single-player installation the game executable is called "ra95.exe" and for the mini online version it is called "ra95-spawn.exe"
  25. I'm not sure if you can get it working by tweaking the game settings, then only thing you could try is turning off CnC-DDraw. I don't know anything about windows 10 yet, maybe it has some special security settings built in that could cause such problem, i'm sure other people have the same problem with different games. Maybe you can find some information on google about it
×
×
  • Create New...