Jump to content

Rampastring

Team Member
  • Posts

    530
  • Joined

  • Last visited

Recent Profile Visitors

4052 profile views

Rampastring's Achievements

  1. Using INI mods when playing with your friends is fine. Just don't play with other people with them enabled.
  2. From what I can tell, many of the tunnel servers also simply refuse to reply to ping packets (making them show up with unknown ping), while you can actually still connect to them. I've been planning on making the client test the tunnel connection by actually connecting to them instead of just pinging them, but I have no time window for actually making the change yet.
  3. Looks like it doesn't get past InitGraphicsMode. I suspect a graphics driver issue. You can give the XNA version of the client a try: Download and install Microsoft XNA Framework Redistributable 4.0 Refresh Go to your Yuri's Revenge directory, then to the "Resources" sub-directory, and there start clientxna.exe (depending on Windows settings it might display just "clientxna" as the file's name) Does the client work then?
  4. That's crazy. Glad to hear that you're both fine and that in the end no real damage was done. Sounds like you're already recovering emotionally as well
  5. Hmm, those restart issues might be tricky to fix. We'll look into them. AFAIK Q and Ctrl + Alt are unfortunately hard-coded and cannot be easily changed, since there are no Keyboard.ini entries for them.
  6. If you have another Windows 7 system and know how to use regedit, you can try taking a look at HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{56FDF344-FD6D-11D0-958A-006097C9A090}, back up that registry hive and then restore it on the problematic system. Taking the hive from a Windows 8 or 10 system could work too. If your Windows 7 is 64-bit, you might also need to restore HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{56FDF344-FD6D-11D0-958A-006097C9A090}.
  7. Your Windows 7 installation is corrupt. Particularly, you're missing the "Task Bar Communication" {56FDF344-FD6D-11D0-958A-006097C9A090} COM component. Try opening a command prompt with administrator rights, and then run the following command sfc /scannow Keep an eye on it to see if it reports any corrupted files. Check if the client works afterwards.
  8. I'll consider it. Although I think a key like HiddenStartingLocations= might work better. It'd be possible, but I don't want to break maps that already make use of the client's features. There's not many of those, but still. Because the client was mostly developed based on the different projects' (DTA, TI, MO, YR) needs and I've mostly been the only developer, there is no real documentation. Instead, you can look at the different projects that already utilize the client, or its source code for how it works.
  9. It's easiest to use a waypoint index higher than 7 for the EnemyHouse spawn location, the client allows it, and I think the game should allow it too (IIRC it works at least in Tiberian Sun). So for example place waypoint 10 in the map editor and specify that for the EnemyHouse0 starting location. Use waypoints 0-7 for human players only.
  10. Our latest news post on ModDB got featured on PC Gamer again! http://www.pcgamer.com/dawn-of-the-tiberium-age-cc-mod-adds-napalm-mortar-firing-tanks
  11. The client version needs to be at least 2.0.9.1 for it to work, and MO's client is older than that. You'll need to wait for the MO team to publish an update. You cannot. Why do you want to hide it?
  12. You can't use a separate INI with custom maps. Instead, create a [ForcedOptions] section to the map file itself, and there set chkSuperweapons=true. There is some way to replace FinalAlert's generated preview image with a higher-quality image, but I can't remember it.
  13. @sorviettt I'm not sure whether your graphics chip cuts the client's minimum requirements, but try the following: Download and install Microsoft XNA Framework Redistributable 4.0 Refresh Go to your Yuri's Revenge directory, then to the "Resources" sub-directory, and there start clientxna.exe (depending on Windows settings it might display just "clientxna" as the file's name)
×
×
  • Create New...